66 lines
1.3 KiB
Plaintext
66 lines
1.3 KiB
Plaintext
object fEditorBuscarArticuloAlbaran: TfEditorBuscarArticuloAlbaran
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Buscar art'#237'culo'
|
|
ClientHeight = 124
|
|
ClientWidth = 424
|
|
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 = 21
|
|
Top = 16
|
|
Width = 199
|
|
Height = 13
|
|
Caption = 'Esrcriba el concepto del art'#237'culo a buscar:'
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 83
|
|
Width = 424
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 1
|
|
DesignSize = (
|
|
424
|
|
41)
|
|
object bBuscar: TButton
|
|
Tag = 1
|
|
Left = 260
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Buscar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Tag = 2
|
|
Left = 341
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object cxConceptoABuscar: TcxTextEdit
|
|
Left = 21
|
|
Top = 42
|
|
TabOrder = 0
|
|
Width = 395
|
|
end
|
|
end
|