AbetoDesign_FactuGES2/Source/Modulos/Albaranes de proveedor/Views/uEditorBuscarArticuloAlbaran.dfm
2026-03-03 11:38:24 +01:00

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