Componentes.Terceros.Mustan.../official/1.7.0/EasyListview/Demos/Basic/Interfaced Part Two/Unit1.dfm
david 778b05bf9f Importación inicial
- Mustangpeak Common Library - 1.7.0
  - EasyListview - 1.7.0

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
2007-09-11 08:33:06 +00:00

86 lines
1.9 KiB
Plaintext

object Form1: TForm1
Left = 223
Top = 170
Width = 595
Height = 469
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object LV: TEasyListview
Left = 0
Top = 33
Width = 587
Height = 402
Align = alClient
CacheDoubleBufferBits = False
UseDockManager = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
GroupFont.Charset = DEFAULT_CHARSET
GroupFont.Color = clWindowText
GroupFont.Height = -11
GroupFont.Name = 'MS Shell Dlg 2'
GroupFont.Style = []
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Shell Dlg 2'
Header.Font.Style = []
PaintInfoGroup.MarginBottom.CaptionIndent = 4
ParentFont = False
TabOrder = 0
View = elsIcon
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 587
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
587
33)
object Label1: TLabel
Left = 8
Top = 8
Width = 22
Height = 13
Caption = 'View'
end
object cbViews: TComboBox
Left = 36
Top = 6
Width = 165
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = cbViewsChange
end
object bBeSilly: TButton
Left = 508
Top = 4
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Be Silly'
TabOrder = 1
OnClick = bBeSillyClick
end
end
end