Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

resource.h 3.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. // Used by vncconfig.rc
  2. #include <rfb_win32/resource.h>
  3. #define IDR_MANIFEST 1
  4. #define IDI_ICON 101
  5. #define IDD_DIALOG1 102
  6. #define IDD_DIALOG2 103
  7. #define IDD_CONNECTIONS 105
  8. #define IDD_HOOKING 106
  9. #define IDD_VNC_PASSWD 107
  10. #define IDD_AUTH_VNC_PASSWD 107
  11. #define IDD_LEGACY 108
  12. #define IDD_CONN_HOST 109
  13. #define IDD_SHARING 110
  14. #define IDD_INPUTS 111
  15. #define IDR_TRAY 112
  16. #define IDD_ABOUT 113
  17. #define IDI_CONNECTED 115
  18. #define IDD_DESKTOP 116
  19. #define IDC_EDIT1 1000
  20. #define IDC_PORT 1000
  21. #define IDC_PASSWORD1 1000
  22. #define IDC_HOST_PATTERN 1000
  23. #define IDC_AUTH_VNC_PASSWD 1009
  24. #define IDC_USEHOOKS 1011
  25. #define IDC_POLLCONSOLES 1012
  26. #define IDC_COMPAREFB 1013
  27. #define IDC_IDLE_TIMEOUT 1015
  28. #define IDC_HOSTS 1016
  29. #define IDC_HOST_ADD 1017
  30. #define IDC_HOST_REMOVE 1018
  31. #define IDC_HOST_UP 1019
  32. #define IDC_BUTTON4 1020
  33. #define IDC_HOST_DOWN 1020
  34. #define IDC_AUTH_INPUTONLY_PASSWD 1020
  35. #define IDC_HOST_EDIT 1021
  36. #define IDC_PASSWORD2 1022
  37. #define IDC_LEGACY_IMPORT 1023
  38. #define IDC_ALLOW 1024
  39. #define IDC_DENY 1025
  40. #define IDC_SHARE_ALWAYS 1030
  41. #define IDC_SHARE_NEVER 1031
  42. #define IDC_SHARE_CLIENT 1032
  43. #define IDC_DISCONNECT_CLIENTS 1033
  44. #define IDC_ACCEPT_KEYS 1034
  45. #define IDC_ACCEPT_PTR 1035
  46. #define IDC_ACCEPT_CUTTEXT 1036
  47. #define IDC_SEND_CUTTEXT 1037
  48. #define IDC_PROTOCOL_3_3 1038
  49. #define IDC_DESCRIPTION 1039
  50. #define IDC_BUILDTIME 1040
  51. #define IDC_VERSION 1041
  52. #define IDC_COPYRIGHT 1042
  53. #define IDC_BL_THRESHOLD 1046
  54. #define IDC_BL_TIMEOUT 1047
  55. #define IDC_AFFECT_SCREENSAVER 1048
  56. #define IDC_LOCALHOST 1049
  57. #define IDC_DISABLE_LOCAL_INPUTS 1050
  58. #define IDC_QUERY_CONNECT 1055
  59. #define IDC_DISCONNECT_NONE 1056
  60. #define IDC_DISCONNECT_LOCK 1057
  61. #define IDC_DISCONNECT_LOGOFF 1058
  62. #define IDC_REMOVE_WALLPAPER 1059
  63. #define IDC_DISABLE_EFFECTS 1061
  64. #define IDC_CAPTUREBLT 1062
  65. #define IDC_QUERY 1064
  66. #define IDC_USEPOLLING 1066
  67. #define IDC_QUERY_LOGGED_ON 1069
  68. #define IDC_AUTH_ADMIN_PASSWD 1076
  69. #define IDC_AUTH_VIEWONLY_PASSWD 1077
  70. #define IDC_AUTH_ADMIN_ENABLE 1078
  71. #define IDC_AUTH_VIEWONLY_ENABLE 1079
  72. #define IDC_AUTH_INPUTONLY_ENABLE 1080
  73. #define IDC_RFB_ENABLE 1082
  74. #define IDC_LOAD_CERT 1087
  75. #define IDC_LOAD_CERTKEY 1088
  76. #define IDC_RAW_KEYBOARD 1089
  77. #define ID_OPTIONS 40001
  78. #define ID_CLOSE 40002
  79. #define ID_ABOUT 40003
  80. // Next default values for new objects
  81. //
  82. #ifdef APSTUDIO_INVOKED
  83. #ifndef APSTUDIO_READONLY_SYMBOLS
  84. #define _APS_NEXT_RESOURCE_VALUE 117
  85. #define _APS_NEXT_COMMAND_VALUE 40004
  86. #define _APS_NEXT_CONTROL_VALUE 1083
  87. #define _APS_NEXT_SYMED_VALUE 101
  88. #endif
  89. #endif