-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrda.lfm
83 lines (83 loc) · 1.47 KB
/
rda.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
object RDADlg: TRDADlg
Left = 256
Height = 156
Top = 130
Width = 280
BorderStyle = bsDialog
Caption = 'Opções'
ClientHeight = 156
ClientWidth = 280
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '2.0.12.0'
object LabelTransform: TLabel
Left = 16
Height = 15
Top = 20
Width = 82
Caption = 'Transformação:'
ParentColor = False
end
object ComboBoxTransform: TComboBox
Left = 104
Height = 23
Top = 16
Width = 160
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
object OKButton: TButton
Left = 100
Height = 25
Top = 117
Width = 75
Caption = 'OK'
ModalResult = 1
TabOrder = 3
end
object CancelButton: TButton
Left = 189
Height = 25
Top = 117
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object LabelScale: TLabel
Left = 16
Height = 15
Top = 53
Width = 35
Caption = 'Escala:'
ParentColor = False
end
object ComboBoxScale: TComboBox
Left = 104
Height = 23
Top = 49
Width = 160
ItemHeight = 15
Style = csDropDownList
TabOrder = 1
end
object LabelInertia: TLabel
Left = 16
Height = 15
Top = 86
Width = 38
Caption = 'Inércia:'
ParentColor = False
end
object ComboBoxInertia: TComboBox
Left = 104
Height = 23
Top = 82
Width = 160
ItemHeight = 15
Style = csDropDownList
TabOrder = 2
end
end