📄 resource.h
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by mysqlManager.rc
//
#define IDD_ABOUTBOX 100
#define IDP_SOCKETS_INIT_FAILED 104
#define IDS_ERR_INIT_MYSQL 105
#define IDS_ERR_CONNECT_DB 106
#define IDS_MSG_EXIST_SERVER 107
#define IDS_MSG_SERVER_VERSION 108
#define IDS_MSG_DELETE_TABLE 109
#define IDS_MSG_DB_NOT_SELECT 110
#define IDS_ERR_DELETE_TABLE 111
#define IDS_MSG_SUCCESS_DELETE_TABLE 112
#define IDS_MSG_DB_HAVE_TABLES 113
#define IDS_MSG_SUCCESS_DELETE_DATABASE 114
#define IDS_ERR_DELETE_DATABASE 115
#define IDS_MSG_DELETE_DATABASE 116
#define IDS_MSG_UNREGISTER_SERVER 117
#define IDS_MSG_SUCCESS_UNREGISTER_SERVER 118
#define IDS_MSG_SUCCESS_CREATE_DATABASE 119
#define IDS_MSG_SELECT_DATABASE 120
#define IDS_ERR_REGFILE_ERROR 121
#define IDS_ERR_NO_TABLE_NAME 122
#define IDS_ERR_SQL_CREATE_TABLE 123
#define IDR_MAINFRAME 128
#define IDR_MYSQLMTYPE 129
#define IDD_DLG_LOGIN 130
#define IDD_DLG_TABLE_PROPERTY 131
#define IDS_MSG_SUCCESS_CREATE_TABLE 132
#define IDD_DLG_NEW_DATABASE 134
#define IDD_DLG_SERVER_PROPERTY 135
#define IDD_DLG_SCRIPT 138
#define IDD_DLG_NEW_TABLE 139
#define IDI_ICON_SERVER 158
#define IDI_ICON_TABLE 159
#define IDR_MENU_MYVIEW 159
#define IDI_ICON_DB 160
#define IDI_ICON_YES 161
#define IDI_ICON_NO 163
#define IDI_ICON_KEY 164
#define IDI_ICON_SERVER_GROUP 165
#define IDC_LBL_TABLE 1001
#define IDC_EDT_SERVER 1002
#define IDC_LST_TABLE_PROP 1002
#define IDC_EDT_HOST 1003
#define IDC_EDT_USER 1004
#define IDC_EDT_DATABASE 1004
#define IDC_EDT_PORT 1005
#define IDC_LBL_HOST 1005
#define IDC_EDT_PASSWD 1006
#define IDC_LBL_VERSION 1006
#define IDC_RAD_TRUST 1007
#define IDC_LBL_CONNECTION 1007
#define IDC_RAD_STANDARD 1008
#define IDC_LBL_PORT 1008
#define IDC_BTN_REGISTER 1009
#define IDC_LBL_USER 1009
#define IDC_BTN_LOAD 1010
#define IDC_EDT_SQL 1010
#define IDC_BTN_COPY 1011
#define IDC_LST_NEW_TABLE 1013
#define IDC_BTN_NEW_FIELD 1016
#define IDC_BTN_DEL_FIELD 1017
#define IDC_EDT_TABLE_NAME 1020
#define IDC_BTN_GENERATE_SQL 1021
#define IDC_IPEDIT 2001
#define IDC_IPLIST 2002
#define ID_MENUITEM32771 32771
#define ID_MENUITEM32772 32772
#define ID_MENUITEM32774 32774
#define ID_MENUITEM32775 32775
#define ID_SQL_RUN 32778
#define ID_BTN_LOAD_SQL 32781
#define ID_BTN_SAVE_SQL 32782
#define ID_BTN_OPEN_REG 32783
#define ID_BTN_LOAD_REG 32783
#define ID_BTN_SAVE_REG 32784
#define ID_BTN_NEW_REG 32785
#define ID_MENUITEM32786 32786
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 140
#define _APS_NEXT_COMMAND_VALUE 32787
#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -