Source code of Windows XP (NT5)
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.

10 lines
309 B

  1. ID_DLG_LEVEL DIALOG 0, 0, 100, 50
  2. STYLE WS_POPUP | WS_DLGFRAME
  3. FONT 8, "MS Shell Dlg"
  4. BEGIN
  5. LTEXT "Start in Room:" -1, 10, 16, 60, 8
  6. CONTROL "", ID_EDIT_LEVEL,"edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 70, 14, 25, 12
  7. DEFPUSHBUTTON "&OK" IDOK, 35, 30, 30, 15, WS_GROUP
  8. END