object Form1: TForm1 Left = 192 Top = 114 Width = 496 Height = 518 Caption = 'Form1' 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 Label1: TLabel Left = 72 Top = 40 Width = 265 Height = 13 Caption = 'Enter the base address in HEX and click BEGIN to start:' end object Label2: TLabel Left = 88 Top = 128 Width = 51 Height = 13 Caption = 'Channel 0:' end object Label3: TLabel Left = 88 Top = 152 Width = 51 Height = 13 Caption = 'Channel 1:' end object Label4: TLabel Left = 88 Top = 200 Width = 51 Height = 13 Caption = 'Channel 3:' end object Label5: TLabel Left = 88 Top = 176 Width = 51 Height = 13 Caption = 'Channel 2:' end object Label6: TLabel Left = 88 Top = 224 Width = 51 Height = 13 Caption = 'Channel 4:' end object Label7: TLabel Left = 88 Top = 248 Width = 51 Height = 13 Caption = 'Channel 5:' end object Label8: TLabel Left = 88 Top = 272 Width = 51 Height = 13 Caption = 'Channel 6:' end object Label9: TLabel Left = 88 Top = 296 Width = 51 Height = 13 Caption = 'Channel 7:' end object Label18: TLabel Left = 48 Top = 392 Width = 69 Height = 13 Caption = 'DAC 0 Output:' end object Label19: TLabel Left = 48 Top = 416 Width = 69 Height = 13 Caption = 'DAC 1 Output:' end object dac0LBL: TLabel Left = 200 Top = 392 Width = 157 Height = 13 Caption = 'DAC 0 output range is x to x volts' end object dac1LBL: TLabel Left = 200 Top = 416 Width = 157 Height = 13 Caption = 'DAC 1 output range is x to x volts' end object addrEDIT: TEdit Left = 344 Top = 32 Width = 41 Height = 21 TabOrder = 0 Text = 'addrEDIT' end object GroupBox1: TGroupBox Left = 256 Top = 104 Width = 169 Height = 225 Caption = 'Single Ended Mode' TabOrder = 1 object Label10: TLabel Left = 22 Top = 24 Width = 51 Height = 13 Caption = 'Channel 8:' end object Label11: TLabel Left = 22 Top = 48 Width = 51 Height = 13 Caption = 'Channel 9:' end object Label12: TLabel Left = 16 Top = 72 Width = 57 Height = 13 Caption = 'Channel 10:' end object Label13: TLabel Left = 16 Top = 96 Width = 57 Height = 13 Caption = 'Channel 11:' end object Label14: TLabel Left = 16 Top = 120 Width = 57 Height = 13 Caption = 'Channel 12:' end object Label15: TLabel Left = 16 Top = 144 Width = 57 Height = 13 Caption = 'Channel 13:' end object Label16: TLabel Left = 16 Top = 168 Width = 57 Height = 13 Caption = 'Channel 14:' end object Label17: TLabel Left = 16 Top = 192 Width = 57 Height = 13 Caption = 'Channel 15:' end end object chnl0EDIT: TEdit Left = 144 Top = 120 Width = 57 Height = 21 TabOrder = 2 end object chnl1EDIT: TEdit Left = 144 Top = 144 Width = 57 Height = 21 TabOrder = 3 end object chnl2EDIT: TEdit Left = 144 Top = 168 Width = 57 Height = 21 TabOrder = 4 end object chnl3EDIT: TEdit Left = 144 Top = 192 Width = 57 Height = 21 TabOrder = 5 end object chnl4EDIT: TEdit Left = 144 Top = 216 Width = 57 Height = 21 TabOrder = 6 end object chnl5EDIT: TEdit Left = 144 Top = 240 Width = 57 Height = 21 TabOrder = 7 end object chnl6EDIT: TEdit Left = 144 Top = 264 Width = 57 Height = 21 TabOrder = 8 end object chnl7EDIT: TEdit Left = 144 Top = 288 Width = 57 Height = 21 TabOrder = 9 end object chnl8EDIT: TEdit Left = 336 Top = 120 Width = 57 Height = 21 TabOrder = 10 end object chnl9EDIT: TEdit Left = 336 Top = 144 Width = 57 Height = 21 TabOrder = 11 end object chnl10EDIT: TEdit Left = 336 Top = 168 Width = 57 Height = 21 TabOrder = 12 end object chnl11EDIT: TEdit Left = 336 Top = 192 Width = 57 Height = 21 TabOrder = 13 end object chnl12EDIT: TEdit Left = 336 Top = 216 Width = 57 Height = 21 TabOrder = 14 end object chnl13EDIT: TEdit Left = 336 Top = 240 Width = 57 Height = 21 TabOrder = 15 end object chnl14EDIT: TEdit Left = 336 Top = 264 Width = 57 Height = 21 TabOrder = 16 end object chnl15EDIT: TEdit Left = 336 Top = 288 Width = 57 Height = 21 TabOrder = 17 end object beginBTN: TButton Left = 408 Top = 16 Width = 75 Height = 25 Caption = 'Begin' TabOrder = 18 OnClick = beginBTNClick end object dac0EDIT: TEdit Left = 128 Top = 384 Width = 49 Height = 21 TabOrder = 19 end object dac1EDIT: TEdit Left = 128 Top = 408 Width = 49 Height = 21 TabOrder = 20 end object dac0SPIN: TUpDown Left = 176 Top = 384 Width = 17 Height = 25 Min = 0 Position = 0 TabOrder = 21 Wrap = False OnClick = dac0SPINClick end object dac1SPIN: TUpDown Left = 176 Top = 408 Width = 17 Height = 25 Min = 0 Position = 0 TabOrder = 22 Wrap = False OnClick = dac1SPINClick end object Stop: TButton Left = 408 Top = 56 Width = 73 Height = 25 Caption = 'Stop' TabOrder = 23 OnClick = StopClick end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 24 Top = 304 end end