object Sample0Form: TSample0Form Left = 286 Top = 179 Width = 393 Height = 486 Caption = 'Sample 0' 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 CardName: TLabel Left = 0 Top = 0 Width = 385 Height = 20 Hint = 'If a PCI DAC card was installed, this would show the product nam' + 'e.' Align = alTop Alignment = taCenter Caption = 'AIO-8P' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Memo1: TMemo Left = 8 Top = 24 Width = 369 Height = 105 TabStop = False Color = clBtnFace Lines.Strings = ( 'Sample 0' 'This sample reads the eight analog inputs and displays them for ' + 'you.' 'Board Configuration Requirements:' 'RANGE: 5 Volt Range' 'POLARITY: Bipolar' 'Please enter the base address (in hex) in the text box below, an' + 'd click the ' #39'Start Test'#39' button to begin.' '') ReadOnly = True TabOrder = 0 end object ExitButton: TButton Left = 280 Top = 392 Width = 97 Height = 25 Hint = 'Click here to exit this program. The DACs will remain at their ' + 'current output values after the program closes.' Caption = 'E&xit Program' TabOrder = 1 OnClick = ExitButtonClick end object ISAPanel: TGroupBox Left = 8 Top = 371 Width = 145 Height = 57 Hint = 'Set the Base Address of the ISA board you want to use this sampl' + 'e with, in Hexadecimal.' Caption = 'Base Address for ISA Card' TabOrder = 2 object HexLabel: TLabel Left = 14 Top = 28 Width = 19 Height = 13 Caption = 'Hex' end object BaseEdit: TEdit Left = 40 Top = 20 Width = 81 Height = 24 TabOrder = 0 Text = '300' end end object TestButton: TButton Left = 168 Top = 392 Width = 97 Height = 25 Caption = 'Start Test' TabOrder = 3 OnClick = TestButtonClick end object ChannelBox: TGroupBox Left = 8 Top = 136 Width = 369 Height = 225 Caption = 'Output' TabOrder = 4 object ChannelLabel1: TLabel Left = 2 Top = 40 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel2: TLabel Tag = 1 Left = 2 Top = 64 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel3: TLabel Tag = 2 Left = 2 Top = 88 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel4: TLabel Tag = 3 Left = 2 Top = 112 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 3' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel5: TLabel Tag = 4 Left = 2 Top = 136 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 4' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel6: TLabel Tag = 5 Left = 2 Top = 160 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 5' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel7: TLabel Tag = 6 Left = 2 Top = 184 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 6' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object ChannelLabel8: TLabel Tag = 7 Left = 2 Top = 208 Width = 77 Height = 15 Alignment = taCenter Caption = ' Channel 7' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False end object TitleLabel: TLabel Tag = 99 Left = 2 Top = 18 Width = 357 Height = 16 Alignment = taCenter Caption = ' Channel Count Volts ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [fsBold] ParentFont = False end end object ErrorStatus: TStatusBar Left = 0 Top = 433 Width = 385 Height = 19 Panels = <> SimplePanel = False end object TestTimer: TTimer Enabled = False Interval = 100 OnTimer = TestTimerTimer Left = 344 Top = 8 end end