object Form1: TForm1 Left = 192 Top = 107 Width = 602 Height = 336 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object CardName: TLabel Left = 0 Top = 0 Width = 594 Height = 20 Hint = 'If a PCI DAC card was installed, this would show the product nam' + 'e.' Align = alTop Alignment = taCenter Caption = 'CardName' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label3: TLabel Left = 40 Top = 120 Width = 119 Height = 13 Caption = 'PCI DAC Card Addresses' end object GroupBits: TRadioGroup Left = 232 Top = 104 Width = 97 Height = 57 Hint = 'Configure program for a 12-bit or 16-bit DAC Card' Caption = 'DAC &Resolution' ItemIndex = 0 Items.Strings = ( '12-Bit' '16-Bit') TabOrder = 0 end object GroupRange: TRadioGroup Left = 384 Top = 104 Width = 97 Height = 137 Hint = 'Select an output range. This does not affect the outputs, merel' + 'y the onscreen conversions.' Caption = 'Output &Span' ItemIndex = 1 Items.Strings = ( '0-5 VDC' '0-2.5 VDC' '0-10 VDC' '+/- 5 VDC' '+/- 2.5 VDC' '+/- 10 VDC' '4-20mA') TabOrder = 1 end object GroupOutput: TGroupBox Left = 8 Top = 16 Width = 473 Height = 81 Caption = '&Values' Enabled = False TabOrder = 2 Visible = False object LOutput: TLabel Left = 16 Top = 32 Width = 340 Height = 18 Hint = 'This shows the actual binary and hex output word sent to the har' + 'dware, and the value you expect on the connector pin.' Caption = 'DACs update as you move the slider' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Courier New' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 16 Width = 121 Height = 13 Caption = 'Actual Output Values' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Value: TTrackBar Left = 2 Top = 48 Width = 463 Height = 25 Hint = 'Click and Drag this bar (or use the cursor and page-up/down keys' + ') to set the output value of the current channel.' LineSize = 16 Max = 65535 Orientation = trHorizontal PageSize = 256 Frequency = 4096 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto end end object GroupChannel: TRadioGroup Left = 488 Top = 16 Width = 97 Height = 225 Hint = 'Select a channel to output to.' Caption = 'Output &Channel' TabOrder = 3 TabStop = True end object StatusBar1: TStatusBar Left = 0 Top = 282 Width = 594 Height = 27 Panels = <> ParentShowHint = False ShowHint = False SimplePanel = False end object AddressList: TComboBox Left = 40 Top = 136 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 5 Text = 'AddressList' end object Memo1: TMemo Left = 8 Top = 168 Width = 369 Height = 105 TabStop = False Lines.Strings = ( '') TabOrder = 6 end object ExitButton: TButton Left = 488 Top = 248 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 = 7 end object Initialize: TButton Left = 384 Top = 248 Width = 97 Height = 25 Hint = 'Click this button once you are ready to begin outputting values' Caption = 'Initialize' Default = True TabOrder = 8 end object ISAPanel: TGroupBox Left = 40 Top = 107 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 = 9 object Label1: TLabel Left = 14 Top = 28 Width = 19 Height = 13 Caption = 'Hex' end object ISAEdit: TEdit Left = 40 Top = 20 Width = 81 Height = 21 TabOrder = 0 Text = '300' end end end