git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@83 c93665c3-c93d-084d-9b98-7d5f4a9c3376
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
inherited frViewColumnas: TfrViewColumnas
|
|
Width = 316
|
|
Height = 350
|
|
ExplicitWidth = 316
|
|
ExplicitHeight = 350
|
|
object TBXLabel1: TTBXLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 316
|
|
Height = 29
|
|
Margins.Top = 5
|
|
Margins.Bottom = 10
|
|
Align = alTop
|
|
Caption = 'Columnas'
|
|
FocusControl = lbColumnas
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentColor = True
|
|
ParentFont = False
|
|
Underline = True
|
|
end
|
|
object lbColumnas: TcxCheckListBox
|
|
Left = 0
|
|
Top = 29
|
|
Width = 316
|
|
Height = 321
|
|
Align = alClient
|
|
Items = <>
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.Color = clWindow
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
OnClickCheck = lbColumnasClickCheck
|
|
end
|
|
end
|