-
Notifications
You must be signed in to change notification settings - Fork 1
/
uFrmPrincipal.dfm
608 lines (608 loc) · 13.3 KB
/
uFrmPrincipal.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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
object FrmPrincipal: TFrmPrincipal
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Programa gerador e leitor de arquivos FCI'
ClientHeight = 613
ClientWidth = 645
Color = clBtnFace
Constraints.MaxHeight = 642
Constraints.MaxWidth = 651
Constraints.MinHeight = 642
Constraints.MinWidth = 651
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PnDadosEmpresa: TPanel
AlignWithMargins = True
Left = 6
Top = 118
Width = 633
Height = 220
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alBottom
TabOrder = 0
object Label3: TLabel
Left = 58
Top = 13
Width = 64
Height = 13
Alignment = taRightJustify
Caption = 'Raz'#227'o Social:'
end
object Label4: TLabel
Left = 93
Top = 40
Width = 29
Height = 13
Alignment = taRightJustify
Caption = 'CNPJ:'
end
object Label5: TLabel
Left = 331
Top = 40
Width = 72
Height = 13
Alignment = taRightJustify
Caption = 'Insc. Estadual:'
end
object Label6: TLabel
Left = 73
Top = 67
Width = 49
Height = 13
Alignment = taRightJustify
Caption = 'Endere'#231'o:'
end
object Label7: TLabel
Left = 99
Top = 94
Width = 23
Height = 13
Alignment = taRightJustify
Caption = 'CEP:'
end
object Label8: TLabel
Left = 225
Top = 94
Width = 17
Height = 13
Alignment = taRightJustify
Caption = 'UF:'
end
object Label9: TLabel
Left = 307
Top = 94
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Munic'#237'pio:'
end
object Label12: TLabel
Left = 66
Top = 133
Width = 56
Height = 13
Alignment = taRightJustify
Caption = 'Hash Code:'
end
object Label13: TLabel
Left = 18
Top = 160
Width = 104
Height = 13
Alignment = taRightJustify
Caption = 'Data Recep. Arquivo:'
end
object Label14: TLabel
Left = 26
Top = 187
Width = 96
Height = 13
Alignment = taRightJustify
Caption = 'Data Valid. Arquivo:'
end
object Label15: TLabel
Left = 299
Top = 160
Width = 104
Height = 13
Alignment = taRightJustify
Caption = 'C'#243'd. Recep. Arquivo:'
end
object Label16: TLabel
Left = 306
Top = 187
Width = 97
Height = 13
Alignment = taRightJustify
Caption = 'Indicador Valida'#231#227'o:'
end
object EdtRazaoSocial: TEdit
Left = 128
Top = 10
Width = 441
Height = 21
TabOrder = 0
end
object EdtCNPJ: TEdit
Left = 128
Top = 37
Width = 160
Height = 21
TabOrder = 1
end
object EdtInscEstadual: TEdit
Left = 409
Top = 37
Width = 160
Height = 21
TabOrder = 2
end
object EdtEndereco: TEdit
Left = 128
Top = 64
Width = 441
Height = 21
TabOrder = 3
end
object EdtCEP: TEdit
Left = 128
Top = 91
Width = 80
Height = 21
TabOrder = 4
end
object CmbUF: TComboBox
Left = 248
Top = 91
Width = 40
Height = 21
Style = csDropDownList
DropDownCount = 27
TabOrder = 5
Items.Strings = (
'AC'
'AL'
'AM'
'AP'
'BA'
'CE'
'DF'
'ES'
'GO'
'MA'
'MG'
'MS'
'MT'
'PA'
'PB'
'PE'
'PI'
'PR'
'RJ'
'RN'
'RO'
'RR'
'RS'
'SC'
'SE'
'SP'
'TO')
end
object EdtMunicipio: TEdit
Left = 360
Top = 91
Width = 209
Height = 21
TabOrder = 6
end
object EdtHashCode: TEdit
Left = 128
Top = 130
Width = 441
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 7
end
object EdtDataRecepArq: TEdit
Left = 128
Top = 157
Width = 160
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 8
end
object EdtDataValidArq: TEdit
Left = 128
Top = 184
Width = 160
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 10
end
object EdtCodRecepArq: TEdit
Left = 409
Top = 157
Width = 160
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 9
end
object EdtIndValid: TEdit
Left = 409
Top = 184
Width = 160
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 11
end
end
object PnProdutos: TPanel
AlignWithMargins = True
Left = 6
Top = 350
Width = 633
Height = 210
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alBottom
TabOrder = 1
object DBGridProdutos: TDBGrid
AlignWithMargins = True
Left = 11
Top = 11
Width = 611
Height = 188
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alClient
DataSource = DSProdutos
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'NomeMercadoria'
Width = 300
Visible = True
end
item
Expanded = False
FieldName = 'NCM'
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'CodigoMercadoria'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'CodigoGtin'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'UnidadeMedida'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'ValorSaidaMercadoria'
Width = 110
Visible = True
end
item
Expanded = False
FieldName = 'ValorParcelaImportada'
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'PercentualConteudoImportacao'
ReadOnly = True
Width = 160
Visible = True
end
item
Expanded = False
FieldName = 'CodigoFCI'
ReadOnly = True
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'IndicadorValidacaoFicha'
ReadOnly = True
Width = 120
Visible = True
end>
end
end
object PnBotoes: TPanel
AlignWithMargins = True
Left = 6
Top = 572
Width = 633
Height = 35
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alBottom
TabOrder = 2
object BtnFechar: TBitBtn
AlignWithMargins = True
Left = 12
Top = 6
Width = 115
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = 'Fechar'
TabOrder = 4
OnClick = BtnFecharClick
end
object BtnImportarRetorno: TBitBtn
AlignWithMargins = True
Left = 387
Top = 6
Width = 115
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = 'Importar Retorno'
TabOrder = 1
OnClick = BtnImportarRetornoClick
end
object BtnGerarRemessa: TBitBtn
AlignWithMargins = True
Left = 512
Top = 6
Width = 115
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = 'Gerar Remessa'
TabOrder = 0
OnClick = BtnGerarRemessaClick
end
object BtnLimparCampos: TBitBtn
AlignWithMargins = True
Left = 262
Top = 6
Width = 115
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = 'Limpar Campos'
TabOrder = 2
OnClick = BtnLimparCamposClick
end
object BtnSobre: TBitBtn
AlignWithMargins = True
Left = 137
Top = 6
Width = 115
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
Align = alRight
Caption = 'Sobre'
TabOrder = 3
OnClick = BtnSobreClick
end
end
object PnDados: TPanel
AlignWithMargins = True
Left = 6
Top = 6
Width = 633
Height = 100
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alTop
TabOrder = 3
object Label1: TLabel
Left = 35
Top = 13
Width = 87
Height = 13
Alignment = taRightJustify
Caption = 'Arquivo Remessa:'
end
object Label2: TLabel
Left = 39
Top = 40
Width = 83
Height = 13
Alignment = taRightJustify
Caption = 'Arquivo Retorno:'
end
object Label10: TLabel
Left = 47
Top = 68
Width = 75
Height = 13
Alignment = taRightJustify
Caption = 'Vers'#227'o Leiaute:'
end
object Label11: TLabel
Left = 188
Top = 67
Width = 97
Height = 13
Alignment = taRightJustify
Caption = 'Texto Padr'#227'o UTF8:'
end
object EdtArquivoRemessa: TEdit
Left = 128
Top = 10
Width = 441
Height = 21
ReadOnly = True
TabOrder = 0
end
object EdtArquivoRetorno: TEdit
Left = 128
Top = 37
Width = 441
Height = 21
ReadOnly = True
TabOrder = 1
end
object BtnPesqArqRem: TBitBtn
Left = 575
Top = 10
Width = 22
Height = 21
Caption = '...'
TabOrder = 4
OnClick = BtnPesqArqRemClick
end
object BtnPesqArqRet: TBitBtn
Left = 575
Top = 37
Width = 22
Height = 21
Caption = '...'
TabOrder = 5
OnClick = BtnPesqArqRetClick
end
object EdtTextoPadraoUTF8: TEdit
Left = 291
Top = 64
Width = 278
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 3
Text =
'Texto em caracteres UTF-8: (d'#237'grafo BR)'#39#231#227'o'#39',(d'#237'grafo espanhol-e' +
'nhe)'#39#241#39',(trema)'#39#220#39',(ordinais)'#39#170#186#39',(ligamento s+z alem'#227'o)'#39#223#39'.'
end
object EdtVersaoLeiaute: TEdit
Left = 128
Top = 64
Width = 50
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 2
Text = '1.0'
end
end
object DSProdutos: TDataSource
DataSet = CDSProdutos
Left = 390
Top = 414
end
object CDSProdutos: TClientDataSet
Aggregates = <>
Params = <>
Left = 344
Top = 416
object CDSProdutosNomeMercadoria: TStringField
FieldName = 'NomeMercadoria'
Size = 255
end
object CDSProdutosNCM: TStringField
FieldName = 'NCM'
Size = 8
end
object CDSProdutosCodigoMercadoria: TStringField
FieldName = 'CodigoMercadoria'
Size = 50
end
object CDSProdutosCodigoGtin: TStringField
FieldName = 'CodigoGtin'
Size = 14
end
object CDSProdutosUnidadeMedida: TStringField
FieldName = 'UnidadeMedida'
Size = 6
end
object CDSProdutosValorSaidaMercadoria: TBCDField
FieldName = 'ValorSaidaMercadoria'
Precision = 15
Size = 2
end
object CDSProdutosValorParcelaImportada: TBCDField
FieldName = 'ValorParcelaImportada'
Precision = 15
Size = 2
end
object CDSProdutosPercentualConteudoImportacao: TBCDField
FieldName = 'PercentualConteudoImportacao'
Precision = 6
Size = 2
end
object CDSProdutosCodigoFCI: TStringField
FieldName = 'CodigoFCI'
Size = 36
end
object CDSProdutosIndicadorValidacaoFicha: TStringField
FieldName = 'IndicadorValidacaoFicha'
end
end
object OpenTxt: TOpenTextFileDialog
DefaultExt = '.txt'
Filter = 'TXT|*.txt|Todos|*.*'
Left = 104
Top = 432
end
object SaveTxt: TSaveTextFileDialog
DefaultExt = '.txt'
Filter = 'TXT|*.txt|Todos|*.*'
Encodings.Strings = (
'UTF-8')
Left = 166
Top = 438
end
end