home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / maniac / _setup.1 / MusicManiac.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Text File  |  1997-01-27  |  13KB  |  535 lines

  1. object Options: TOptions
  2.   Left = 242
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 268
  8.   ClientWidth = 440
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 6
  20.     Width = 440
  21.     Height = 233
  22.     ActivePage = TabSheet1
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = ' General '
  27.       object GroupBox1: TGroupBox
  28.         Left = 4
  29.         Top = 12
  30.         Width = 225
  31.         Height = 157
  32.         HelpContext = 100100
  33.         Caption = 'Buffer size'
  34.         TabOrder = 0
  35.         object Label1: TLabel
  36.           Left = 8
  37.           Top = 96
  38.           Width = 205
  39.           Height = 53
  40.           AutoSize = False
  41.           Caption = 
  42.             'The bigger the Buffer, the less the Music "hangs", but the more ' +
  43.             'ram is needed.'
  44.         end
  45.         object staBufferSize: TLabel
  46.           Left = 16
  47.           Top = 56
  48.           Width = 185
  49.           Height = 13
  50.           AutoSize = False
  51.         end
  52.         object sldBufferSize: TTrackBar
  53.           Left = 4
  54.           Top = 20
  55.           Width = 209
  56.           Height = 33
  57.           HelpContext = 100100
  58.           LineSize = 2
  59.           Max = 17
  60.           Orientation = trHorizontal
  61.           Frequency = 1
  62.           Position = 0
  63.           SelEnd = 0
  64.           SelStart = 0
  65.           TabOrder = 0
  66.           TickMarks = tmBottomRight
  67.           TickStyle = tsAuto
  68.           OnChange = sldBufferSizeChange
  69.         end
  70.       end
  71.       object GroupBox2: TGroupBox
  72.         Left = 244
  73.         Top = 12
  74.         Width = 177
  75.         Height = 157
  76.         HelpContext = 100200
  77.         Caption = 'Output mode'
  78.         TabOrder = 1
  79.         object chk8bit_Mono: TRadioButton
  80.           Left = 8
  81.           Top = 20
  82.           Width = 97
  83.           Height = 17
  84.           HelpContext = 100200
  85.           Caption = '8 Bit; Mono'
  86.           TabOrder = 0
  87.           OnClick = chk8bit_MonoClick
  88.         end
  89.         object chk16bit_Mono: TRadioButton
  90.           Left = 8
  91.           Top = 68
  92.           Width = 113
  93.           Height = 17
  94.           HelpContext = 100200
  95.           Caption = '16 Bit; Mono'
  96.           TabOrder = 1
  97.           OnClick = chk16bit_MonoClick
  98.         end
  99.         object chk8bit_Stereo: TRadioButton
  100.           Left = 8
  101.           Top = 44
  102.           Width = 113
  103.           Height = 17
  104.           HelpContext = 100200
  105.           Caption = '8 Bit; Stereo'
  106.           TabOrder = 2
  107.           OnClick = chk8bit_StereoClick
  108.         end
  109.         object chk16bit_Stereo: TRadioButton
  110.           Left = 8
  111.           Top = 92
  112.           Width = 113
  113.           Height = 17
  114.           HelpContext = 100200
  115.           Caption = '16 Bit; Stereo'
  116.           Checked = True
  117.           TabOrder = 3
  118.           TabStop = True
  119.           OnClick = chk16bit_StereoClick
  120.         end
  121.       end
  122.     end
  123.     object TabSheet3: TTabSheet
  124.       Caption = ' Advanced '
  125.       object GroupBox3: TGroupBox
  126.         Left = 4
  127.         Top = 12
  128.         Width = 305
  129.         Height = 97
  130.         HelpContext = 100300
  131.         Caption = 'Mixing Frequency'
  132.         TabOrder = 0
  133.         object staSampFText: TLabel
  134.           Left = 164
  135.           Top = 24
  136.           Width = 125
  137.           Height = 17
  138.           AutoSize = False
  139.         end
  140.         object Label6: TLabel
  141.           Left = 16
  142.           Top = 60
  143.           Width = 249
  144.           Height = 33
  145.           AutoSize = False
  146.           Caption = 
  147.             'The higher the Mixing frequency the better, but the more CPU-tim' +
  148.             'e is needed.'
  149.         end
  150.         object sldSamplingFreq: TTrackBar
  151.           Left = 4
  152.           Top = 20
  153.           Width = 150
  154.           Height = 33
  155.           HelpContext = 100300
  156.           Max = 4
  157.           Orientation = trHorizontal
  158.           Frequency = 1
  159.           Position = 0
  160.           SelEnd = 0
  161.           SelStart = 0
  162.           TabOrder = 0
  163.           TickMarks = tmBottomRight
  164.           TickStyle = tsAuto
  165.           OnChange = sldSamplingFreqChange
  166.         end
  167.       end
  168.       object GroupBox10: TGroupBox
  169.         Left = 4
  170.         Top = 120
  171.         Width = 305
  172.         Height = 65
  173.         HelpContext = 100400
  174.         Caption = 'Scroller speed'
  175.         TabOrder = 1
  176.         object staScrollerSpeed: TLabel
  177.           Left = 164
  178.           Top = 24
  179.           Width = 125
  180.           Height = 17
  181.           AutoSize = False
  182.         end
  183.         object sldScrollSpeed: TTrackBar
  184.           Left = 8
  185.           Top = 20
  186.           Width = 150
  187.           Height = 37
  188.           HelpContext = 100400
  189.           Max = 3
  190.           Orientation = trHorizontal
  191.           Frequency = 1
  192.           Position = 0
  193.           SelEnd = 0
  194.           SelStart = 0
  195.           TabOrder = 0
  196.           TickMarks = tmBottomRight
  197.           TickStyle = tsAuto
  198.           OnChange = sldScrollSpeedChange
  199.         end
  200.       end
  201.     end
  202.     object TabSheet6: TTabSheet
  203.       Caption = 'Other'
  204.       object GroupBox11: TGroupBox
  205.         Left = 4
  206.         Top = 120
  207.         Width = 421
  208.         Height = 65
  209.         HelpContext = 100050
  210.         Caption = 'Fadeout-Time'
  211.         TabOrder = 0
  212.         object staFadeout: TLabel
  213.           Left = 232
  214.           Top = 28
  215.           Width = 177
  216.           Height = 21
  217.           AutoSize = False
  218.           Caption = 'staFadeout'
  219.         end
  220.         object sldFadeout: TTrackBar
  221.           Left = 8
  222.           Top = 20
  223.           Width = 209
  224.           Height = 33
  225.           Max = 30
  226.           Orientation = trHorizontal
  227.           Frequency = 1
  228.           Position = 0
  229.           SelEnd = 0
  230.           SelStart = 0
  231.           TabOrder = 0
  232.           TickMarks = tmBottomRight
  233.           TickStyle = tsAuto
  234.           OnChange = sldFadeoutChange
  235.         end
  236.       end
  237.       object GroupBox12: TGroupBox
  238.         Left = 4
  239.         Top = 12
  240.         Width = 421
  241.         Height = 89
  242.         HelpContext = 100150
  243.         Caption = 'Program for volume-control ("Actions"-"Volume")'
  244.         TabOrder = 1
  245.         object Label5: TLabel
  246.           Left = 12
  247.           Top = 52
  248.           Width = 393
  249.           Height = 29
  250.           AutoSize = False
  251.           Caption = 
  252.             'This command will be executed, when you select "Actions" - "Volu' +
  253.             'me". If you want the default volume-control: leave it blank.'
  254.         end
  255.         object ediVolumeControl: TEdit
  256.           Left = 8
  257.           Top = 20
  258.           Width = 309
  259.           Height = 21
  260.           TabOrder = 0
  261.         end
  262.         object btnVolumeControlSelected: TNewButton
  263.           Left = 332
  264.           Top = 18
  265.           Width = 75
  266.           Height = 23
  267.           Caption = '&Browse'
  268.           TabOrder = 1
  269.           OnClick = btnVolumeControlSelectedClick
  270.         end
  271.       end
  272.     end
  273.     object TabSheet2: TTabSheet
  274.       Caption = 'User Actions #1'
  275.       object GroupBox4: TGroupBox
  276.         Left = 4
  277.         Top = 12
  278.         Width = 421
  279.         Height = 53
  280.         Caption = 'Execute this Line when selected (F10)'
  281.         TabOrder = 0
  282.         object ediAction1: TEdit
  283.           Left = 8
  284.           Top = 20
  285.           Width = 309
  286.           Height = 21
  287.           HelpContext = 100500
  288.           TabOrder = 0
  289.         end
  290.         object btnUserAction1: TNewButton
  291.           Left = 332
  292.           Top = 18
  293.           Width = 75
  294.           Height = 23
  295.           HelpContext = 100900
  296.           Caption = '&Browse'
  297.           TabOrder = 1
  298.           OnClick = btnUserAction1Click
  299.         end
  300.       end
  301.       object chkSleep1: TCheckBox
  302.         Left = 8
  303.         Top = 72
  304.         Width = 209
  305.         Height = 17
  306.         HelpContext = 100600
  307.         Caption = 'Sleep for 1 second before execute'
  308.         TabOrder = 1
  309.       end
  310.       object chkClose1: TCheckBox
  311.         Left = 8
  312.         Top = 92
  313.         Width = 337
  314.         Height = 17
  315.         HelpContext = 100700
  316.         Caption = 'Close module before execute'
  317.         TabOrder = 2
  318.       end
  319.       object GroupBox5: TGroupBox
  320.         Left = 4
  321.         Top = 132
  322.         Width = 421
  323.         Height = 65
  324.         Caption = 'Hint'
  325.         TabOrder = 3
  326.         object Label3: TLabel
  327.           Left = 8
  328.           Top = 15
  329.           Width = 405
  330.           Height = 42
  331.           AutoSize = False
  332.           Caption = 
  333.             'You may specify the current Module by typing %1 anywhere. %1 wil' +
  334.             'l insert the current name and path in short Form (8+3), "%1" wil' +
  335.             'l do the same with long Filenames.'
  336.         end
  337.       end
  338.     end
  339.     object TabSheet4: TTabSheet
  340.       Caption = 'User Action #2'
  341.       object GroupBox6: TGroupBox
  342.         Left = 4
  343.         Top = 132
  344.         Width = 421
  345.         Height = 65
  346.         Caption = 'Hint'
  347.         TabOrder = 0
  348.         object Label2: TLabel
  349.           Left = 8
  350.           Top = 15
  351.           Width = 405
  352.           Height = 42
  353.           AutoSize = False
  354.           Caption = 
  355.             'You may specify the current Module by typing %1 anywhere. %1 wil' +
  356.             'l insert the current name and path in short Form (8+3), "%1" wil' +
  357.             'l do the same with long Filenames.'
  358.         end
  359.       end
  360.       object GroupBox8: TGroupBox
  361.         Left = 4
  362.         Top = 12
  363.         Width = 421
  364.         Height = 53
  365.         Caption = 'Execute this Line when selected (F11)'
  366.         TabOrder = 1
  367.         object ediAction2: TEdit
  368.           Left = 8
  369.           Top = 20
  370.           Width = 309
  371.           Height = 21
  372.           HelpContext = 100500
  373.           TabOrder = 0
  374.         end
  375.         object btnUserAction2: TNewButton
  376.           Left = 332
  377.           Top = 18
  378.           Width = 75
  379.           Height = 23
  380.           HelpContext = 100900
  381.           Caption = '&Browse'
  382.           TabOrder = 1
  383.           OnClick = btnUserAction2Click
  384.         end
  385.       end
  386.       object chkSleep2: TCheckBox
  387.         Left = 8
  388.         Top = 72
  389.         Width = 209
  390.         Height = 17
  391.         HelpContext = 100600
  392.         Caption = 'Sleep for 1 second before execute'
  393.         TabOrder = 2
  394.       end
  395.       object chkClose2: TCheckBox
  396.         Left = 8
  397.         Top = 92
  398.         Width = 337
  399.         Height = 17
  400.         HelpContext = 100700
  401.         Caption = 'Close module before execute'
  402.         TabOrder = 3
  403.       end
  404.     end
  405.     object TabSheet5: TTabSheet
  406.       Caption = 'User Action #3'
  407.       object GroupBox7: TGroupBox
  408.         Left = 4
  409.         Top = 132
  410.         Width = 421
  411.         Height = 65
  412.         Caption = 'Hint'
  413.         TabOrder = 0
  414.         object Label4: TLabel
  415.           Left = 8
  416.           Top = 15
  417.           Width = 405
  418.           Height = 42
  419.           AutoSize = False
  420.           Caption = 
  421.             'You may specify the current Module by typing %1 anywhere. %1 wil' +
  422.             'l insert the current name and path in short Form (8+3), "%1" wil' +
  423.             'l do the same with long Filenames.'
  424.         end
  425.       end
  426.       object GroupBox9: TGroupBox
  427.         Left = 4
  428.         Top = 12
  429.         Width = 421
  430.         Height = 53
  431.         Caption = 'Execute this Line when selected (F12)'
  432.         TabOrder = 1
  433.         object ediAction3: TEdit
  434.           Left = 8
  435.           Top = 20
  436.           Width = 309
  437.           Height = 21
  438.           HelpContext = 100500
  439.           TabOrder = 0
  440.         end
  441.         object btnUserAction3: TNewButton
  442.           Left = 332
  443.           Top = 18
  444.           Width = 75
  445.           Height = 23
  446.           HelpContext = 100900
  447.           Caption = '&Browse'
  448.           TabOrder = 1
  449.           OnClick = btnUserAction3Click
  450.         end
  451.       end
  452.       object chkSleep3: TCheckBox
  453.         Left = 8
  454.         Top = 72
  455.         Width = 209
  456.         Height = 17
  457.         HelpContext = 100600
  458.         Caption = 'Sleep for 1 second before execute'
  459.         TabOrder = 2
  460.       end
  461.       object chkClose3: TCheckBox
  462.         Left = 8
  463.         Top = 92
  464.         Width = 337
  465.         Height = 17
  466.         HelpContext = 100700
  467.         Caption = 'Close module before execute'
  468.         TabOrder = 3
  469.       end
  470.     end
  471.   end
  472.   object panButtom: TPanel
  473.     Left = 0
  474.     Top = 239
  475.     Width = 440
  476.     Height = 29
  477.     Align = alBottom
  478.     BevelOuter = bvNone
  479.     TabOrder = 1
  480.     object btnCancel: TNewButton
  481.       Left = 360
  482.       Top = 4
  483.       Width = 75
  484.       Height = 23
  485.       HelpContext = 90200
  486.       Cancel = True
  487.       Caption = 'Cancel'
  488.       ModalResult = 2
  489.       TabOrder = 0
  490.       OnClick = btnCancelClick
  491.     end
  492.     object btnOK: TNewButton
  493.       Left = 276
  494.       Top = 4
  495.       Width = 75
  496.       Height = 23
  497.       HelpContext = 90100
  498.       Caption = 'OK'
  499.       Default = True
  500.       ModalResult = 1
  501.       TabOrder = 1
  502.       OnClick = btnOKClick
  503.     end
  504.   end
  505.   object Panel1: TPanel
  506.     Left = 0
  507.     Top = 0
  508.     Width = 440
  509.     Height = 6
  510.     Align = alTop
  511.     BevelOuter = bvNone
  512.     TabOrder = 2
  513.   end
  514.   object opdSelectApp: TOpenDialog
  515.     FileEditStyle = fsEdit
  516.     Filter = 
  517.       'All Programs (*.exe,*.bat,*.com)|*.EXE;*.BAT;*:COM;*.PIF|All Fil' +
  518.       'es (*.*)|*.*'
  519.     InitialDir = 'C:\'
  520.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofNoReadOnlyReturn]
  521.     Left = 396
  522.     Top = 114
  523.   end
  524.   object opdVolumeControl: TOpenDialog
  525.     FileEditStyle = fsEdit
  526.     Filter = 
  527.       'All Programs (*.exe,*.bat,*.com)|*.EXE;*.BAT;*:COM;*.PIF|All Fil' +
  528.       'es (*.*)|*.*'
  529.     InitialDir = 'C:\'
  530.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofNoReadOnlyReturn]
  531.     Left = 392
  532.     Top = 166
  533.   end
  534. end
  535.