-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainform.lfm
87 lines (87 loc) · 1.62 KB
/
mainform.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
object Form1: TForm1
Left = 668
Height = 711
Top = 125
Width = 1222
Caption = 'Form1'
ClientHeight = 711
ClientWidth = 1222
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.2.6.0'
object Memo1: TMemo
Left = 38
Height = 597
Top = 35
Width = 1138
Lines.Strings = (
'Memo1'
)
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
object ButtonDumpContents: TButton
Left = 32
Height = 25
Top = 656
Width = 155
Caption = 'Dump Contents'
OnClick = ButtonDumpContentsClick
TabOrder = 1
end
object ButtonRunCycle: TButton
Left = 230
Height = 25
Top = 658
Width = 123
Caption = 'Run 1 Cycle'
OnClick = ButtonRunCycleClick
TabOrder = 2
end
object CheckBox1: TCheckBox
Left = 935
Height = 25
Top = 659
Width = 102
Caption = 'CheckBox1'
OnChange = CheckBox1Change
TabOrder = 3
end
object ButtonPassThrough: TButton
Left = 413
Height = 25
Top = 659
Width = 227
Caption = 'Passthrough experiment'
OnClick = ButtonPassThroughClick
TabOrder = 4
end
object ButtonPhaseA: TButton
Left = 684
Height = 25
Top = 659
Width = 99
Caption = 'Run Phase A'
OnClick = ButtonPhaseAClick
TabOrder = 5
end
object ButtonPhaseB: TButton
Left = 800
Height = 25
Top = 659
Width = 99
Caption = 'Run Phase B'
OnClick = ButtonPhaseBClick
TabOrder = 6
end
object Button1: TButton
Left = 1079
Height = 25
Top = 664
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 7
end
end