object MainForm: TMainForm Left = 317 Top = 83 Width = 393 Height = 412 Caption = 'CyAITest' 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 Splitter1: TSplitter Left = 113 Top = 0 Width = 3 Height = 385 Cursor = crHSplit AutoSnap = False Beveled = True ResizeStyle = rsUpdate end object ConfigPanel: TPanel Left = 0 Top = 0 Width = 113 Height = 385 Align = alLeft BevelOuter = bvNone TabOrder = 0 object CalLabel: TLabel Left = 8 Top = 8 Width = 97 Height = 17 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Calibration File' FocusControl = CalCombo end object RangeLabel: TLabel Left = 8 Top = 56 Width = 97 Height = 17 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'A/D Range' end object CalCombo: TComboBox Left = 8 Top = 24 Width = 97 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 Text = ':AUTO:' Items.Strings = ( ':AUTO:' ':1TO1:') end object RangeCombo: TComboBox Left = 8 Top = 72 Width = 97 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 1 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 Volt') end object DiffCheck: TCheckBox Left = 8 Top = 96 Width = 97 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Differential' TabOrder = 2 end object GoButton: TButton Left = 8 Top = 120 Width = 97 Height = 25 Anchors = [akLeft, akTop, akRight] Caption = 'Go' TabOrder = 3 OnClick = GoButtonClick end object LogMemo: TMemo Left = 8 Top = 152 Width = 97 Height = 225 Anchors = [akLeft, akTop, akRight, akBottom] ScrollBars = ssVertical TabOrder = 4 end end object MainScroll: TScrollBox Left = 116 Top = 0 Width = 269 Height = 385 VertScrollBar.Tracking = True Align = alClient BorderStyle = bsNone TabOrder = 1 end object PollTime: TTimer Enabled = False Interval = 1 OnTimer = PollTimeTimer Left = 16 Top = 160 end end