Make drive type an advanced option.

oldstable
Ivan Leo Puoti 2005-10-18 12:02:51 +00:00 committed by Alexandre Julliard
parent cfbd78d659
commit fc94b1c72c
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ static void set_advanced(HWND dialog)
ShowWindow(GetDlgItem(dialog, IDC_EDIT_SERIAL), state);
ShowWindow(GetDlgItem(dialog, IDC_STATIC_SERIAL), state);
ShowWindow(GetDlgItem(dialog, IDC_LABELSERIAL_STATIC), state);
ShowWindow(GetDlgItem(dialog, IDC_COMBO_TYPE), state);
ShowWindow(GetDlgItem(dialog, IDC_STATIC_TYPE), state);
/* update the button text based on the state */
SetWindowText(GetDlgItem(dialog, IDC_BUTTON_SHOW_HIDE_ADVANCED), text);