object FormatPropForm: TFormatPropForm Left = 378 Top = 261 HelpType = htKeyword HelpKeyword = '/files/params.advanced.html' BorderStyle = bsDialog Caption = 'File Format Properties' ClientHeight = 399 ClientWidth = 418 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 58 Width = 77 Height = 13 Caption = 'File Format Title:' end object Label5: TLabel Left = 8 Top = 144 Width = 56 Height = 13 Caption = 'Description:' end object Label4: TLabel Left = 8 Top = 120 Width = 65 Height = 13 Caption = 'FileExtension:' end object Label1: TLabel Left = 8 Top = 32 Width = 45 Height = 13 Caption = 'Category:' end object Label3: TLabel Left = 8 Top = 88 Width = 78 Height = 13 Caption = 'Recovery Order:' end object Label6: TLabel Left = 8 Top = 168 Width = 29 Height = 13 Caption = 'Prefix:' end object Label7: TLabel Left = 8 Top = 200 Width = 77 Height = 13 Caption = 'Recovery script:' end object EditFileFormat: TEdit Left = 152 Top = 50 Width = 65 Height = 21 MaxLength = 50 TabOrder = 1 end object EditDescription: TEdit Left = 152 Top = 136 Width = 257 Height = 21 TabOrder = 4 end object EditFileExtension: TEdit Left = 152 Top = 112 Width = 65 Height = 21 TabOrder = 3 end object EditCategory: TEdit Left = 152 Top = 24 Width = 233 Height = 21 TabOrder = 0 end object SpinEditOrder: TSpinEdit Left = 152 Top = 80 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object EditPrefix: TEdit Left = 152 Top = 160 Width = 65 Height = 21 TabOrder = 5 end object Panel1: TPanel Left = 0 Top = 358 Width = 418 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 8 object OkButton: TButton Left = 112 Top = 10 Width = 89 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 208 Top = 10 Width = 89 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object Button1: TButton Left = 320 Top = 10 Width = 89 Height = 23 Cancel = True Caption = '&Help' TabOrder = 2 OnClick = Button1Click end end object CheckBoxSearch: TCheckBox Left = 152 Top = 184 Width = 257 Height = 17 Caption = 'Search?' TabOrder = 6 end object MemoRecoverySequence: TMemo Left = 8 Top = 216 Width = 401 Height = 129 TabOrder = 7 end end