object Form1: TForm1 Left = 192 Top = 114 Width = 521 Height = 396 Caption = 'Form1' 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 = 456 Top = 16 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel1: TLabel Left = 456 Top = 56 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel2: TLabel Left = 456 Top = 96 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel3: TLabel Left = 456 Top = 136 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel4: TLabel Left = 456 Top = 176 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel5: TLabel Left = 456 Top = 216 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel6: TLabel Left = 456 Top = 256 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object DACLabel7: TLabel Left = 456 Top = 296 Width = 49 Height = 25 Alignment = taCenter AutoSize = False Caption = '000' Layout = tlCenter end object ChLabel0: TLabel Left = 8 Top = 16 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 0' Layout = tlCenter end object ChLabel1: TLabel Left = 8 Top = 56 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 1' Layout = tlCenter end object ChLabel2: TLabel Left = 8 Top = 96 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 2' Layout = tlCenter end object ChLabel3: TLabel Left = 8 Top = 136 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 3' Layout = tlCenter end object ChLabel4: TLabel Left = 8 Top = 176 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 4' Layout = tlCenter end object ChLabel5: TLabel Left = 8 Top = 216 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 5' Layout = tlCenter end object ChLabel6: TLabel Left = 8 Top = 256 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 6' Layout = tlCenter end object ChLabel7: TLabel Left = 8 Top = 296 Width = 33 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Ch 7' Layout = tlCenter end object DACTrack0: TTrackBar Left = 40 Top = 8 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack1: TTrackBar Tag = 1 Left = 40 Top = 48 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack2: TTrackBar Tag = 2 Left = 40 Top = 88 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 2 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack3: TTrackBar Tag = 3 Left = 40 Top = 128 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 3 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack4: TTrackBar Tag = 4 Left = 40 Top = 168 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 4 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack5: TTrackBar Tag = 5 Left = 40 Top = 208 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 5 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack6: TTrackBar Tag = 6 Left = 40 Top = 248 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 6 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object DACTrack7: TTrackBar Tag = 7 Left = 40 Top = 288 Width = 417 Height = 41 Max = 4095 Orientation = trHorizontal PageSize = 256 Frequency = 256 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 7 TickMarks = tmBoth TickStyle = tsAuto OnChange = trackChange end object AutoCheck: TCheckBox Left = 88 Top = 336 Width = 417 Height = 25 Caption = 'Auto Update' Checked = True State = cbChecked TabOrder = 8 OnClick = AutoCheckClick end object UpdateButton: TButton Left = 8 Top = 336 Width = 75 Height = 25 Caption = '&Update' Enabled = False TabOrder = 9 OnClick = UpdateButtonClick end end