| 123456789101112131415161718192021222324252627282930313233 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ 生成的包含文件。
- // 供 mod_Initializer.rc 使用
- //
- #pragma once
-
- #define IDR_MAINFRAME 101
- #define IDD_PROGRESSBAR 103
- #define IDD_LOGIN 201
- #define IDB_HEADER 202
- #define IDC_EDITAUTHSERVER1 1006
- #define IDC_EDITSETTINGSERVER 1007
- #define IDC_EDITAUTHPORT 1008
- #define IDC_EditUser 1009
- #define IDC_EditPassword 1010
- #define IDC_LOGIN 1011
- #define IDC_CANCEL 1012
- #define IDC_EDITSETTINGPORT 1013
- #define IDC_PROGRESS1 1014
- #define IDC_DOWNCFG 1015
- #define IDC_PINPADWARN 1016
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 206
- #define _APS_NEXT_COMMAND_VALUE 32775
- #define _APS_NEXT_CONTROL_VALUE 1017
- #define _APS_NEXT_SYMED_VALUE 101
- #endif //!APSTUDIO_READONLY_SYMBOLS
- #endif //!APSTUDIO_INVOKED
|