-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathURecibo.dfm
460 lines (460 loc) · 11 KB
/
URecibo.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
object frmRecibo: TfrmRecibo
Left = 0
Top = 0
Caption = 'frmRecibo'
ClientHeight = 540
ClientWidth = 789
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RLReport1: TRLReport
Left = -5
Top = -16
Width = 794
Height = 1123
DataSource = dsTab
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
BeforePrint = RLReport1BeforePrint
object RLBand1: TRLBand
Left = 38
Top = 38
Width = 718
Height = 459
BeforePrint = RLBand1BeforePrint
object RLLabel1: TRLLabel
Left = 218
Top = 137
Width = 302
Height = 29
Caption = 'RECIBO DE PAGAMENTO'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object RLLabel2: TRLLabel
Left = 31
Top = 188
Width = 659
Height = 16
Caption =
'Recebi(emos) de ________________________________________________' +
'_______________________________'
end
object RLLabel3: TRLLabel
Left = 31
Top = 216
Width = 659
Height = 16
Caption =
'a quantia de R$ ________________________________________________' +
'________________________________'
end
object RLLabel4: TRLLabel
Left = 31
Top = 275
Width = 661
Height = 16
Caption =
'correspondente a _______________________________________________' +
'________________________________'
end
object RLLabel5: TRLLabel
Left = 31
Top = 246
Width = 663
Height = 16
Caption =
'(_______________________________________________________________' +
'______________________________)'
end
object RLLabel6: TRLLabel
Left = 31
Top = 305
Width = 662
Height = 16
Caption =
'e para clareza firmo(amos) o presente na cidade de _____________' +
'______________________________________'
end
object RLLabel7: TRLLabel
Left = 31
Top = 337
Width = 659
Height = 16
Caption =
'no dia _________________________________________________________' +
'_______________________________'
end
object RLLabel8: TRLLabel
Left = 124
Top = 380
Width = 494
Height = 16
Caption =
'________________________________________________________________' +
'______'
end
object RLLabel9: TRLLabel
Left = 329
Top = 402
Width = 66
Height = 16
Caption = 'Assinatura'
end
object RLDBText2: TRLDBText
Left = 335
Top = 302
Width = 52
Height = 16
DataField = 'CIDADE'
DataSource = dsTab
end
object RLSystemInfo1: TRLSystemInfo
Left = 77
Top = 336
Width = 60
Height = 16
Info = itFullDate
end
object txtQuantia: TRLLabel
Left = 132
Top = 214
Width = 64
Height = 16
end
object txtQuantiaExtenso: TRLLabel
Left = 43
Top = 245
Width = 120
Height = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object txtParcelas: TRLLabel
Left = 139
Top = 273
Width = 70
Height = 16
end
object RLLogo: TRLImage
Left = 248
Top = 16
Width = 217
Height = 105
Stretch = True
end
object txtNome: TRLLabel
Left = 133
Top = 186
Width = 53
Height = 16
end
end
end
object sqlTab: TSQLQuery
MaxBlobSize = 1
Params = <>
SQL.Strings = (
'SELECT * FROM PARAM')
SQLConnection = Dados.DB
Left = 549
end
object cdsTab: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'dspTab'
Left = 507
object cdsTabCOD_LOJA: TSmallintField
FieldName = 'COD_LOJA'
Required = True
end
object cdsTabRAZAO_SOCIAL: TStringField
FieldName = 'RAZAO_SOCIAL'
Size = 80
end
object cdsTabNOME_FANTASIA: TStringField
FieldName = 'NOME_FANTASIA'
Size = 100
end
object cdsTabCNPJ: TStringField
FieldName = 'CNPJ'
Size = 18
end
object cdsTabINSC_ESTADUAL: TStringField
FieldName = 'INSC_ESTADUAL'
Size = 30
end
object cdsTabENDERECO: TStringField
FieldName = 'ENDERECO'
Size = 100
end
object cdsTabCOMPLEMENTO: TStringField
FieldName = 'COMPLEMENTO'
Size = 80
end
object cdsTabBAIRRO: TStringField
FieldName = 'BAIRRO'
Size = 90
end
object cdsTabPROCESSO_BANCO: TStringField
FieldName = 'PROCESSO_BANCO'
Size = 1
end
object cdsTabUSA_TERMOGARANTIA: TStringField
FieldName = 'USA_TERMOGARANTIA'
Size = 1
end
object cdsTabUSA_RECIBO: TStringField
FieldName = 'USA_RECIBO'
Size = 1
end
object cdsTabUSA_SENHAESPECIAL: TStringField
FieldName = 'USA_SENHAESPECIAL'
Size = 1
end
object cdsTabCIDADE: TStringField
FieldName = 'CIDADE'
Size = 60
end
object cdsTabESTADO: TStringField
FieldName = 'ESTADO'
Size = 16
end
object cdsTabTELEFONE: TStringField
FieldName = 'TELEFONE'
Size = 14
end
object cdsTabFAX: TStringField
FieldName = 'FAX'
Size = 14
end
object cdsTabEMAIL: TStringField
FieldName = 'EMAIL'
Size = 80
end
object cdsTabUSA_ALTERAPRECOPA: TStringField
FieldName = 'USA_ALTERAPRECOPA'
Size = 1
end
object cdsTabUSA_CARNE: TStringField
FieldName = 'USA_CARNE'
Size = 1
end
object cdsTabWEB_PAGE: TStringField
FieldName = 'WEB_PAGE'
Size = 80
end
object cdsTabUSA_ALTERAPRECOPDV: TStringField
FieldName = 'USA_ALTERAPRECOPDV'
Size = 1
end
object cdsTabUSA_IMPRIMIRPV: TStringField
FieldName = 'USA_IMPRIMIRPV'
Size = 1
end
object cdsTabLOGOTIPO: TBlobField
FieldName = 'LOGOTIPO'
Size = 1
end
object cdsTabTX_RECCT: TStringField
FieldName = 'TX_RECCT'
Size = 10
end
object cdsTabUSA_CONTRATO: TStringField
FieldName = 'USA_CONTRATO'
Size = 1
end
object cdsTabTX_CHEQUE: TStringField
FieldName = 'TX_CHEQUE'
Size = 10
end
object cdsTabUSA_ALTERACREC: TStringField
FieldName = 'USA_ALTERACREC'
Size = 1
end
object cdsTabPRZ_PADRAO: TIntegerField
FieldName = 'PRZ_PADRAO'
end
object cdsTabUSA_REGRELATORIO: TFMTBCDField
FieldName = 'USA_REGRELATORIO'
Precision = 15
Size = 2
end
object cdsTabPRZ_PD_CHEQUE: TSmallintField
FieldName = 'PRZ_PD_CHEQUE'
end
object cdsTabDESC_MAXIMO: TStringField
FieldName = 'DESC_MAXIMO'
Size = 6
end
object cdsTabMSG_VENDA: TStringField
FieldName = 'MSG_VENDA'
Size = 100
end
object cdsTabCOMP_VENDA: TSmallintField
FieldName = 'COMP_VENDA'
end
object cdsTabDIAS_CAR: TFMTBCDField
FieldName = 'DIAS_CAR'
Precision = 15
Size = 2
end
object cdsTabTP_CARNE: TSmallintField
FieldName = 'TP_CARNE'
end
object cdsTabDIAS_ORCAMENTO: TIntegerField
FieldName = 'DIAS_ORCAMENTO'
end
object cdsTabPROCESSO: TStringField
FieldName = 'PROCESSO'
Size = 1
end
object cdsTabNR_CAIXA: TIntegerField
FieldName = 'NR_CAIXA'
end
object cdsTabNCAIXA: TIntegerField
FieldName = 'NCAIXA'
end
object cdsTabU_ACESSO: TDateField
FieldName = 'U_ACESSO'
end
object cdsTabIMP_COMP: TStringField
FieldName = 'IMP_COMP'
Size = 1
end
object cdsTabBASE: TStringField
FieldName = 'BASE'
Size = 5
end
object cdsTabP_EXCLUSAO: TStringField
FieldName = 'P_EXCLUSAO'
Size = 1
end
object cdsTabSA: TStringField
FieldName = 'SA'
Size = 1
end
object cdsTabSU: TStringField
FieldName = 'SU'
Size = 1
end
object cdsTabDIAS_REL: TIntegerField
FieldName = 'DIAS_REL'
end
object cdsTabCLASSE_A: TStringField
FieldName = 'CLASSE_A'
Size = 3
end
object cdsTabCLASSE_B: TStringField
FieldName = 'CLASSE_B'
Size = 3
end
object cdsTabCLASSE_C: TStringField
FieldName = 'CLASSE_C'
Size = 3
end
object cdsTabEXEC: TStringField
FieldName = 'EXEC'
FixedChar = True
Size = 1
end
object cdsTabMENSAL: TDateField
FieldName = 'MENSAL'
end
object cdsTabSEMANAL: TDateField
FieldName = 'SEMANAL'
end
object cdsTabACAIXA: TStringField
FieldName = 'ACAIXA'
FixedChar = True
Size = 1
end
object cdsTabULT_REDU: TDateField
FieldName = 'ULT_REDU'
end
object cdsTabHORA_REDU: TTimeField
FieldName = 'HORA_REDU'
end
object cdsTabCEP: TStringField
FieldName = 'CEP'
Size = 13
end
object cdsTabCONTA_ANA: TIntegerField
FieldName = 'CONTA_ANA'
end
object cdsTabBAIXA_ESTOQUE_TA: TStringField
FieldName = 'BAIXA_ESTOQUE_TA'
Size = 1
end
object cdsTabUSAR_EMBALAGEM: TStringField
FieldName = 'USAR_EMBALAGEM'
Size = 1
end
object cdsTabUSA_AVISO_C_COBRANCAO: TStringField
FieldName = 'USA_AVISO_C_COBRANCAO'
Size = 1
end
object cdsTabUSA_ATUALIZA_ESTOQUE_CADASTRO: TStringField
FieldName = 'USA_ATUALIZA_ESTOQUE_CADASTRO'
Size = 1
end
object cdsTabUSA_TRAVA_MUDAR_CLIENTE_PDV: TStringField
FieldName = 'USA_TRAVA_MUDAR_CLIENTE_PDV'
Size = 1
end
object cdsTabCONTA_CAIXA_LOCAL: TIntegerField
FieldName = 'CONTA_CAIXA_LOCAL'
end
object cdsTabUSA_IMP_CLIENTE_COMP: TStringField
FieldName = 'USA_IMP_CLIENTE_COMP'
Size = 1
end
object cdsTabUSA_PERNOITE: TStringField
FieldName = 'USA_PERNOITE'
Size = 1
end
object cdsTabUSA_CONT_QUANTIDADE: TStringField
FieldName = 'USA_CONT_QUANTIDADE'
Size = 1
end
object cdsTabCOD_GPRS_PRC: TStringField
FieldName = 'COD_GPRS_PRC'
Size = 200
end
end
object dspTab: TDataSetProvider
DataSet = sqlTab
Left = 463
end
object dsTab: TDataSource
DataSet = cdsTab
Left = 424
end
object RLPDFFilter1: TRLPDFFilter
DocumentInfo.Creator =
'FortesReport (Open Source) v3.71B \251 Copyright '#169' 1999-2009 For' +
'tes Inform'#225'tica'
DisplayName = 'Documento PDF'
Left = 616
Top = 208
end
end