object fEditorElegirSituacion: TfEditorElegirSituacion Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Elegir situaci'#243'n' ClientHeight = 140 ClientWidth = 392 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 38 Top = 62 Width = 3 Height = 13 end object Label2: TLabel Left = 38 Top = 60 Width = 47 Height = 13 Alignment = taRightJustify Caption = 'Situaci'#243'n:' end object PnlComentario: TPanel Left = 0 Top = 0 Width = 392 Height = 45 Align = alTop Alignment = taLeftJustify AutoSize = True Color = 13499902 ParentBackground = False TabOrder = 0 VerticalAlignment = taAlignTop object lbComentario: TLabel AlignWithMargins = True Left = 6 Top = 4 Width = 382 Height = 40 Margins.Left = 5 Align = alClient Caption = 'Seleccione la situaci'#243'n que quiere para la/s factura/s seleccion' + 'ada/s:' WordWrap = True ExplicitHeight = 39 end end object Panel1: TPanel Left = 0 Top = 99 Width = 392 Height = 41 Align = alBottom TabOrder = 1 ExplicitTop = 138 object bAceptar: TButton Left = 188 Top = 8 Width = 75 Height = 25 Caption = 'Aceptar' ModalResult = 1 TabOrder = 0 end object bCancelar: TButton Left = 286 Top = 8 Width = 75 Height = 25 Caption = 'Cancelar' ModalResult = 2 TabOrder = 1 end end object edtSituacion: TcxComboBox Left = 99 Top = 56 Properties.DropDownListStyle = lsFixedList Properties.ImmediatePost = True Properties.Items.Strings = ( 'PENDIENTE' 'PARCIALMENTE PAGADA' 'PAGADA') TabOrder = 2 Text = 'PENDIENTE' Width = 263 end end