object MainForm: TMainForm Left = 413 Top = 237 Width = 249 Height = 260 Caption = '104-AIO16-16 A/D Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Ch0Gauge: TGauge Left = 8 Top = 32 Width = 33 Height = 161 BackColor = 4210752 Color = clWindowText ForeColor = clBlue Kind = gkVerticalBar MaxValue = 4095 ParentColor = False Progress = 0 ShowText = False Visible = False end object MaxLabel: TLabel Left = 168 Top = 24 Width = 65 Height = 17 AutoSize = False Layout = tlCenter end object MidLabel: TLabel Left = 168 Top = 104 Width = 65 Height = 17 AutoSize = False Layout = tlCenter end object MinLabel: TLabel Left = 168 Top = 184 Width = 65 Height = 17 AutoSize = False Layout = tlCenter end object Ch1Gauge: TGauge Left = 48 Top = 32 Width = 33 Height = 161 BackColor = 4210752 Color = clWindowText ForeColor = clBlue Kind = gkVerticalBar MaxValue = 4095 ParentColor = False Progress = 0 ShowText = False Visible = False end object Ch2Gauge: TGauge Left = 88 Top = 32 Width = 33 Height = 161 BackColor = 4210752 Color = clWindowText ForeColor = clBlue Kind = gkVerticalBar MaxValue = 4095 ParentColor = False Progress = 0 ShowText = False Visible = False end object Label1: TLabel Left = 8 Top = 8 Width = 33 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Ch 0' Layout = tlCenter end object Label2: TLabel Left = 48 Top = 8 Width = 33 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Ch 1' Layout = tlCenter end object Label3: TLabel Left = 88 Top = 8 Width = 33 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Ch 2' Layout = tlCenter end object Ch3Gauge: TGauge Left = 128 Top = 32 Width = 33 Height = 161 BackColor = 4210752 Color = clWindowText ForeColor = clBlue Kind = gkVerticalBar MaxValue = 4095 ParentColor = False Progress = 0 ShowText = False Visible = False end object Label4: TLabel Left = 128 Top = 8 Width = 33 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Ch 3' Layout = tlCenter end object Ch0Label: TLabel Left = 8 Top = 32 Width = 33 Height = 161 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter Visible = False end object Ch1Label: TLabel Left = 48 Top = 32 Width = 33 Height = 161 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter Visible = False end object Ch2Label: TLabel Left = 88 Top = 32 Width = 33 Height = 161 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter Visible = False end object Ch3Label: TLabel Left = 128 Top = 32 Width = 33 Height = 161 Alignment = taCenter AutoSize = False Transparent = True Layout = tlCenter Visible = False end object StartButton: TButton Left = 8 Top = 200 Width = 153 Height = 25 Caption = 'Take Data' TabOrder = 0 OnClick = StartButtonClick end end