home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / audio / composicao / dflow170.exe / drumflow.exe / 0 / RCDATA / TSETTING1 / TSETTING1.txt
Text File  |  2000-10-23  |  7KB  |  335 lines

  1. object Setting1: TSetting1
  2.   Left = 201
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DrumFlow Settings'
  7.   ClientHeight = 270
  8.   ClientWidth = 374
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = -4
  22.     Top = 236
  23.     Width = 381
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object Button1: TButton
  28.     Left = 0
  29.     Top = 244
  30.     Width = 97
  31.     Height = 25
  32.     Caption = '&Ok'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 100
  40.     Top = 244
  41.     Width = 97
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object CheckBox3: TCheckBox
  49.     Left = 8
  50.     Top = 216
  51.     Width = 233
  52.     Height = 17
  53.     Caption = 'Save setting when closing this dialog'
  54.     TabOrder = 2
  55.   end
  56.   object PC1: TPageControl
  57.     Left = 4
  58.     Top = 4
  59.     Width = 369
  60.     Height = 209
  61.     ActivePage = TS3
  62.     TabOrder = 3
  63.     object TS1: TTabSheet
  64.       Caption = 'MIDI'
  65.       object Label29: TLabel
  66.         Left = 4
  67.         Top = 132
  68.         Width = 69
  69.         Height = 13
  70.         Caption = 'Drum channel:'
  71.       end
  72.       object Label28: TLabel
  73.         Left = 4
  74.         Top = 4
  75.         Width = 353
  76.         Height = 13
  77.         AutoSize = False
  78.         Caption = 'Select primary MIDI device for output:'
  79.       end
  80.       object Label1: TLabel
  81.         Left = 4
  82.         Top = 44
  83.         Width = 340
  84.         Height = 13
  85.         Caption = 
  86.           'Select secondary MIDI device for output (used if primary device ' +
  87.           'is busy):'
  88.       end
  89.       object Label2: TLabel
  90.         Left = 4
  91.         Top = 84
  92.         Width = 160
  93.         Height = 13
  94.         Caption = 'Select MIDI sync device for input:'
  95.       end
  96.       object CB2: TComboBox
  97.         Left = 80
  98.         Top = 128
  99.         Width = 37
  100.         Height = 21
  101.         Style = csDropDownList
  102.         ItemHeight = 13
  103.         Items.Strings = (
  104.           '1'
  105.           '2'
  106.           '3'
  107.           '4'
  108.           '5'
  109.           '6'
  110.           '7'
  111.           '8'
  112.           '9'
  113.           '10'
  114.           '11'
  115.           '12'
  116.           '13'
  117.           '14'
  118.           '15'
  119.           '16')
  120.         TabOrder = 0
  121.       end
  122.       object ComboBox1: TComboBox
  123.         Left = 4
  124.         Top = 20
  125.         Width = 353
  126.         Height = 21
  127.         Style = csDropDownList
  128.         DropDownCount = 10
  129.         ItemHeight = 0
  130.         TabOrder = 1
  131.       end
  132.       object CheckBox5: TCheckBox
  133.         Left = 244
  134.         Top = 132
  135.         Width = 113
  136.         Height = 17
  137.         Caption = 'Disable MIDI output'
  138.         TabOrder = 2
  139.       end
  140.       object midiout2: TComboBox
  141.         Left = 4
  142.         Top = 60
  143.         Width = 353
  144.         Height = 21
  145.         Style = csDropDownList
  146.         DropDownCount = 10
  147.         ItemHeight = 0
  148.         TabOrder = 3
  149.       end
  150.       object midisync: TComboBox
  151.         Left = 4
  152.         Top = 100
  153.         Width = 353
  154.         Height = 21
  155.         Style = csDropDownList
  156.         ItemHeight = 0
  157.         TabOrder = 4
  158.       end
  159.       object btn1: TButton
  160.         Left = 4
  161.         Top = 152
  162.         Width = 121
  163.         Height = 25
  164.         Caption = 'MIDI drums settings...'
  165.         TabOrder = 5
  166.         OnClick = btn1Click
  167.       end
  168.     end
  169.     object TS2: TTabSheet
  170.       Caption = 'Display'
  171.       object RG1: TRadioGroup
  172.         Left = 4
  173.         Top = 4
  174.         Width = 181
  175.         Height = 61
  176.         Caption = ' Show drum number as: '
  177.         ItemIndex = 0
  178.         Items.Strings = (
  179.           'Patch number (23, 47...)'
  180.           'Note name (C3, A#6...)')
  181.         TabOrder = 0
  182.       end
  183.       object backgrinfo: TRadioGroup
  184.         Left = 4
  185.         Top = 68
  186.         Width = 353
  187.         Height = 73
  188.         Caption = ' Background bitmap: '
  189.         ItemIndex = 0
  190.         Items.Strings = (
  191.           'Internal'
  192.           'None'
  193.           'User defined:')
  194.         TabOrder = 1
  195.       end
  196.       object backpath: TEdit
  197.         Left = 100
  198.         Top = 116
  199.         Width = 229
  200.         Height = 21
  201.         TabOrder = 2
  202.       end
  203.       object Button3: TButton
  204.         Left = 332
  205.         Top = 116
  206.         Width = 21
  207.         Height = 21
  208.         Hint = 'Define your own background!'
  209.         Caption = '...'
  210.         TabOrder = 3
  211.         OnClick = Button3Click
  212.       end
  213.     end
  214.     object TS3: TTabSheet
  215.       Caption = 'Other'
  216.       object CheckBox1: TCheckBox
  217.         Left = 4
  218.         Top = 4
  219.         Width = 137
  220.         Height = 17
  221.         Caption = 'Enable auto note off'
  222.         State = cbChecked
  223.         TabOrder = 0
  224.       end
  225.       object CheckBox2: TCheckBox
  226.         Left = 4
  227.         Top = 24
  228.         Width = 241
  229.         Height = 17
  230.         Caption = 'Enable auto play when selecting drum in listbox'
  231.         Color = clBtnFace
  232.         ParentColor = False
  233.         ParentShowHint = False
  234.         ShowHint = False
  235.         State = cbChecked
  236.         TabOrder = 1
  237.       end
  238.       object cb4: TCheckBox
  239.         Left = 4
  240.         Top = 44
  241.         Width = 253
  242.         Height = 17
  243.         Caption = 'Enable edit'#39'n'#39'play feature'
  244.         State = cbChecked
  245.         TabOrder = 2
  246.       end
  247.       object cbvsauto: TCheckBox
  248.         Left = 4
  249.         Top = 64
  250.         Width = 353
  251.         Height = 17
  252.         Caption = 'Auto apply the shortcuts in '#39'Volume slide'#39' window'
  253.         State = cbChecked
  254.         TabOrder = 3
  255.       end
  256.     end
  257.     object TS4: TTabSheet
  258.       Caption = 'QS-Voices'
  259.       object l3: TLabel
  260.         Left = 4
  261.         Top = 4
  262.         Width = 164
  263.         Height = 13
  264.         Caption = 'QS-Voice SYSEX default directory:'
  265.       end
  266.       object QsDir: TEdit
  267.         Left = 4
  268.         Top = 20
  269.         Width = 333
  270.         Height = 21
  271.         TabOrder = 0
  272.       end
  273.       object Button4: TButton
  274.         Left = 340
  275.         Top = 20
  276.         Width = 21
  277.         Height = 21
  278.         Caption = '...'
  279.         TabOrder = 1
  280.         OnClick = Button4Click
  281.       end
  282.     end
  283.     object TS5: TTabSheet
  284.       Caption = 'MIDI Drums'
  285.       object Label3: TLabel
  286.         Left = 4
  287.         Top = 4
  288.         Width = 123
  289.         Height = 13
  290.         Caption = 'Select the drum kits bank:'
  291.       end
  292.       object Label4: TLabel
  293.         Left = 4
  294.         Top = 44
  295.         Width = 303
  296.         Height = 13
  297.         Caption = 
  298.           'You can modify drumkits.ini file to add your own drum kits banks' +
  299.           '.'
  300.       end
  301.       object cbdrumkits: TComboBox
  302.         Left = 4
  303.         Top = 20
  304.         Width = 357
  305.         Height = 21
  306.         Style = csDropDownList
  307.         ItemHeight = 13
  308.         TabOrder = 0
  309.       end
  310.       object dseb: TCheckBox
  311.         Left = 4
  312.         Top = 60
  313.         Width = 353
  314.         Height = 17
  315.         Caption = 'Don'#39't show empty banks'
  316.         TabOrder = 1
  317.         Visible = False
  318.       end
  319.     end
  320.   end
  321.   object opd1: TOpenPictureDialog
  322.     Filter = 
  323.       'All (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|Bitmaps (*' +
  324.       '.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf' +
  325.       '|Metafiles (*.wmf)|*.wmf'
  326.     Left = 340
  327.     Top = 240
  328.   end
  329.   object dirdlg: TOpenDialog
  330.     Title = 'Select any file in your QS directory...'
  331.     Left = 308
  332.     Top = 240
  333.   end
  334. end
  335.