object frmWizardEnd: TfrmWizardEnd Left = 259 Top = 159 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 246 ClientWidth = 490 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblDescription: TLabel Left = 8 Top = 8 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblDirectory: TLabel Left = 8 Top = 64 Width = 3 Height = 13 FocusControl = editDirectory end object Bevel: TBevel Left = 8 Top = 25 Width = 476 Height = 3 end object Bevel1: TBevel Left = 8 Top = 202 Width = 476 Height = 3 end object lblSaveAs: TLabel Left = 8 Top = 104 Width = 264 Height = 65 AutoSize = False WordWrap = True end object btnCancel: TButton Left = 409 Top = 214 Width = 75 Height = 25 HelpContext = 878 Cancel = True ModalResult = 2 TabOrder = 2 end object btnPrev: TButton Left = 247 Top = 214 Width = 75 Height = 25 HelpContext = 1061 ModalResult = 7 TabOrder = 3 end object btnEnd: TButton Left = 322 Top = 214 Width = 75 Height = 25 HelpContext = 1062 Default = True Enabled = False ModalResult = 1 TabOrder = 4 OnClick = btnEndClick end object editDirectory: TEdit Left = 8 Top = 80 Width = 265 Height = 21 HelpContext = 1068 TabOrder = 0 OnChange = editDirectoryChange end object btnShowDir: TBitBtn Left = 279 Top = 80 Width = 23 Height = 21 TabOrder = 1 OnClick = btnShowDirClick end object DlgFolder: TPTFolderBrowseDlg Left = 424 Top = 32 end end