diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-24 15:59:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-24 15:59:28 +0200 |
commit | aa8a392c18f726d5bbb0f40e261744ce4d612500 (patch) | |
tree | 825553fb533ad20105641ef2d10f91c8753cf9be /clientfiles/very-important-source-code/tester/resource.h | |
parent | fcc69215e6156a8afc186aadd22ab2d7821d52d6 (diff) |
mv only
Diffstat (limited to 'clientfiles/very-important-source-code/tester/resource.h')
-rw-r--r-- | clientfiles/very-important-source-code/tester/resource.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/clientfiles/very-important-source-code/tester/resource.h b/clientfiles/very-important-source-code/tester/resource.h new file mode 100644 index 00000000..328d9cb7 --- /dev/null +++ b/clientfiles/very-important-source-code/tester/resource.h @@ -0,0 +1,23 @@ +#ifndef IDC_STATIC +#define IDC_STATIC (-1) +#endif + +#define IDD_DIALOG1 100 +#define IDQUIT 1002 +#define IDSTART 1003 +#define IDC_APPID 1016 +#define IDC_PITCH 1017 +#define IDC_YAW 1018 +#define IDC_ROLL 1019 +#define IDC_X1 1020 +#define IDC_X2 1021 +#define IDC_X3 1022 +#define IDC_Y1 1023 +#define IDC_Y2 1024 +#define IDC_Y3 1025 +#define IDC_Z1 1026 +#define IDC_Z2 1027 +#define IDC_Z3 1028 +#define IDC_S 1029 +#define IDC_F 1030 + |