diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /utils/qc_eyes/resource.h | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'utils/qc_eyes/resource.h')
| -rw-r--r-- | utils/qc_eyes/resource.h | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/utils/qc_eyes/resource.h b/utils/qc_eyes/resource.h new file mode 100644 index 0000000..e963ea2 --- /dev/null +++ b/utils/qc_eyes/resource.h @@ -0,0 +1,78 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by QC_Eyes.rc +// +#define IDD_QC_EYES_DIALOG 102 +#define IDR_MAINFRAME 128 +#define IDB_EYE_DEFAULT 150 +#define IDB_EYE_LOWER_HI 151 +#define IDB_EYE_LOWER_LO 152 +#define IDB_EYE_LOWER_MID 153 +#define IDB_EYE_UPPER_HI 154 +#define IDB_EYE_UPPER_LO 155 +#define IDB_EYE_UPPER_MID 156 +#define IDB_EYE_XY_L 157 +#define IDB_EYE_XY_R 158 +#define IDB_EYE_Z_L 159 +#define IDB_EYE_Z_R 160 +#define IDC_REFERENCE_FILENAME 1000 +#define IDC_EXPRESSIONS_FILENAME 1001 +#define IDC_MODEL_FILENAME 1002 +#define IDC_RIGHT_EYE_X 1003 +#define IDC_RIGHT_EYE_Y 1004 +#define IDC_RIGHT_EYE_Z 1005 +#define IDC_LEFT_EYE_X 1006 +#define IDC_LEFT_EYE_Y 1007 +#define IDC_LEFT_EYE_Z 1008 +#define IDC_Y_AXIS_UP 1009 +#define IDC_Z_AXIS_UP 1010 +#define IDC_DEFAULT_CONTROLS 1011 +#define IDC_ADVANCED_CONTROLS 1012 +#define IDC_UPPER_LID_RAISED 1013 +#define IDC_OUTPUT_TEXT 1014 +#define IDC_UPPER_LEFT_LID_RAISED 1015 +#define IDC_UPPER_LID_LOWERED 1016 +#define IDC_UPPER_LID_NEUTRAL 1017 +#define IDC_LOWER_LID_RAISED 1018 +#define IDC_LOWER_LID_LOWERED 1019 +#define IDC_LOWER_LID_NEUTRAL 1020 +#define IDC_IRIS_COLOR_GREEN 1021 +#define IDC_IRIS_COLOR_BLUE 1022 +#define IDC_IRIS_COLOR_BROWN 1023 +#define IDC_EYE_COLOR_LIGHT 1024 +#define IDC_EYE_COLOR_DARK 1025 +#define IDC_IRIS_SIZE 1026 +#define IDC_CREATE_QC_TEXT 1027 +#define IDC_EYEBALL_SIZE 1028 +#define IDC_COPY_TEXT_TO_CLIPBOARD 1029 +#define IDC_PICTURES 1030 +#define IDC_PICTURE_LABEL 1031 +#define IDC_LEFT_LID_CONTROL 1032 +#define IDC_UPPER_LEFT_LID_NEUTRAL 1033 +#define IDC_UPPER_LEFT_LID_LOWERED 1034 +#define IDC_LOWER_LEFT_LID_RAISED 1035 +#define IDC_LOWER_LEFT_LID_NEUTRAL 1036 +#define IDC_LOWER_LEFT_LID_LOWERED 1037 +#define IDC_EYE_DETAIL_CONTROL_FRAME 1038 +#define IDC_IRIS_SIZE_LABEL 1039 +#define IDC_EYEBALL_SIZE_LABEL 1040 +#define IDC_UPPER_LEFT_LID_PANEL 1041 +#define IDC_UPPER_LEFT_LID_RAISED_LABEL 1042 +#define IDC_UPPER_LEFT_LID_NEUTRAL_LABEL 1043 +#define IDC_UPPER_LEFT_LID_LOWERED_LABEL 1044 +#define IDC_LOWER_LEFT_LID_PANEL 1045 +#define IDC_LOWER_LEFT_LID_RAISED_LABEL 1046 +#define IDC_LOWER_LEFT_LID_NEUTRAL_LABEL 1047 +#define IDC_LOWER_LEFT_LID_LOWERED_LABEL 1048 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 130 +#define _APS_NEXT_COMMAND_VALUE 32771 +#define _APS_NEXT_CONTROL_VALUE 1049 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |