object Form1: TForm1 Left = 223 Top = 229 Width = 870 Height = 640 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 184 Top = 104 Width = 56 Height = 13 Caption = 'Clock Rate:' end object rateLBL: TLabel Left = 264 Top = 104 Width = 28 Height = 13 Caption = '10 Hz' end object TrackBar1: TTrackBar Left = 80 Top = 48 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 = 200 Top = 168 Width = 75 Height = 25 Caption = 'Choose File' TabOrder = 1 OnClick = fopenBTNClick end object goBTN: TButton Left = 200 Top = 232 Width = 75 Height = 25 Caption = 'GO' Enabled = False TabOrder = 2 OnClick = goBTNClick end object Memo1: TMemo Left = 616 Top = 16 Width = 185 Height = 433 Lines.Strings = ( '') TabOrder = 3 end object Memo2: TMemo Left = 48 Top = 280 Width = 521 Height = 265 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 = 4 end object OpenDialog1: TOpenDialog Left = 552 Top = 16 end end