object Form1: TForm1 Left = 209 Top = 99 Width = 398 Height = 456 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 = 0 Top = 0 Width = 389 Height = 175 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 163 Top = 228 Width = 77 Height = 13 Caption = '&Target directory:' FocusControl = edit1 end object Label2: TLabel Left = 162 Top = 184 Width = 64 Height = 13 Caption = 'Select a &Unit:' end object Label3: TLabel Left = 8 Top = 184 Width = 118 Height = 13 Caption = 'Please select a director&y:' end object Label5: TLabel Left = 0 Top = 292 Width = 3 Height = 13 end object Label6: TLabel Left = 16 Top = 232 Width = 126 Height = 13 Caption = 'Deleting Registry entries ...' end object Label7: TLabel Left = 16 Top = 252 Width = 113 Height = 13 Caption = 'Deleting program files ...' end object Label8: TLabel Left = 16 Top = 272 Width = 86 Height = 13 Caption = 'Deleting Menus ...' end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 200 Width = 145 Height = 145 ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 162 Top = 200 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 TextCase = tcUpperCase end object edit1: TEdit Left = 163 Top = 248 Width = 217 Height = 21 TabOrder = 2 Text = 'c:\waveflow' OnExit = edit1Exit OnKeyPress = edit1KeyPress end object Button1: TButton Left = 302 Top = 341 Width = 75 Height = 25 Caption = '&Next' Default = True TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 302 Top = 366 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 4 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 9 Top = 360 Width = 273 Height = 17 Caption = 'Set Wave Flow as the default audio &editor/player' TabOrder = 5 end object CheckBox2: TCheckBox Left = 9 Top = 376 Width = 233 Height = 17 Caption = 'Set Wave Flow as the default &CD player' TabOrder = 6 end object StatusBar1: TStatusBar Left = 0 Top = 403 Width = 390 Height = 19 Panels = < item Text = 'Wave Flow - (c) Xavier Cirac - STEP 1 of 2' Width = 50 end> SimplePanel = False end object PanelViewMode: TPanel Left = 0 Top = 176 Width = 390 Height = 162 BevelOuter = bvNone TabOrder = 8 Visible = False object Image2: TImage Left = 48 Top = 40 Width = 145 Height = 115 Hint = 'Shows an Access Bar (Outlook-like) at the left side of the windo' + 'w, to select the toolbar that you want to use. You can only view' + ' one toolbar simultaneously.' ParentShowHint = False Picture.Data = {} ShowHint = True Stretch = True end object Image3: TImage Left = 200 Top = 41 Width = 145 Height = 115 Hint = 'Shows all the Toolbars that you want, in order that you can have' + ' multiple toolbars shown simultaneously in the window.' ParentShowHint = False Picture.Data = {} ShowHint = True Stretch = True end object viewmoderadiogroup: TRadioGroup Left = 47 Top = 1 Width = 298 Height = 32 Columns = 2 ItemIndex = 0 Items.Strings = ( 'Access Bar View Mode ' 'ToolBars View Mode') TabOrder = 0 end end object ProgressBar1: TProgressBar Left = 10 Top = 370 Width = 279 Height = 16 Min = 0 Max = 100 TabOrder = 9 Visible = False end object DdeClient: TDdeClientConv DdeService = 'Progman' Left = 272 Top = 368 LinkInfo = ( 'Service Progman' 'Topic ') end end