-
Notifications
You must be signed in to change notification settings - Fork 1
/
unInserirVenda.dfm
298 lines (298 loc) · 6.12 KB
/
unInserirVenda.dfm
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
object FrmInserirVenda: TFrmInserirVenda
Left = 0
Top = 0
Caption = 'FrmInserirVenda'
ClientHeight = 670
ClientWidth = 656
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pnlTop: TPanel
Left = 0
Top = 0
Width = 656
Height = 145
Align = alTop
Color = clWindow
ParentBackground = False
TabOrder = 0
object lblCliente: TLabel
Left = 24
Top = 8
Width = 162
Height = 19
Caption = 'DADOS DO CLIENTE'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblNome: TLabel
Left = 24
Top = 38
Width = 38
Height = 16
Caption = 'Nome:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblCidade: TLabel
Left = 24
Top = 80
Width = 44
Height = 16
Caption = 'Cidade:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblUf: TLabel
Left = 264
Top = 80
Width = 43
Height = 16
Caption = 'Estado:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edtNome: TEdit
Left = 68
Top = 33
Width = 410
Height = 21
TabOrder = 0
end
object edtCidade: TEdit
Left = 68
Top = 79
Width = 165
Height = 21
TabOrder = 1
end
object edtUf: TEdit
Left = 313
Top = 79
Width = 165
Height = 21
TabOrder = 2
end
object btnInserirCliente: TButton
Left = 24
Top = 114
Width = 87
Height = 25
Caption = 'Inserir Cliente'
TabOrder = 3
OnClick = btnInserirClienteClick
end
end
object pnlBottom: TPanel
Left = 0
Top = 145
Width = 656
Height = 160
Align = alClient
Color = clWindow
ParentBackground = False
TabOrder = 1
object lblProdutos: TLabel
Left = 24
Top = 16
Width = 174
Height = 38
Caption = 'DADOS DO PRODUTO'#13#10
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblProduto: TLabel
Left = 24
Top = 39
Width = 104
Height = 16
Caption = 'Nome do produto:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblqtd: TLabel
Left = 24
Top = 82
Width = 70
Height = 16
Caption = 'Quantidade:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblValorUnidade: TLabel
Left = 128
Top = 82
Width = 97
Height = 16
Caption = 'Valor P/Unidade:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblVlrTotal: TLabel
Left = 264
Top = 82
Width = 64
Height = 16
Caption = 'Valor total:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object btnInserir: TButton
Left = 24
Top = 129
Width = 100
Height = 25
Caption = 'Inserir Produto'
TabOrder = 0
OnClick = btnInserirClick
end
object btnFinalizar: TButton
Left = 528
Top = 129
Width = 100
Height = 25
Caption = 'GRAVAR PEDIDO'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = btnFinalizarClick
end
object edtDescricaoProduto: TEdit
Left = 24
Top = 55
Width = 410
Height = 21
TabOrder = 2
end
object edtQtd: TEdit
Left = 24
Top = 102
Width = 70
Height = 21
TabOrder = 3
end
object edtVlr: TEdit
Left = 128
Top = 102
Width = 70
Height = 21
TabOrder = 4
OnChange = edtVlrChange
end
object edtVlrTotal: TEdit
Left = 264
Top = 104
Width = 70
Height = 21
TabOrder = 5
end
end
object statValorTotal: TStatusBar
Left = 0
Top = 648
Width = 656
Height = 22
Panels = <
item
Width = 50
end>
end
object dbgrdVendaAtual: TDBGrid
Left = 0
Top = 305
Width = 656
Height = 343
Align = alBottom
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object dsTmpVendaProdutos: TDataSource
DataSet = qryTmpVendaProdutos
Left = 440
Top = 472
end
object qryTmpVendaProdutos: TFDQuery
Left = 560
Top = 472
end
object dsClientes: TDataSource
DataSet = qryClientes
Left = 496
Top = 56
end
object qryClientes: TFDQuery
Left = 560
Top = 56
end
object dsProdutos: TDataSource
DataSet = qryProdutos
Left = 488
Top = 201
end
object qryProdutos: TFDQuery
Left = 560
Top = 201
end
object qryVendas: TFDQuery
Left = 560
Top = 328
end
object dsVendas: TDataSource
DataSet = qryVendas
Left = 504
Top = 328
end
end