home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CLARION / CLARION.EXE / 0 / RCDATA / TFMOPTIONS / TFMOPTIONS.txt
Text File  |  1997-10-06  |  11KB  |  441 lines

  1. object fmOptions: TfmOptions
  2.   Left = 144
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 368
  8.   ClientWidth = 461
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 332
  24.     Width = 273
  25.     Height = 37
  26.     AutoSize = False
  27.     Caption = 
  28.       'Note: options marked with (+) will not take effect until the nex' +
  29.       't time you start Clarion.'
  30.     WordWrap = True
  31.   end
  32.   object bOk: TButton
  33.     Left = 300
  34.     Top = 334
  35.     Width = 73
  36.     Height = 29
  37.     Caption = 'O&kay'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object bCancel: TButton
  43.     Left = 384
  44.     Top = 334
  45.     Width = 73
  46.     Height = 29
  47.     Caption = '&Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.   end
  51.   object PageControl: TPageControl
  52.     Left = 4
  53.     Top = 4
  54.     Width = 453
  55.     Height = 317
  56.     ActivePage = tbReset
  57.     MultiLine = True
  58.     TabOrder = 0
  59.     object tbReset: TTabSheet
  60.       Caption = 'MIDI reset'
  61.       object gbMIDIReset: TGroupBox
  62.         Left = 0
  63.         Top = 0
  64.         Width = 445
  65.         Height = 265
  66.         Align = alClient
  67.         TabOrder = 0
  68.         object Label3: TLabel
  69.           Left = 89
  70.           Top = 136
  71.           Width = 128
  72.           Height = 16
  73.           Caption = 'Custom reset MIDI file'
  74.         end
  75.         object Label7: TLabel
  76.           Left = 64
  77.           Top = 16
  78.           Width = 315
  79.           Height = 32
  80.           Caption = 
  81.             'Select a reset type that best suits your sound card, or select a' +
  82.             ' custom MIDI file to be used to reset your card'
  83.           WordWrap = True
  84.         end
  85.         object bCustom: TButton
  86.           Left = 93
  87.           Top = 160
  88.           Width = 237
  89.           Height = 25
  90.           Enabled = False
  91.           TabOrder = 1
  92.           OnClick = bCustomClick
  93.         end
  94.         object cbAutoReset: TCheckBox
  95.           Left = 87
  96.           Top = 200
  97.           Width = 294
  98.           Height = 17
  99.           Caption = 'Automatically reset before playing each song'
  100.           TabOrder = 2
  101.         end
  102.         object bResetNow: TButton
  103.           Left = 93
  104.           Top = 228
  105.           Width = 237
  106.           Height = 25
  107.           Caption = 'Reset MIDI now !'
  108.           TabOrder = 3
  109.           OnClick = bResetNowClick
  110.         end
  111.         object rgReset: TRadioGroup
  112.           Left = 80
  113.           Top = 56
  114.           Width = 297
  115.           Height = 73
  116.           Caption = 'Reset type'
  117.           Columns = 2
  118.           Items.Strings = (
  119.             'GM (General MIDI)   '
  120.             'GS (Roland)'
  121.             'XG (Yamaha)'
  122.             'Custom')
  123.           TabOrder = 0
  124.           OnClick = rgResetClick
  125.         end
  126.       end
  127.     end
  128.     object TabSheet1: TTabSheet
  129.       Caption = 'Startup and Save Options'
  130.       object GroupBox1: TGroupBox
  131.         Left = 0
  132.         Top = 0
  133.         Width = 445
  134.         Height = 265
  135.         Align = alClient
  136.         TabOrder = 0
  137.         object GroupBox2: TGroupBox
  138.           Left = 48
  139.           Top = 16
  140.           Width = 345
  141.           Height = 133
  142.           Caption = 'Startup Options'
  143.           TabOrder = 0
  144.           object cbIgnoreCD: TCheckBox
  145.             Left = 12
  146.             Top = 28
  147.             Width = 161
  148.             Height = 17
  149.             Caption = 'Ignore CD left in drive'
  150.             TabOrder = 0
  151.           end
  152.           object cbReopenFiles: TCheckBox
  153.             Left = 12
  154.             Top = 76
  155.             Width = 249
  156.             Height = 17
  157.             Caption = 'Reopen previously opened play lists'
  158.             TabOrder = 2
  159.           end
  160.           object cbSleepOnStartUp: TCheckBox
  161.             Left = 12
  162.             Top = 100
  163.             Width = 209
  164.             Height = 17
  165.             Caption = 'Always start up in Sleep mode'
  166.             TabOrder = 3
  167.           end
  168.           object cbOpenCDPLS: TCheckBox
  169.             Left = 12
  170.             Top = 52
  171.             Width = 225
  172.             Height = 17
  173.             Caption = 'Open playlist linked to current CD'
  174.             TabOrder = 1
  175.           end
  176.         end
  177.         object rgSave: TRadioGroup
  178.           Left = 48
  179.           Top = 160
  180.           Width = 345
  181.           Height = 93
  182.           Caption = 'Save Options'
  183.           Items.Strings = (
  184.             'Automatically save modified play lists when closing'
  185.             'Discard changes (I will save manually)'
  186.             'Ask me')
  187.           TabOrder = 1
  188.         end
  189.       end
  190.     end
  191.     object tbVol: TTabSheet
  192.       Caption = 'Volume Control'
  193.       object gbVolumeCtl: TGroupBox
  194.         Left = 0
  195.         Top = 0
  196.         Width = 445
  197.         Height = 265
  198.         Align = alClient
  199.         TabOrder = 0
  200.         object Label4: TLabel
  201.           Left = 78
  202.           Top = 24
  203.           Width = 271
  204.           Height = 64
  205.           Caption = 
  206.             'By default, Clarion uses Windows'#39' volume control program (sndvol' +
  207.             '32.exe).  If your sound card comes with a different volume contr' +
  208.             'ol program, click the button below and select it.'
  209.           WordWrap = True
  210.         end
  211.         object Label5: TLabel
  212.           Left = 78
  213.           Top = 148
  214.           Width = 293
  215.           Height = 73
  216.           AutoSize = False
  217.           Caption = 
  218.             'Next, enter the volume control program'#39's title below (as it appe' +
  219.             'ars in its window'#39's caption bar).  This is used by Clarion to ac' +
  220.             'tivate the program without launching additional instances of it.'
  221.           WordWrap = True
  222.         end
  223.         object bVolumeCtl: TButton
  224.           Left = 90
  225.           Top = 104
  226.           Width = 245
  227.           Height = 25
  228.           TabOrder = 0
  229.           OnClick = bVolumeCtlClick
  230.         end
  231.         object edVolumeCtlTitle: TEdit
  232.           Left = 90
  233.           Top = 228
  234.           Width = 245
  235.           Height = 24
  236.           AutoSize = False
  237.           TabOrder = 1
  238.         end
  239.       end
  240.     end
  241.     object tbLoc: TTabSheet
  242.       Caption = 'File Location'
  243.       object gbLocation: TGroupBox
  244.         Left = 0
  245.         Top = 0
  246.         Width = 445
  247.         Height = 265
  248.         Align = alClient
  249.         TabOrder = 0
  250.         object Label2: TLabel
  251.           Left = 82
  252.           Top = 36
  253.           Width = 281
  254.           Height = 80
  255.           Caption = 
  256.             'By default,  Clarion places *.cdl files in same the directory yo' +
  257.             'u installed it in.  (*.cdl files store the track titles of your ' +
  258.             'CDs.)  If you have moved these files to a different directory, t' +
  259.             'hen specify the new location by clicking the button below. (+)'
  260.           WordWrap = True
  261.         end
  262.         object bCDLDir: TButton
  263.           Left = 94
  264.           Top = 144
  265.           Width = 245
  266.           Height = 25
  267.           TabOrder = 0
  268.           OnClick = bCDLDirClick
  269.         end
  270.       end
  271.     end
  272.     object tbReg: TTabSheet
  273.       Caption = 'Windows registry'
  274.       object gbAssoc: TGroupBox
  275.         Left = 0
  276.         Top = 0
  277.         Width = 445
  278.         Height = 265
  279.         Align = alClient
  280.         TabOrder = 0
  281.         object Label6: TLabel
  282.           Left = 85
  283.           Top = 16
  284.           Width = 275
  285.           Height = 32
  286.           Alignment = taCenter
  287.           Caption = 
  288.             'Specify whether you want to use Clarion as the default player fo' +
  289.             'r MIDI and / or CD'
  290.           WordWrap = True
  291.         end
  292.         object bClarionCD: TButton
  293.           Left = 109
  294.           Top = 68
  295.           Width = 245
  296.           Height = 25
  297.           Caption = 'Make Clarion the default CD player'
  298.           ParentShowHint = False
  299.           ShowHint = False
  300.           TabOrder = 0
  301.           OnClick = Assoc
  302.         end
  303.         object bWinCD: TButton
  304.           Left = 109
  305.           Top = 120
  306.           Width = 245
  307.           Height = 25
  308.           Caption = 'Use Window'#39's CD Player'
  309.           ParentShowHint = False
  310.           ShowHint = False
  311.           TabOrder = 1
  312.           OnClick = Assoc
  313.         end
  314.         object bClarionMIDI: TButton
  315.           Left = 109
  316.           Top = 172
  317.           Width = 245
  318.           Height = 25
  319.           Caption = 'Make Clarion the default MIDI player'
  320.           ParentShowHint = False
  321.           ShowHint = False
  322.           TabOrder = 2
  323.           OnClick = Assoc
  324.         end
  325.         object bWinMIDI: TButton
  326.           Left = 109
  327.           Top = 224
  328.           Width = 245
  329.           Height = 25
  330.           Caption = 'Use Window'#39's Media player'
  331.           ParentShowHint = False
  332.           ShowHint = False
  333.           TabOrder = 3
  334.           OnClick = Assoc
  335.         end
  336.       end
  337.     end
  338.     object tbMisc: TTabSheet
  339.       Caption = 'Misc'
  340.       object gbMisc: TGroupBox
  341.         Left = 0
  342.         Top = 0
  343.         Width = 445
  344.         Height = 265
  345.         Align = alClient
  346.         TabOrder = 0
  347.         object lbFont: TLabel
  348.           Left = 324
  349.           Top = 72
  350.           Width = 109
  351.           Height = 28
  352.           Cursor = 1
  353.           Alignment = taCenter
  354.           AutoSize = False
  355.           Caption = 'Current font'
  356.           Color = clBtnFace
  357.           Font.Charset = DEFAULT_CHARSET
  358.           Font.Color = clWindowText
  359.           Font.Height = -13
  360.           Font.Name = 'MS Sans Serif'
  361.           Font.Style = []
  362.           ParentColor = False
  363.           ParentFont = False
  364.           WordWrap = True
  365.           OnClick = bFontClick
  366.         end
  367.         object Label9: TLabel
  368.           Left = 20
  369.           Top = 34
  370.           Width = 41
  371.           Height = 16
  372.           AutoSize = False
  373.           Caption = 'Delay'
  374.         end
  375.         object Label10: TLabel
  376.           Left = 116
  377.           Top = 34
  378.           Width = 184
  379.           Height = 16
  380.           Caption = 'seconds between songs (0..60)'
  381.         end
  382.         object bFont: TButton
  383.           Left = 336
  384.           Top = 112
  385.           Width = 85
  386.           Height = 25
  387.           Caption = 'Change font'
  388.           TabOrder = 4
  389.           OnClick = bFontClick
  390.         end
  391.         object cbMultiline: TCheckBox
  392.           Left = 20
  393.           Top = 69
  394.           Width = 281
  395.           Height = 24
  396.           Caption = 'Allow multiple rows of tabs in the play list (+)'
  397.           TabOrder = 1
  398.         end
  399.         object cbAllowDups: TCheckBox
  400.           Left = 20
  401.           Top = 105
  402.           Width = 225
  403.           Height = 17
  404.           Caption = 'Allow duplicate entries in play lists'
  405.           TabOrder = 2
  406.         end
  407.         object rgHint: TRadioGroup
  408.           Left = 80
  409.           Top = 164
  410.           Width = 281
  411.           Height = 89
  412.           Caption = 'Hint Display'
  413.           Items.Strings = (
  414.             'Show all hints (status bar and popup hints)'
  415.             'Show popup hints only'
  416.             'Don'#39't show any hint')
  417.           TabOrder = 5
  418.         end
  419.         object edDelay: TSpinEdit
  420.           Left = 64
  421.           Top = 32
  422.           Width = 49
  423.           Height = 26
  424.           MaxValue = 300
  425.           MinValue = 0
  426.           TabOrder = 0
  427.           Value = 0
  428.         end
  429.         object cbCloseCDPLS: TCheckBox
  430.           Left = 20
  431.           Top = 136
  432.           Width = 257
  433.           Height = 17
  434.           Caption = 'Close linked playlist when ejecting CD'
  435.           TabOrder = 3
  436.         end
  437.       end
  438.     end
  439.   end
  440. end
  441.