Add ShowDirSymLink and ShowDotFiles to the drive ui.
This commit is contained in:
parent
1aa7afeed9
commit
0c2671c6fc
@ -127,7 +127,9 @@ BEGIN
|
|||||||
EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
|
EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
|
||||||
LTEXT "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
|
LTEXT "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
|
||||||
EDITTEXT IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
|
EDITTEXT IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
|
||||||
|
|
||||||
|
CONTROL "Show directory symbolic links",IDC_SHOW_DIRSYM_LINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,250,230,8
|
||||||
|
CONTROL "Show dot files",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250
|
IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250
|
||||||
|
@ -101,6 +101,8 @@
|
|||||||
#define IDC_BUTTON_SHOW_HIDE_ADVANCED 1076
|
#define IDC_BUTTON_SHOW_HIDE_ADVANCED 1076
|
||||||
#define IDC_STATIC_TYPE 1077
|
#define IDC_STATIC_TYPE 1077
|
||||||
#define IDC_LABELSERIAL_STATIC 1078
|
#define IDC_LABELSERIAL_STATIC 1078
|
||||||
|
#define IDC_SHOW_DIRSYM_LINK 1079
|
||||||
|
#define IDC_SHOW_DOT_FILES 1080
|
||||||
|
|
||||||
#define IDC_DRIVE_LABEL 1078
|
#define IDC_DRIVE_LABEL 1078
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user