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

  1. object FrmOptions: TFrmOptions
  2.   Left = 400
  3.   Top = 369
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 297
  8.   ClientWidth = 542
  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.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PageControl1: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 542
  29.     Height = 270
  30.     ActivePage = TabGeneral
  31.     Align = alClient
  32.     HotTrack = True
  33.     Style = tsFlatButtons
  34.     TabOrder = 0
  35.     object TabGeneral: TTabSheet
  36.       Caption = 'General'
  37.       object GLSaveHistory: TLabel
  38.         Left = 8
  39.         Top = 8
  40.         Width = 133
  41.         Height = 13
  42.         Caption = 'No. of item to save in history'
  43.       end
  44.       object GLMinSize: TLabel
  45.         Left = 8
  46.         Top = 172
  47.         Width = 116
  48.         Height = 13
  49.         Caption = 'Clean read min. size [kB]'
  50.       end
  51.       object GLDefCRCDir: TLabel
  52.         Left = 8
  53.         Top = 198
  54.         Width = 102
  55.         Height = 13
  56.         Caption = 'Default CRC directory'
  57.       end
  58.       object GBtnBrDone: TSpeedButton
  59.         Left = 515
  60.         Top = 192
  61.         Width = 17
  62.         Height = 21
  63.         Anchors = [akTop, akRight]
  64.         Caption = '...'
  65.         OnClick = GBtnBrDoneClick
  66.       end
  67.       object GCFont: TLabel
  68.         Left = 400
  69.         Top = 16
  70.         Width = 36
  71.         Height = 13
  72.         Caption = 'GCFont'
  73.         Visible = False
  74.       end
  75.       object GCUnicodeCSV: TCheckBox
  76.         Left = 8
  77.         Top = 40
  78.         Width = 400
  79.         Height = 17
  80.         Caption = 'Save CSV file in Unicode format'
  81.         TabOrder = 1
  82.       end
  83.       object GCEjectSrcOnDone: TCheckBox
  84.         Left = 8
  85.         Top = 80
  86.         Width = 400
  87.         Height = 17
  88.         Caption = 'Eject source when process is completed'
  89.         Checked = True
  90.         State = cbChecked
  91.         TabOrder = 3
  92.       end
  93.       object GCShowResults: TCheckBox
  94.         Left = 8
  95.         Top = 60
  96.         Width = 400
  97.         Height = 17
  98.         Caption = 'Show results window'
  99.         Checked = True
  100.         State = cbChecked
  101.         TabOrder = 2
  102.       end
  103.       object GEMinSize: TEdit
  104.         Left = 272
  105.         Top = 168
  106.         Width = 121
  107.         Height = 21
  108.         TabOrder = 7
  109.         Text = '100'
  110.       end
  111.       object GCCalcSize: TCheckBox
  112.         Left = 8
  113.         Top = 100
  114.         Width = 400
  115.         Height = 17
  116.         Caption = 'Calculate total size before processing'
  117.         Checked = True
  118.         State = cbChecked
  119.         TabOrder = 4
  120.       end
  121.       object GCSkipSetup: TCheckBox
  122.         Left = 8
  123.         Top = 120
  124.         Width = 400
  125.         Height = 17
  126.         Caption = 'Skip process setup'
  127.         TabOrder = 5
  128.       end
  129.       object GESaveHistory: TEdit
  130.         Left = 272
  131.         Top = 6
  132.         Width = 121
  133.         Height = 21
  134.         TabOrder = 0
  135.         Text = '15'
  136.       end
  137.       object GCIdlePriority: TCheckBox
  138.         Left = 8
  139.         Top = 140
  140.         Width = 400
  141.         Height = 17
  142.         Caption = 'Run process in idle priority'
  143.         TabOrder = 6
  144.       end
  145.       object GEDefCRCDir: TEdit
  146.         Left = 272
  147.         Top = 192
  148.         Width = 244
  149.         Height = 21
  150.         Anchors = [akLeft, akTop, akRight]
  151.         TabOrder = 8
  152.       end
  153.     end
  154.     object TabLang: TTabSheet
  155.       Caption = 'Language'
  156.       ImageIndex = 6
  157.       object LLLang: TLabel
  158.         Left = 8
  159.         Top = 0
  160.         Width = 130
  161.         Height = 13
  162.         Caption = 'List of supported languages'
  163.       end
  164.       object LLBLang: TListBox
  165.         Tag = 255
  166.         Left = 8
  167.         Top = 16
  168.         Width = 225
  169.         Height = 217
  170.         ItemHeight = 13
  171.         TabOrder = 0
  172.         OnClick = LLBLangClick
  173.       end
  174.       object LLBLangFN: TListBox
  175.         Left = 256
  176.         Top = 16
  177.         Width = 121
  178.         Height = 217
  179.         ItemHeight = 13
  180.         TabOrder = 1
  181.         Visible = False
  182.       end
  183.     end
  184.     object TabLayout: TTabSheet
  185.       Caption = 'Layout'
  186.       ImageIndex = 1
  187.       object LRGStat: TRadioGroup
  188.         Tag = 255
  189.         Left = 8
  190.         Top = 0
  191.         Width = 177
  192.         Height = 57
  193.         Caption = 'Statistics'
  194.         Font.Charset = DEFAULT_CHARSET
  195.         Font.Color = clWindowText
  196.         Font.Height = -11
  197.         Font.Name = 'MS Sans Serif'
  198.         Font.Style = []
  199.         ItemIndex = 0
  200.         Items.Strings = (
  201.           'Full stats'
  202.           'Quick stats')
  203.         ParentFont = False
  204.         TabOrder = 0
  205.         OnClick = LRefresh
  206.       end
  207.       object LRGPos: TRadioGroup
  208.         Tag = 255
  209.         Left = 8
  210.         Top = 64
  211.         Width = 177
  212.         Height = 57
  213.         Caption = 'Button position'
  214.         Font.Charset = DEFAULT_CHARSET
  215.         Font.Color = clWindowText
  216.         Font.Height = -11
  217.         Font.Name = 'MS Sans Serif'
  218.         Font.Style = []
  219.         ItemIndex = 0
  220.         Items.Strings = (
  221.           'Top'
  222.           'Left')
  223.         ParentFont = False
  224.         TabOrder = 1
  225.         OnClick = LRefresh
  226.       end
  227.       object LRGFTIcons: TRadioGroup
  228.         Tag = 255
  229.         Left = 200
  230.         Top = 0
  231.         Width = 333
  232.         Height = 73
  233.         Anchors = [akLeft, akTop, akRight]
  234.         Caption = 'File Tree icons'
  235.         Font.Charset = DEFAULT_CHARSET
  236.         Font.Color = clWindowText
  237.         Font.Height = -11
  238.         Font.Name = 'MS Sans Serif'
  239.         Font.Style = []
  240.         ItemIndex = 1
  241.         Items.Strings = (
  242.           'Use CDCheck custom icons (fastest)'
  243.           'Use system icons for folders only'
  244.           'Use system icons for everything')
  245.         ParentFont = False
  246.         TabOrder = 2
  247.         OnClick = LRGFTIconsClick
  248.       end
  249.     end
  250.     object TabDeviceAccess: TTabSheet
  251.       Caption = 'Device access'
  252.       ImageIndex = 2
  253.       TabVisible = False
  254.       object Label2: TLabel
  255.         Left = 8
  256.         Top = 0
  257.         Width = 117
  258.         Height = 13
  259.         Caption = 'CD-ROM access options'
  260.       end
  261.       object DALblSPTISupp: TLabel
  262.         Left = 176
  263.         Top = 16
  264.         Width = 47
  265.         Height = 13
  266.         Caption = 'supported'
  267.       end
  268.       object DALblASPISupp: TLabel
  269.         Left = 176
  270.         Top = 36
  271.         Width = 47
  272.         Height = 13
  273.         Caption = 'supported'
  274.       end
  275.       object DAChkSPTI: TCheckBox
  276.         Left = 8
  277.         Top = 16
  278.         Width = 150
  279.         Height = 17
  280.         Caption = 'use SPTI access'
  281.         TabOrder = 0
  282.         Visible = False
  283.       end
  284.       object DAChkASPI: TCheckBox
  285.         Left = 8
  286.         Top = 36
  287.         Width = 150
  288.         Height = 17
  289.         Caption = 'use ASPI access'
  290.         TabOrder = 1
  291.         Visible = False
  292.       end
  293.       object DAShow: TButton
  294.         Left = 8
  295.         Top = 72
  296.         Width = 161
  297.         Height = 25
  298.         Caption = 'Show supported access types'
  299.         TabOrder = 2
  300.         OnClick = DAShowClick
  301.       end
  302.     end
  303.     object TabBuffers: TTabSheet
  304.       Caption = 'Buffers'
  305.       ImageIndex = 3
  306.       object BLCRCRead: TLabel
  307.         Left = 8
  308.         Top = 4
  309.         Width = 140
  310.         Height = 13
  311.         Hint = 
  312.           'Size of data to read at once from device '#13#10'and initial size of b' +
  313.           'uffer to hold that data'#13#10'for reading CRC files (which can grow i' +
  314.           'f neccessary).'
  315.         Caption = 'CRC file device read size [kB]'
  316.       end
  317.       object BLDevRead: TLabel
  318.         Left = 8
  319.         Top = 28
  320.         Width = 101
  321.         Height = 13
  322.         Hint = 
  323.           'Size of data to read at once from device '#13#10'into buffer for all p' +
  324.           'rocesses.'
  325.         Caption = 'Device read size [kB]'
  326.       end
  327.       object BLCircBuf: TLabel
  328.         Left = 8
  329.         Top = 52
  330.         Width = 108
  331.         Height = 13
  332.         Hint = 'Circular buffer is used for caching reading from device.'
  333.         Caption = 'Circular buffer size [kB]'
  334.       end
  335.       object BLBufferNote: TLabel
  336.         Left = 8
  337.         Top = 80
  338.         Width = 183
  339.         Height = 13
  340.         Caption = '(Note: all buffers will be aligned to 8kB)'
  341.       end
  342.       object BECRCRead: TEdit
  343.         Left = 256
  344.         Top = 0
  345.         Width = 121
  346.         Height = 21
  347.         TabOrder = 0
  348.         Text = '100'
  349.       end
  350.       object BEDevRead: TEdit
  351.         Left = 256
  352.         Top = 24
  353.         Width = 121
  354.         Height = 21
  355.         TabOrder = 1
  356.         Text = '1024'
  357.       end
  358.       object BECircBuf: TEdit
  359.         Left = 256
  360.         Top = 48
  361.         Width = 121
  362.         Height = 21
  363.         TabOrder = 2
  364.         Text = '2048'
  365.       end
  366.     end
  367.     object TabSheet2: TTabSheet
  368.       Caption = 'Debug'
  369.       ImageIndex = 4
  370.       TabVisible = False
  371.       object Label7: TLabel
  372.         Left = 8
  373.         Top = 4
  374.         Width = 89
  375.         Height = 13
  376.         Caption = 'Debug output path'
  377.       end
  378.       object Edit5: TEdit
  379.         Left = 184
  380.         Top = 0
  381.         Width = 241
  382.         Height = 21
  383.         TabOrder = 0
  384.         Text = 'Edit1'
  385.         Visible = False
  386.       end
  387.     end
  388.     object TabSounds: TTabSheet
  389.       Caption = 'Sounds'
  390.       ImageIndex = 5
  391.       object SLDone: TLabel
  392.         Left = 8
  393.         Top = 4
  394.         Width = 81
  395.         Height = 13
  396.         Caption = 'On process done'
  397.       end
  398.       object SL1stError: TLabel
  399.         Left = 8
  400.         Top = 26
  401.         Width = 57
  402.         Height = 13
  403.         Caption = 'On first error'
  404.       end
  405.       object SBtnBrDone: TSpeedButton
  406.         Left = 515
  407.         Top = 0
  408.         Width = 17
  409.         Height = 21
  410.         Anchors = [akTop, akRight]
  411.         Caption = '...'
  412.         OnClick = SBtnBrDoneClick
  413.       end
  414.       object SBtnBr1stError: TSpeedButton
  415.         Left = 515
  416.         Top = 24
  417.         Width = 17
  418.         Height = 21
  419.         Anchors = [akTop, akRight]
  420.         Caption = '...'
  421.         OnClick = SBtnBr1stErrorClick
  422.       end
  423.       object SEDone: TEdit
  424.         Left = 216
  425.         Top = 0
  426.         Width = 300
  427.         Height = 21
  428.         Anchors = [akLeft, akTop, akRight]
  429.         TabOrder = 0
  430.       end
  431.       object SE1stError: TEdit
  432.         Left = 216
  433.         Top = 24
  434.         Width = 300
  435.         Height = 21
  436.         Anchors = [akLeft, akTop, akRight]
  437.         TabOrder = 1
  438.       end
  439.     end
  440.   end
  441.   object PnlBtns: TPanel
  442.     Left = 0
  443.     Top = 270
  444.     Width = 542
  445.     Height = 27
  446.     Align = alBottom
  447.     BevelOuter = bvNone
  448.     TabOrder = 1
  449.     object BtnCancel: TSpeedButton
  450.       Left = 369
  451.       Top = 2
  452.       Width = 80
  453.       Height = 22
  454.       Anchors = [akTop, akRight]
  455.       Caption = '<< Cancel'
  456.       Flat = True
  457.       Font.Charset = DEFAULT_CHARSET
  458.       Font.Color = 4210816
  459.       Font.Height = -11
  460.       Font.Name = 'MS Sans Serif'
  461.       Font.Style = []
  462.       ParentFont = False
  463.       OnClick = BtnCancelClick
  464.     end
  465.     object BtnOK: TSpeedButton
  466.       Left = 455
  467.       Top = 2
  468.       Width = 80
  469.       Height = 22
  470.       Anchors = [akTop, akRight]
  471.       Caption = 'Continue >>'
  472.       Flat = True
  473.       Font.Charset = DEFAULT_CHARSET
  474.       Font.Color = 8421440
  475.       Font.Height = -11
  476.       Font.Name = 'MS Sans Serif'
  477.       Font.Style = []
  478.       ParentFont = False
  479.       OnClick = BtnOKClick
  480.     end
  481.   end
  482.   object DlgLoad: TOpenDialog
  483.     DefaultExt = '.wav'
  484.     Filter = 'Wave audio format (.wav)|*.wav'
  485.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  486.     Title = 'Wave audio selection'
  487.     Left = 408
  488.     Top = 146
  489.   end
  490. end
  491.