forked from marcelais/mandelbrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
42 lines (41 loc) · 1.51 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by mbrot.rc
//
#define IDR_MBAR 104
#define IDD_ABOUT 108
#define IDI_FRACTAL 111
#define IDD_PROG 114
#define IDD_GETSEED 115
#define IDD_DIALOG1 116
#define IDD_STATUSPANE 116
#define IDC_PROGBAR 1000
#define IDC_EDIT 1002
#define IDC_PROGTEXT 1003
#define IDC_CENTER_X 1004
#define IDC_CENTER_Y 1005
#define IDC_SCALE 1006
#define IDC_CURSOR_X 1007
#define IDC_CURSOR_Y 1008
#define IDC_JULIA 1009
#define IDC_JULIA_X 1010
#define IDC_JULIA_Y 1011
#define IDC_MAXITER 1012
#define IDC_UNRESOLVED 1013
#define IDM_FILE_NEW 40001
#define IDM_FILE_SAVE 40006
#define IDM_FILE_EXIT 40007
#define IDM_EDIT_COPY 40008
#define IDM_FILE_ABOUT 40018
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40020
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif