2007-10-26 18:19:55 +00:00
|
|
|
inherited frViewPresupuestoCliente: TfrViewPresupuestoCliente
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 929
|
2008-09-02 16:21:43 +00:00
|
|
|
Height = 459
|
2007-10-26 18:19:55 +00:00
|
|
|
OnCreate = CustomViewCreate
|
|
|
|
|
OnDestroy = CustomViewDestroy
|
2008-05-20 18:50:02 +00:00
|
|
|
ExplicitWidth = 929
|
2008-09-02 16:21:43 +00:00
|
|
|
ExplicitHeight = 459
|
2007-10-26 18:19:55 +00:00
|
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
|
|
|
Left = 0
|
|
|
|
|
Top = 0
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 929
|
2008-09-02 16:21:43 +00:00
|
|
|
Height = 459
|
2007-10-26 18:19:55 +00:00
|
|
|
Align = alClient
|
|
|
|
|
ParentBackground = True
|
|
|
|
|
TabOrder = 0
|
2008-05-20 18:50:02 +00:00
|
|
|
TabStop = False
|
2007-10-26 18:19:55 +00:00
|
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
|
|
|
DesignSize = (
|
2008-05-20 18:50:02 +00:00
|
|
|
929
|
2008-09-02 16:21:43 +00:00
|
|
|
459)
|
2008-09-19 10:11:52 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
|
Left = 480
|
|
|
|
|
Top = 229
|
|
|
|
|
Width = 383
|
|
|
|
|
Height = 26
|
|
|
|
|
Caption =
|
|
|
|
|
'Opcionalmente, puede escribir el nombre del cliente final de est' +
|
|
|
|
|
'e presupuesto o elegirlo de la lista de clientes.'
|
|
|
|
|
WordWrap = True
|
|
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
object edtFechaPresupuesto: TcxDBDateEdit
|
|
|
|
|
Left = 123
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 109
|
2007-10-26 18:19:55 +00:00
|
|
|
Anchors = [akLeft, akTop, akRight]
|
2007-11-05 17:49:11 +00:00
|
|
|
DataBinding.DataField = 'FECHA_PRESUPUESTO'
|
2007-10-26 18:19:55 +00:00
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.DateButtons = [btnToday]
|
|
|
|
|
Properties.ImmediatePost = True
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.Color = clInfoBk
|
|
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
Style.Shadow = False
|
|
|
|
|
Style.ButtonStyle = bts3D
|
|
|
|
|
Style.ButtonTransparency = ebtNone
|
|
|
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 4
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 260
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object memObservaciones: TcxDBMemo
|
|
|
|
|
Left = 22
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 247
|
2007-10-26 18:19:55 +00:00
|
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
|
|
|
DataBinding.DataField = 'OBSERVACIONES'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ScrollBars = ssVertical
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.HotTrack = False
|
2007-12-11 16:24:53 +00:00
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
2007-10-26 18:19:55 +00:00
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-12-11 16:24:53 +00:00
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-12-11 16:24:53 +00:00
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-12-11 16:24:53 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 9
|
2008-09-19 10:11:52 +00:00
|
|
|
Height = 217
|
|
|
|
|
Width = 507
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object eReferencia: TcxDBTextEdit
|
2007-11-05 17:49:11 +00:00
|
|
|
Left = 123
|
2007-10-26 18:19:55 +00:00
|
|
|
Top = 28
|
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
|
DataBinding.DataField = 'REFERENCIA'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Enabled = False
|
2008-02-18 16:24:18 +00:00
|
|
|
Properties.ReadOnly = True
|
2007-10-26 18:19:55 +00:00
|
|
|
Properties.ValidateOnEnter = True
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.Color = clInfoBk
|
|
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleDisabled.Color = clMenuBar
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleDisabled.TextColor = clWindowText
|
|
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
TabOrder = 0
|
2008-02-18 16:24:18 +00:00
|
|
|
Width = 122
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object cbFormaPago: TcxDBLookupComboBox
|
2007-11-05 17:49:11 +00:00
|
|
|
Left = 123
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 190
|
2007-10-26 18:19:55 +00:00
|
|
|
DataBinding.DataField = 'ID_FORMA_PAGO'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.KeyFieldNames = 'ID'
|
|
|
|
|
Properties.ListColumns = <
|
|
|
|
|
item
|
|
|
|
|
FieldName = 'REFERENCIA'
|
|
|
|
|
end>
|
|
|
|
|
Properties.ListOptions.GridLines = glNone
|
|
|
|
|
Properties.ListOptions.ShowHeader = False
|
2008-01-04 11:16:59 +00:00
|
|
|
Properties.ListOptions.SyncMode = True
|
2007-10-26 18:19:55 +00:00
|
|
|
Properties.ListSource = dsFormaPago
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
Style.ButtonStyle = bts3D
|
|
|
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 7
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 122
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object bFormasPago: TButton
|
2008-09-19 10:11:52 +00:00
|
|
|
Left = 318
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 190
|
2007-10-26 18:19:55 +00:00
|
|
|
Width = 132
|
|
|
|
|
Height = 21
|
|
|
|
|
Caption = 'Ver las formas de pago...'
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 8
|
2007-10-26 18:19:55 +00:00
|
|
|
OnClick = bFormasPagoClick
|
|
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
object edtFechaDecision: TcxDBDateEdit
|
|
|
|
|
Left = 123
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 136
|
2007-10-26 18:19:55 +00:00
|
|
|
Anchors = [akLeft, akTop, akRight]
|
2007-11-05 17:49:11 +00:00
|
|
|
DataBinding.DataField = 'FECHA_DECISION'
|
2007-10-26 18:19:55 +00:00
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ImmediatePost = True
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.Color = clWindow
|
|
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
Style.Shadow = False
|
|
|
|
|
Style.ButtonStyle = bts3D
|
|
|
|
|
Style.ButtonTransparency = ebtNone
|
|
|
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 5
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 260
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object eRefCliente: TcxDBTextEdit
|
2007-11-05 17:49:11 +00:00
|
|
|
Left = 123
|
2007-10-26 18:19:55 +00:00
|
|
|
Top = 55
|
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
|
DataBinding.DataField = 'REFERENCIA_CLIENTE'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ReadOnly = False
|
|
|
|
|
Properties.ValidateOnEnter = True
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
2007-12-20 21:05:11 +00:00
|
|
|
Style.Color = clWindow
|
2007-10-26 18:19:55 +00:00
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleDisabled.Color = clMenuBar
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleDisabled.TextColor = clWindowText
|
|
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-10-26 18:19:55 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2008-02-18 16:24:18 +00:00
|
|
|
TabOrder = 2
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 260
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
object cbClienteFinal: TcxDBTextEdit
|
|
|
|
|
Left = 480
|
|
|
|
|
Top = 263
|
2007-11-05 17:49:11 +00:00
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
|
DataBinding.DataField = 'CLIENTE_FINAL'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ReadOnly = False
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
2007-12-20 21:05:11 +00:00
|
|
|
Style.Color = clWindow
|
2007-11-05 17:49:11 +00:00
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleDisabled.Color = clMenuBar
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleDisabled.TextColor = clWindowText
|
|
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 11
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 350
|
2007-11-05 17:49:11 +00:00
|
|
|
end
|
|
|
|
|
object cbSituacion: TcxDBImageComboBox
|
|
|
|
|
Left = 123
|
2014-02-18 22:41:52 +00:00
|
|
|
Top = 163
|
2007-11-05 17:49:11 +00:00
|
|
|
DataBinding.DataField = 'SITUACION'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.Items = <
|
|
|
|
|
item
|
|
|
|
|
Description = 'PENDIENTE'
|
|
|
|
|
ImageIndex = 0
|
|
|
|
|
Value = 'PENDIENTE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Description = 'ACEPTADO'
|
|
|
|
|
Value = 'ACEPTADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Description = 'ANULADO'
|
|
|
|
|
Value = 'ANULADO'
|
|
|
|
|
end>
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.BorderColor = clWindowFrame
|
2007-11-05 17:49:11 +00:00
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
Style.ButtonStyle = bts3D
|
|
|
|
|
Style.PopupBorderStyle = epbsFrame3D
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2007-11-05 17:49:11 +00:00
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 6
|
2008-05-20 18:50:02 +00:00
|
|
|
Width = 260
|
2007-11-05 17:49:11 +00:00
|
|
|
end
|
2008-02-18 16:24:18 +00:00
|
|
|
object eReferenciaAux: TcxDBTextEdit
|
2008-09-19 10:11:52 +00:00
|
|
|
Left = 293
|
2008-02-18 16:24:18 +00:00
|
|
|
Top = 28
|
|
|
|
|
Anchors = [akLeft, akTop, akRight]
|
|
|
|
|
DataBinding.DataField = 'REFERENCIA_AUX'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ReadOnly = False
|
|
|
|
|
Properties.ValidateOnEnter = True
|
|
|
|
|
Style.BorderColor = clWindowFrame
|
|
|
|
|
Style.BorderStyle = ebs3D
|
|
|
|
|
Style.Color = clWindow
|
|
|
|
|
Style.HotTrack = False
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
2008-02-18 16:24:18 +00:00
|
|
|
StyleDisabled.Color = clMenuBar
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
2008-02-18 16:24:18 +00:00
|
|
|
StyleDisabled.TextColor = clWindowText
|
|
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
2008-02-18 16:24:18 +00:00
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
2008-05-20 18:50:02 +00:00
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2008-02-18 16:24:18 +00:00
|
|
|
TabOrder = 1
|
|
|
|
|
Width = 132
|
|
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inline frViewDatosYSeleccionClientePresupuesto1: TfrViewDatosYSeleccionClientePresupuesto
|
|
|
|
|
Left = 480
|
2008-09-02 16:21:43 +00:00
|
|
|
Top = 28
|
2008-09-19 10:11:52 +00:00
|
|
|
Width = 505
|
|
|
|
|
Height = 165
|
2008-09-02 16:21:43 +00:00
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
|
Font.Color = clWindowText
|
|
|
|
|
Font.Height = -11
|
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
|
Font.Style = []
|
|
|
|
|
ParentFont = False
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 10
|
2008-09-02 16:21:43 +00:00
|
|
|
ReadOnly = False
|
2008-09-19 10:11:52 +00:00
|
|
|
ExplicitLeft = 480
|
2008-09-02 16:21:43 +00:00
|
|
|
ExplicitTop = 28
|
|
|
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
|
|
|
inherited edtlNombre: TcxDBTextEdit
|
|
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
|
|
|
ExplicitWidth = 224
|
|
|
|
|
Width = 224
|
|
|
|
|
end
|
|
|
|
|
inherited edtNIFCIF: TcxDBTextEdit
|
2008-09-19 10:11:52 +00:00
|
|
|
Left = 314
|
2008-09-02 16:21:43 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2008-09-19 10:11:52 +00:00
|
|
|
ExplicitLeft = 314
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inherited Button3: TBitBtn
|
|
|
|
|
Left = 225
|
|
|
|
|
ExplicitLeft = 225
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inherited edtPersonaContacto: TcxDBTextEdit
|
2008-09-02 16:21:43 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2008-09-19 10:11:52 +00:00
|
|
|
ExplicitWidth = 283
|
|
|
|
|
Width = 283
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inherited edtDireccion: TcxTextEdit
|
2008-09-02 16:21:43 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2008-09-19 10:11:52 +00:00
|
|
|
ExplicitWidth = 121
|
|
|
|
|
Width = 121
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inherited Button4: TButton
|
|
|
|
|
Left = 394
|
|
|
|
|
ExplicitLeft = 394
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
inherited Button5: TButton
|
|
|
|
|
Left = 394
|
|
|
|
|
ExplicitLeft = 394
|
2008-09-02 16:21:43 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
object bElegirClienteFinal: TButton
|
|
|
|
|
Left = 884
|
|
|
|
|
Top = 261
|
|
|
|
|
Width = 23
|
|
|
|
|
Height = 25
|
|
|
|
|
Action = actElegirClienteFinal
|
2014-02-18 22:41:52 +00:00
|
|
|
TabOrder = 12
|
|
|
|
|
end
|
|
|
|
|
object eCertificadoISO: TcxDBCheckBox
|
|
|
|
|
Left = 22
|
|
|
|
|
Top = 82
|
|
|
|
|
Caption = 'Certificaci'#243'n ISO'
|
|
|
|
|
DataBinding.DataField = 'CERTIFICADO_ISO'
|
|
|
|
|
DataBinding.DataSource = DADataSource
|
|
|
|
|
Properties.ValueChecked = 1
|
|
|
|
|
Properties.ValueUnchecked = 0
|
|
|
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
|
|
|
Style.LookAndFeel.NativeStyle = True
|
|
|
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
|
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
|
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
|
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
|
|
|
TabOrder = 3
|
|
|
|
|
Transparent = True
|
|
|
|
|
Width = 359
|
2008-09-19 10:11:52 +00:00
|
|
|
end
|
2007-10-26 18:19:55 +00:00
|
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Hidden = True
|
2008-03-24 20:50:41 +00:00
|
|
|
LayoutDirection = ldHorizontal
|
2007-10-26 18:19:55 +00:00
|
|
|
ShowBorder = False
|
2008-03-24 20:50:41 +00:00
|
|
|
object dxLayoutControl1Group8: TdxLayoutGroup
|
2008-05-20 18:50:02 +00:00
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahClient
|
2007-10-26 18:19:55 +00:00
|
|
|
ShowCaption = False
|
|
|
|
|
Hidden = True
|
|
|
|
|
ShowBorder = False
|
2007-11-05 17:49:11 +00:00
|
|
|
object dxLayoutControl1Group1: TdxLayoutGroup
|
|
|
|
|
AutoAligns = []
|
2007-10-26 18:19:55 +00:00
|
|
|
AlignHorz = ahClient
|
2007-11-05 17:49:11 +00:00
|
|
|
Caption = 'Datos del presupuesto'
|
2008-02-18 16:24:18 +00:00
|
|
|
object dxLayoutControl1Group3: TdxLayoutGroup
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Hidden = True
|
|
|
|
|
LayoutDirection = ldHorizontal
|
|
|
|
|
ShowBorder = False
|
|
|
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahClient
|
|
|
|
|
Caption = 'Referencia:'
|
|
|
|
|
Control = eReferencia
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Item9: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahClient
|
|
|
|
|
Control = eReferenciaAux
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Item15: TdxLayoutItem
|
|
|
|
|
Caption = 'Ref. cliente:'
|
|
|
|
|
Control = eRefCliente
|
|
|
|
|
ControlOptions.ShowBorder = False
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
2014-02-18 22:41:52 +00:00
|
|
|
object dxLayoutControl1Item13: TdxLayoutItem
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Control = eCertificadoISO
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
|
|
|
Caption = 'Fecha presupuesto:'
|
|
|
|
|
Control = edtFechaPresupuesto
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Item7: TdxLayoutItem
|
|
|
|
|
Caption = 'Fecha decisi'#243'n:'
|
|
|
|
|
Control = edtFechaDecision
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Item10: TdxLayoutItem
|
|
|
|
|
Caption = 'Situaci'#243'n:'
|
|
|
|
|
Control = cbSituacion
|
|
|
|
|
ControlOptions.ShowBorder = False
|
2007-12-20 21:05:11 +00:00
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
object dxLayoutControl1Group5: TdxLayoutGroup
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Visible = False
|
|
|
|
|
Hidden = True
|
|
|
|
|
LayoutDirection = ldHorizontal
|
|
|
|
|
ShowBorder = False
|
|
|
|
|
object dxLayoutControl1Item4: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahClient
|
|
|
|
|
Caption = 'Forma de pago'
|
|
|
|
|
Control = cbFormaPago
|
2007-10-26 18:19:55 +00:00
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
2007-11-05 17:49:11 +00:00
|
|
|
object dxLayoutControl1Item5: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahRight
|
2007-10-26 18:19:55 +00:00
|
|
|
ShowCaption = False
|
2007-11-05 17:49:11 +00:00
|
|
|
Control = bFormasPago
|
|
|
|
|
ControlOptions.ShowBorder = False
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
2008-03-24 20:50:41 +00:00
|
|
|
object dxLayoutControl1Group7: TdxLayoutGroup
|
|
|
|
|
AutoAligns = [aaHorizontal]
|
|
|
|
|
AlignVert = avClient
|
|
|
|
|
Caption = 'Observaciones'
|
|
|
|
|
object dxLayoutControl1Item6: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaHorizontal]
|
|
|
|
|
AlignVert = avClient
|
|
|
|
|
Control = memObservaciones
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Group6: TdxLayoutGroup
|
2008-05-20 18:50:02 +00:00
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahClient
|
2008-03-24 20:50:41 +00:00
|
|
|
ShowCaption = False
|
|
|
|
|
Hidden = True
|
|
|
|
|
ShowBorder = False
|
2007-10-26 18:19:55 +00:00
|
|
|
object dxLayoutControl1Group2: TdxLayoutGroup
|
|
|
|
|
Caption = 'Datos del cliente'
|
|
|
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
2008-09-02 16:21:43 +00:00
|
|
|
Caption = 'New Item'
|
|
|
|
|
ShowCaption = False
|
2008-09-19 10:11:52 +00:00
|
|
|
Control = frViewDatosYSeleccionClientePresupuesto1
|
2007-10-26 18:19:55 +00:00
|
|
|
ControlOptions.AutoColor = True
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
end
|
2008-03-24 20:50:41 +00:00
|
|
|
object dxLayoutControl1Group4: TdxLayoutGroup
|
|
|
|
|
Caption = 'Cliente final'
|
2008-09-19 10:11:52 +00:00
|
|
|
object dxLayoutControl1Item12: TdxLayoutItem
|
2008-03-24 20:50:41 +00:00
|
|
|
ShowCaption = False
|
2008-09-19 10:11:52 +00:00
|
|
|
Control = Label1
|
|
|
|
|
ControlOptions.AutoColor = True
|
2008-03-24 20:50:41 +00:00
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
2008-09-19 10:11:52 +00:00
|
|
|
object dxLayoutControl1Group9: TdxLayoutGroup
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Hidden = True
|
|
|
|
|
LayoutDirection = ldHorizontal
|
|
|
|
|
ShowBorder = False
|
|
|
|
|
object dxLayoutControl1Item8: TdxLayoutItem
|
|
|
|
|
AutoAligns = []
|
|
|
|
|
AlignHorz = ahClient
|
|
|
|
|
AlignVert = avCenter
|
|
|
|
|
Caption = 'Cliente final:'
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Control = cbClienteFinal
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
object dxLayoutControl1Item11: TdxLayoutItem
|
|
|
|
|
AutoAligns = [aaVertical]
|
|
|
|
|
AlignHorz = ahRight
|
|
|
|
|
ShowCaption = False
|
|
|
|
|
Control = bElegirClienteFinal
|
|
|
|
|
ControlOptions.ShowBorder = False
|
|
|
|
|
end
|
|
|
|
|
end
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object DADataSource: TDADataSource
|
|
|
|
|
Left = 8
|
2008-09-19 10:11:52 +00:00
|
|
|
Top = 48
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
object ActionList1: TActionList
|
|
|
|
|
Left = 8
|
2008-09-19 10:11:52 +00:00
|
|
|
Top = 24
|
|
|
|
|
object actElegirClienteFinal: TAction
|
|
|
|
|
Caption = '...'
|
|
|
|
|
OnExecute = actElegirClienteFinalExecute
|
|
|
|
|
OnUpdate = actElegirClienteFinalUpdate
|
2007-10-26 18:19:55 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object dsFormaPago: TDADataSource
|
|
|
|
|
Left = 40
|
|
|
|
|
Top = 8
|
|
|
|
|
end
|
|
|
|
|
end
|