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 Label1: TLabel Left = 8 Top = 48 Width = 113 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Analog Range' end object CalLabel: TLabel Left = 8 Top = 8 Width = 113 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Calib. File' end object DiffCheck: TCheckBox Left = 8 Top = 84 Width = 113 Height = 17 Caption = 'Differential' TabOrder = 0 OnClick = RangeComboChange end object RangeCombo: TComboBox Left = 8 Top = 64 Width = 113 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = RangeComboChange Items.Strings = ( '0 to 10 Volts' '±10 Volts' '0 to 5 Volts' '±5 Volts' '0 to 2 Volts' '±2 Volts' '0 to 1 Volt' '±1 Volts') end object CalEdit: TComboBox Left = 8 Top = 24 Width = 113 Height = 21 Hint = 'Enter the path to a calibration file, or :AUTO: to autocalibrate' + '.' ItemHeight = 13 TabOrder = 2 Text = ':AUTO:' Items.Strings = ( ':AUTO:' ':NONE:') end object GoButton: TButton Left = 8 Top = 104 Width = 113 Height = 25 Caption = 'Go' Default = True TabOrder = 3 OnClick = GoButtonClick end object StopButton: TButton Left = 8 Top = 136 Width = 113 Height = 25 Cancel = True Caption = 'Stop' Enabled = False TabOrder = 4 OnClick = StopButtonClick end end object ADPollTime: TTimer Enabled = False Interval = 45 OnTimer = ADPollTimeTimer Left = 88 Top = 96 end end