git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@143 93f398dd-4eb6-7a46-baf6-13f46f578da2
130 lines
3.1 KiB
Plaintext
130 lines
3.1 KiB
Plaintext
inherited fDialogOpcionesImpresionPresupuestosCliente: TfDialogOpcionesImpresionPresupuestosCliente
|
|
Caption = 'Opciones para el presupuesto de cliente'
|
|
ClientHeight = 262
|
|
ClientWidth = 393
|
|
ExplicitWidth = 399
|
|
ExplicitHeight = 298
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited Bevel2: TBevel
|
|
Width = 393
|
|
ExplicitWidth = 393
|
|
end
|
|
inherited Bevel3: TBevel
|
|
Top = 218
|
|
Width = 393
|
|
ExplicitTop = 195
|
|
ExplicitWidth = 393
|
|
end
|
|
inherited pnlBotones: TPanel
|
|
Top = 220
|
|
Width = 393
|
|
ExplicitTop = 220
|
|
ExplicitWidth = 393
|
|
inherited btnAceptar: TButton
|
|
Left = 229
|
|
ExplicitLeft = 229
|
|
end
|
|
inherited btnCancelar: TButton
|
|
Left = 308
|
|
ExplicitLeft = 308
|
|
end
|
|
end
|
|
inherited pnlHeader: TPanel
|
|
Width = 393
|
|
ExplicitWidth = 393
|
|
inherited lblTitle: TLabel
|
|
Width = 343
|
|
Caption = 'Indique las siguiente opciones para el presupuesto de cliente:'
|
|
ExplicitWidth = 347
|
|
end
|
|
inherited lblComments: TLabel
|
|
Width = 318
|
|
Height = 27
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited pnlCuerpo: TPanel
|
|
Width = 393
|
|
Height = 152
|
|
ExplicitWidth = 393
|
|
ExplicitHeight = 152
|
|
object cbVerPrecios: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 29
|
|
Width = 415
|
|
Height = 17
|
|
Caption = 'Mostrar los precios en los conceptos'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object cbVerTotales: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 75
|
|
Width = 441
|
|
Height = 17
|
|
Caption = 'Mostrar importes totales del presupuesto'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object cbVerIncidencias: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 121
|
|
Width = 441
|
|
Height = 17
|
|
Caption = 'Mostrar las incidencias del albar'#225'n'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
object cbVerObservaciones: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 98
|
|
Width = 441
|
|
Height = 17
|
|
Caption = 'Mostrar las observaciones del albar'#225'n'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
Visible = False
|
|
end
|
|
object cbVerLogotipo: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 6
|
|
Width = 415
|
|
Height = 17
|
|
Caption = 'Mostrar logotipo'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 4
|
|
end
|
|
object cbVerTotalesCapitulos: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 52
|
|
Width = 415
|
|
Height = 17
|
|
Caption = 'Mostrar importes totales de los cap'#237'tulos'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
inherited ActionListDialog: TActionList
|
|
inherited actAceptar: TAction
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
inherited actCancelar: TAction
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
end
|
|
end
|