home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / cdcheck.exe / CDCheck.exe / 0 / RCDATA / TFRMCRCSETUP / TFRMCRCSETUP.txt
Encoding:
Text File  |  2002-08-12  |  4.2 KB  |  195 lines

  1. object FrmCrcSetup: TFrmCrcSetup
  2.   Left = 394
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'CRC setup'
  7.   ClientHeight = 152
  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 = 212
  28.     Height = 13
  29.     Caption = '1. &Source folder/file to make CRC 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 = 8
  66.     Top = 136
  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 PnlAdv: TPanel
  102.     Left = 16
  103.     Top = 152
  104.     Width = 329
  105.     Height = 41
  106.     BevelOuter = bvNone
  107.     TabOrder = 3
  108.     Visible = False
  109.     object Label5: TLabel
  110.       Left = 0
  111.       Top = -2
  112.       Width = 156
  113.       Height = 13
  114.       Caption = '5.1. Audio compare options'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = 12416
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.     end
  122.     object ChkFreq: TCheckBox
  123.       Left = 8
  124.       Top = 14
  125.       Width = 321
  126.       Height = 17
  127.       Caption = 'make only for files without existing CRC signiture'
  128.       TabOrder = 0
  129.       Visible = False
  130.     end
  131.   end
  132.   object CBoxSrc: TComboBox
  133.     Left = 16
  134.     Top = 24
  135.     Width = 375
  136.     Height = 21
  137.     Anchors = [akLeft, akTop, akRight]
  138.     ItemHeight = 13
  139.     TabOrder = 0
  140.     OnChange = CBoxSrcChange
  141.     OnKeyDown = CBoxSrcKeyDown
  142.   end
  143.   object PnlBtns: TPanel
  144.     Left = 0
  145.     Top = 125
  146.     Width = 412
  147.     Height = 27
  148.     Align = alBottom
  149.     BevelOuter = bvNone
  150.     TabOrder = 2
  151.     object BtnCancel: TSpeedButton
  152.       Left = 240
  153.       Top = 2
  154.       Width = 80
  155.       Height = 22
  156.       Anchors = [akTop, akRight]
  157.       Caption = '<< Cancel'
  158.       Flat = True
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = 4210816
  161.       Font.Height = -11
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       OnClick = BtnCancelClick
  166.     end
  167.     object BtnOK: TSpeedButton
  168.       Left = 325
  169.       Top = 2
  170.       Width = 80
  171.       Height = 22
  172.       Anchors = [akTop, akRight]
  173.       Caption = 'Continue >>'
  174.       Flat = True
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = 8421440
  177.       Font.Height = -11
  178.       Font.Name = 'MS Sans Serif'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       OnClick = BtnOKClick
  182.     end
  183.   end
  184.   object CBoxOut: TComboBox
  185.     Left = 16
  186.     Top = 80
  187.     Width = 375
  188.     Height = 21
  189.     Anchors = [akLeft, akTop, akRight]
  190.     ItemHeight = 13
  191.     TabOrder = 1
  192.     OnKeyDown = CBoxOutKeyDown
  193.   end
  194. end
  195.