object SampleForm: TSampleForm Left = 525 Top = 586 Width = 436 Height = 502 Caption = 'AD Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 40 Width = 266 Height = 13 Caption = 'Enter the base Address in HEX and click BEGIN to start:' end object Label2: TLabel Left = 32 Top = 128 Width = 51 Height = 13 Caption = 'Channel 0:' end object Label3: TLabel Left = 32 Top = 160 Width = 51 Height = 13 Caption = 'Channel 1:' end object Label4: TLabel Left = 32 Top = 184 Width = 51 Height = 13 Caption = 'Channel 2:' end object Label5: TLabel Left = 32 Top = 208 Width = 51 Height = 13 Caption = 'Channel 3:' end object Label6: TLabel Left = 32 Top = 232 Width = 51 Height = 13 Caption = 'Channel 4:' end object Label7: TLabel Left = 32 Top = 256 Width = 51 Height = 13 Caption = 'Channel 5:' end object Label8: TLabel Left = 32 Top = 280 Width = 51 Height = 13 Caption = 'Channel 6:' end object Label9: TLabel Left = 32 Top = 304 Width = 51 Height = 13 Caption = 'Channel 7:' end object Label18: TLabel Left = 24 Top = 384 Width = 69 Height = 13 Caption = 'DAC 0 Output:' end object Label19: TLabel Left = 24 Top = 408 Width = 69 Height = 13 Caption = 'DAC 1 Output:' end object dac0LBL: TLabel Left = 176 Top = 384 Width = 157 Height = 13 Caption = 'DAC 0 output range is x to x volts' end object dac1LBL: TLabel Left = 176 Top = 408 Width = 157 Height = 13 Caption = 'DAC 1 output range is x to x volts' end object Addr: TEdit Left = 288 Top = 32 Width = 49 Height = 21 TabOrder = 0 Text = 'Addr' end object BeginBTN: TButton Left = 344 Top = 32 Width = 73 Height = 25 Caption = '&Begin' TabOrder = 1 OnClick = BeginBTNClick end object GroupBox1: TGroupBox Left = 216 Top = 120 Width = 145 Height = 217 Caption = 'Single Ended Mode' TabOrder = 2 object Label10: TLabel Left = 14 Top = 24 Width = 51 Height = 13 Caption = 'Channel 8:' end object Label11: TLabel Left = 14 Top = 48 Width = 51 Height = 13 Caption = 'Channel 9:' end object Label12: TLabel Left = 8 Top = 72 Width = 57 Height = 13 Caption = 'Channel 10:' end object Label13: TLabel Left = 8 Top = 92 Width = 57 Height = 13 Caption = 'Channel 11:' end object Label14: TLabel Left = 8 Top = 116 Width = 57 Height = 13 Caption = 'Channel 12:' end object Label15: TLabel Left = 8 Top = 140 Width = 57 Height = 13 Caption = 'Channel 13:' end object Label16: TLabel Left = 8 Top = 164 Width = 57 Height = 13 Caption = 'Channel 14:' end object Label17: TLabel Left = 8 Top = 188 Width = 57 Height = 13 Caption = 'Channel 15:' end object chnl8EDIT: TEdit Left = 72 Top = 16 Width = 57 Height = 21 TabOrder = 0 end object chnl9EDIT: TEdit Left = 72 Top = 40 Width = 57 Height = 21 TabOrder = 1 end object chnl10EDIT: TEdit Left = 72 Top = 64 Width = 57 Height = 21 TabOrder = 2 end object chnl11EDIT: TEdit Left = 72 Top = 88 Width = 57 Height = 21 TabOrder = 3 end object chnl12EDIT: TEdit Left = 72 Top = 112 Width = 57 Height = 21 TabOrder = 4 end object chnl13EDIT: TEdit Left = 72 Top = 136 Width = 57 Height = 21 TabOrder = 5 end object chnl14EDIT: TEdit Left = 72 Top = 160 Width = 57 Height = 21 TabOrder = 6 end object chnl15EDIT: TEdit Left = 72 Top = 184 Width = 57 Height = 21 TabOrder = 7 end end object chnl0EDIT: TEdit Left = 88 Top = 128 Width = 57 Height = 21 TabOrder = 3 end object chnl1EDIT: TEdit Left = 88 Top = 152 Width = 57 Height = 21 TabOrder = 4 end object chnl2EDIT: TEdit Left = 88 Top = 176 Width = 57 Height = 21 TabOrder = 5 end object chnl4EDIT: TEdit Left = 88 Top = 224 Width = 57 Height = 21 TabOrder = 6 end object chnl3EDIT: TEdit Left = 88 Top = 200 Width = 57 Height = 21 TabOrder = 7 end object chnl5EDIT: TEdit Left = 88 Top = 248 Width = 57 Height = 21 TabOrder = 8 end object chnl6EDIT: TEdit Left = 88 Top = 272 Width = 57 Height = 21 TabOrder = 9 end object chnl7EDIT: TEdit Left = 88 Top = 296 Width = 57 Height = 21 TabOrder = 10 end object dac0EDIT: TEdit Left = 96 Top = 376 Width = 49 Height = 21 TabOrder = 11 end object dac1EDIT: TEdit Left = 96 Top = 400 Width = 49 Height = 21 TabOrder = 12 end object dac0Spin: TUpDown Left = 144 Top = 376 Width = 17 Height = 25 Min = 0 Position = 0 TabOrder = 13 Wrap = False OnClick = dac0SpinClick end object dac1SPIN: TUpDown Left = 144 Top = 400 Width = 17 Height = 25 Min = 0 Position = 0 TabOrder = 14 Wrap = False OnClick = dac1SPINClick end object Stop: TButton Left = 344 Top = 64 Width = 75 Height = 25 Caption = 'Stop' TabOrder = 15 OnClick = StopClick end object Timer1: TTimer Enabled = False Interval = 200 OnTimer = Timer1Timer Left = 392 Top = 432 end end