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.
 
 
 
 
 
 

12 lines
437 B

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