12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ generated include file.
- // Used by Test.rc
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_TEST_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDC_BUTTON1 1000
- #define Btn_ImportTest 1000
- #define IDC_BUTTON2 1001
- #define Btn_ExportTest 1001
- #define IDC_COMBOBOXEX1 1002
- #define IDC_RADIO1 1003
- #define Radio_Import_Original 1003
- #define IDC_RADIO2 1004
- #define Radio_Import_Early 1004
- #define IDC_RADIO3 1005
- #define Radio_Import_Further 1005
- #define IDC_RADIO4 1006
- #define Radio_Import_Design 1006
- #define IDC_EDIT1 1007
- #define Edit_ImpotCompressWidth 1007
- #define Edit_ImportCompressWidth 1007
- #define IDC_EDIT2 1008
- #define Edit_ImportCompressHeight 1008
- #define IDC_CHECK1 1009
- #define CHECK_ImportCompress 1009
- #define IDC_CHECK2 1010
- #define CHECK_ImportAutoNaming 1010
- #define IDC_CHECK3 1011
- #define CHECK_ImportOverWrite 1011
- #define IDC_CHECK4 1012
- #define CHECK_ImportShowProcssing 1012
- #define IDC_CHECK5 1013
- #define CHECK_ImportThumbnail 1013
- #define IDC_BUTTON3 1014
- #define Btn_SetImportPath 1014
- #define IDC_EDIT3 1015
- #define Edit_ImportThumbnailWidth 1015
- #define IDC_EDIT4 1016
- #define Edit_ImportThumbnailHeight 1016
- #define IDC_RADIO5 1017
- #define Radio_Export_Original 1017
- #define IDC_RADIO6 1018
- #define Radio_Export_Early 1018
- #define IDC_RADIO7 1019
- #define Radio_Export_Further 1019
- #define IDC_RADIO8 1020
- #define Radio_Export_Design 1020
- #define IDC_EDIT5 1021
- #define Edit_ExportCompressWidth 1021
- #define IDC_EDIT6 1022
- #define Edit_ExportCompressHeight 1022
- #define IDC_CHECK6 1023
- #define CHECK_ExportCompress 1023
- #define IDC_CHECK7 1024
- #define CHECK_ExportAutoNaming 1024
- #define IDC_CHECK8 1025
- #define CHECK_ExportOverWrite 1025
- #define IDC_CHECK9 1026
- #define CHECK_ExportShowProcessing 1026
- #define IDC_CHECK10 1027
- #define IDC_BUTTON4 1028
- #define Btn_SetExportPath 1028
- #define IDC_EDIT7 1029
- #define IDC_EDIT8 1030
- #define IDC_RADIO9 1031
- #define Radio_Export_Selected 1031
- #define IDC_RADIO10 1032
- #define Radio_Export_SelectedDesign 1032
- #define IDC_CHECK11 1033
- #define CHECK_ExportIncludGoods 1033
- #define ST_ImportPath 1034
- #define ST_ExportPath 1035
- #define Edit_StartNumber 1036
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 129
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1037
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|