2025-11-28 00:35:46 +09:00

128 lines
5.4 KiB
C

// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_VCEXPLORE_DIALOG 102
#define IDD_VCEXPLORE 102
#define IDR_MAINFRAME 128
#define IDI_LOGO 131
#define IDD_EXPORT_APPLICATION 132
#define IDD_INSTALL_APPLICATION 133
#define IDD_APP_UTILITY 134
#define IDD_INSTALL_COMPONENT 135
#define IDD_IMPORT_COMPONENT 136
#define IDD_CONNECT 137
#define IDD_UTILITIES 138
#define IDR_TOOLBAR_MAIN 143
#define IDI_APP_ICON 145
#define IDI_UTILITIES 149
#define IDI_CONNECT 150
#define IDI_INSTALL 151
#define IDI_IMPORT 152
#define IDI_START 153
#define IDI_STOP 154
#define IDI_EXPORT 155
#define IDC_FRAME_CATALOG_INFO 1001
#define IDC_LABEL_COMPUTER_NAME_DESC 1002
#define IDC_LABEL_COMPUTER_NAME_VALUE 1003
#define IDC_LABEL_COLLECTION_NAME_DESC 1004
#define IDC_LABEL_COLLECTION_NAME_VALUE 1005
#define IDC_FRAME_RELATED_COLLECTIONS 1006
#define IDC_LIST_RELATED_COLLECTIONS 1007
#define IDC_FRAME_PREVIOUS_COLLECTIONS 1008
#define IDC_LIST_PARENT_COLLECTIONS 1009
#define IDC_FRAME_OBJECTS_AND_PROP_INFO 1010
#define IDC_LABEL_OBJECTS_DESC 1011
#define IDC_LABEL_PROPERTIES_DESC2 1012
#define IDC_LIST_OBJECTS 1013
#define IDC_LIST_PROPERTIES 1014
#define IDC_LABEL_PROPERTY_VALUE_DESC 1015
#define IDC_EDIT_PROPERTY_VALUE 1016
#define IDC_BUTTON_SET_PROPERTY 1017
#define IDC_FRAME_EXPORT_CLIENT_ONLY 1018
#define IDC_RADIO_DO_NOT_EXPORT_USERS 1019
#define IDC_RADIO_EXPORT_USERS 1020
#define IDC_RADIO_EXPORT_CLIENTS 1021
#define IDC_CHECK_OVERWRITE_FILES 1022
#define IDC_CHECK_REMOTE_SERVER_INSTALL 1023
#define IDC_EDIT_APPLICATION_ID_VALUE 1024
#define IDC_LABEL_EXPORT_PATH 1025
#define IDC_EDIT_EXPORT_PATH 1026
#define IDC_BUTTON_EXPORT_PATH_SEARCH 1028
#define IDC_FRAME_INSTALL_OPTIONS 1028
#define IDC_RADIO_INSTALL_WITHOUT_USERS 1029
#define IDC_RADIO_INSTALL_WITH_USERS 1030
#define IDC_BUTTON_INSTALL_DIRECTORY_SEARCH 1031
#define IDC_LABEL_APPLICATION_FILE 1032
#define IDC_EDIT_APPLICATION_FILE 1033
#define IDC_LABEL_INSTALL_DIRECTORY 1034
#define IDC_EDIT_INSTALL_DIRECTORY 1035
#define IDC_BUTTON_APPLICATION_FILE_SEARCH 1036
#define IDC_BUTTON_APPLICATON_ID_SEARCH 1037
#define IDC_LABEL_REMOTE_SERVER_NAME 1037
#define IDC_LABEL_APPLICATION 1038
#define IDC_EDIT_REMOTE_SERVER_NAME 1038
#define IDC_COMBO_APPLICATION 1039
#define IDC_LABEL_UID 1039
#define IDC_LABEL_COMPONENT 1040
#define IDC_EDIT_UID 1040
#define IDC_EDIT_COMPONENT 1041
#define IDC_LABEL_PWD 1041
#define IDC_BUTTON_COMPONENT_SEARCH 1042
#define IDC_EDIT_PWD 1042
#define IDC_LABEL_TYPE_LIBRARY 1043
#define IDC_EDIT_TYPE_LIBRARY 1044
#define IDC_BUTTON_TYPE_LIBRARY 1045
#define IDC_LABEL_PROXY_STUB_DLL 1046
#define IDC_EDIT_PROXY_STUB_DLL 1047
#define IDC_BUTTON_PROXY_STUB_DLL 1048
#define IDC_LABEL_APPLICATION_ID 1049
#define IDC_EDIT_APPLICATION_ID 1050
#define IDC_APPLICATION_TITLE 1051
#define IDC_APPLICATION_VERSION 1052
#define IDC_APPLICATION_COPYRIGHT 1053
#define IDC_APPLICATION_ICON 1054
#define IDC_FRAME_IMPORT_BY 1055
#define IDC_RADIO_PROG_ID 1056
#define IDC_FRAME_UTILITY_OPTIONS 1056
#define IDC_RADIO_CLSID 1057
#define IDC_RADIO_THIS_COMPUTER 1058
#define IDC_RADIO_REMOTE_COMPUTER 1059
#define IDC_EDIT_REMOTE_COMPUTER_NAME 1060
#define IDC_RADIO_ROUTER 1061
#define IDC_RADIO_JNEC 1062
#define IDC_RADIO_START 1063
#define IDC_RADIO_STOP 1064
#define IDC_RADIO_REFRESH 1065
#define IDC_FRAME_UTILITY_TYPE 1066
#define ID_TBTN_CONNECT 32772
#define ID_TBTN_REFRESH 32773
#define ID_TBTN_NEW 32774
#define ID_TBTN_SAVE 32775
#define ID_TBTN_DELETE 32776
#define ID_TBTN_START_APP 32777
#define ID_TBTN_STOP_APP 32778
#define ID_TBTN_INSTALL_APP 32779
#define ID_TBTN_EXPORT_APP 32780
#define ID_TBTN_INSTALL_COMPONENT 32781
#define ID_TBTN_IMPORT_COMPONENT 32782
#define ID_TBTN_UTILITY 32783
#define ID_TBTN_ABOUT 32784
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 157
#define _APS_NEXT_COMMAND_VALUE 32785
#define _APS_NEXT_CONTROL_VALUE 1067
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif