home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 261
- Top = 123
- Width = 383
- Height = 264
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'Header'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 16
- Width = 125
- Height = 177
- Brush.Color = clRed
- Shape = stEllipse
- end
- object Shape2: TShape
- Left = 125
- Top = 16
- Width = 125
- Height = 177
- Brush.Color = clYellow
- Shape = stEllipse
- end
- object Shape3: TShape
- Left = 250
- Top = 16
- Width = 125
- Height = 177
- Brush.Color = clLime
- Shape = stEllipse
- end
- object Label1: TLabel
- Left = 15
- Top = 208
- Width = 345
- Height = 16
- Caption = 'Click between header sections and drag to resize.'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object HeaderControl1: THeaderControl
- Left = 0
- Top = 0
- Width = 375
- Height = 15
- Sections = <
- item
- Alignment = taCenter
- AllowClick = False
- MaxWidth = 250
- MinWidth = 50
- Text = 'Red'
- Width = 125
- end
- item
- Alignment = taCenter
- AllowClick = False
- MaxWidth = 250
- MinWidth = 50
- Text = 'Yellow'
- Width = 125
- end
- item
- Alignment = taCenter
- AllowClick = False
- MaxWidth = 250
- MinWidth = 50
- Text = 'Green'
- Width = 125
- end>
- OnSectionTrack = HeaderControl1SectionTrack
- end
- end
-