object WizardFileForm: TWizardFileForm Left = 284 Top = 219 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Script Wizard File' ClientHeight = 277 ClientWidth = 350 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RequiredLabel1: TLabel Left = 8 Top = 251 Width = 28 Height = 13 Caption = 'bold' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object RequiredLabel2: TLabel Left = 36 Top = 251 Width = 51 Height = 13 Caption = '= required' Enabled = False end object OKButton: TButton Left = 188 Top = 245 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 268 Top = 245 Width = 73 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox2: TGroupBox Left = 8 Top = 88 Width = 333 Height = 149 Caption = ' Destination ' TabOrder = 0 object DestRootDirLabel: TLabel Left = 12 Top = 20 Width = 153 Height = 13 Caption = 'Destination &base directory:' FocusControl = DestRootDirComboBox Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SubDirLabel: TLabel Left = 12 Top = 96 Width = 116 Height = 13 Caption = 'Destination &subdirectory:' FocusControl = DestSubDirEdit end object DestRootDirComboBox: TComboBox Left = 12 Top = 40 Width = 309 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 TabOrder = 0 OnChange = DestRootDirComboBoxChange end object DestRootDirEdit: TEdit Left = 12 Top = 68 Width = 309 Height = 21 TabOrder = 1 end object DestSubDirEdit: TEdit Left = 12 Top = 116 Width = 309 Height = 21 TabOrder = 2 end end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 333 Height = 73 Caption = ' Source ' TabOrder = 3 object SourceLabel: TLabel Left = 12 Top = 20 Width = 134 Height = 13 Caption = '&Source file or directory:' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SourceEdit: TEdit Left = 12 Top = 40 Width = 309 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 end end end
damian_55