Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

設定画面の設定データファイルの書式を考える #7

Open
arigayas opened this issue Jan 15, 2020 · 2 comments
Open

設定画面の設定データファイルの書式を考える #7

arigayas opened this issue Jan 15, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@arigayas
Copy link
Owner

image

[LoopList]
ID=
GroupID= 毎日/毎週/毎月
Item= 項目
Day= 実行日
Time= 時刻
backgroundColor= 背景色

各データをiniファイルから読み取る時に正しい書式かチェックすること。

@arigayas
Copy link
Owner Author

ini ファイルでは無理がある気がするのでJSON形式に変える。

@arigayas arigayas changed the title 設定画面のiniファイルの書式を考える 設定画面の設定データファイルの書式を考える Jan 17, 2020
@arigayas
Copy link
Owner Author

考えた結果

{
"Form":{
"Top":"524",
"Left":"1339",
"WindowWidth":"551",
"WindowHeight":"478"
},
"LoopList":[
{
"ID":"001",
"GruopID":"0",
"Item":"田中太郎さんとミーティング",
"Day":"2日",
"Time":"12:00",
"backgroundColor":"White"
},
{
"ID":"002",
"GruopID":"2",
"Item":"月刊誌購入",
"Day":"4日",
"Time":"14:00",
"backgroundColor":"White"
},
{
"ID":"004",
"GruopID":"1",
"Item":"英会話",
"Day":"月水金",
"Time":"19:30",
"backgroundColor":"White"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant