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.

42 lines
1.5 KiB

  1. // Used by smbrdr.rc
  2. //
  3. #define IDD_SMBRDR 101
  4. #define IDD_STATISTICS 102
  5. #define IDD_PROVIDER 103
  6. #define IDI_SMBRDR 104
  7. #define IDR_OPMENU 105
  8. #define IDC_DRVLOAD 1000
  9. #define IDC_DRVUNLOAD 1001
  10. #define IDC_RDRSTART 1002
  11. #define IDC_RDRSTOP 1003
  12. #define IDC_BUTTON1 1004
  13. #define IDC_PROVIDER 1004
  14. #define IDC_BUTTON2 1005
  15. #define IDC_STATISTICS 1005
  16. #define IDC_EDIT1 1006
  17. #define IDC_EDIT2 1007
  18. #define IDC_EDIT3 1008
  19. #define IDC_EDIT4 1009
  20. #define IDC_EDIT5 1010
  21. #define IDC_EDIT6 1011
  22. #define IDC_ORDERLIST 1012
  23. #define IDC_SETORDER 1013
  24. #define IDC_EDIT7 1015
  25. #define IDC_EDIT8 1016
  26. #define IDC_DRVCONTROLTEXT 1017
  27. #define IDC_RDRCONTROLTEXT 1018
  28. #define IDC_SETTINGSTEXT 1019
  29. #define IDC_LOADSTATUS 1020
  30. #define IDC_STARTSTATUS 1021
  31. #define IDC_STARTTIME 1022
  32. #define IDC_HIDE 1023
  33. #define IDC_BUSY 1024
  34. #define IDC_MOVEUP 1025
  35. #define IDC_MOVEDN 1026
  36. #define IDM_OPEN 101
  37. #define IDM_CLOSE 102
  38. #define IDM_START 103
  39. #define IDM_STOP 104