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.

17 lines
656 B

  1. #include <windows.h>
  2. #include "cdlids.h"
  3. IDD_CDLLOGVIEW DIALOG DISCARDABLE 0, 0, 398, 118
  4. STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
  5. CAPTION "Code Download Error Log Viewer"
  6. FONT 8, "MS Sans Serif"
  7. BEGIN
  8. DEFPUSHBUTTON "View Log",IDC_CB_VIEWLOG,343,9,50,14
  9. LISTBOX IDC_LB_LOGMESSAGES,7,9,328,101,LBS_SORT | LBS_HASSTRINGS |
  10. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  11. WS_TABSTOP
  12. PUSHBUTTON "Delete Entry",IDC_CB_DELETE,343,26,50,14
  13. PUSHBUTTON "Refresh",IDC_CB_REFRESH,343,43,50,14
  14. PUSHBUTTON "Quit",IDCANCEL,343,60,50,14
  15. END