git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1150 0c75b7a4-871f-7646-8a2f-f78d34cc349f
88 lines
2.0 KiB
Plaintext
88 lines
2.0 KiB
Plaintext
inherited fDialogOpcionesImpresionFacturasCliente: TfDialogOpcionesImpresionFacturasCliente
|
|
Caption = 'Opciones para facturas de cliente'
|
|
ClientHeight = 240
|
|
ClientWidth = 452
|
|
ExplicitWidth = 458
|
|
ExplicitHeight = 272
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited Bevel2: TBevel
|
|
Width = 452
|
|
ExplicitWidth = 418
|
|
end
|
|
inherited Bevel3: TBevel
|
|
Top = 196
|
|
Width = 452
|
|
ExplicitTop = 196
|
|
ExplicitWidth = 418
|
|
end
|
|
inherited pnlBotones: TPanel
|
|
Top = 198
|
|
Width = 452
|
|
ExplicitTop = 198
|
|
ExplicitWidth = 418
|
|
inherited btnAceptar: TButton
|
|
Left = 279
|
|
ExplicitLeft = 279
|
|
end
|
|
inherited btnCancelar: TButton
|
|
Left = 358
|
|
ExplicitLeft = 358
|
|
end
|
|
end
|
|
inherited pnlHeader: TPanel
|
|
Width = 452
|
|
ExplicitWidth = 418
|
|
inherited lblInstruccion: TLabel
|
|
Width = 402
|
|
Margins.Bottom = 10
|
|
Caption = 'Indique las siguiente opciones para la factura de cliente:'
|
|
ExplicitWidth = 317
|
|
end
|
|
inherited Label2: TLabel
|
|
Top = 31
|
|
Width = 377
|
|
Height = 25
|
|
Visible = False
|
|
ExplicitTop = 31
|
|
end
|
|
end
|
|
inherited pnlCuerpo: TPanel
|
|
Width = 452
|
|
Height = 130
|
|
ExplicitWidth = 418
|
|
ExplicitHeight = 130
|
|
object cbVerCopia: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 51
|
|
Width = 391
|
|
Height = 22
|
|
Caption =
|
|
'Imprimir '#39'COPIA'#39' de la factura (El sello de la empresa no saldr'#225 +
|
|
' por ser copia)'
|
|
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
|