object DrivesDlg: TDrivesDlg Left = 298 Top = 176 HelpContext = 55 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Installation' ClientHeight = 423 ClientWidth = 577 Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 12 Top = 14 Width = 553 Height = 349 Shape = bsFrame IsControl = True end object Label2: TLabel Left = 30 Top = 296 Width = 509 Height = 57 AutoSize = False Caption = ' Setup is about to install ProKon, the Metric Conversion Utilit' + 'y on your system. The default installation is shown above. ' + ' If this is not correct, make the necessary chang' + 'es before selecting '#39'OK'#39'.' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object Label1: TLabel Left = 54 Top = 186 Width = 95 Height = 16 Caption = 'Installing from:' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label3: TLabel Left = 54 Top = 242 Width = 78 Height = 16 Caption = 'Installing to:' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 233 Top = 28 Width = 110 Height = 36 Caption = 'ProKon' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -32 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 154 Top = 68 Width = 268 Height = 22 Caption = 'The Metric Conversion Utility' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 253 Top = 100 Width = 64 Height = 15 Alignment = taCenter Caption = 'Version 8.4' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 171 Top = 124 Width = 234 Height = 15 Caption = 'Copyright (c) 1997-98 by Harold Schwartz' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 96 Top = 372 Width = 114 Height = 41 AutoSize = True Center = True Picture.Data = {} end object OKBtn: TBitBtn Left = 304 Top = 378 Width = 77 Height = 27 HelpContext = 55 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 392 Top = 378 Width = 77 Height = 27 HelpContext = 55 TabOrder = 1 OnClick = CancelBtnClick Kind = bkAbort Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 480 Top = 378 Width = 77 Height = 27 HelpContext = 55 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object Edit1: TEdit Left = 52 Top = 208 Width = 333 Height = 23 HelpContext = 55 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 Text = 'A:\' end object Edit2: TEdit Left = 52 Top = 262 Width = 333 Height = 23 HelpContext = 55 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 4 Text = 'C:\Prokon' end end