Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
478 B

#include "tbcustom.h"
iddToolbarTextIcons DIALOG 0, 0, 357, 33
STYLE DS_CONTROL | DS_3DLOOK | WS_VISIBLE | WS_CHILD | NOT WS_BORDER
CAPTION ""
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Te&xt Options:", -1,4,2,48,15
COMBOBOX IDC_SHOWTEXT,52,0,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Ico&n Options:", -1,4,20,48,15
COMBOBOX IDC_SMALLICONS,52,18,123,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END