object Form1: TForm1 Left = 311 Top = 77 Width = 521 Height = 212 Caption = 'USB-AO16 Family Sample Program' 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 DACLabel0: TLabel Left = 450 Top = 40 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '0000' Layout = tlCenter end object DACLabel1: TLabel Left = 450 Top = 80 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '0000' Layout = tlCenter end object Label9: TLabel Left = 32 Top = 8 Width = 401 Height = 25 AutoSize = False Caption = 'DAC 0' end object Label10: TLabel Left = 32 Top = 120 Width = 401 Height = 25 AutoSize = False Caption = 'DAC 1' end object DACTrack0: TTrackBar Left = 8 Top = 32 Width = 449 Height = 41 Max = 65535 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBoth TickStyle = tsManual OnChange = DACTrackChange end object DACTrack1: TTrackBar Tag = 1 Left = 8 Top = 72 Width = 449 Height = 41 Max = 65535 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBoth TickStyle = tsManual OnChange = DACTrackChange end object AutoCheck: TCheckBox Left = 88 Top = 152 Width = 417 Height = 25 Caption = 'Update each DAC individually as you change it (un-check for simu' + 'ltaneous mode).' Checked = True State = cbChecked TabOrder = 2 OnClick = AutoCheckClick end object UpdateButton: TButton Left = 8 Top = 152 Width = 75 Height = 25 Caption = '&Update' Enabled = False TabOrder = 3 OnClick = UpdateButtonClick end end