--- resource.h 2006/08/30 21:57:57 9 +++ resource.h 2006/09/01 02:25:17 22 @@ -13,6 +13,7 @@ #define IDD_RESULT 132 #define IDD_USEREDIT 133 #define IDD_EQUIPMENTEDIT 134 +#define IDD_RESULTDETAILS 135 #define IDC_TAB1 1000 #define IDC_TAB 1000 #define IDC_USERNAME 1001 @@ -31,11 +32,25 @@ #define IDC_NAME 1016 #define IDC_ADMIN 1017 #define IDC_PASSWORD2 1018 +#define IDC_STATUS 1018 #define IDC_PASSWORD1 1019 #define IDC_BARCODE 1019 -#define IDC_EDIT2 1020 #define IDC_PLACEMENT 1021 #define IDC_DESCRIPTION 1022 +#define IDC_AVAILABLE 1027 +#define IDC_DEPOSITED 1028 +#define IDC_RESERVED 1029 +#define IDC_SEARCH 1030 +#define IDC_CLEAR 1031 +#define IDC_DETAILS 1033 +#define IDC_COUNTER 1034 +#define IDC_CHECKOUTS 1038 +#define IDC_RESERVATIONS 1039 +#define IDC_CLOSE 1040 +#define IDC_CHECKOUT 1041 +#define IDC_RESERVE 1042 +#define IDC_CHECKOUT3 1043 +#define IDC_RETURN 1043 #define ID_FILE_EXIT 32771 #define ID_HELP_ABOUT 32772 @@ -43,9 +58,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 135 +#define _APS_NEXT_RESOURCE_VALUE 136 #define _APS_NEXT_COMMAND_VALUE 32773 -#define _APS_NEXT_CONTROL_VALUE 1023 +#define _APS_NEXT_CONTROL_VALUE 1042 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif