object Form1: TForm1
  Left = 211
  Top = 110
  Width = 223
  Height = 179
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 96
    Top = 120
    Width = 33
    Height = 21
    TabOrder = 2
    Text = '200'
    OnChange = Edit1Change
  end
  object cb1: TComboBox
    Left = 0
    Top = 120
    Width = 89
    Height = 21
    ItemHeight = 13
    ItemIndex = 1
    TabOrder = 0
    Text = 'White'
    Items.Strings = (
      'Black'
      'White'
      'Red'
      'Green'
      'Blue')
  end
  object Start: TButton
    Left = 136
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Start'
    TabOrder = 1
    OnClick = StartClick
  end
end
