-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunitPhaseDialog.lfm
More file actions
71 lines (71 loc) · 1.22 KB
/
unitPhaseDialog.lfm
File metadata and controls
71 lines (71 loc) · 1.22 KB
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
object FormPhaseDialog: TFormPhaseDialog
Left = 790
Height = 130
Top = 259
Width = 321
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Phase Plot'
ClientHeight = 130
ClientWidth = 321
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
object LabelPeriod: TLabel
Left = 24
Height = 15
Top = 10
Width = 34
Caption = 'Period'
end
object EditPeriod: TEdit
Left = 72
Height = 23
Top = 8
Width = 219
TabOrder = 0
end
object LabelEpoch: TLabel
Left = 24
Height = 15
Top = 43
Width = 33
Caption = 'Epoch'
end
object EditEpoch: TEdit
Left = 72
Height = 23
Top = 40
Width = 219
TabOrder = 1
end
object ButtonOK: TButton
Left = 24
Height = 25
Top = 88
Width = 75
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = ButtonOKClick
end
object ButtonCancel: TButton
Left = 120
Height = 25
Top = 88
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object ButtonApply: TButton
Left = 216
Height = 25
Top = 89
Width = 75
Caption = 'Apply'
TabOrder = 4
OnClick = ButtonApplyClick
end
end