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 opcion1: TcxRadioButton Left = 50 Top = 16 Width = 113 Height = 17 Caption = 'ORIGINAL' Checked = True TabOrder = 0 TabStop = True end object opcion2: TcxRadioButton Left = 50 Top = 50 Width = 113 Height = 17 Caption = 'COPIA' TabOrder = 1 end object opcion3: TcxRadioButton Left = 50 Top = 87 Width = 113 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