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.

15 lines
662 B

  1. 1 DLGINCLUDE "D:\\newnt\\SdkTools\\gauntlet\\mtscript\\inc\\config.h"
  2. IDD_CONFIGPATHS DIALOG 6, 19, 160, 90
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CENTER
  5. CAPTION "Configure Paths"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "Path of script files:", 104, 3, 6, 70, 8
  9. EDITTEXT IDD_SCRIPTPATH, 3, 18, 153, 12, ES_AUTOHSCROLL
  10. LTEXT "Starting Script:", 108, 3, 34, 50, 8
  11. EDITTEXT IDD_INITSCRIPT, 3, 46, 70, 12, ES_AUTOHSCROLL
  12. DEFPUSHBUTTON "OK", IDOK, 32, 70, 40, 14
  13. PUSHBUTTON "Cancel", IDCANCEL, 88, 70, 40, 14
  14. END