1234567891011121314151617181920212223242526272829303132333435363738 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ 生成的包含文件。
- // 供 EasyGBDDemo.rc 使用
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_EASYGBD_DEMO_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDC_EDIT_SERVER_SIPID 1000
- #define IDC_EDIT_SERVER_IP 1001
- #define IDC_EDIT_SERVER_PORT 1002
- #define IDC_EDIT_REG_EXPIRE 1003
- #define IDC_EDIT_HEARTBEAT_COUNT 1004
- #define IDC_COMBO_PROTOCOL 1005
- #define IDC_EDIT_SOURCE_URL 1006
- #define IDC_EDIT_HEARTBEAT_INTERVAL 1007
- #define IDC_BUTTON_STARTUP 1008
- #define IDC_EDIT_LOCAL_SIPID 1009
- #define IDC_EDIT_LOCAL_PORT 1010
- #define IDC_EDIT_PASSWORD 1011
- #define IDC_BUTTON_SHUTDOWN 1012
- #define IDC_BUTTON_BROWSE 1013
- #define IDC_RICHEDIT21 1014
- #define IDC_RICHEDIT2_LOG 1014
- #define IDC_EDIT_LOCAL_NAME 1015
- #define IDC_EDIT_DEVICE_NAME 1015
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 130
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1015
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|