object fEditorElegirTarifa: TfEditorElegirTarifa Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Tarifa' ClientHeight = 124 ClientWidth = 424 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 21 Top = 16 Width = 175 Height = 13 Caption = 'Seleccione la tarifa que desea signar' end object combo: TLabel Left = 73 Top = 45 Width = 32 Height = 13 Alignment = taRightJustify Caption = 'Tarifa:' end object Panel1: TPanel Left = 0 Top = 83 Width = 424 Height = 41 Align = alBottom TabOrder = 0 DesignSize = ( 424 41) object bAceptar: TButton Left = 260 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Aceptar' ModalResult = 1 TabOrder = 0 end object bCancelar: TButton Left = 341 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Cancelar' ModalResult = 2 TabOrder = 1 end end object cbTarifa: TcxLookupComboBox Left = 111 Top = 42 Properties.DropDownListStyle = lsFixedList Properties.ImmediatePost = True Properties.KeyFieldNames = 'ID' Properties.ListColumns = < item FieldName = 'DESCRIPCION' end> Properties.ListOptions.ShowHeader = False Properties.ListOptions.SyncMode = True Properties.ListSource = dsTarifa Style.LookAndFeel.Kind = lfOffice11 StyleDisabled.LookAndFeel.Kind = lfOffice11 StyleFocused.LookAndFeel.Kind = lfOffice11 StyleHot.LookAndFeel.Kind = lfOffice11 TabOrder = 1 Width = 266 end object dsTarifa: TDADataSource Left = 24 Top = 64 end end