-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSelectLineasPresupuestos.dfm
333 lines (332 loc) · 9.17 KB
/
SelectLineasPresupuestos.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
object FLineasPresupuestoObra: TFLineasPresupuestoObra
Left = 0
Top = 0
BorderStyle = bsSizeToolWin
Caption = 'Selecciona L'#237'neas Presupuesto'
ClientHeight = 307
ClientWidth = 1095
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object statuslineas: TStatusBar
Left = 0
Top = 288
Width = 1095
Height = 19
Panels = <
item
Width = 200
end
item
Width = 50
end>
end
object tlbarlineas: TToolBar
Left = 0
Top = 0
Width = 1095
Height = 33
ButtonHeight = 38
ButtonWidth = 39
Caption = 'tlbarlineas'
Images = DataModule1.ImageList1
TabOrder = 0
object btnselectodos: TToolButton
Left = 0
Top = 0
Hint = 'Deselecionar Todos'
Caption = 'btnselectodos'
ImageIndex = 20
ParentShowHint = False
ShowHint = True
OnClick = btnselectodosClick
end
object btndeselecTodos: TToolButton
Left = 39
Top = 0
Hint = 'Seleccionar Todos'
Caption = 'btndeselecTodos'
ImageIndex = 18
ParentShowHint = False
ShowHint = True
OnClick = btndeselecTodosClick
end
object btVista: TToolButton
Left = 78
Top = 0
Caption = 'btVista'
ImageIndex = 10
Style = tbsCheck
OnClick = btVistaClick
end
object btn1: TToolButton
Left = 117
Top = 0
Width = 39
AutoSize = True
Caption = 'btn1'
ImageIndex = 2
Style = tbsSeparator
end
object btaAceptar: TToolButton
Left = 156
Top = 0
Hint = 'Insertar'
Caption = 'btaAceptar'
Enabled = False
ImageIndex = 19
ParentShowHint = False
ShowHint = True
OnClick = btaAceptarClick
end
object btCerrar: TToolButton
Left = 195
Top = 0
Hint = 'Cancelar'
Caption = 'btCerrar'
ImageIndex = 9
ParentShowHint = False
ShowHint = True
OnClick = btCerrarClick
end
end
object rDBGridClientes1: TrDBGrid_MS
Left = 0
Top = 33
Width = 1095
Height = 255
Align = alClient
DataSource = ds1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect, dgTitleClick, dgTitleHotTrack]
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OptionsEx2.FixedCell.TitleExBtnHintRecCount = True
OptionsEx2.Groups.Active = True
Sorter = DataModule1.rDBGridSorter_FireDac1
ColumnWidth = cwAutoWidth
TitleLines = 2
RowLines = 2
FixedColText.FixedColWidth = 50
FixedColText.ShowCheckbox = True
FieldsGroups.Strings = (
'[1::Presupuesto::::::::0]'
'id_presupuesto=M'
'grupo=0'
'FechaPresupuesto=0'
'')
OnBoolClick = rDBGridClientes1BoolClick
OnGetFixedColState = rDBGridClientes1GetFixedColState
Columns = <
item
Expanded = False
FieldName = 'id_presupuesto'
Title.Alignment = taCenter
Title.Caption = 'Presupuesto'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 88
Visible = True
end
item
Expanded = False
FieldName = 'grupo'
Title.Alignment = taCenter
Title.Caption = 'Grupo'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 76
Visible = True
end
item
ButtonStyle = cbsEllipsis
Expanded = False
FieldName = 'FechaPresupuesto'
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 96
Visible = True
end
item
Expanded = False
FieldName = 'id_Partida'
Title.Alignment = taCenter
Title.Caption = 'Partida'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 76
Visible = True
end
item
Expanded = False
FieldName = 'descripcion'
Title.Caption = 'Descripci'#243'n'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 424
Visible = True
end
item
Expanded = False
FieldName = 'Aprovado'
Title.Alignment = taCenter
Title.Caption = 'Aprobado'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 76
Visible = True
end
item
ButtonStyle = cbsEllipsis
Expanded = False
FieldName = 'Fecha_Aprobado'
Title.Alignment = taCenter
Title.Caption = 'Fecha Aprobado'
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 106
Visible = True
end
item
Expanded = False
FieldName = 'Total'
Title.Alignment = taCenter
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = 'Tahoma'
Title.Font.Style = [fsBold]
Width = 65
Visible = True
end>
end
object ds1: TDataSource
DataSet = fdqlpresupuestos
Left = 224
Top = 136
end
object fdqlpresupuestos: TFDQuery
AfterOpen = fdqlpresupuestosAfterOpen
Connection = DataModule1.FDConnection1
SQL.Strings = (
'SELECT P.id_clientePrev,LP.diasejecucion, P.id_presupuesto, P.g' +
'rupo, LP.Aprovado, LP.descripcion,LP.Total,LP.id_Partida,LP.obra' +
',P.FechaPresupuesto,LP.Fecha_Aprobado, LP.presupuestos_Id_presup' +
'uesto,LP.presupuestos_grupo FROM lineaspresupuesto LP,presupuest' +
'os P WHERE LP.presupuestos_id_presupuesto=P.id_presupuesto AND L' +
'P.presupuestos_grupo=P.grupo AND P.id_ClientePrev=:IDCLIENTE AND' +
' LP.Aprovado=true AND (LP.obra is null)')
Left = 488
Top = 144
ParamData = <
item
Name = 'IDCLIENTE'
DataType = ftInteger
ParamType = ptInput
Value = Null
end>
object fdqlpresupuestosid_clientePrev: TIntegerField
FieldName = 'id_clientePrev'
Origin = 'id_clientePrev'
Required = True
end
object fdqlpresupuestosid_presupuesto: TIntegerField
FieldName = 'id_presupuesto'
Origin = 'id_presupuesto'
Required = True
end
object fdqlpresupuestosgrupo: TIntegerField
FieldName = 'grupo'
Origin = 'grupo'
Required = True
end
object fdqlpresupuestosAprovado: TBooleanField
AutoGenerateValue = arDefault
FieldName = 'Aprovado'
Origin = 'Aprovado'
end
object fdqlpresupuestosdescripcion: TStringField
AutoGenerateValue = arDefault
FieldName = 'descripcion'
Origin = 'descripcion'
Size = 255
end
object fdqlpresupuestosTotal: TFloatField
AutoGenerateValue = arDefault
FieldName = 'Total'
Origin = 'Total'
end
object fdqlpresupuestosid_Partida: TIntegerField
FieldName = 'id_Partida'
Origin = 'id_Partida'
ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
Required = True
end
object fdqlpresupuestosobra: TIntegerField
AutoGenerateValue = arDefault
FieldName = 'obra'
Origin = 'obra'
end
object fdqlpresupuestosFechaPresupuesto: TDateTimeField
FieldName = 'FechaPresupuesto'
Origin = 'FechaPresupuesto'
Required = True
end
object fdqlpresupuestosFecha_Aprobado: TDateField
AutoGenerateValue = arDefault
FieldName = 'Fecha_Aprobado'
Origin = 'Fecha_Aprobado'
end
object fdqlpresupuestospresupuestos_Id_presupuesto: TIntegerField
FieldName = 'presupuestos_Id_presupuesto'
Origin = 'presupuestos_Id_presupuesto'
ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
Required = True
end
object fdqlpresupuestospresupuestos_grupo: TIntegerField
FieldName = 'presupuestos_grupo'
Origin = 'presupuestos_grupo'
ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
Required = True
end
object fdqlpresupuestosdiasejecucion: TIntegerField
FieldName = 'diasejecucion'
Origin = 'diasejecucion'
Required = True
end
end
end