home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Musique / Minihost / MiniHost.exe / 0 / RCDATA / TPRESETMANAGER / TPRESETMANAGER.txt
Text File  |  2004-06-27  |  7KB  |  342 lines

  1. object presetmanager: Tpresetmanager
  2.   Left = 159
  3.   Top = 139
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   Caption = 'Preset Manager'
  9.   ClientHeight = 523
  10.   ClientWidth = 585
  11.   Color = clGray
  12.   Ctl3D = False
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Arial'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object Splitter1: TSplitter
  25.     Left = 0
  26.     Top = 0
  27.     Width = 353
  28.     Height = 523
  29.     Cursor = crArrow
  30.     Beveled = True
  31.     ResizeStyle = rsLine
  32.   end
  33.   object Label1: TLabel
  34.     Left = 360
  35.     Top = 432
  36.     Width = 211
  37.     Height = 28
  38.     Caption = 
  39.       'Double-click on the presets in either list'#13#10'to move them to the ' +
  40.       'corresponding other list'
  41.   end
  42.   object Label2: TLabel
  43.     Left = 360
  44.     Top = 472
  45.     Width = 61
  46.     Height = 14
  47.     Caption = 'Left to Right:'
  48.   end
  49.   object Label3: TLabel
  50.     Left = 472
  51.     Top = 472
  52.     Width = 61
  53.     Height = 14
  54.     Caption = 'Right to Left:'
  55.   end
  56.   object numex: TCheckBox
  57.     Left = 176
  58.     Top = 392
  59.     Width = 129
  60.     Height = 17
  61.     Caption = 'Export with Numbers'
  62.     TabOrder = 0
  63.   end
  64.   object Button1: TButton
  65.     Left = 8
  66.     Top = 456
  67.     Width = 153
  68.     Height = 25
  69.     Caption = 'Save Preset (*.fxp)'
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 8
  75.     Top = 392
  76.     Width = 153
  77.     Height = 25
  78.     Caption = 'Load Preset (*.fxp)'
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82.   object Button3: TButton
  83.     Left = 8
  84.     Top = 488
  85.     Width = 153
  86.     Height = 25
  87.     Caption = 'Save Bank (*.fxb)'
  88.     TabOrder = 3
  89.     OnClick = Button3Click
  90.   end
  91.   object Button4: TButton
  92.     Left = 8
  93.     Top = 424
  94.     Width = 153
  95.     Height = 25
  96.     Caption = 'Load Bank (*.fxb)'
  97.     TabOrder = 4
  98.     OnClick = Button4Click
  99.   end
  100.   object Button5: TButton
  101.     Left = 192
  102.     Top = 360
  103.     Width = 73
  104.     Height = 25
  105.     Caption = 'Rename'
  106.     TabOrder = 5
  107.     OnClick = Button5Click
  108.   end
  109.   object Button8: TButton
  110.     Left = 32
  111.     Top = 360
  112.     Width = 73
  113.     Height = 25
  114.     Caption = 'Copy'
  115.     TabOrder = 6
  116.     OnClick = Button8Click
  117.   end
  118.   object Button9: TButton
  119.     Left = 112
  120.     Top = 360
  121.     Width = 73
  122.     Height = 25
  123.     Caption = 'Paste'
  124.     TabOrder = 7
  125.     OnClick = Button9Click
  126.   end
  127.   object pr: TListBox
  128.     Left = 8
  129.     Top = 7
  130.     Width = 337
  131.     Height = 338
  132.     Color = clBlack
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWhite
  135.     Font.Height = -11
  136.     Font.Name = 'Arial'
  137.     Font.Style = []
  138.     IntegralHeight = True
  139.     ItemHeight = 14
  140.     MultiSelect = True
  141.     ParentFont = False
  142.     TabOrder = 8
  143.     OnDblClick = prDblClick
  144.     OnMouseDown = prMouseDown
  145.     OnMouseUp = prMouseUp
  146.   end
  147.   object numim: TCheckBox
  148.     Left = 176
  149.     Top = 416
  150.     Width = 129
  151.     Height = 17
  152.     Caption = 'Import with Numbers'
  153.     TabOrder = 9
  154.   end
  155.   object fnim: TCheckBox
  156.     Left = 176
  157.     Top = 440
  158.     Width = 129
  159.     Height = 17
  160.     Caption = 'Import Filename'
  161.     TabOrder = 10
  162.   end
  163.   object Button6: TButton
  164.     Left = 272
  165.     Top = 360
  166.     Width = 73
  167.     Height = 25
  168.     Caption = 'Update'
  169.     TabOrder = 11
  170.     OnClick = Button6Click
  171.   end
  172.   object Button7: TButton
  173.     Left = 16
  174.     Top = 280
  175.     Width = 73
  176.     Height = 25
  177.     Caption = 'Move Up'
  178.     TabOrder = 12
  179.     Visible = False
  180.     OnClick = Button7Click
  181.   end
  182.   object Button10: TButton
  183.     Left = 16
  184.     Top = 312
  185.     Width = 73
  186.     Height = 25
  187.     Caption = 'Move Down'
  188.     TabOrder = 13
  189.     Visible = False
  190.     OnClick = Button10Click
  191.   end
  192.   object Button11: TButton
  193.     Left = 272
  194.     Top = 488
  195.     Width = 73
  196.     Height = 25
  197.     Caption = 'Bank Maker'
  198.     TabOrder = 14
  199.     OnClick = Button11Click
  200.   end
  201.   object UpDown1: TUpDown
  202.     Left = 8
  203.     Top = 360
  204.     Width = 16
  205.     Height = 24
  206.     Min = 0
  207.     Max = 1000
  208.     Position = 500
  209.     TabOrder = 15
  210.     Wrap = False
  211.     OnClick = UpDown1Click
  212.   end
  213.   object pr2: TListBox
  214.     Left = 361
  215.     Top = 7
  216.     Width = 216
  217.     Height = 338
  218.     Color = clBlack
  219.     Font.Charset = DEFAULT_CHARSET
  220.     Font.Color = clWhite
  221.     Font.Height = -11
  222.     Font.Name = 'Arial'
  223.     Font.Style = []
  224.     IntegralHeight = True
  225.     ItemHeight = 14
  226.     MultiSelect = True
  227.     ParentFont = False
  228.     TabOrder = 16
  229.     OnDblClick = pr2DblClick
  230.   end
  231.   object Button12: TButton
  232.     Left = 472
  233.     Top = 392
  234.     Width = 105
  235.     Height = 25
  236.     Caption = 'Save Bank (*.fxb)'
  237.     TabOrder = 17
  238.     OnClick = Button12Click
  239.   end
  240.   object Button13: TButton
  241.     Left = 360
  242.     Top = 392
  243.     Width = 105
  244.     Height = 25
  245.     Caption = 'Load Bank (*.fxb)'
  246.     TabOrder = 18
  247.     OnClick = Button13Click
  248.   end
  249.   object Button14: TButton
  250.     Left = 368
  251.     Top = 280
  252.     Width = 105
  253.     Height = 25
  254.     Caption = 'Move Up'
  255.     TabOrder = 19
  256.     Visible = False
  257.     OnClick = Button14Click
  258.   end
  259.   object Button15: TButton
  260.     Left = 368
  261.     Top = 312
  262.     Width = 105
  263.     Height = 25
  264.     Caption = 'Move Down'
  265.     TabOrder = 20
  266.     Visible = False
  267.     OnClick = Button15Click
  268.   end
  269.   object Button16: TButton
  270.     Left = 472
  271.     Top = 360
  272.     Width = 105
  273.     Height = 25
  274.     Caption = 'Init Preset'
  275.     TabOrder = 21
  276.     OnClick = Button16Click
  277.   end
  278.   object Button17: TButton
  279.     Left = 384
  280.     Top = 360
  281.     Width = 81
  282.     Height = 25
  283.     Caption = 'Rename'
  284.     TabOrder = 22
  285.     OnClick = Button17Click
  286.   end
  287.   object UpDown2: TUpDown
  288.     Left = 360
  289.     Top = 360
  290.     Width = 16
  291.     Height = 24
  292.     Min = 0
  293.     Max = 1000
  294.     Position = 500
  295.     TabOrder = 23
  296.     Wrap = False
  297.     OnClick = UpDown2Click
  298.   end
  299.   object cm1: TComboBox
  300.     Left = 360
  301.     Top = 488
  302.     Width = 97
  303.     Height = 22
  304.     BevelInner = bvNone
  305.     BevelOuter = bvNone
  306.     Style = csDropDownList
  307.     Color = clBlack
  308.     Font.Charset = DEFAULT_CHARSET
  309.     Font.Color = clWhite
  310.     Font.Height = -11
  311.     Font.Name = 'Arial'
  312.     Font.Style = []
  313.     ItemHeight = 14
  314.     ParentFont = False
  315.     TabOrder = 24
  316.     Items.Strings = (
  317.       'Copy'
  318.       'Move')
  319.   end
  320.   object cm2: TComboBox
  321.     Left = 472
  322.     Top = 488
  323.     Width = 97
  324.     Height = 22
  325.     BevelInner = bvNone
  326.     BevelOuter = bvNone
  327.     Style = csDropDownList
  328.     Color = clBlack
  329.     Font.Charset = DEFAULT_CHARSET
  330.     Font.Color = clWhite
  331.     Font.Height = -11
  332.     Font.Name = 'Arial'
  333.     Font.Style = []
  334.     ItemHeight = 14
  335.     ParentFont = False
  336.     TabOrder = 25
  337.     Items.Strings = (
  338.       'Copy'
  339.       'Move')
  340.   end
  341. end
  342.