Tecsitel_FactuGES2/Source/Modulos/Facturas de cliente/Views/uDialogOpcionesImpresionFacturasCliente.dfm
david 1f6db0edf6 Mejorada la apariencia del formulario TfDialogBase.
Revisión de TfDialogElegirEMail


git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@946 0c75b7a4-871f-7646-8a2f-f78d34cc349f
2009-06-02 10:54:55 +00:00

88 lines
2.0 KiB
Plaintext

inherited fDialogOpcionesImpresionFacturasCliente: TfDialogOpcionesImpresionFacturasCliente
Caption = 'Opciones para facturas de cliente'
ClientHeight = 240
ClientWidth = 418
ExplicitWidth = 424
ExplicitHeight = 272
PixelsPerInch = 96
TextHeight = 13
inherited Bevel2: TBevel
Width = 418
ExplicitWidth = 418
end
inherited Bevel3: TBevel
Top = 196
Width = 418
ExplicitTop = 196
ExplicitWidth = 418
end
inherited pnlBotones: TPanel
Top = 198
Width = 418
ExplicitTop = 198
ExplicitWidth = 418
inherited btnAceptar: TButton
Left = 254
ExplicitLeft = 254
end
inherited btnCancelar: TButton
Left = 333
ExplicitLeft = 333
end
end
inherited pnlHeader: TPanel
Width = 418
ExplicitWidth = 418
inherited lblInstruccion: TLabel
Width = 368
Margins.Bottom = 10
Caption = 'Indique las siguiente opciones para la factura de cliente:'
ExplicitWidth = 317
end
inherited Label2: TLabel
Top = 31
Width = 343
Height = 25
Visible = False
ExplicitTop = 31
end
end
inherited pnlCuerpo: TPanel
Width = 418
Height = 130
ExplicitWidth = 418
ExplicitHeight = 130
object cbVerCopia: TCheckBox
AlignWithMargins = True
Left = 50
Top = 51
Width = 279
Height = 17
Caption = 'Indicar '#39'COPIA'#39' en la cabecera'
Checked = True
State = cbChecked
TabOrder = 0
end
object cbVerSello: TCheckBox
AlignWithMargins = True
Left = 50
Top = 28
Width = 200
Height = 17
Caption = 'Mostrar sello de la empresa'
Checked = True
State = cbChecked
TabOrder = 1
end
end
inherited ActionList1: TActionList
Top = 16
inherited actAceptar: TAction
OnExecute = actAceptarExecute
end
inherited actCancelar: TAction
OnExecute = actCancelarExecute
end
end
end