Skip to content

Commit

Permalink
improve IDD_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 5, 2024
1 parent 1dd179d commit a2232eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1564,14 +1564,14 @@ FONT 9, "Tahoma"
PUSHBUTTON "&Theme...", psh5, 115, 175, 105, 20
}

IDD_HIDDEN DIALOG 0, 0, 238, 170
IDD_HIDDEN DIALOG 0, 0, 275, 170
CAPTION "Advanced"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "Tahoma"
{
PUSHBUTTON "&Add the current pattern to PAT.txt", psh1, 25, 10, 185, 40
PUSHBUTTON "&Remove the current pattern from PAT.txt", psh2, 25, 60, 185, 40
PUSHBUTTON "&Open app folder", psh3, 25, 110, 185, 40
PUSHBUTTON "&Add the current pattern to PAT.txt", psh1, 40, 10, 185, 40
PUSHBUTTON "&Remove the current pattern from PAT.txt", psh2, 40, 60, 185, 40
PUSHBUTTON "&Open app folder", psh3, 40, 110, 185, 40
}

//////////////////////////////////////////////////////////////////////////////
Expand Down
8 changes: 4 additions & 4 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1568,14 +1568,14 @@ FONT 9, "MS UI Gothic"
PUSHBUTTON "テーマ(&T)...", psh5, 115, 175, 105, 20
}

IDD_HIDDEN DIALOG 0, 0, 238, 170
IDD_HIDDEN DIALOG 0, 0, 275, 170
CAPTION "上級者向け"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "MS UI Gothic"
{
PUSHBUTTON "現在の黒マスパターンをPAT.txtに追加する(&A)", psh1, 25, 10, 185, 40
PUSHBUTTON "現在の黒マスパターンをPAT.txtから削除する(&D)", psh2, 25, 60, 185, 40
PUSHBUTTON "アプリのフォルダを開く(&O)", psh3, 25, 110, 185, 40
PUSHBUTTON "現在の黒マスパターンをPAT.txtに追加する(&A)", psh1, 40, 10, 185, 40
PUSHBUTTON "現在の黒マスパターンをPAT.txtから削除する(&D)", psh2, 40, 60, 185, 40
PUSHBUTTON "アプリのフォルダを開く(&O)", psh3, 40, 110, 185, 40
}

//////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a2232eb

Please sign in to comment.