object fEditorSituacionPedidoProveedor: TfEditorSituacionPedidoProveedor Left = 497 Top = 344 BorderStyle = bsDialog Caption = 'Cambiar situaci'#243'n del pedido' ClientHeight = 348 ClientWidth = 434 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object JvgWizardHeader1: TJvgWizardHeader Left = 0 Top = 0 Width = 434 Height = 73 CaptionFont.Charset = DEFAULT_CHARSET CaptionFont.Color = clWindowText CaptionFont.Height = -11 CaptionFont.Name = 'Tahoma' CaptionFont.Style = [fsBold] CommentFont.Charset = DEFAULT_CHARSET CommentFont.Color = clWindowText CommentFont.Height = -11 CommentFont.Name = 'Tahoma' CommentFont.Style = [] SymbolFont.Charset = DEFAULT_CHARSET SymbolFont.Color = clHighlightText SymbolFont.Height = -35 SymbolFont.Name = 'Wingdings' SymbolFont.Style = [fsBold] Captions.Strings = ( 'Cambiar la situaci'#243'n del pedido') Comments.Strings = ( 'Indique la nueva situaci'#243'n del pedido o pulse en '#39'Cancelar'#39' para' + ' no hacer ning'#250'n cambio.') Gradient.FromColor = clHighlight Gradient.ToColor = clWindow Gradient.Active = True Gradient.Orientation = fgdVertical BufferedDraw = False ExplicitWidth = 491 end object Label4: TLabel Left = 56 Top = 96 Width = 107 Height = 13 Caption = 'Fecha del pedido: ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 56 Top = 196 Width = 198 Height = 13 Caption = 'El pedido fue recibido parcialmente el d'#237'a:' end object Label1: TLabel Left = 55 Top = 252 Width = 187 Height = 13 Caption = 'El pedido fue recibido totalmente el d'#237'a:' end object pnlSeleccion: TPanel Left = 0 Top = 308 Width = 434 Height = 40 Align = alBottom BevelEdges = [beTop] BevelKind = bkTile BevelOuter = bvNone TabOrder = 0 DesignSize = ( 434 38) object bAceptar: TButton Left = 272 Top = 2 Width = 74 Height = 23 Action = actAceptar Anchors = [akRight] Default = True TabOrder = 0 end object bCancelar: TButton Left = 352 Top = 1 Width = 74 Height = 23 Anchors = [akRight] Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end end object rbPendiente: TRadioButton Left = 38 Top = 139 Width = 259 Height = 17 Action = actPendiente Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object rbParcial: TRadioButton Left = 38 Top = 173 Width = 323 Height = 17 Action = actParcial Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object edtFechaPedidoProveedor: TEdit Left = 272 Top = 93 Width = 121 Height = 21 ReadOnly = True TabOrder = 3 end object edtFechaParcial: TcxDateEdit Left = 272 Top = 193 Properties.SaveTime = False Properties.ShowTime = False Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 4 Width = 121 end object rbRecibido: TRadioButton Left = 37 Top = 229 Width = 323 Height = 17 Action = actRecibido Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 end object eFechaRecibido: TcxDateEdit Left = 272 Top = 249 Properties.SaveTime = False Properties.ShowTime = False Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 6 Width = 121 end object ActionList1: TActionList Left = 8 Top = 88 object actPendiente: TAction Caption = 'El pedido est'#225' pendiente de recepci'#243'n' OnExecute = actPendienteExecute end object actParcial: TAction Caption = 'El pedido est'#225' recibido parcialmente' OnExecute = actParcialExecute end object actRecibido: TAction Caption = 'El pedido est'#225' totalmente recibido' OnExecute = actRecibidoExecute end object actAceptar: TAction Caption = '&Aceptar' OnExecute = actAceptarExecute end end end