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

97 lines
2.2 KiB
Plaintext

object fEditorElegirSituacionPedido: TfEditorElegirSituacionPedido
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Cambio de situaci'#243'n'
ClientHeight = 124
ClientWidth = 377
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 21
Top = 16
Width = 197
Height = 13
Caption = 'Seleccione la situaci'#243'n que desea asignar'
end
object combo: TLabel
Left = 58
Top = 45
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Situaci'#243'n:'
end
object Panel1: TPanel
Left = 0
Top = 83
Width = 377
Height = 41
Align = alBottom
TabOrder = 0
DesignSize = (
377
41)
object bAceptar: TButton
Left = 213
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 294
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
object cbSituacion: TcxImageComboBox
Left = 111
Top = 41
EditValue = 'PENDIENTE'
Properties.DefaultImageIndex = 0
Properties.Items = <
item
Description = 'PENDIENTE'
ImageIndex = 0
Value = 'PENDIENTE'
end
item
Description = 'PARCIAL'
Tag = 1
Value = 'PARCIAL'
end
item
Description = 'RECIBIDO'
Tag = 2
Value = 'RECIBIDO'
end>
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.LookAndFeel.NativeStyle = True
Style.ButtonStyle = bts3D
Style.PopupBorderStyle = epbsFrame3D
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 224
end
end