Windows2003-3790/inetcore/outlookexpress/msoeres/tbcustom.dlg
2020-09-30 16:53:55 +02:00

16 lines
478 B
Plaintext

#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