forked from JOGAsoft/EBC-controller
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstepadd_loop.lfm
60 lines (60 loc) · 1.04 KB
/
stepadd_loop.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
object frmStepAdd_Loop: TfrmStepAdd_Loop
Left = 772
Height = 153
Top = 536
Width = 298
Caption = 'Add loop'
ClientHeight = 153
ClientWidth = 298
LCLVersion = '3.0.0.2'
object lblCapIEneI: TLabel
Left = 24
Height = 19
Top = 16
Width = 67
Caption = '&CapI/EneI:'
FocusControl = chkCapIEneI
end
object chkCapIEneI: TCheckBox
Left = 192
Height = 23
Top = 8
Width = 23
TabOrder = 0
end
object lblLoopCount: TLabel
Left = 24
Height = 19
Top = 56
Width = 74
Caption = '&Loop count:'
FocusControl = edtLoopCount
end
object edtLoopCount: TSpinEdit
Left = 192
Height = 36
Top = 48
Width = 98
TabOrder = 1
end
object CancelButton: TButton
Left = 88
Height = 25
Top = 112
Width = 111
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object OkButton: TButton
Left = 215
Height = 25
Top = 112
Width = 75
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 3
end
end