mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ chg: layout of warning dialog boxes (line-breaks and indentation)
This commit is contained in:
parent
1938920b22
commit
6d783405be
@ -222,11 +222,11 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
LTEXT "Inconsistent line endings found in file:",IDC_STATIC,7,7,180,8
|
||||
LTEXT "CR+LF:",IDC_STATIC,10,18,34,8,SS_RIGHT
|
||||
LTEXT "LF:",IDC_STATIC,10,28,34,8,SS_RIGHT
|
||||
LTEXT "CR:",IDC_STATIC,10,38,34,8,SS_RIGHT
|
||||
LTEXT "CR:",IDC_STATIC,10,28,34,8,SS_RIGHT
|
||||
LTEXT "LF:",IDC_STATIC,10,38,34,8,SS_RIGHT
|
||||
LTEXT "%s line(s).",IDC_EOL_SUM_CRLF,48,18,136,8
|
||||
LTEXT "%s line(s).",IDC_EOL_SUM_LF,48,28,136,8
|
||||
LTEXT "%s line(s).",IDC_EOL_SUM_CR,48,38,136,8
|
||||
LTEXT "%s line(s).",IDC_EOL_SUM_CR,48,28,136,8
|
||||
LTEXT "%s line(s).",IDC_EOL_SUM_LF,48,38,136,8
|
||||
LTEXT "&Do you want to normalize the line endings?",IDC_STATIC,7,52,180,8
|
||||
COMBOBOX IDC_EOLMODELIST,7,64,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "&Yes",IDOK,138,63,50,14
|
||||
@ -357,8 +357,8 @@ BEGIN
|
||||
CONTROL "&Blanks",IDC_INDENT_BY_SPCS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,84,25,10
|
||||
LTEXT "%s line(s) w/ irregular indent depth",IDC_INDENT_TAB_MODX,40,72,124,8,SS_RIGHT
|
||||
LTEXT "%s line(s) w/ irregular indent depth",IDC_INDENT_SPC_MODX,40,84,124,8,SS_RIGHT
|
||||
PUSHBUTTON "&No",IDCANCEL,80,98,50,14
|
||||
PUSHBUTTON "&Yes",IDOK,134,98,50,14
|
||||
PUSHBUTTON "&Yes",IDOK,80,98,50,14
|
||||
PUSHBUTTON "&No",IDCANCEL,134,98,50,14
|
||||
CONTROL "&Always show this dialog.", IDC_WARN_INCONSISTENT_INDENTS,
|
||||
"Button",BS_AUTOCHECKBOX | BS_VCENTER | WS_TABSTOP,7,122,122,10
|
||||
END
|
||||
|
||||
Loading…
Reference in New Issue
Block a user