This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Source/Modulos/Facturas de cliente/Views/uDialogOpcionesImpresionFacturasCliente.dfm
2010-02-01 19:24:25 +00:00

90 lines
2.0 KiB
Plaintext

inherited fDialogOpcionesImpresionFacturasCliente: TfDialogOpcionesImpresionFacturasCliente
Caption = 'Opciones para facturas de cliente'
ClientHeight = 240
ClientWidth = 366
ExplicitWidth = 372
ExplicitHeight = 272
PixelsPerInch = 96
TextHeight = 13
inherited Bevel2: TBevel
Width = 366
ExplicitWidth = 418
end
inherited Bevel3: TBevel
Top = 196
Width = 366
ExplicitTop = 196
ExplicitWidth = 418
end
inherited pnlBotones: TPanel
Top = 198
Width = 366
ExplicitTop = 198
ExplicitWidth = 366
inherited btnAceptar: TButton
Left = 193
ExplicitLeft = 193
end
inherited btnCancelar: TButton
Left = 272
ExplicitLeft = 272
end
end
inherited pnlHeader: TPanel
Width = 366
ExplicitWidth = 366
inherited lblInstruccion: TLabel
Width = 316
Margins.Bottom = 10
Caption = 'Indique las siguiente opciones para la factura de cliente:'
ExplicitWidth = 317
end
inherited Label2: TLabel
Top = 31
Width = 291
Height = 25
Visible = False
ExplicitTop = 31
end
end
inherited pnlCuerpo: TPanel
Width = 366
Height = 130
ExplicitWidth = 366
ExplicitHeight = 130
object cbOriginal: TCheckBox
Left = 50
Top = 16
Width = 97
Height = 17
Caption = 'ORIGINAL'
TabOrder = 0
end
object cbCopia: TCheckBox
Left = 50
Top = 51
Width = 97
Height = 17
Caption = 'COPIA'
TabOrder = 1
end
object cbContabilidad: TCheckBox
Left = 50
Top = 88
Width = 97
Height = 17
Caption = 'CONTABILIDAD'
TabOrder = 2
end
end
inherited ActionList1: TActionList
Top = 16
inherited actAceptar: TAction
OnExecute = actAceptarExecute
end
inherited actCancelar: TAction
OnExecute = actCancelarExecute
end
end
end