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

  1. object FrmCmpSetup: TFrmCmpSetup
  2.   Left = 310
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compare setup'
  7.   ClientHeight = 248
  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 = 236
  28.     Height = 13
  29.     Caption = '1. &Source folders/files to check for errors'
  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 BtnRefBrowse: TSpeedButton
  48.     Left = 390
  49.     Top = 80
  50.     Width = 17
  51.     Height = 21
  52.     Anchors = [akTop, akRight]
  53.     Caption = '...'
  54.     OnClick = BtnRefBrowseClick
  55.   end
  56.   object LblRef: TLabel
  57.     Left = 8
  58.     Top = 64
  59.     Width = 282
  60.     Height = 13
  61.     Caption = '2. &Reference folders/files to compare source with'
  62.     FocusControl = CBoxRef
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = 64
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object LblDir: TLabel
  71.     Left = 8
  72.     Top = 112
  73.     Width = 118
  74.     Height = 13
  75.     Caption = '3. Compare direction'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = 64
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object BtnSrcFilter: TSpeedButton
  84.     Left = 286
  85.     Top = 44
  86.     Width = 105
  87.     Height = 13
  88.     Anchors = [akTop, akRight]
  89.     Caption = 'Filter (none)'
  90.     Flat = True
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = 12416
  93.     Font.Height = -9
  94.     Font.Name = 'Small Fonts'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     Visible = False
  98.     OnClick = BtnSrcFilterClick
  99.   end
  100.   object BtnRefFilter: TSpeedButton
  101.     Left = 286
  102.     Top = 100
  103.     Width = 105
  104.     Height = 13
  105.     Anchors = [akTop, akRight]
  106.     Caption = 'Filter (none)'
  107.     Flat = True
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = 12416
  110.     Font.Height = -9
  111.     Font.Name = 'Small Fonts'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     Visible = False
  115.     OnClick = BtnRefFilterClick
  116.   end
  117.   object Label1: TLabel
  118.     Left = 8
  119.     Top = 256
  120.     Width = 118
  121.     Height = 13
  122.     Caption = '5. Advanced options'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = 64
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     Visible = False
  130.   end
  131.   object LblOptions: TLabel
  132.     Left = 8
  133.     Top = 172
  134.     Width = 110
  135.     Height = 13
  136.     Caption = '4. Compare options'
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = 64
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.   end
  144.   object CBoxSrc: TComboBox
  145.     Left = 16
  146.     Top = 24
  147.     Width = 375
  148.     Height = 21
  149.     Anchors = [akLeft, akTop, akRight]
  150.     ItemHeight = 13
  151.     TabOrder = 0
  152.     OnKeyDown = CBoxSrcKeyDown
  153.   end
  154.   object CBoxRef: TComboBox
  155.     Left = 16
  156.     Top = 80
  157.     Width = 375
  158.     Height = 21
  159.     Anchors = [akLeft, akTop, akRight]
  160.     ItemHeight = 13
  161.     TabOrder = 1
  162.     OnKeyDown = CBoxRefKeyDown
  163.   end
  164.   object PnlBtns: TPanel
  165.     Left = 0
  166.     Top = 221
  167.     Width = 412
  168.     Height = 27
  169.     Align = alBottom
  170.     BevelOuter = bvNone
  171.     TabOrder = 5
  172.     object BtnCancel: TSpeedButton
  173.       Left = 240
  174.       Top = 2
  175.       Width = 80
  176.       Height = 22
  177.       Anchors = [akTop, akRight]
  178.       Caption = '<< Cancel'
  179.       Flat = True
  180.       Font.Charset = DEFAULT_CHARSET
  181.       Font.Color = 4210816
  182.       Font.Height = -11
  183.       Font.Name = 'MS Sans Serif'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       OnClick = BtnCancelClick
  187.     end
  188.     object BtnOK: TSpeedButton
  189.       Left = 325
  190.       Top = 2
  191.       Width = 80
  192.       Height = 22
  193.       Anchors = [akTop, akRight]
  194.       Caption = 'Continue >>'
  195.       Flat = True
  196.       Font.Charset = DEFAULT_CHARSET
  197.       Font.Color = 8421440
  198.       Font.Height = -11
  199.       Font.Name = 'MS Sans Serif'
  200.       Font.Style = []
  201.       ParentFont = False
  202.       OnClick = BtnOKClick
  203.     end
  204.   end
  205.   object PnlAdv: TPanel
  206.     Left = 16
  207.     Top = 280
  208.     Width = 329
  209.     Height = 145
  210.     BevelOuter = bvNone
  211.     TabOrder = 6
  212.     Visible = False
  213.     object Label5: TLabel
  214.       Left = 0
  215.       Top = -2
  216.       Width = 156
  217.       Height = 13
  218.       Caption = '5.1. Audio compare options'
  219.       Font.Charset = DEFAULT_CHARSET
  220.       Font.Color = 12416
  221.       Font.Height = -11
  222.       Font.Name = 'MS Sans Serif'
  223.       Font.Style = [fsBold]
  224.       ParentFont = False
  225.     end
  226.     object Label6: TLabel
  227.       Left = 0
  228.       Top = 38
  229.       Width = 91
  230.       Height = 13
  231.       Caption = '5.2. Check type'
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = 12416
  234.       Font.Height = -11
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = [fsBold]
  237.       ParentFont = False
  238.     end
  239.     object Label3: TLabel
  240.       Left = 200
  241.       Top = 56
  242.       Width = 8
  243.       Height = 13
  244.       Caption = '%'
  245.     end
  246.     object ChkFreq: TCheckBox
  247.       Left = 8
  248.       Top = 14
  249.       Width = 321
  250.       Height = 17
  251.       Caption = 'Calculate frequency specter, noise peak and some statistics...'
  252.       TabOrder = 0
  253.       Visible = False
  254.     end
  255.     object RadChkType: TRadioGroup
  256.       Left = 8
  257.       Top = 78
  258.       Width = 321
  259.       Height = 59
  260.       Caption = 'check type'
  261.       ItemIndex = 0
  262.       Items.Strings = (
  263.         'normal'
  264.         'thorough (ASPI only)')
  265.       TabOrder = 1
  266.       Visible = False
  267.     end
  268.     object ChkQuick: TCheckBox
  269.       Left = 8
  270.       Top = 56
  271.       Width = 137
  272.       Height = 17
  273.       Caption = 'Quick check'
  274.       TabOrder = 2
  275.       Visible = False
  276.       OnClick = ChkQuickClick
  277.     end
  278.     object EdtQuick: TEdit
  279.       Left = 131
  280.       Top = 52
  281.       Width = 65
  282.       Height = 21
  283.       TabOrder = 3
  284.       Text = 'EdtQuick'
  285.     end
  286.   end
  287.   object ChkSrcRef: TCheckBox
  288.     Left = 16
  289.     Top = 128
  290.     Width = 395
  291.     Height = 19
  292.     Hint = 'All reference files must exist on source and be the same'
  293.     Anchors = [akLeft, akTop, akRight]
  294.     Caption = 'S&ource --> Reference (report files missing in source)'
  295.     Checked = True
  296.     State = cbChecked
  297.     TabOrder = 2
  298.   end
  299.   object ChkRefSrc: TCheckBox
  300.     Left = 16
  301.     Top = 148
  302.     Width = 395
  303.     Height = 17
  304.     Hint = 'All source files must exist on reference and be the same'
  305.     Anchors = [akLeft, akTop, akRight]
  306.     Caption = 'Source <-- R&eference (report files missing in reference)'
  307.     Checked = True
  308.     State = cbChecked
  309.     TabOrder = 3
  310.   end
  311.   object ChkSim: TCheckBox
  312.     Left = 16
  313.     Top = 188
  314.     Width = 395
  315.     Height = 17
  316.     Anchors = [akLeft, akTop, akRight]
  317.     Caption = 'Calculate &similarity'
  318.     TabOrder = 4
  319.   end
  320. end
  321.