Tecsitel_FactuGES2/Source/Modulos/Inventario/Views/uEditorElegirAlmacenObraOperacion.dfm

82 lines
1.9 KiB
Plaintext

object fEditorElegirAlmacenObraOperacion: TfEditorElegirAlmacenObraOperacion
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Elegir '
ClientHeight = 141
ClientWidth = 580
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
DesignSize = (
580
141)
PixelsPerInch = 96
TextHeight = 13
object eEtiqueta: TLabel
Left = 42
Top = 48
Width = 96
Height = 13
Caption = 'Almac'#233'n:'
end
object eDescripcion: TLabel
Left = 42
Top = 16
Width = 247
Height = 13
Caption = 'Elija sobre qu'#233' almac'#233'n desea realizar la operaci'#243'n.'
end
object cxListaAlmacenesObras: TcxComboBox
Left = 144
Top = 45
Anchors = [akLeft, akTop, akRight]
Properties.DropDownListStyle = lsEditFixedList
Properties.DropDownRows = 25
Properties.ImmediatePost = True
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 = 421
end
object Panel1: TPanel
Left = 0
Top = 100
Width = 580
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 579
object Button2: TButton
Left = 408
Top = 8
Width = 75
Height = 25
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object Button1: TButton
Left = 489
Top = 8
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
end