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.

20 lines
437 B

  1. #define IDH_ELAN_NAME 30000501
  2. #define IDH_ELAN_LIST 30000551
  3. #define IDH_ELAN_ADD 30000552
  4. #define IDH_ELAN_EDIT 30000553
  5. #define IDH_ELAN_REMOVE 30000554
  6. const DWORD g_aHelpIDs_IDD_ELAN_PROPERTIES[]=
  7. {
  8. IDC_ELAN_NAME, IDH_ELAN_NAME,
  9. 0, 0
  10. };
  11. const DWORD g_aHelpIDs_IDD_MAIN[]=
  12. {
  13. IDC_ELAN_LIST, IDH_ELAN_LIST,
  14. IDC_ELAN_ADD, IDH_ELAN_ADD,
  15. IDC_ELAN_EDIT, IDH_ELAN_EDIT,
  16. IDC_ELAN_REMOVE, IDH_ELAN_REMOVE,
  17. 0,0
  18. };