-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuntAcordo.dfm
309 lines (309 loc) · 7.28 KB
/
untAcordo.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
object FrmPrincipal: TFrmPrincipal
Left = 192
Top = 125
Width = 932
Height = 509
Caption = 'Gerador de arquivo de acordos Layout NEXXERA'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label9: TLabel
Left = 841
Top = 440
Width = 48
Height = 13
Alignment = taRightJustify
Caption = 'Vers'#227'o 10'
end
object ButtonGerarArquivoRemessa: TButton
Left = 16
Top = 428
Width = 201
Height = 27
Caption = 'Gerar aquivo de envido de dados'
TabOrder = 0
OnClick = ButtonGerarArquivoRemessaClick
end
object GroupBoxEscritorio: TGroupBox
Left = 16
Top = 8
Width = 873
Height = 121
Caption = 'Dados do escrit'#243'rio '
TabOrder = 1
object Label2: TLabel
Left = 16
Top = 72
Width = 80
Height = 13
Caption = 'CPF Administrdor'
FocusControl = DBEditCpfAdministrador
end
object Label3: TLabel
Left = 176
Top = 72
Width = 94
Height = 13
Caption = 'Nome Administrador'
FocusControl = DBEditNomeAdministrador
end
object Label4: TLabel
Left = 16
Top = 16
Width = 43
Height = 13
Caption = 'Escrit'#243'rio'
FocusControl = DBEditNomeEscritorio
end
object Label5: TLabel
Left = 384
Top = 14
Width = 24
Height = 13
Caption = 'DDD'
FocusControl = DBEditDDDEscritorio
end
object Label6: TLabel
Left = 456
Top = 16
Width = 42
Height = 13
Caption = 'Telefone'
FocusControl = DBEditTelefoneEscritorio
end
object Label7: TLabel
Left = 616
Top = 16
Width = 23
Height = 13
Caption = 'Sigla'
FocusControl = DBEditSiglaEscritorio
end
object Label8: TLabel
Left = 680
Top = 16
Width = 43
Height = 13
Caption = 'Contador'
FocusControl = DBEditContadorEscritorio
end
object DBEditCpfAdministrador: TDBEdit
Left = 16
Top = 88
Width = 145
Height = 21
CharCase = ecUpperCase
DataField = 'cpf_administrdor_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 0
end
object DBEditNomeAdministrador: TDBEdit
Left = 176
Top = 88
Width = 481
Height = 21
CharCase = ecUpperCase
DataField = 'nome_administrador_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 1
end
object DBEditNomeEscritorio: TDBEdit
Left = 16
Top = 32
Width = 345
Height = 21
CharCase = ecUpperCase
DataField = 'nome_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 2
end
object DBEditDDDEscritorio: TDBEdit
Left = 384
Top = 32
Width = 49
Height = 21
CharCase = ecUpperCase
DataField = 'ddd_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 3
end
object DBEditTelefoneEscritorio: TDBEdit
Left = 456
Top = 32
Width = 145
Height = 21
CharCase = ecUpperCase
DataField = 'telefone_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 4
end
object DBEditSiglaEscritorio: TDBEdit
Left = 616
Top = 32
Width = 43
Height = 21
CharCase = ecUpperCase
DataField = 'sigla_escritorio'
DataSource = DM.DsEscritorio
TabOrder = 5
end
object ButtonSalvarDadosEscritorio: TButton
Left = 680
Top = 88
Width = 169
Height = 25
Caption = 'Salvar dados do escrit'#243'rio'
TabOrder = 6
OnClick = ButtonSalvarDadosEscritorioClick
end
object DBEditContadorEscritorio: TDBEdit
Left = 680
Top = 32
Width = 57
Height = 21
CharCase = ecUpperCase
Color = clBtnFace
DataField = 'contador_acordos'
DataSource = DM.DsEscritorio
ReadOnly = True
TabOrder = 7
end
end
object GroupBoxAcodos: TGroupBox
Left = 16
Top = 144
Width = 873
Height = 273
Caption = 'Acordos'
TabOrder = 2
object Label1: TLabel
Left = 16
Top = 21
Width = 174
Height = 13
Caption = 'Localizar acordo por nome do cliente'
end
object DBGrid1: TDBGrid
Left = 16
Top = 72
Width = 841
Height = 177
DataSource = DM.DsAcordo
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'NumeroAcordo'
Title.Caption = 'N'#186' Acordo'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'DataAcordo'
Title.Caption = 'Data do acordo'
Width = 138
Visible = True
end
item
Expanded = False
FieldName = 'NomeCliente'
Title.Caption = 'Nome Cliente'
Width = 282
Visible = True
end
item
Expanded = False
FieldName = 'CpfCnpjCliente'
Title.Caption = 'CPF/CNPJ'
Width = 160
Visible = True
end
item
Expanded = False
FieldName = 'NomeAvalista1'
Title.Caption = 'Avalista 1'#186
Width = 240
Visible = True
end
item
Expanded = False
FieldName = 'NomeAvalista2'
Title.Caption = 'Avalista 2'#186
Width = 240
Visible = True
end
item
Expanded = False
FieldName = 'QuantidadeParcelas'
Title.Caption = 'N'#186' Parcelas'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'ValorAtoEntrada'
Title.Caption = 'Valor Entrada'
Width = 130
Visible = True
end
item
Expanded = False
FieldName = 'ValorParcelaAcordo'
Title.Caption = 'Valor Parcela'
Width = 130
Visible = True
end
item
Expanded = False
FieldName = 'ValorTotalAcordo'
Title.Caption = 'Valor Total Acordo'
Width = 130
Visible = True
end
item
Expanded = False
FieldName = 'DtGeracaoArquivo'
Title.Caption = 'Data de Gera'#231#227'o do Arquivo'
Width = 150
Visible = True
end>
end
object EditLocalizarAcordo: TEdit
Left = 16
Top = 37
Width = 665
Height = 21
CharCase = ecUpperCase
TabOrder = 1
OnChange = EditLocalizarAcordoChange
end
object ButtonAdicionarAcordo: TButton
Left = 712
Top = 35
Width = 139
Height = 25
Caption = 'Adicionar arcordo'
TabOrder = 2
OnClick = ButtonAdicionarAcordoClick
end
end
object SaveDialog1: TSaveDialog
Left = 272
Top = 424
end
end