object ProcessForm: TProcessForm
  Left = 418
  Top = 144
  Width = 355
  Height = 172
  Caption = 'ProcessForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 19
    Top = 6
    Width = 31
    Height = 16
    Caption = 'State'
  end
  object Label2: TLabel
    Left = 18
    Top = 33
    Width = 31
    Height = 16
    Caption = 'Time'
  end
  object SequenceButton: TButton
    Left = 8
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Sequence'
    TabOrder = 0
    OnClick = SequenceButtonClick
  end
  object RunButton: TButton
    Left = 93
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Run'
    TabOrder = 1
    OnClick = RunButtonClick
  end
  object StopButton: TButton
    Left = 178
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Stop'
    TabOrder = 2
    OnClick = StopButtonClick
  end
  object StateEdit: TEdit
    Left = 77
    Top = 2
    Width = 147
    Height = 24
    TabOrder = 3
  end
  object TimeEdit: TEdit
    Left = 77
    Top = 29
    Width = 147
    Height = 24
    TabOrder = 4
  end
  object ProgramButton: TButton
    Left = 264
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Program'
    TabOrder = 5
    OnClick = ProgramButtonClick
  end
end
