Add ShowDirSymLink and ShowDotFiles to the drive ui.

This commit is contained in:
James Hawkins 2005-05-17 10:19:59 +00:00 committed by Alexandre Julliard
parent 1aa7afeed9
commit 0c2671c6fc
2 changed files with 5 additions and 1 deletions

View File

@ -127,7 +127,9 @@ BEGIN
EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
LTEXT "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
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
IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250

View File

@ -101,6 +101,8 @@
#define IDC_BUTTON_SHOW_HIDE_ADVANCED 1076
#define IDC_STATIC_TYPE 1077
#define IDC_LABELSERIAL_STATIC 1078
#define IDC_SHOW_DIRSYM_LINK 1079
#define IDC_SHOW_DOT_FILES 1080
#define IDC_DRIVE_LABEL 1078