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

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