-
Notifications
You must be signed in to change notification settings - Fork 0
/
uprototype.lfm
475 lines (475 loc) · 9.81 KB
/
uprototype.lfm
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
object GraphPlotter: TGraphPlotter
Left = 1444
Height = 307
Top = 357
Width = 362
Caption = 'Graph Plotter'
ClientHeight = 0
ClientWidth = 0
Color = clSilver
OnCreate = OnFormCreate
LCLVersion = '1.6.4.0'
object Chart1: TChart
Left = 24
Height = 952
Top = 24
Width = 1343
AxisList = <
item
Minors = <>
Title.LabelFont.Orientation = 900
end
item
Alignment = calBottom
Minors = <>
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
object Line1: TLineSeries
LinePen.Color = 231
LinePen.Width = 4
end
object YAxis: TLineSeries
LinePen.Width = 2
end
object XAxis: TLineSeries
LinePen.Width = 2
end
object Line2: TLineSeries
LinePen.Color = 36095
LinePen.Width = 4
end
object Line3: TLineSeries
LinePen.Color = 61439
LinePen.Width = 4
end
object Line4: TLineSeries
LinePen.Color = 2064640
LinePen.Width = 4
end
object Line5: TLineSeries
LinePen.Color = 16729088
LinePen.Width = 4
end
object Line6: TLineSeries
LinePen.Color = 8978550
LinePen.Width = 4
end
object Area: TAreaSeries
Transparency = 80
AreaLinesPen.Color = clRed
UseZeroLevel = True
end
end
object YEqualsRadioButton: TRadioButton
Left = 1384
Height = 24
Top = 24
Width = 45
Caption = 'y ='
OnChange = YEqualsRadioButtonChange
TabOrder = 1
end
object XEqualsRadioButton: TRadioButton
Left = 1432
Height = 24
Top = 24
Width = 45
Caption = 'x ='
OnChange = XEqualsRadioButtonChange
TabOrder = 2
end
object ParametricRadioButton: TRadioButton
Left = 1480
Height = 24
Top = 24
Width = 95
Caption = 'Parametric'
OnChange = ParametricRadioButtonChange
TabOrder = 3
end
object XYEquationEdit: TEdit
Left = 1384
Height = 28
Top = 48
Width = 200
OnClick = XYEquationEditClick
TabOrder = 4
TextHint = 'Enter equation here'
Visible = False
end
object PlotButton: TButton
Left = 1383
Height = 25
Top = 152
Width = 75
Caption = 'Plot'
OnClick = PlotButtonClick
TabOrder = 5
end
object MinimumEdit: TEdit
Left = 1488
Height = 28
Top = 80
Width = 80
OnClick = MinimumEditClick
TabOrder = 6
end
object MaximumEdit: TEdit
Left = 1488
Height = 28
Top = 112
Width = 80
OnClick = MaximumEditClick
TabOrder = 7
end
object MinimumLabel: TLabel
Left = 1384
Height = 20
Top = 80
Width = 74
Caption = 'x Minimum'
ParentColor = False
end
object MaximumLabel: TLabel
Left = 1384
Height = 20
Top = 112
Width = 77
Caption = 'x Maximum'
ParentColor = False
end
object ParaXEdit: TEdit
Left = 1384
Height = 28
Top = 48
Width = 95
OnClick = ParaXEditClick
ParentShowHint = False
ShowHint = True
TabOrder = 8
TextHint = 'x ='
Visible = False
end
object ParaYEdit: TEdit
Left = 1488
Height = 28
Top = 48
Width = 96
OnClick = ParaYEditClick
ParentShowHint = False
ShowHint = True
TabOrder = 9
TextHint = 'y ='
Visible = False
end
object GraphListLabel: TLabel
Left = 1384
Height = 20
Top = 728
Width = 66
Caption = 'Graph List'
ParentColor = False
end
object Graph3Label: TLabel
Left = 1472
Height = 40
Top = 824
Width = 162
Caption = 'Graph3Label'
Font.Color = clYellow
Font.Height = 40
ParentColor = False
ParentFont = False
end
object Graph1Label: TLabel
Left = 1472
Height = 40
Top = 744
Width = 162
Caption = 'Graph1Label'
Font.Color = 231
Font.Height = 40
ParentColor = False
ParentFont = False
end
object Graph2Label: TLabel
Left = 1472
Height = 40
Top = 784
Width = 162
Caption = 'Graph2Label'
Font.Color = 36095
Font.Height = 40
ParentColor = False
ParentFont = False
end
object Graph5Label: TLabel
Left = 1472
Height = 40
Top = 904
Width = 162
Caption = 'Graph5Label'
Font.Color = 16729088
Font.Height = 40
ParentColor = False
ParentFont = False
end
object Graph4Label: TLabel
Left = 1472
Height = 40
Top = 864
Width = 162
Caption = 'Graph4Label'
Font.Color = 2064640
Font.Height = 40
ParentColor = False
ParentFont = False
end
object RemoveButton1: TButton
Left = 1384
Height = 25
Top = 759
Width = 75
Caption = 'Remove'
OnClick = RemoveButton1Click
TabOrder = 10
end
object RemoveButton2: TButton
Left = 1383
Height = 25
Top = 799
Width = 75
Caption = 'Remove'
OnClick = RemoveButton2Click
TabOrder = 11
end
object RemoveButton3: TButton
Left = 1383
Height = 25
Top = 839
Width = 75
Caption = 'Remove'
OnClick = RemoveButton3Click
TabOrder = 12
end
object RemoveButton4: TButton
Left = 1383
Height = 25
Top = 879
Width = 75
Caption = 'Remove'
OnClick = RemoveButton4Click
TabOrder = 13
end
object RemoveButton5: TButton
Left = 1383
Height = 25
Top = 919
Width = 75
Caption = 'Remove'
OnClick = RemoveButton5Click
TabOrder = 14
end
object Graph6Label: TLabel
Left = 1472
Height = 40
Top = 944
Width = 162
Caption = 'Graph6Label'
Font.Color = 8978550
Font.Height = 40
ParentColor = False
ParentFont = False
end
object RemoveButton6: TButton
Left = 1383
Height = 25
Top = 952
Width = 75
Caption = 'Remove'
OnClick = RemoveButton6Click
TabOrder = 15
end
object DifferentialEdit: TEdit
Left = 1384
Height = 28
Top = 192
Width = 80
OnClick = DifferentialEditClick
TabOrder = 16
end
object DifferentiateButton: TButton
Left = 1480
Height = 25
Top = 192
Width = 96
Caption = 'Differentiate'
OnClick = DifferentiateButtonClick
TabOrder = 17
end
object Eqn1DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 759
Width = 108
Caption = 'Differentiate'
OnClick = Eqn1DiffRadioButtonClick
TabOrder = 18
end
object Eqn2DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 792
Width = 108
Caption = 'Differentiate'
OnClick = Eqn2DiffRadioButtonClick
TabOrder = 19
end
object DiffAnswerLabel: TLabel
Left = 1592
Height = 20
Top = 197
Width = 8
Caption = '0'
ParentColor = False
end
object Eqn3DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 839
Width = 108
Caption = 'Differentiate'
OnClick = Eqn3DiffRadioButtonClick
TabOrder = 20
end
object Eqn4DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 879
Width = 108
Caption = 'Differentiate'
OnClick = Eqn4DiffRadioButtonClick
TabOrder = 21
end
object Eqn5DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 919
Width = 108
Caption = 'Differentiate'
OnClick = Eqn5DiffRadioButtonClick
TabOrder = 22
end
object Eqn6DiffRadioButton: TRadioButton
Left = 1648
Height = 24
Top = 952
Width = 108
Caption = 'Differentiate'
OnClick = Eqn6DiffRadioButtonClick
TabOrder = 23
end
object IntAnswerLabel: TLabel
Left = 1672
Height = 20
Top = 240
Width = 8
Caption = '0'
ParentColor = False
end
object IntegralLowerEdit: TEdit
Left = 1383
Height = 28
Top = 232
Width = 80
OnClick = IntegralLowerEditClick
TabOrder = 24
end
object IntegrateButton: TButton
Left = 1584
Height = 25
Top = 235
Width = 75
Caption = 'Integrate'
OnClick = IntegrateButtonClick
TabOrder = 25
end
object Eqn1IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 759
Width = 84
Caption = 'Integrate'
OnClick = Eqn1IntRadioButtonClick
TabOrder = 26
end
object Eqn2IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 792
Width = 84
Caption = 'Integrate'
OnClick = Eqn2IntRadioButtonClick
TabOrder = 27
end
object Eqn3IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 839
Width = 84
Caption = 'Integrate'
OnClick = Eqn3IntRadioButtonClick
TabOrder = 28
end
object Eqn4IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 879
Width = 84
Caption = 'Integrate'
OnClick = Eqn4IntRadioButtonClick
TabOrder = 29
end
object Eqn5IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 919
Width = 84
Caption = 'Integrate'
OnClick = Eqn5IntRadioButtonClick
TabOrder = 30
end
object Eqn6IntRadioButton: TRadioButton
Left = 1776
Height = 24
Top = 952
Width = 84
Caption = 'Integrate'
OnClick = Eqn6IntRadioButtonClick
TabOrder = 31
end
object IntegralUpperEdit: TEdit
Left = 1480
Height = 28
Top = 232
Width = 80
OnClick = IntegralUpperEditClick
TabOrder = 32
TextHint = 'Upper Limit x ='
end
object PiButton: TButton
Left = 1384
Height = 25
Top = 280
Width = 75
Caption = 'π'
OnClick = PiButtonClick
TabOrder = 33
end
end