object Form1: TForm1 Left = 307 Top = 78 Width = 553 Height = 548 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 112 Top = 56 Width = 104 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'Clock Rate:' Layout = tlCenter end object rateLBL: TLabel Left = 224 Top = 56 Width = 105 Height = 25 AutoSize = False Caption = '10 KHz' Layout = tlCenter end object TrackBar1: TTrackBar Left = 56 Top = 0 Width = 425 Height = 45 Max = 100 Min = 1 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 10 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object fopenBTN: TButton Left = 176 Top = 120 Width = 75 Height = 25 Caption = 'Choose File' TabOrder = 1 OnClick = fopenBTNClick end object goBTN: TButton Left = 176 Top = 184 Width = 75 Height = 25 Caption = 'GO' Enabled = False TabOrder = 2 OnClick = goBTNClick end object BlurbMemo: TMemo Left = 0 Top = 240 Width = 545 Height = 281 Lines.Strings = ( 'This program will read data for the DACs from a text file with t' + 'he following format:' '' 'x,x,x,x,x,x,x,x' 'x,x,x,x,,,,' '' 'Each x represents a value to be placed on the corresponding DAC' '' 'Note that there are always 7 commas in a line of the file.' 'If a DAC'#39's entry is blank, all the following DAC entries for tha' + 't line must be blank.' '' 'The program will then play the file continiously on the selected' + ' USB-DA12-8A until it is exited.' '') TabOrder = 3 end object OpenDialog1: TOpenDialog Left = 256 Top = 120 end end