home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / docresc / documentsrescuepro_setup.exe / DocumentsRescuePro.exe / 0 / RCDATA / TFORMATPROPFORM / TFORMATPROPFORM.txt
Text File  |  2005-03-03  |  3KB  |  171 lines

  1. object FormatPropForm: TFormatPropForm
  2.   Left = 378
  3.   Top = 261
  4.   HelpType = htKeyword
  5.   HelpKeyword = '/files/params.advanced.html'
  6.   BorderStyle = bsDialog
  7.   Caption = 'File Format Properties'
  8.   ClientHeight = 399
  9.   ClientWidth = 418
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 58
  24.     Width = 77
  25.     Height = 13
  26.     Caption = 'File Format Title:'
  27.   end
  28.   object Label5: TLabel
  29.     Left = 8
  30.     Top = 144
  31.     Width = 56
  32.     Height = 13
  33.     Caption = 'Description:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 8
  37.     Top = 120
  38.     Width = 65
  39.     Height = 13
  40.     Caption = 'FileExtension:'
  41.   end
  42.   object Label1: TLabel
  43.     Left = 8
  44.     Top = 32
  45.     Width = 45
  46.     Height = 13
  47.     Caption = 'Category:'
  48.   end
  49.   object Label3: TLabel
  50.     Left = 8
  51.     Top = 88
  52.     Width = 78
  53.     Height = 13
  54.     Caption = 'Recovery Order:'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 8
  58.     Top = 168
  59.     Width = 29
  60.     Height = 13
  61.     Caption = 'Prefix:'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 8
  65.     Top = 200
  66.     Width = 77
  67.     Height = 13
  68.     Caption = 'Recovery script:'
  69.   end
  70.   object EditFileFormat: TEdit
  71.     Left = 152
  72.     Top = 50
  73.     Width = 65
  74.     Height = 21
  75.     MaxLength = 50
  76.     TabOrder = 1
  77.   end
  78.   object EditDescription: TEdit
  79.     Left = 152
  80.     Top = 136
  81.     Width = 257
  82.     Height = 21
  83.     TabOrder = 4
  84.   end
  85.   object EditFileExtension: TEdit
  86.     Left = 152
  87.     Top = 112
  88.     Width = 65
  89.     Height = 21
  90.     TabOrder = 3
  91.   end
  92.   object EditCategory: TEdit
  93.     Left = 152
  94.     Top = 24
  95.     Width = 233
  96.     Height = 21
  97.     TabOrder = 0
  98.   end
  99.   object SpinEditOrder: TSpinEdit
  100.     Left = 152
  101.     Top = 80
  102.     Width = 65
  103.     Height = 22
  104.     MaxValue = 0
  105.     MinValue = 0
  106.     TabOrder = 2
  107.     Value = 0
  108.   end
  109.   object EditPrefix: TEdit
  110.     Left = 152
  111.     Top = 160
  112.     Width = 65
  113.     Height = 21
  114.     TabOrder = 5
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 0
  118.     Top = 358
  119.     Width = 418
  120.     Height = 41
  121.     Align = alBottom
  122.     BevelOuter = bvNone
  123.     TabOrder = 8
  124.     object OkButton: TButton
  125.       Left = 112
  126.       Top = 10
  127.       Width = 89
  128.       Height = 23
  129.       Caption = '&OK'
  130.       Default = True
  131.       ModalResult = 1
  132.       TabOrder = 0
  133.     end
  134.     object CancelButton: TButton
  135.       Left = 208
  136.       Top = 10
  137.       Width = 89
  138.       Height = 23
  139.       Cancel = True
  140.       Caption = '&Cancel'
  141.       ModalResult = 2
  142.       TabOrder = 1
  143.     end
  144.     object Button1: TButton
  145.       Left = 320
  146.       Top = 10
  147.       Width = 89
  148.       Height = 23
  149.       Cancel = True
  150.       Caption = '&Help'
  151.       TabOrder = 2
  152.       OnClick = Button1Click
  153.     end
  154.   end
  155.   object CheckBoxSearch: TCheckBox
  156.     Left = 152
  157.     Top = 184
  158.     Width = 257
  159.     Height = 17
  160.     Caption = 'Search?'
  161.     TabOrder = 6
  162.   end
  163.   object MemoRecoverySequence: TMemo
  164.     Left = 8
  165.     Top = 216
  166.     Width = 401
  167.     Height = 129
  168.     TabOrder = 7
  169.   end
  170. end
  171.