Skip to content

Commit

Permalink
ボタンの並びをOK/Cancel/Helpの順に変更 #407
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed Dec 22, 2024
1 parent 25e61a4 commit ab71c90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions teraterm/teraterm/filesys_log.rc
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ BEGIN
COMBOBOX IDC_TIMESTAMPTYPE,43,183,120,60,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Hide &dialog",IDC_HIDEDIALOG,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,220,88,10
CONTROL "In&clude screen buffer",IDC_ALLBUFF_INFIRST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,235,96,10
PUSHBUTTON "Help",IDHELP,101,251,50,14,WS_GROUP
DEFPUSHBUTTON "OK",IDOK,155,251,50,14
PUSHBUTTON "Cancel",IDCANCEL,210,251,50,14
DEFPUSHBUTTON "OK",IDOK,101,251,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,251,50,14
PUSHBUTTON "Help",IDHELP,210,251,50,14
END

IDD_COMMENT_DIALOG DIALOGEX 0, 0, 239, 19
Expand Down
4 changes: 2 additions & 2 deletions teraterm/teraterm/ttermpro.rc
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ BEGIN
COMBOBOX IDC_SENDFILE_SEND_SIZE_DROPDOWN,18,121,65,47,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "delay time(ms)",IDC_SENDFILE_DELAYTIME_LABEL,9,139,75,8
EDITTEXT IDC_SENDFILE_DELAYTIME_EDIT,18,154,40,14,ES_AUTOHSCROLL
PUSHBUTTON "Help",IDHELP,104,179,50,14
DEFPUSHBUTTON "OK",IDOK,104,179,50,14
PUSHBUTTON "Cancel",IDCANCEL,160,179,50,14
DEFPUSHBUTTON "OK",IDOK,215,179,50,14
PUSHBUTTON "HELP",IDHELP,215,179,50,14
END

IDD_TABSHEET_THEME DIALOGEX 0, 0, 307, 162
Expand Down

0 comments on commit ab71c90

Please sign in to comment.