object ScanForm: TScanForm Left = 281 Top = 116 Width = 800 Height = 372 Caption = 'PCI-A16-16A 1 Scan Sample' 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 IntroLabel: TLabel Left = 16 Top = 0 Width = 764 Height = 17 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'This program will take Channels of A/D data and display, at 10H' + 'z / scan.' Layout = tlCenter end object Address8Label: TLabel Left = 24 Top = 56 Width = 181 Height = 25 AutoSize = False Caption = 'Enter the card'#39's 8 bit address in hex:' Layout = tlCenter end object Address16Label: TLabel Left = 24 Top = 32 Width = 185 Height = 25 AutoSize = False Caption = 'Enter the card'#39's 16 bit address in hex:' Layout = tlCenter end object StatusLabel: TLabel Left = 8 Top = 16 Width = 776 Height = 13 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Enter Addresses of PCI-AI16-16A then press Start.' end object StartButton: TButton Left = 688 Top = 32 Width = 89 Height = 25 Anchors = [akTop, akRight] Caption = 'Start' TabOrder = 0 OnClick = StartButtonClick end object ExitButton: TButton Left = 688 Top = 56 Width = 89 Height = 25 Anchors = [akTop, akRight] Caption = 'E&xit' TabOrder = 1 OnClick = ExitButtonClick end object Address8Edit: TEdit Left = 208 Top = 56 Width = 113 Height = 21 TabOrder = 2 Text = 'c400' end object Address16Edit: TEdit Left = 208 Top = 32 Width = 113 Height = 21 TabOrder = 3 Text = 'c800' end object OutMemo: TListBox Left = 8 Top = 88 Width = 774 Height = 247 Anchors = [akLeft, akTop, akRight, akBottom] BorderStyle = bsNone ExtendedSelect = False IntegralHeight = True ItemHeight = 13 TabOrder = 4 TabWidth = 32 end end