This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Miguelo_FactuGES/Codigo/Datos/Articulos.dfm
2007-06-25 15:22:42 +00:00

99 lines
2.6 KiB
Plaintext

inherited frArticulos: TfrArticulos
BarraSeleccion = brSeleccion
inherited BarraSuperior: TRdxBarraSuperior
Caption = 'Art'#237'culos'
BorderWidth = 0
inherited imgSombra: TImage
Left = 0
Top = 0
Width = 641
end
end
inherited pnlCuerpo: TPanel
BorderWidth = 0
inherited pnlGrid: TPanel
Left = 0
Top = 25
Width = 641
Height = 384
BorderWidth = 10
inherited gridArticulos: TcxGrid
Left = 10
Top = 10
Height = 364
inherited gridArticulosView: TcxGridDBTableView
Styles.Background = nil
Styles.Content = nil
Styles.ContentEven = nil
Styles.ContentOdd = nil
Styles.FilterBox = nil
Styles.Inactive = nil
Styles.IncSearch = nil
Styles.Selection = nil
Styles.Footer = nil
Styles.Group = nil
Styles.GroupByBox = nil
Styles.Header = nil
Styles.Indicator = nil
Styles.Preview = nil
end
end
end
object pnlExtra: TRdxBarraSuperior
Left = 0
Top = 0
Width = 641
Height = 25
Caption = ' '
BorderWidth = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Color = 14280169
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alTop
Alignment = taRightJustify
TabOrder = 1
UseDockManager = True
Margen = 5
object eFamilia: TLabel
Left = 18
Top = 5
Width = 36
Height = 13
Caption = 'Familia:'
Color = 5594726
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object cbxFamilia: TcxComboBox
Left = 59
Top = 2
ParentFont = False
Properties.ImmediatePost = True
Properties.OnEditValueChanged = cbxFamiliaPropertiesEditValueChanged
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = clWindowText
Style.Font.Height = -11
Style.Font.Name = 'Tahoma'
Style.Font.Style = []
Style.Shadow = False
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoClaro
Style.ButtonTransparency = ebtNone
Style.IsFontAssigned = True
TabOrder = 0
Width = 144
end
end
end
end