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.

25 lines
1.1 KiB

  1. /* Copyright (c) 1995, Microsoft Corporation, all rights reserved.
  2. **
  3. ** rasphone.dch
  4. ** Remote Access Phonebook
  5. ** Dialog constants
  6. **
  7. ** 03/12/96 Steve Cobb
  8. **
  9. ** WARNING: This file is edited by the DLGEDIT.EXE tool. Non-comment edits
  10. ** made by hand may be overwritten or deleted.
  11. **
  12. ** To avoid conflicts with other resources, the IDs used here should be kept
  13. ** in the range 10000 to 19999. The dialog constants (DIDs) are multiples of
  14. ** 100 and the associated control constants (CIDs) are within that block of
  15. ** 100. Each dialog is assigned a 2-letter code that appears in all
  16. ** associated constants. Each control has an additional 2-letter code
  17. ** indicating the control class, where PB=PushButton, EB=EditBox, LB=ListBox,
  18. ** CB=CheckBox, RB=RadioButton, ST=StaticText, and CL=ComboListBox.
  19. */
  20. #define IID_Rasphone 60
  21. #define DID_NI_NotInstalled 19500
  22. #define CID_NI_I_Rasphone 19501
  23. #define CID_NI_ST_Text 19502
  24. #define DID_RC_Restart 19525
  25. #define CID_RC_ST_Text 19526