AbetoDesign_FactuGES2/Source/Modulos/Pedidos a proveedor/Views/uEditorSituacionPedidoProveedor.dfm

186 lines
4.9 KiB
Plaintext

inherited fEditorSituacionPedidoProveedor: TfEditorSituacionPedidoProveedor
Left = 497
Top = 344
Caption = 'Cambiar situaci'#243'n del pedido'
ClientHeight = 370
ClientWidth = 503
Font.Name = 'MS Sans Serif'
ExplicitWidth = 509
ExplicitHeight = 402
PixelsPerInch = 96
TextHeight = 13
inherited Bevel2: TBevel
Width = 503
ExplicitWidth = 620
end
inherited Bevel3: TBevel
Top = 326
Width = 503
ExplicitTop = 435
ExplicitWidth = 620
end
inherited pnlBotones: TPanel
Top = 328
Width = 503
ExplicitTop = 437
ExplicitWidth = 620
inherited btnAceptar: TButton
Left = 335
ExplicitLeft = 335
end
inherited btnCancelar: TButton
Left = 414
ExplicitLeft = 414
end
end
inherited pnlHeader: TPanel
Width = 503
ExplicitWidth = 620
inherited lblTitle: TLabel
Width = 453
Caption = 'Cambiar la situaci'#243'n del pedido'
ExplicitWidth = 175
end
inherited lblComments: TLabel
Width = 428
Caption =
'Indique la nueva situaci'#243'n del pedido o pulse en '#39'Cancelar'#39' para' +
' no hacer ning'#250'n cambio.'
ExplicitWidth = 421
end
end
inherited pnlCuerpo: TPanel
Width = 503
Height = 260
ExplicitTop = 70
ExplicitWidth = 620
ExplicitHeight = 369
object Label1: TLabel
Left = 63
Top = 188
Width = 187
Height = 13
Caption = 'El pedido fue recibido totalmente el d'#237'a:'
end
object Label3: TLabel
Left = 64
Top = 132
Width = 198
Height = 13
Caption = 'El pedido fue recibido parcialmente el d'#237'a:'
end
object Label4: TLabel
Left = 45
Top = 33
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 edtFechaParcial: TcxDateEdit
Left = 280
Top = 129
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 = 0
Width = 121
end
object edtFechaPedidoProveedor: TEdit
Left = 158
Top = 28
Width = 121
Height = 21
ReadOnly = True
TabOrder = 1
end
object eFechaRecibido: TcxDateEdit
Left = 280
Top = 185
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 = 2
Width = 121
end
object rbParcial: TRadioButton
Left = 46
Top = 109
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 = 3
end
object rbPendiente: TRadioButton
Left = 46
Top = 75
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 = 4
end
object rbRecibido: TRadioButton
Left = 45
Top = 165
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
end
inherited ActionListDialog: TActionList
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 Action1: TAction
Caption = 'Action1'
end
end
end