home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / cdcheck / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMRECSETUP / TFRMRECSETUP.txt
Text File  |  2006-07-03  |  8KB  |  348 lines

  1. object FrmRecSetup: TFrmRecSetup
  2.   Left = 462
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Recover setup'
  7.   ClientHeight = 362
  8.   ClientWidth = 412
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LblSrc: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 189
  28.     Height = 13
  29.     Caption = '1. &Source folders/files to recover'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = 64
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object BtnSrcBrowse: TSpeedButton
  38.     Left = 390
  39.     Top = 24
  40.     Width = 17
  41.     Height = 21
  42.     Anchors = [akTop, akRight]
  43.     Caption = '...'
  44.     OnClick = BtnSrcBrowseClick
  45.   end
  46.   object BtnSrcFilter: TSpeedButton
  47.     Left = 286
  48.     Top = 44
  49.     Width = 105
  50.     Height = 13
  51.     Anchors = [akTop, akRight]
  52.     Caption = 'Filter (none)'
  53.     Flat = True
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = 12416
  56.     Font.Height = -9
  57.     Font.Name = 'Small Fonts'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Visible = False
  61.   end
  62.   object LblOut: TLabel
  63.     Left = 8
  64.     Top = 64
  65.     Width = 107
  66.     Height = 13
  67.     Caption = '2. &Output directory'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = 64
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.   end
  75.   object BtnOutBrowse: TSpeedButton
  76.     Left = 390
  77.     Top = 80
  78.     Width = 17
  79.     Height = 21
  80.     Anchors = [akTop, akRight]
  81.     Caption = '...'
  82.     OnClick = BtnOutBrowseClick
  83.   end
  84.   object LblAdv: TLabel
  85.     Left = 8
  86.     Top = 112
  87.     Width = 118
  88.     Height = 13
  89.     Caption = '3. Advanced options'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = 64
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object BtnOutFilter: TSpeedButton
  98.     Left = 286
  99.     Top = 100
  100.     Width = 105
  101.     Height = 13
  102.     Anchors = [akTop, akRight]
  103.     Caption = 'Filter (none)'
  104.     Flat = True
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = 12416
  107.     Font.Height = -9
  108.     Font.Name = 'Small Fonts'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     Visible = False
  112.   end
  113.   object PnlAdv1: TPanel
  114.     Left = 16
  115.     Top = 128
  116.     Width = 390
  117.     Height = 33
  118.     Anchors = [akLeft, akTop, akRight]
  119.     BevelOuter = bvNone
  120.     TabOrder = 2
  121.     object LblUnread: TLabel
  122.       Left = 0
  123.       Top = 0
  124.       Width = 101
  125.       Height = 13
  126.       Caption = '3.1. Unreadability'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = 12416
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.     end
  134.     object LblRetries: TLabel
  135.       Left = 8
  136.       Top = 16
  137.       Width = 219
  138.       Height = 13
  139.       Caption = 'No. of retries before sector marked &unreadable'
  140.     end
  141.     object ERetries: TEdit
  142.       Left = 305
  143.       Top = 11
  144.       Width = 65
  145.       Height = 21
  146.       Anchors = [akTop, akRight]
  147.       TabOrder = 0
  148.       Text = '3'
  149.     end
  150.   end
  151.   object CBoxSrc: TComboBox
  152.     Left = 16
  153.     Top = 24
  154.     Width = 375
  155.     Height = 21
  156.     Anchors = [akLeft, akTop, akRight]
  157.     ItemHeight = 13
  158.     TabOrder = 0
  159.     OnKeyDown = CBoxSrcKeyDown
  160.   end
  161.   object PnlBtns: TPanel
  162.     Left = 0
  163.     Top = 335
  164.     Width = 412
  165.     Height = 27
  166.     Align = alBottom
  167.     BevelOuter = bvNone
  168.     TabOrder = 6
  169.     object BtnCancel: TSpeedButton
  170.       Left = 240
  171.       Top = 2
  172.       Width = 80
  173.       Height = 22
  174.       Anchors = [akTop, akRight]
  175.       Caption = '<< Cancel'
  176.       Flat = True
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = 4210816
  179.       Font.Height = -11
  180.       Font.Name = 'MS Sans Serif'
  181.       Font.Style = []
  182.       ParentFont = False
  183.       OnClick = BtnCancelClick
  184.     end
  185.     object BtnOK: TSpeedButton
  186.       Left = 325
  187.       Top = 2
  188.       Width = 80
  189.       Height = 22
  190.       Anchors = [akTop, akRight]
  191.       Caption = 'Continue >>'
  192.       Flat = True
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = 8421440
  195.       Font.Height = -11
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       OnClick = BtnOKClick
  200.     end
  201.   end
  202.   object CBoxOut: TComboBox
  203.     Left = 16
  204.     Top = 80
  205.     Width = 375
  206.     Height = 21
  207.     Anchors = [akLeft, akTop, akRight]
  208.     ItemHeight = 13
  209.     TabOrder = 1
  210.     OnKeyDown = CBoxOutKeyDown
  211.   end
  212.   object PnlAdv2: TPanel
  213.     Left = 14
  214.     Top = 168
  215.     Width = 390
  216.     Height = 65
  217.     Anchors = [akLeft, akTop, akRight]
  218.     BevelOuter = bvNone
  219.     TabOrder = 3
  220.     object LblSectRec: TLabel
  221.       Left = 0
  222.       Top = 0
  223.       Width = 117
  224.       Height = 13
  225.       Caption = '3.2. Sector recovery'
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = 12416
  228.       Font.Height = -11
  229.       Font.Name = 'MS Sans Serif'
  230.       Font.Style = [fsBold]
  231.       ParentFont = False
  232.     end
  233.     object LblMinRereads: TLabel
  234.       Left = 8
  235.       Top = 16
  236.       Width = 184
  237.       Height = 13
  238.       Caption = 'Min. no. of sector &rereads (for statistics)'
  239.     end
  240.     object Label7: TLabel
  241.       Left = 374
  242.       Top = 40
  243.       Width = 8
  244.       Height = 13
  245.       Anchors = [akTop, akRight]
  246.       Caption = '%'
  247.     end
  248.     object ChkWaitStat: TCheckBox
  249.       Left = 8
  250.       Top = 40
  251.       Width = 297
  252.       Height = 17
  253.       Caption = '&Wait for statistical correctness of'
  254.       TabOrder = 1
  255.     end
  256.     object EMinRereads: TEdit
  257.       Left = 307
  258.       Top = 10
  259.       Width = 65
  260.       Height = 21
  261.       Anchors = [akTop, akRight]
  262.       TabOrder = 0
  263.       Text = '2'
  264.     end
  265.     object EWaitStat: TEdit
  266.       Left = 307
  267.       Top = 35
  268.       Width = 65
  269.       Height = 21
  270.       Anchors = [akTop, akRight]
  271.       TabOrder = 2
  272.       Text = '70'
  273.     end
  274.   end
  275.   object PnlAdv3: TPanel
  276.     Left = 14
  277.     Top = 240
  278.     Width = 390
  279.     Height = 41
  280.     Anchors = [akLeft, akTop, akRight]
  281.     BevelOuter = bvNone
  282.     TabOrder = 4
  283.     object LblTimeout: TLabel
  284.       Left = 0
  285.       Top = 0
  286.       Width = 72
  287.       Height = 13
  288.       Caption = '3.3. Timeout'
  289.       Font.Charset = DEFAULT_CHARSET
  290.       Font.Color = 12416
  291.       Font.Height = -11
  292.       Font.Name = 'MS Sans Serif'
  293.       Font.Style = [fsBold]
  294.       ParentFont = False
  295.     end
  296.     object ChkSectorTimeout: TCheckBox
  297.       Left = 8
  298.       Top = 16
  299.       Width = 297
  300.       Height = 17
  301.       Caption = 'Sector recovery &timeout [s]'
  302.       TabOrder = 0
  303.     end
  304.     object ESectorTimeout: TEdit
  305.       Left = 307
  306.       Top = 13
  307.       Width = 65
  308.       Height = 21
  309.       Anchors = [akTop, akRight]
  310.       TabOrder = 1
  311.       Text = '30'
  312.     end
  313.   end
  314.   object PnlAdv4: TPanel
  315.     Left = 14
  316.     Top = 288
  317.     Width = 390
  318.     Height = 41
  319.     Anchors = [akLeft, akTop, akRight]
  320.     BevelOuter = bvNone
  321.     Caption = 'PnlAdv4'
  322.     TabOrder = 5
  323.     object LblOther: TLabel
  324.       Left = 0
  325.       Top = 0
  326.       Width = 58
  327.       Height = 13
  328.       Caption = '3.4. Other'
  329.       Font.Charset = DEFAULT_CHARSET
  330.       Font.Color = 12416
  331.       Font.Height = -11
  332.       Font.Name = 'MS Sans Serif'
  333.       Font.Style = [fsBold]
  334.       ParentFont = False
  335.     end
  336.     object ChkSkipExisting: TCheckBox
  337.       Left = 8
  338.       Top = 16
  339.       Width = 377
  340.       Height = 17
  341.       Caption = 'S&kip existing output files with matching file size'
  342.       Checked = True
  343.       State = cbChecked
  344.       TabOrder = 0
  345.     end
  346.   end
  347. end
  348.