-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisitor.view.principal.lfm
More file actions
51 lines (51 loc) · 890 Bytes
/
visitor.view.principal.lfm
File metadata and controls
51 lines (51 loc) · 890 Bytes
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
object Form1: TForm1
Left = -768
Height = 393
Top = -818
Width = 716
Caption = 'Form1'
ClientHeight = 393
ClientWidth = 716
OnCreate = FormCreate
LCLVersion = '2.2.6.0'
object btnNormal: TButton
Left = 80
Height = 25
Top = 120
Width = 184
Caption = 'Preço Normal'
OnClick = btnNormalClick
TabOrder = 0
end
object btnPromocao: TButton
Left = 80
Height = 25
Top = 168
Width = 184
Caption = 'Preço Promoção'
OnClick = btnPromocaoClick
TabOrder = 1
end
object cbxTipo: TComboBox
Left = 80
Height = 23
Top = 80
Width = 184
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'Varejo'
'Atacado'
)
TabOrder = 2
Text = 'Varejo'
end
object edtPreco: TEdit
Left = 312
Height = 23
Top = 80
Width = 176
TabOrder = 3
Text = '10'
end
end