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

  1. object FrmCrcSetup: TFrmCrcSetup
  2.   Left = 465
  3.   Top = 192
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hash setup'
  7.   ClientHeight = 440
  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 = 214
  28.     Height = 13
  29.     Caption = '1. &Source folder/file to make hash for'
  30.     FocusControl = CBoxSrc
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = 64
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object BtnSrcBrowse: TSpeedButton
  39.     Left = 390
  40.     Top = 24
  41.     Width = 17
  42.     Height = 21
  43.     Anchors = [akTop, akRight]
  44.     Caption = '...'
  45.     OnClick = BtnSrcBrowseClick
  46.   end
  47.   object BtnSrcFilter: TSpeedButton
  48.     Left = 286
  49.     Top = 44
  50.     Width = 105
  51.     Height = 13
  52.     Anchors = [akTop, akRight]
  53.     Caption = 'Filter (none)'
  54.     Flat = True
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = 12416
  57.     Font.Height = -9
  58.     Font.Name = 'Small Fonts'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     Visible = False
  62.     OnClick = BtnSrcFilterClick
  63.   end
  64.   object Label1: TLabel
  65.     Left = 16
  66.     Top = 408
  67.     Width = 118
  68.     Height = 13
  69.     Caption = '3. Advanced options'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = 64
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     Visible = False
  77.   end
  78.   object LblOutput: TLabel
  79.     Left = 8
  80.     Top = 64
  81.     Width = 105
  82.     Height = 13
  83.     Caption = '2. &Output filename'
  84.     FocusControl = CBoxOut
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = 64
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object BtnOutBrowse: TSpeedButton
  93.     Left = 390
  94.     Top = 80
  95.     Width = 17
  96.     Height = 21
  97.     Anchors = [akTop, akRight]
  98.     Caption = '...'
  99.     OnClick = BtnOutBrowseClick
  100.   end
  101.   object LblAdv: TLabel
  102.     Left = 8
  103.     Top = 112
  104.     Width = 118
  105.     Height = 13
  106.     Caption = '3. Advanced options'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = 64
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = [fsBold]
  112.     ParentFont = False
  113.   end
  114.   object PnlAdv: TPanel
  115.     Left = 24
  116.     Top = 424
  117.     Width = 329
  118.     Height = 41
  119.     BevelOuter = bvNone
  120.     TabOrder = 3
  121.     Visible = False
  122.     object Label5: TLabel
  123.       Left = 0
  124.       Top = -2
  125.       Width = 156
  126.       Height = 13
  127.       Caption = '5.1. Audio compare options'
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = 12416
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = [fsBold]
  133.       ParentFont = False
  134.     end
  135.     object ChkFreq: TCheckBox
  136.       Left = 8
  137.       Top = 14
  138.       Width = 321
  139.       Height = 17
  140.       Caption = 'make only for files without existing CRC signiture'
  141.       TabOrder = 0
  142.       Visible = False
  143.     end
  144.   end
  145.   object CBoxSrc: TComboBox
  146.     Left = 16
  147.     Top = 24
  148.     Width = 375
  149.     Height = 21
  150.     Anchors = [akLeft, akTop, akRight]
  151.     ItemHeight = 13
  152.     TabOrder = 0
  153.     OnChange = CBoxSrcChange
  154.     OnKeyDown = CBoxSrcKeyDown
  155.   end
  156.   object PnlBtns: TPanel
  157.     Left = 0
  158.     Top = 413
  159.     Width = 412
  160.     Height = 27
  161.     Align = alBottom
  162.     BevelOuter = bvNone
  163.     TabOrder = 2
  164.     object BtnCancel: TSpeedButton
  165.       Left = 240
  166.       Top = 2
  167.       Width = 80
  168.       Height = 22
  169.       Anchors = [akTop, akRight]
  170.       Caption = '<< Cancel'
  171.       Flat = True
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = 4210816
  174.       Font.Height = -11
  175.       Font.Name = 'MS Sans Serif'
  176.       Font.Style = []
  177.       ParentFont = False
  178.       OnClick = BtnCancelClick
  179.     end
  180.     object BtnOK: TSpeedButton
  181.       Left = 325
  182.       Top = 2
  183.       Width = 80
  184.       Height = 22
  185.       Anchors = [akTop, akRight]
  186.       Caption = 'Continue >>'
  187.       Flat = True
  188.       Font.Charset = DEFAULT_CHARSET
  189.       Font.Color = 8421440
  190.       Font.Height = -11
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = []
  193.       ParentFont = False
  194.       OnClick = BtnOKClick
  195.     end
  196.   end
  197.   object CBoxOut: TComboBox
  198.     Left = 16
  199.     Top = 80
  200.     Width = 375
  201.     Height = 21
  202.     Anchors = [akLeft, akTop, akRight]
  203.     ItemHeight = 13
  204.     TabOrder = 1
  205.     OnKeyDown = CBoxOutKeyDown
  206.   end
  207.   object PnlHashType: TPanel
  208.     Left = 8
  209.     Top = 128
  210.     Width = 401
  211.     Height = 41
  212.     BevelOuter = bvNone
  213.     TabOrder = 4
  214.     object LblHashType: TLabel
  215.       Left = 8
  216.       Top = 4
  217.       Width = 80
  218.       Height = 13
  219.       Caption = '3.1 &Hash type'
  220.       FocusControl = CBHashes
  221.       Font.Charset = DEFAULT_CHARSET
  222.       Font.Color = 12416
  223.       Font.Height = -11
  224.       Font.Name = 'MS Sans Serif'
  225.       Font.Style = [fsBold]
  226.       ParentFont = False
  227.     end
  228.     object CBSFV: TCheckBox
  229.       Left = 176
  230.       Top = 24
  231.       Width = 193
  232.       Height = 17
  233.       Caption = 'Use .SFV &file format'
  234.       TabOrder = 2
  235.       OnClick = CBoxSrcChange
  236.     end
  237.     object CBHashes: TComboBox
  238.       Tag = 255
  239.       Left = 16
  240.       Top = 20
  241.       Width = 145
  242.       Height = 21
  243.       Style = csDropDownList
  244.       ItemHeight = 13
  245.       TabOrder = 0
  246.       OnChange = CBHashesChange
  247.     end
  248.     object CBMD5: TCheckBox
  249.       Left = 176
  250.       Top = 24
  251.       Width = 193
  252.       Height = 17
  253.       Caption = 'Use .MD5 &file format'
  254.       TabOrder = 1
  255.       OnClick = CBoxSrcChange
  256.     end
  257.   end
  258.   object PnlISO: TPanel
  259.     Left = 8
  260.     Top = 184
  261.     Width = 401
  262.     Height = 105
  263.     BevelOuter = bvNone
  264.     TabOrder = 5
  265.     object LblISOComp: TLabel
  266.       Left = 8
  267.       Top = 4
  268.       Width = 152
  269.       Height = 13
  270.       Caption = '3.2 &Check ISO compliance'
  271.       FocusControl = RGISOComp
  272.       Font.Charset = DEFAULT_CHARSET
  273.       Font.Color = 12416
  274.       Font.Height = -11
  275.       Font.Name = 'MS Sans Serif'
  276.       Font.Style = [fsBold]
  277.       ParentFont = False
  278.     end
  279.     object LblRelaxISORest: TLabel
  280.       Left = 184
  281.       Top = 28
  282.       Width = 101
  283.       Height = 13
  284.       Caption = 'Rel&ax ISO restrictions'
  285.     end
  286.     object RGISOComp: TRadioGroup
  287.       Left = 16
  288.       Top = 24
  289.       Width = 161
  290.       Height = 81
  291.       ItemIndex = 3
  292.       Items.Strings = (
  293.         'Do not check'
  294.         'ISO Level 1'
  295.         'ISO Level 2'
  296.         'Joliet')
  297.       TabOrder = 0
  298.     end
  299.     object CBISOPathDepth: TCheckBox
  300.       Left = 184
  301.       Top = 48
  302.       Width = 217
  303.       Height = 17
  304.       Caption = 'allow 8 and more folders'
  305.       Checked = True
  306.       State = cbChecked
  307.       TabOrder = 1
  308.     end
  309.     object CBISOPathLength: TCheckBox
  310.       Left = 184
  311.       Top = 70
  312.       Width = 217
  313.       Height = 17
  314.       Caption = 'allow path longer than 255'
  315.       Checked = True
  316.       State = cbChecked
  317.       TabOrder = 2
  318.     end
  319.   end
  320.   object PnlAntiVirus: TPanel
  321.     Left = 8
  322.     Top = 304
  323.     Width = 401
  324.     Height = 97
  325.     BevelOuter = bvNone
  326.     Caption = 'PnlAntiVirus'
  327.     TabOrder = 6
  328.     object LblAntiVirus: TLabel
  329.       Left = 8
  330.       Top = 4
  331.       Width = 112
  332.       Height = 13
  333.       Caption = '3.3 Virus protection'
  334.       Font.Charset = DEFAULT_CHARSET
  335.       Font.Color = 12416
  336.       Font.Height = -11
  337.       Font.Name = 'MS Sans Serif'
  338.       Font.Style = [fsBold]
  339.       ParentFont = False
  340.     end
  341.     object ChkAVDisabled: TLabel
  342.       Left = 24
  343.       Top = 64
  344.       Width = 369
  345.       Height = 33
  346.       Anchors = [akLeft, akTop, akRight]
  347.       AutoSize = False
  348.       Caption = 
  349.         'Virus protection is disabled because no working plugin is availa' +
  350.         'ble.'#13#10'See help for how to set up virus protection.'
  351.       WordWrap = True
  352.     end
  353.     object ChkScanForViruses: TCheckBox
  354.       Left = 24
  355.       Top = 24
  356.       Width = 385
  357.       Height = 17
  358.       Caption = 'Scan for &viruses'
  359.       TabOrder = 0
  360.     end
  361.     object ChkDisinfect: TCheckBox
  362.       Left = 24
  363.       Top = 40
  364.       Width = 385
  365.       Height = 17
  366.       Caption = 'Try to &disinfect infected files'
  367.       TabOrder = 1
  368.     end
  369.   end
  370. end
  371.