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

  1. iddMsgSource DIALOG DISCARDABLE 0, 0, 285, 179
  2. STYLE DS_3DLOOK|WS_MAXIMIZEBOX|WS_CAPTION|WS_SYSMENU|WS_THICKFRAME
  3. CAPTION "Message Source"
  4. FONT 8, "MS Shell Dlg"
  5. BEGIN
  6. #ifndef WIN16
  7. CONTROL "",idcTxtSource,"RICHEDIT",WS_BORDER | WS_VSCROLL |
  8. #else //!WIN16
  9. CONTROL "",idcTxtSource,"RICHED16",WS_BORDER | WS_VSCROLL |
  10. #endif //!WIN16
  11. WS_VISIBLE|WS_HSCROLL | 0x18c4,4,5,278,172
  12. END