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.

16 lines
547 B

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include <windows.h>
  4. #include "resource.h"
  5. IDD_LOGWATCH DIALOG DISCARDABLE 20, 20, 360, 300
  6. STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_VISIBLE | WS_CLIPCHILDREN |
  7. WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  8. CAPTION "Microsoft LogWatch"
  9. FONT 8, "MS Shell Dlg"
  10. BEGIN
  11. CONTROL "",IDC_EDIT,"RICHEDIT",ES_MULTILINE | ES_AUTOVSCROLL |
  12. ES_AUTOHSCROLL | ES_READONLY | ES_WANTRETURN | WS_BORDER |
  13. WS_VSCROLL,7,7,418,352
  14. END