-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
542 lines (542 loc) · 9.64 KB
/
unit1.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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
object Form1: TForm1
Left = 226
Height = 750
Top = 30
Width = 1264
Caption = 'Form1'
ClientHeight = 750
ClientWidth = 1264
OnCreate = FormCreate
LCLVersion = '1.4.4.0'
object mQLabel: TLabel
Left = 24
Height = 15
Top = 24
Width = 48
Caption = 'mQLabel'
ParentColor = False
end
object lLabel: TLabel
Left = 24
Height = 15
Top = 56
Width = 31
Caption = 'lLabel'
ParentColor = False
end
object mQEdit: TEdit
Left = 88
Height = 23
Top = 17
Width = 80
TabOrder = 0
Text = 'mQEdit'
end
object LEdit: TEdit
Left = 88
Height = 23
Top = 49
Width = 80
TabOrder = 1
Text = 'LEdit'
end
object fQLabel: TLabel
Left = 24
Height = 15
Top = 119
Width = 41
Caption = 'fQLabel'
ParentColor = False
end
object fQEdit: TEdit
Left = 88
Height = 23
Top = 112
Width = 80
TabOrder = 2
Text = 'fQEdit'
end
object trLabel: TLabel
Left = 24
Height = 15
Top = 151
Width = 36
Caption = 'trLabel'
ParentColor = False
end
object trEdit: TEdit
Left = 88
Height = 23
Top = 144
Width = 80
TabOrder = 3
Text = 'trEdit'
end
object tuLabel: TLabel
Left = 24
Height = 15
Top = 183
Width = 39
Caption = 'tuLabel'
ParentColor = False
end
object tuEdit: TEdit
Left = 88
Height = 23
Top = 176
Width = 80
TabOrder = 4
Text = 'tuEdit'
end
object vuLabel: TLabel
Left = 24
Height = 15
Top = 215
Width = 41
Caption = 'vuLabel'
ParentColor = False
end
object vuEdit: TEdit
Left = 88
Height = 23
Top = 208
Width = 80
TabOrder = 5
Text = 'vuEdit'
end
object cqLabel: TLabel
Left = 24
Height = 15
Top = 88
Width = 41
Caption = 'cqLabel'
ParentColor = False
end
object symulacjaWykres: TShape
Left = 264
Height = 300
Top = 25
Width = 450
end
object tsymLabel: TLabel
Left = 24
Height = 15
Top = 247
Width = 54
Caption = 'tsymLabel'
ParentColor = False
end
object tsymEdit: TEdit
Left = 88
Height = 23
Top = 240
Width = 80
TabOrder = 6
Text = 'tsymEdit'
end
object symulacjaBut: TButton
Left = 24
Height = 25
Top = 320
Width = 75
Caption = 'SYMULACJA'
OnClick = symulacjaButClick
TabOrder = 7
end
object StopBut: TButton
Left = 24
Height = 25
Top = 536
Width = 75
Caption = 'STOP'
OnClick = StopButClick
TabOrder = 8
end
object dtLabel: TLabel
Left = 24
Height = 15
Top = 280
Width = 39
Caption = 'dtLabel'
ParentColor = False
end
object dtEdit: TEdit
Left = 88
Height = 23
Top = 273
Width = 80
TabOrder = 9
Text = 'dtEdit'
end
object xmaxLabel: TLabel
Left = 184
Height = 15
Top = 8
Width = 27
Caption = 'xmax'
ParentColor = False
end
object xminLabel: TLabel
Left = 184
Height = 15
Top = 313
Width = 26
Caption = 'xmin'
ParentColor = False
end
object vmaxLabel: TLabel
Left = 184
Height = 15
Top = 33
Width = 28
Caption = 'vmax'
ParentColor = False
end
object vminLabel: TLabel
Left = 184
Height = 15
Top = 289
Width = 27
Caption = 'vmin'
ParentColor = False
end
object vmaxEdit: TEdit
Left = 216
Height = 23
Top = 33
Width = 40
TabOrder = 10
Text = 'vmaxEdit'
end
object vminEdit: TEdit
Left = 216
Height = 23
Top = 282
Width = 40
TabOrder = 11
Text = 'vminEdit'
end
object xvLabel: TLabel
Left = 184
Height = 15
Top = 177
Width = 16
Caption = 'x/v'
ParentColor = False
end
object xvEdit: TEdit
Left = 208
Height = 23
Top = 170
Width = 40
TabOrder = 12
Text = 'xvEdit'
end
object impulsWykres: TShape
Left = 816
Height = 300
Top = 25
Width = 450
end
object impulsBut: TButton
Left = 24
Height = 25
Top = 360
Width = 75
Caption = 'IMPULS'
OnClick = impulsButClick
TabOrder = 13
end
object Label1: TLabel
Left = 264
Height = 15
Top = 336
Width = 43
Caption = 'vq(tr) = '
ParentColor = False
end
object Label2: TLabel
Left = 264
Height = 15
Top = 360
Width = 42
Caption = 'xq(tr) = '
ParentColor = False
end
object vq_trLabel: TLabel
Left = 312
Height = 1
Top = 336
Width = 1
ParentColor = False
end
object xq_trLabel: TLabel
Left = 312
Height = 1
Top = 360
Width = 1
ParentColor = False
end
object trLabel2: TLabel
Left = 816
Height = 15
Top = 336
Width = 19
Caption = 'tr ='
ParentColor = False
end
object vuLabel2: TLabel
Left = 816
Height = 15
Top = 360
Width = 24
Caption = 'vu ='
ParentColor = False
end
object Label3: TLabel
Left = 816
Height = 15
Top = 384
Width = 43
Caption = 'vq(tr) = '
ParentColor = False
end
object Label4: TLabel
Left = 816
Height = 15
Top = 408
Width = 42
Caption = 'xq(tr) = '
ParentColor = False
end
object vq_trLabel1: TLabel
Left = 864
Height = 1
Top = 384
Width = 1
ParentColor = False
end
object xq_trLabel1: TLabel
Left = 864
Height = 1
Top = 408
Width = 1
ParentColor = False
end
object vqtrLabel: TLabel
Left = 864
Height = 15
Top = 384
Width = 5
Caption = 'x'
ParentColor = False
end
object xqtrLabel: TLabel
Left = 864
Height = 15
Top = 408
Width = 5
Caption = 'x'
ParentColor = False
end
object Label5: TLabel
Left = 936
Height = 15
Top = 348
Width = 85
Caption = 'Zapisz do pliku :'
ParentColor = False
end
object ImpulsPlikEdit: TEdit
Left = 1056
Height = 23
Top = 344
Width = 80
TabOrder = 14
Text = 'ImpulsPlikEdit'
end
object ImpulsCheckBox: TCheckBox
Left = 1160
Height = 19
Top = 344
Width = 53
Caption = 'Zapisz'
TabOrder = 15
end
object WskaznikListBox: TListBox
Left = 564
Height = 112
Top = 448
Width = 192
ItemHeight = 0
TabOrder = 16
end
object OptymalizujBut: TButton
Left = 24
Height = 25
Top = 448
Width = 91
Caption = 'OPTYMALIZUJ'
OnClick = OptymalizujButClick
TabOrder = 17
end
object LiniowaButton: TButton
Left = 24
Height = 25
Top = 399
Width = 75
Caption = 'LINIOWA'
OnClick = LiniowaButtonClick
TabOrder = 18
end
object wymuszenieWykres: TShape
Left = 256
Height = 180
Top = 448
Width = 300
end
object vmaxImpLabel: TLabel
Left = 736
Height = 15
Top = 33
Width = 28
Caption = 'vmax'
ParentColor = False
end
object vminImpLabel: TLabel
Left = 737
Height = 15
Top = 294
Width = 27
Caption = 'vmin'
ParentColor = False
end
object vmaxImpEdit: TEdit
Left = 769
Height = 23
Top = 32
Width = 40
TabOrder = 19
Text = 'vmaxImpEdit'
end
object vminImpEdit: TEdit
Left = 769
Height = 23
Top = 293
Width = 40
TabOrder = 20
Text = 'vminImpEdit'
end
object vxImpLabel: TLabel
Left = 739
Height = 15
Top = 171
Width = 16
Caption = 'v/x'
ParentColor = False
end
object vxImpEdit: TEdit
Left = 763
Height = 23
Top = 170
Width = 48
TabOrder = 21
Text = 'vxImpEdit'
end
object xminImpLabel: TLabel
Left = 737
Height = 15
Top = 313
Width = 26
Caption = 'xmin'
ParentColor = False
end
object xmaxImpLabel: TLabel
Left = 736
Height = 15
Top = 8
Width = 27
Caption = 'xmax'
ParentColor = False
end
object Label6: TLabel
Left = 256
Height = 15
Top = 640
Width = 85
Caption = 'Zapisz do pliku :'
ParentColor = False
end
object optymalizacjaPlikEdit: TEdit
Left = 352
Height = 23
Top = 633
Width = 80
TabOrder = 22
Text = 'optymalizacjaPlikEdit'
end
object OptymalizacjaCheckBox: TCheckBox
Left = 456
Height = 19
Top = 637
Width = 53
Caption = 'Zapisz'
TabOrder = 23
end
object symulacjaOptWykres: TShape
Left = 816
Height = 300
Top = 448
Width = 450
end
object symulacjaOptBut: TButton
Left = 24
Height = 25
Top = 488
Width = 123
Caption = 'SYMULACJA OPT.'
OnClick = symulacjaOptButClick
TabOrder = 24
end
object czyscBut: TButton
Left = 616
Height = 25
Top = 568
Width = 75
Caption = 'CZYŚĆ'
OnClick = czyscButClick
TabOrder = 25
end
object bLabel: TLabel
Left = 120
Height = 15
Top = 456
Width = 23
Caption = 'beta'
ParentColor = False
end
object bEdit: TEdit
Left = 176
Height = 23
Top = 450
Width = 56
TabOrder = 26
Text = 'bEdit'
end
object CheckBox1: TCheckBox
Left = 1160
Height = 19
Top = 424
Width = 51
Caption = 'zapisz'
TabOrder = 27
end
object Edit1: TEdit
Left = 1056
Height = 23
Top = 420
Width = 80
TabOrder = 28
Text = 'Odp_dyn.txt'
end
end