home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / HEADMAIN.DFM / HEADMAIN.txt
Text File  |  1997-01-16  |  2KB  |  83 lines

  1. object Form1: TForm1
  2.   Left = 261
  3.   Top = 123
  4.   Width = 383
  5.   Height = 264
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Header'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Shape1: TShape
  15.     Left = 0
  16.     Top = 16
  17.     Width = 125
  18.     Height = 177
  19.     Brush.Color = clRed
  20.     Shape = stEllipse
  21.   end
  22.   object Shape2: TShape
  23.     Left = 125
  24.     Top = 16
  25.     Width = 125
  26.     Height = 177
  27.     Brush.Color = clYellow
  28.     Shape = stEllipse
  29.   end
  30.   object Shape3: TShape
  31.     Left = 250
  32.     Top = 16
  33.     Width = 125
  34.     Height = 177
  35.     Brush.Color = clLime
  36.     Shape = stEllipse
  37.   end
  38.   object Label1: TLabel
  39.     Left = 15
  40.     Top = 208
  41.     Width = 345
  42.     Height = 16
  43.     Caption = 'Click between header sections and drag to resize.'
  44.     Font.Color = clWindowText
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object HeaderControl1: THeaderControl
  51.     Left = 0
  52.     Top = 0
  53.     Width = 375
  54.     Height = 15
  55.     Sections = <
  56.       item
  57.         Alignment = taCenter
  58.         AllowClick = False
  59.         MaxWidth = 250
  60.         MinWidth = 50
  61.         Text = 'Red'
  62.         Width = 125
  63.       end
  64.       item
  65.         Alignment = taCenter
  66.         AllowClick = False
  67.         MaxWidth = 250
  68.         MinWidth = 50
  69.         Text = 'Yellow'
  70.         Width = 125
  71.       end
  72.       item
  73.         Alignment = taCenter
  74.         AllowClick = False
  75.         MaxWidth = 250
  76.         MinWidth = 50
  77.         Text = 'Green'
  78.         Width = 125
  79.       end>
  80.     OnSectionTrack = HeaderControl1SectionTrack
  81.   end
  82. end
  83.