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

  1. object AdvancedParamsForm: TAdvancedParamsForm
  2.   Left = 236
  3.   Top = 192
  4.   HelpType = htKeyword
  5.   HelpKeyword = '/files/params.html'
  6.   BorderStyle = bsDialog
  7.   Caption = 'Advanced Parameters'
  8.   ClientHeight = 268
  9.   ClientWidth = 492
  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 PanelBottom: TPanel
  22.     Left = 0
  23.     Top = 230
  24.     Width = 492
  25.     Height = 38
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object ButtonOk: TButton
  30.       Left = 232
  31.       Top = 8
  32.       Width = 75
  33.       Height = 23
  34.       Caption = '&OK'
  35.       Default = True
  36.       ModalResult = 1
  37.       TabOrder = 0
  38.     end
  39.     object ButtonCancel: TButton
  40.       Left = 316
  41.       Top = 8
  42.       Width = 75
  43.       Height = 23
  44.       Cancel = True
  45.       Caption = '&Cancel'
  46.       ModalResult = 2
  47.       TabOrder = 1
  48.     end
  49.     object ButtonHelp: TButton
  50.       Left = 408
  51.       Top = 8
  52.       Width = 75
  53.       Height = 23
  54.       Caption = '&Help'
  55.       TabOrder = 2
  56.       OnClick = ButtonHelpClick
  57.     end
  58.   end
  59.   object MainPageControl: TPageControl
  60.     Left = 0
  61.     Top = 0
  62.     Width = 492
  63.     Height = 230
  64.     ActivePage = LanguageTabSheet
  65.     Align = alClient
  66.     TabOrder = 1
  67.     object DriveTabSheet: TTabSheet
  68.       HelpType = htKeyword
  69.       HelpKeyword = '/files/params.driveaccess.html'
  70.       Caption = '&Drive Access'
  71.       ImageIndex = 1
  72.       object DriveLabel1: TLabel
  73.         Left = 16
  74.         Top = 24
  75.         Width = 104
  76.         Height = 13
  77.         Caption = 'Drive access settings:'
  78.       end
  79.       object DriveLabel2: TLabel
  80.         Left = 32
  81.         Top = 56
  82.         Width = 121
  83.         Height = 13
  84.         Caption = 'Number of retry aptempts:'
  85.       end
  86.       object DriveLabel3: TLabel
  87.         Left = 48
  88.         Top = 72
  89.         Width = 222
  90.         Height = 13
  91.         Caption = 'Increase if your medium is physically damaged. '
  92.       end
  93.       object DriveLabel4: TLabel
  94.         Left = 32
  95.         Top = 104
  96.         Width = 164
  97.         Height = 13
  98.         Caption = 'Number of sectors to read at once:'
  99.       end
  100.       object DriveLabel5: TLabel
  101.         Left = 56
  102.         Top = 120
  103.         Width = 208
  104.         Height = 13
  105.         Caption = 'Increase this number for better performance.'
  106.       end
  107.       object DriveEditRetryCount: TSpinEdit
  108.         Left = 232
  109.         Top = 48
  110.         Width = 65
  111.         Height = 22
  112.         MaxValue = 0
  113.         MinValue = 0
  114.         TabOrder = 0
  115.         Value = 0
  116.       end
  117.       object DriveEditSectorsToRead: TSpinEdit
  118.         Left = 232
  119.         Top = 95
  120.         Width = 65
  121.         Height = 22
  122.         MaxValue = 10000
  123.         MinValue = 1
  124.         TabOrder = 1
  125.         Value = 1
  126.       end
  127.     end
  128.     object AdvancedTabSheet: TTabSheet
  129.       HelpType = htKeyword
  130.       HelpKeyword = '/files/params.advanced.html'
  131.       Caption = '&Advanced'
  132.       ImageIndex = 3
  133.       object AdvancedLabel1: TLabel
  134.         Left = 40
  135.         Top = 48
  136.         Width = 369
  137.         Height = 105
  138.         AutoSize = False
  139.         Caption = 
  140.           'Allow editing of internal recovery script. Use this option if yo' +
  141.           'u know binary file format you wish to rescue.'
  142.         WordWrap = True
  143.       end
  144.       object AdvancedCheckBoxExpertMode: TCheckBox
  145.         Left = 16
  146.         Top = 24
  147.         Width = 393
  148.         Height = 17
  149.         Caption = 'Expert mode'
  150.         TabOrder = 0
  151.       end
  152.     end
  153.     object LanguageTabSheet: TTabSheet
  154.       HelpType = htKeyword
  155.       HelpKeyword = '/files/params.language.html'
  156.       Caption = 'Interface &Language'
  157.       ImageIndex = 6
  158.       object LanguageLabel1: TLabel
  159.         Left = 72
  160.         Top = 32
  161.         Width = 51
  162.         Height = 13
  163.         Caption = 'Language:'
  164.       end
  165.       object LanguageNoteLabel: TLabel
  166.         Left = 16
  167.         Top = 64
  168.         Width = 402
  169.         Height = 13
  170.         Caption = 
  171.           'NOTE: After changing interface language program should be restar' +
  172.           'ted.'
  173.         Font.Charset = DEFAULT_CHARSET
  174.         Font.Color = clWindowText
  175.         Font.Height = -11
  176.         Font.Name = 'MS Sans Serif'
  177.         Font.Style = [fsBold]
  178.         ParentFont = False
  179.         WordWrap = True
  180.       end
  181.       object LanguageReadHelpLabel: TLabel
  182.         Left = 16
  183.         Top = 112
  184.         Width = 408
  185.         Height = 13
  186.         Caption = 
  187.           'Please press F1 button to get more information about localizatio' +
  188.           'n of your program copy.'
  189.         WordWrap = True
  190.       end
  191.       object LanguageImage1: TImage
  192.         Left = 16
  193.         Top = 16
  194.         Width = 32
  195.         Height = 32
  196.         AutoSize = True
  197.         Picture.Data = {<image000.bmp>}
  198.         Transparent = True
  199.       end
  200.       object LanguageSelectComboBox: TComboBox
  201.         Left = 168
  202.         Top = 24
  203.         Width = 209
  204.         Height = 21
  205.         Style = csDropDownList
  206.         ItemHeight = 13
  207.         TabOrder = 0
  208.       end
  209.     end
  210.   end
  211. end
  212.