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/Articulos/ArticulosFabPro.dfm
2007-06-21 15:47:20 +00:00

108 lines
2.8 KiB
Plaintext

inherited frArticulosFabPro: TfrArticulosFabPro
Width = 936
inherited BarraArticulos: TRdxBarraSuperior
Width = 936
inherited imgSombra: TImage
Width = 936
end
end
inherited brSeleccion: TRdxBarraInferior
Width = 936
end
inherited pnlCuerpo: TRdxPanel
Width = 936
inherited pnlExtra: TRdxBarraSuperior
Width = 936
object eFabricante: TLabel [0]
Left = 14
Top = 5
Width = 55
Height = 13
Caption = 'Fabricante:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eProveedor: TLabel [1]
Left = 289
Top = 5
Width = 54
Height = 13
Caption = 'Proveedor:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
inherited pnlBusquedaRapida: TRdxPanel
Left = 543
inherited BusquedaRapida: TdxLookupEdit
Tag = 2
Height = 21
end
end
object cbxFabricante: TRdxComboBox
Left = 73
Top = 1
Width = 200
Height = 21
Style = csDropDownList
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 1
ItemIndex = -1
OnChange = cbxFabricanteChange
BiDiMode = bdLeftToRight
ParentBiDiMode = False
end
object cbxProveedor: TRdxComboBox
Tag = 1
Left = 348
Top = 1
Width = 200
Height = 21
Style = csDropDownList
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 2
ItemIndex = -1
OnChange = cbxProveedorChange
BiDiMode = bdLeftToRight
ParentBiDiMode = False
end
end
inherited pnlGrid: TPanel
Width = 936
inherited gridArticulos: TdxDBGrid
Width = 916
Filter.FilterStatus = fsNone
Filter.Criteria = {00000000}
OnSelectedCountChange = gridArticulosSelectedCountChange2
end
end
end
end