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.

22 lines
993 B

  1. #include "resource.h"
  2. 100 DIALOG 6, 18, 184, 111
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  5. CAPTION "ATSP32 Device Configuration"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "Installed devices:", 101, 8, 8, 61, 8
  9. LISTBOX IDC_DEVICES, 72, 7, 104, 20, WS_VSCROLL | WS_TABSTOP
  10. GROUPBOX "Device", 111, 8, 27, 168, 63
  11. LTEXT "Description:", 102, 16, 41, 45, 8
  12. EDITTEXT IDC_DESCRIPTION, 72, 40, 96, 9, ES_AUTOHSCROLL
  13. LTEXT "Port:", 103, 16, 57, 20, 8
  14. LISTBOX IDC_PORT, 72, 56, 96, 11, LBS_SORT | WS_VSCROLL | WS_TABSTOP
  15. LTEXT "Commands:", 104, 16, 73, 47, 8
  16. EDITTEXT IDC_COMMANDS, 72, 72, 96, 10, ES_AUTOHSCROLL
  17. PUSHBUTTON "Add", IDC_ADD, 8, 94, 40, 14
  18. PUSHBUTTON "Remove", IDC_REMOVE, 50, 94, 40, 14
  19. PUSHBUTTON "OK", IDOK, 93, 94, 40, 14
  20. PUSHBUTTON "Cancel", IDCANCEL, 136, 94, 40, 14
  21. END