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.

47 lines
2.2 KiB

  1. #include "general.h"
  2. // /////////////////////////////////////////////////////////////////////////
  3. IDD_GENERAL DIALOG DISCARDABLE 10, 10, 265, 217
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU //| DS_3DLOOK
  5. CAPTION "General"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. CONTROL "",
  9. IDCK_DL_UPDATEONSTARTUP,
  10. "Button",BS_AUTOCHECKBOX |
  11. WS_TABSTOP,25,20,10,10
  12. LTEXT "Update Telephony Location upon startup and power-resume"
  13. IDC_STATIC, 38, 20, 200, 25
  14. LTEXT "Take one or more of the following actions when I dock or undock:"
  15. IDC_STATIC, 25,38,220,30
  16. CONTROL "",
  17. IDCK_DL_AUTOLOCATIONID,
  18. "Button",BS_AUTOCHECKBOX |
  19. WS_TABSTOP,42,55,10,10
  20. LTEXT "Automatically change telephony location when I dock or undock"
  21. IDC_STATIC, 55,55,200,30
  22. CONTROL "",
  23. IDCK_DL_ANNOUNCEAUTOLOCATIONID,
  24. "Button",BS_AUTOCHECKBOX |
  25. WS_TABSTOP,42,75,10,10
  26. LTEXT "Inform me that the telephony location has automatically changed as a result of docking or undocking.",
  27. IDCS_DL_ANNOUNCEAUTOLOCATIONID,
  28. 55,75,200,30
  29. LTEXT "Set to this location when I change hardware configuration:",
  30. IDCS_DL_PROFILETEXT, 55, 100, 200, 30
  31. LTEXT "", IDCS_DL_PROFILE1, 1, 116, 135, 20, SS_RIGHT | WS_GROUP
  32. LTEXT "", IDCS_DL_PROFILE2, 1, 131, 135, 20, SS_RIGHT | WS_GROUP
  33. LTEXT "", IDCS_DL_PROFILE3, 1, 146, 135, 20, SS_RIGHT | WS_GROUP
  34. LTEXT "", IDCS_DL_PROFILE4, 1, 161, 135, 20, SS_RIGHT | WS_GROUP
  35. COMBOBOX IDCB_DL_PROFILE1, 150, 115, 100, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  36. COMBOBOX IDCB_DL_PROFILE2, 150, 130, 100, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  37. COMBOBOX IDCB_DL_PROFILE3, 150, 145, 100, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  38. COMBOBOX IDCB_DL_PROFILE4, 150, 160, 100, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  39. END