object Form1: TForm1
  Left = 233
  Top = 107
  Width = 433
  Height = 325
  ActiveControl = ComboBox1
  Caption = 'Shape Demo'
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = 'System'
  Font.Style = []
  PixelsPerInch = 120
  TextHeight = 20
  object Shape1: TShape
    Left = 8
    Top = 8
    Width = 41
    Height = 33
    Brush.Color = clGreen
    Pen.Color = clAqua
    Shape = stCircle
    IsControl = True
  end
  object ComboBox1: TComboBox
    Left = 273
    Top = 258
    Width = 145
    Height = 28
    ItemHeight = 20
    Items.Strings = (
      'stRectangle'
      'stSquare'
      'stRoundRect'
      'stRoundSquare'
      'stEllipse'
      'stCircle')
    TabOrder = 0
    Text = 'ctEllipse'
    OnClick = ComboBox1Click
    IsControl = True
  end
  object ShapeColor: TButton
    Left = 6
    Top = 256
    Width = 120
    Height = 33
    Caption = ' '
    Font.Color = clBlack
    Font.Height = -17
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = ShapeColorClick
    IsControl = True
  end
  object FormColor: TButton
    Left = 133
    Top = 256
    Width = 116
    Height = 33
    Caption = ' '
    Font.Color = clBlack
    Font.Height = -17
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = FormColorClick
    IsControl = True
  end
  object ScrollBar1: TScrollBar
    Left = 8
    Top = 232
    Width = 392
    Height = 17
    TabOrder = 3
    OnChange = ScrollBar1Change
    IsControl = True
  end
  object ScrollBar2: TScrollBar
    Left = 400
    Top = 7
    Width = 17
    Height = 241
    Kind = sbVertical
    TabOrder = 4
    OnChange = ScrollBar2Change
    IsControl = True
  end
  object ColorDialog1: TColorDialog
    Left = 363
    Top = 7
  end
end