-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuProdutoManager.dfm
More file actions
139 lines (139 loc) · 2.96 KB
/
uProdutoManager.dfm
File metadata and controls
139 lines (139 loc) · 2.96 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
object FCadastroProduto: TFCadastroProduto
Left = 192
Top = 125
Width = 1088
Height = 639
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'FCadastroProduto'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblNomeProduto: TLabeledEdit
Left = 112
Top = 120
Width = 177
Height = 27
AutoSize = False
Ctl3D = False
EditLabel.Width = 68
EditLabel.Height = 13
EditLabel.Caption = 'Nome Produto'
ParentCtl3D = False
TabOrder = 0
end
object lblDescricao: TLabeledEdit
Left = 312
Top = 120
Width = 177
Height = 27
AutoSize = False
Ctl3D = False
EditLabel.Width = 48
EditLabel.Height = 13
EditLabel.Caption = 'Descricao'
ParentCtl3D = False
TabOrder = 1
end
object lblValor: TLabeledEdit
Left = 504
Top = 120
Width = 185
Height = 27
AutoSize = False
Ctl3D = False
EditLabel.Width = 24
EditLabel.Height = 13
EditLabel.Caption = 'Valor'
ParentCtl3D = False
TabOrder = 2
OnKeyPress = lblValorKeyPress
end
object lblDesconto: TLabeledEdit
Left = 112
Top = 168
Width = 177
Height = 27
AutoSize = False
Ctl3D = False
EditLabel.Width = 46
EditLabel.Height = 13
EditLabel.Caption = 'Desconto'
ParentCtl3D = False
TabOrder = 3
OnKeyPress = lblDescontoKeyPress
end
object cbTpProduto: TComboBox
Left = 312
Top = 168
Width = 177
Height = 28
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 20
ParentCtl3D = False
ParentFont = False
TabOrder = 4
Text = 'Tipo Produto'
end
object gridProdutos: TStringGrid
Left = 112
Top = 208
Width = 849
Height = 273
ColCount = 7
Ctl3D = False
DefaultColWidth = 120
RowCount = 1
FixedRows = 0
ParentCtl3D = False
TabOrder = 5
end
object BitBtn1: TBitBtn
Left = 112
Top = 504
Width = 185
Height = 49
Caption = '&Adicionar Produto'
TabOrder = 6
OnClick = BitBtn1Click
Kind = bkYes
end
object Panel1: TPanel
Left = -8
Top = 0
Width = 1081
Height = 81
BevelOuter = bvNone
Caption = 'Cadastro Produto'
Color = clTeal
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -47
Font.Name = 'Yu Gothic UI'
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 7
end
object BitBtn2: TBitBtn
Left = 312
Top = 504
Width = 169
Height = 49
TabOrder = 8
OnClick = BitBtn2Click
Kind = bkClose
end
end