object Form1: TForm1 Left = 209 Top = 99 Width = 428 Height = 383 Caption = 'Wave Flow Setup' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 40 Width = 217 Height = 185 Picture.Data = {} Stretch = True end object Label1: TLabel Left = 16 Top = 268 Width = 77 Height = 13 Caption = '&Target directory:' FocusControl = edit1 end object Label2: TLabel Left = 256 Top = 186 Width = 64 Height = 13 Caption = 'Select a &Unit:' end object Label3: TLabel Left = 256 Top = 20 Width = 118 Height = 13 Caption = 'Please select a director&y:' end object Label4: TLabel Left = 16 Top = 8 Width = 155 Height = 19 Caption = 'WAVE FLOW SETUP:' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsUnderline] ParentFont = False end object Label5: TLabel Left = 256 Top = 268 Width = 3 Height = 13 end object Label6: TLabel Left = 264 Top = 72 Width = 126 Height = 13 Caption = 'Deleting Registry entries ...' end object Label7: TLabel Left = 264 Top = 92 Width = 113 Height = 13 Caption = 'Deleting program files ...' end object Label8: TLabel Left = 264 Top = 112 Width = 86 Height = 13 Caption = 'Deleting Menus ...' end object DirectoryListBox1: TDirectoryListBox Left = 256 Top = 40 Width = 145 Height = 137 ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 256 Top = 206 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 TextCase = tcUpperCase end object edit1: TEdit Left = 16 Top = 288 Width = 217 Height = 21 TabOrder = 2 Text = 'c:\waveflow' OnExit = edit1Exit OnKeyPress = edit1KeyPress end object Button1: TButton Left = 132 Top = 320 Width = 75 Height = 25 Caption = '&OK' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 220 Top = 320 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 4 OnClick = Button2Click end object ProgressBar1: TProgressBar Left = 256 Top = 290 Width = 145 Height = 16 Min = 0 Max = 100 TabOrder = 5 end object CheckBox1: TCheckBox Left = 16 Top = 232 Width = 273 Height = 17 Caption = 'Set Wave flow as the default audio &editor/player' Checked = True State = cbChecked TabOrder = 6 end object CheckBox2: TCheckBox Left = 16 Top = 248 Width = 233 Height = 17 Caption = 'Set Wave flow as the default &CD player' Checked = True State = cbChecked TabOrder = 7 end object DdeClient: TDdeClientConv DdeService = 'Progman' Left = 16 Top = 312 LinkInfo = ( 'Service Progman' 'Topic ') end end