Windows2003-3790/inetcore/outlookexpress/inetcomm/res/msgprop.dlg

13 lines
437 B
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
iddMsgSource DIALOG DISCARDABLE 0, 0, 285, 179
STYLE DS_3DLOOK|WS_MAXIMIZEBOX|WS_CAPTION|WS_SYSMENU|WS_THICKFRAME
CAPTION "Message Source"
FONT 8, "MS Shell Dlg"
BEGIN
#ifndef WIN16
CONTROL "",idcTxtSource,"RICHEDIT",WS_BORDER | WS_VSCROLL |
#else //!WIN16
CONTROL "",idcTxtSource,"RICHED16",WS_BORDER | WS_VSCROLL |
#endif //!WIN16
WS_VISIBLE|WS_HSCROLL | 0x18c4,4,5,278,172
END