-
Notifications
You must be signed in to change notification settings - Fork 0
/
access_eng(UTF-16LE).rc
227 lines (182 loc) · 12.8 KB
/
access_eng(UTF-16LE).rc
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "WinResrc.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""WinResrc.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDR_TOOLBAR BITMAP "toolbar.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Cursor
//
IDC_MYCURSOR CURSOR "mycursor.cur"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON32 ICON "icon32.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_CONTEXTMENU MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "Search Parameters...", ID_SEARCHPARAMETERS_CHANGE
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DIALOG_OPTIONS DIALOGEX 0, 0, 210, 74
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Search Parameters"
FONT 9, "Segoe UI", 0, 0, 0x1
BEGIN
EDITTEXT IDC_EDITW,129,7,43,11,ES_AUTOHSCROLL
LTEXT "Velocity ratio (w):",IDC_STATIC,27,7,94,12,0,WS_EX_RIGHT
EDITTEXT IDC_EDITR,129,23,43,11,ES_AUTOHSCROLL
LTEXT "Radius of detection (r):",IDC_STATIC,25,23,96,12,0,WS_EX_RIGHT
DEFPUSHBUTTON "OK",IDOK,50,56,50,11
PUSHBUTTON "Cancel",IDCANCEL,110,56,50,11
CONTROL "Show P = F(w,r)/w line",IDC_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,88,39,97,9
END
IDD_DIALOG_HELP DIALOGEX 0, 0, 369, 184
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Help / About"
FONT 9, "Segoe UI", 400, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,312,163,50,14
CONTROL "",IDC_RICHEDIT_HELP,"RichEdit20W",ES_MULTILINE | ES_READONLY | ES_NUMBER | WS_VSCROLL,7,7,355,150,WS_EX_STATICEDGE
LTEXT "Perimeter, Version 2.0",IDC_STATIC,9,166,100,8
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_DIALOG_OPTIONS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 203
TOPMARGIN, 7
BOTTOMMARGIN, 67
END
IDD_DIALOG_HELP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 362
TOPMARGIN, 7
BOTTOMMARGIN, 177
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// AFX_DIALOG_LAYOUT
//
IDD_DIALOG_HELP AFX_DIALOG_LAYOUT
BEGIN
0
END
IDD_DIALOG_OPTIONS AFX_DIALOG_LAYOUT
BEGIN
0
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_APPNAME "Perimeter"
IDS_NEW " New "
IDS_OPEN " Open "
IDS_MAX " Maximum "
IDS_GRAPH " Graph "
IDS_EXPORT " Export "
IDS_HELP " Help "
IDS_EXIT " Exit "
IDS_TT_NEW "Draw a new convex polygon"
IDS_TT_OPEN "Load a convex polygon from a file"
IDS_TT_MAX "Calculate the maximum of the perimeter function"
IDS_TT_GRAPH "Plot a graph of the perimeter function"
IDS_TT_EXPORT "Export the perimeter function"
IDS_TT_HELP "About the program"
IDS_TT_EXIT "Exit the program"
END
STRINGTABLE
BEGIN
IDS_UNKNOWN "Unknown error."
IDS_FE_OUTOFMEM "Out of memory.\nError code: -1.\nThe application will terminate."
IDS_FATALERROR "\nError code: %u.\nIn: %S.\nThe application will terminate."
IDS_FATALERROR_CAP "Fatal Error"
IDS_NONFATALERROR_CAP "Error"
IDS_WRONGFILEFORMAT "The chosen file has a wrong format."
IDS_VALUEOUTOFRANGE "Some value in the chosen file is out of range."
IDS_NOTENOUGHVERTICES "The chosen file should specify\n3 or more vertices."
IDS_GRAPHTITLE "Graph Mode"
IDS_FE_COMMCTL "Version 4.70 or later of Comctl32.dll is required."
IDS_FE_STRANGERESOLUTION "Screen resolution is too low."
IDS_FE_SYSERROR "System error."
IDS_FILEOUTPUT "File write error."
IDS_FE_GDI "Graphics error (possibly out of memory or graphics resources)."
IDS_NO_RICHEDIT "Could not load Riched20.dll library to show help."
IDS_OPENFILE "Could not open file."
END
STRINGTABLE
BEGIN
IDS_CLOSEFILE "Could not close file."
IDS_W_OUTOFRANGE "Please enter a valid number between 0 and 1\nfor the value of the w parameter."
IDS_R_OUTOFRANGE "Please enter a valid number between 10 and 500\nfor the value of the r parameter."
IDS_NO_HELPFILE "Could not find or open the help file perimeter.rtf."
IDS_NONFATALERROR "\n(Error code: %u)"
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED