object MainForm: TMainForm Left = 417 Top = 128 Width = 520 Height = 295 Caption = 'MainForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ScrollBox1: TScrollBox Left = 129 Top = 0 Width = 383 Height = 268 HorzScrollBar.Visible = False VertScrollBar.Smooth = True VertScrollBar.Tracking = True Align = alClient TabOrder = 0 object SpacerBevel: TBevel Left = 0 Top = 0 Width = 50 Height = 50 end object VoltPanel: TPanel Left = 0 Top = 0 Width = 96 Height = 264 Align = alLeft TabOrder = 0 end object CountPanel: TPanel Left = 96 Top = 0 Width = 283 Height = 264 Align = alClient TabOrder = 1 end end object ControlPanel: TPanel Left = 0 Top = 0 Width = 129 Height = 268 Align = alLeft TabOrder = 1 object GoButton: TButton Left = 8 Top = 104 Width = 113 Height = 25 Caption = 'Go' Default = True TabOrder = 0 OnClick = GoButtonClick end object StopButton: TButton Left = 8 Top = 136 Width = 113 Height = 25 Cancel = True Caption = 'Stop' Enabled = False TabOrder = 1 OnClick = StopButtonClick end end object ADPollTime: TTimer Enabled = False Interval = 45 OnTimer = ADPollTimeTimer Left = 88 Top = 96 end end