This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Tecsitel_FactuGES/Almacenes/BuscarArticuloAlmacen.dfm
2007-06-21 15:47:20 +00:00

222 lines
5.9 KiB
Plaintext
Raw Blame History

object frBuscarArticuloAlmacen: TfrBuscarArticuloAlmacen
Tag = 3
Left = 0
Top = 0
Width = 706
Height = 160
Align = alBottom
Constraints.MaxHeight = 160
Constraints.MinHeight = 160
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Entidad = entArticuloAlmacen
object brBuscar: TRdxBarraInferior
Left = 0
Top = 110
Width = 706
Height = 50
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = clBtnFace
Align = alBottom
TabOrder = 0
UseDockManager = True
Margen = 10
object bBuscar: TRdxBoton
Left = 10
Top = 20
Width = 75
Height = 25
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
GroupIndex = 1
Down = True
Caption = 'Buscar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000F30E0000F30E0000100000001000000000000000FF00
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
1111111111111111111100000111110000010200011111020001020001111102
0001000000010000000100200000020000010020001002000001002000100200
0001100000000000001111020001020001111100000100000111111000111000
1111111020111020111111100011100011111111111111111111}
Margin = 7
ParentFont = False
ParentColor = False
TabOrder = 0
Spacing = 6
OnClick = bBuscarClick
end
object bCerrar: TRdxBoton
Left = 95
Top = 20
Width = 75
Height = 25
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
GroupIndex = 1
Caption = 'Cerrar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000320B0000320B0000100000001000000000009C000000
CE000000FF00FF00FF00319CFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00333333333333
3333333333333333333333033333333332333120333333333333314203333333
2333331413333332333333312033332033333333120332033333333331202033
3333333333120333333333333120103333333333120331033333331220333310
3333314203333331033330103333333331333333333333333333}
Margin = 7
ParentFont = False
ParentColor = False
TabOrder = 1
Spacing = 6
OnClick = bCerrarClick
end
end
object RdxPanel1: TRdxPanel
Left = 0
Top = 0
Width = 706
Height = 110
Caption = ' '
ParentColor = True
ColorHighLight = 8623776
ColorShadow = 16383743
Align = alClient
TabOrder = 1
AutoSize = True
UseDockManager = True
object RdxCabecera1: TRdxCabecera
Left = 0
Top = 0
Width = 706
Height = 30
Caption = 'B<>squeda de material'
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = 3692855
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Margen = 10
Flecha = False
end
object eCodigo: TLabel
Left = 109
Top = 50
Width = 37
Height = 13
Alignment = taRightJustify
Caption = 'C<>digo:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eFamilia: TLabel
Left = 355
Top = 50
Width = 36
Height = 13
Alignment = taRightJustify
Caption = 'Familia:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
object eDescripcion: TLabel
Left = 88
Top = 78
Width = 58
Height = 13
Alignment = taRightJustify
Caption = 'Descripci<63>n:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Descripcion: TRdxEdit
Left = 154
Top = 74
Width = 485
Height = 19
ColorBorder = 8623776
ColorFlat = 15726583
ColorBoton = 12775679
TabOrder = 2
end
object cbxFamilia: TRdxComboBox
Left = 399
Top = 46
Width = 240
Height = 21
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
ItemHeight = 13
TabOrder = 1
Visible = False
ItemIndex = -1
end
object Codigo: TRdxEdit
Left = 154
Top = 46
Width = 140
Height = 19
ColorBorder = 8623776
ColorFlat = 15726583
ColorBoton = 12775679
TabOrder = 0
end
end
end