home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMMIDIFADER / TFMMIDIFADER.txt
Text File  |  1999-04-03  |  9KB  |  406 lines

  1. object fmMidiFader: TfmMidiFader
  2.   Left = 265
  3.   Top = 258
  4.   BorderStyle = bsNone
  5.   Caption = 'Midi faders'
  6.   ClientHeight = 77
  7.   ClientWidth = 136
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 136
  26.     Height = 77
  27.     Align = alClient
  28.     Style = bsRaised
  29.   end
  30.   object Fader1: TFader
  31.     Left = 5
  32.     Top = 5
  33.     Width = 25
  34.     Height = 49
  35.     Cursor = crHandPoint
  36.     Color = 16711808
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWhite
  39.     Font.Height = -9
  40.     Font.Name = 'Small Fonts'
  41.     Font.Style = []
  42.     ParentColor = False
  43.     ParentFont = False
  44.     Mirror = True
  45.     ShowText = True
  46.     Min = 0
  47.     Max = 127
  48.     Pos = 63
  49.     ThumbSize = 0
  50.     OnChange = Fader1Change
  51.     BkColor = clBlack
  52.   end
  53.   object Fader2: TFader
  54.     Left = 32
  55.     Top = 5
  56.     Width = 25
  57.     Height = 49
  58.     Cursor = crHandPoint
  59.     Color = 16711808
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWhite
  62.     Font.Height = -9
  63.     Font.Name = 'Small Fonts'
  64.     Font.Style = []
  65.     ParentColor = False
  66.     ParentFont = False
  67.     Mirror = True
  68.     ShowText = True
  69.     Min = 0
  70.     Max = 127
  71.     Pos = 63
  72.     ThumbSize = 0
  73.     OnChange = Fader2Change
  74.     BkColor = clBlack
  75.   end
  76.   object Fader3: TFader
  77.     Left = 59
  78.     Top = 5
  79.     Width = 25
  80.     Height = 49
  81.     Cursor = crHandPoint
  82.     Color = 16711808
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clWhite
  85.     Font.Height = -9
  86.     Font.Name = 'Small Fonts'
  87.     Font.Style = []
  88.     ParentColor = False
  89.     ParentFont = False
  90.     Mirror = True
  91.     ShowText = True
  92.     Min = 0
  93.     Max = 127
  94.     Pos = 63
  95.     ThumbSize = 0
  96.     OnChange = Fader3Change
  97.     BkColor = clBlack
  98.   end
  99.   object Fader4: TFader
  100.     Left = 86
  101.     Top = 5
  102.     Width = 25
  103.     Height = 49
  104.     Cursor = crHandPoint
  105.     Color = 16711808
  106.     Font.Charset = ANSI_CHARSET
  107.     Font.Color = clWhite
  108.     Font.Height = -9
  109.     Font.Name = 'Small Fonts'
  110.     Font.Style = []
  111.     ParentColor = False
  112.     ParentFont = False
  113.     Mirror = True
  114.     ShowText = True
  115.     Min = 0
  116.     Max = 127
  117.     Pos = 63
  118.     ThumbSize = 0
  119.     OnChange = Fader4Change
  120.     BkColor = clBlack
  121.   end
  122.   object move: TRotateLabel
  123.     Left = 115
  124.     Top = 24
  125.     Width = 18
  126.     Height = 50
  127.     Hint = 'Click and drag to move'
  128.     Escapement = 90
  129.     TextStyle = tsNone
  130.     AutoSize = False
  131.     Caption = 'MIDI'
  132.     Color = clBlack
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = 8454143
  135.     Font.Height = -16
  136.     Font.Name = 'Arial'
  137.     Font.Style = [fsBold]
  138.     ParentColor = False
  139.     ParentFont = False
  140.     ParentShowHint = False
  141.     ShowHint = False
  142.   end
  143.   object SpeedButton1: TSpeedButton
  144.     Left = 115
  145.     Top = 5
  146.     Width = 17
  147.     Height = 17
  148.     Cursor = crHandPoint
  149.     Hint = 'Close'
  150.     Flat = True
  151.     Font.Charset = ANSI_CHARSET
  152.     Font.Color = clWhite
  153.     Font.Height = -11
  154.     Font.Name = 'Arial'
  155.     Font.Style = [fsBold]
  156.     Glyph.Data = {
  157.       BE000000424DBE00000000000000760000002800000009000000090000000100
  158.       0400000000004800000000000000000000001000000000000000000000000000
  159.       80000080000000808000800000008000800080800000C0C0C000808080000000
  160.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  161.       000077777777700000007777F77770000000777777777000000077FFFFF77000
  162.       00007777777770000000FFFFFFFFF00000007777777770000000777777777000
  163.       0000}
  164.     ParentFont = False
  165.     ParentShowHint = False
  166.     ShowHint = True
  167.     OnClick = SpeedButton1Click
  168.   end
  169.   object panelCC1: TPanel
  170.     Left = 5
  171.     Top = 57
  172.     Width = 25
  173.     Height = 16
  174.     Cursor = crHandPoint
  175.     Hint = 'Velocity'
  176.     BevelOuter = bvNone
  177.     Caption = 'Vel'
  178.     Color = clGray
  179.     Font.Charset = ANSI_CHARSET
  180.     Font.Color = clWhite
  181.     Font.Height = -12
  182.     Font.Name = 'Arial'
  183.     Font.Style = [fsBold]
  184.     ParentFont = False
  185.     ParentShowHint = False
  186.     ShowHint = True
  187.     TabOrder = 1
  188.     OnClick = panelCC1Click
  189.   end
  190.   object panelCC2: TPanel
  191.     Left = 32
  192.     Top = 57
  193.     Width = 25
  194.     Height = 16
  195.     Cursor = crHandPoint
  196.     Hint = 'Velocity'
  197.     BevelOuter = bvNone
  198.     Caption = 'Vel'
  199.     Color = clGray
  200.     Font.Charset = ANSI_CHARSET
  201.     Font.Color = clWhite
  202.     Font.Height = -12
  203.     Font.Name = 'Arial'
  204.     Font.Style = [fsBold]
  205.     ParentFont = False
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 2
  209.     OnClick = panelCC2Click
  210.   end
  211.   object panelCC3: TPanel
  212.     Left = 59
  213.     Top = 57
  214.     Width = 25
  215.     Height = 16
  216.     Cursor = crHandPoint
  217.     Hint = 'Velocity'
  218.     BevelOuter = bvNone
  219.     Caption = 'Vel'
  220.     Color = clGray
  221.     Font.Charset = ANSI_CHARSET
  222.     Font.Color = clWhite
  223.     Font.Height = -12
  224.     Font.Name = 'Arial'
  225.     Font.Style = [fsBold]
  226.     ParentFont = False
  227.     ParentShowHint = False
  228.     ShowHint = True
  229.     TabOrder = 3
  230.     OnClick = panelCC3Click
  231.   end
  232.   object panelCC4: TPanel
  233.     Left = 86
  234.     Top = 57
  235.     Width = 25
  236.     Height = 16
  237.     Cursor = crHandPoint
  238.     Hint = 'Velocity'
  239.     BevelOuter = bvNone
  240.     Caption = 'Vel'
  241.     Color = clGray
  242.     Font.Charset = ANSI_CHARSET
  243.     Font.Color = clWhite
  244.     Font.Height = -12
  245.     Font.Name = 'Arial'
  246.     Font.Style = [fsBold]
  247.     ParentFont = False
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 4
  251.     OnClick = panelCC4Click
  252.   end
  253.   object List: TListBox
  254.     Left = 344
  255.     Top = 112
  256.     Width = 153
  257.     Height = 137
  258.     Hint = 'Select controller'
  259.     TabStop = False
  260.     BorderStyle = bsNone
  261.     Color = clBlack
  262.     Font.Charset = ANSI_CHARSET
  263.     Font.Color = clWhite
  264.     Font.Height = -11
  265.     Font.Name = 'Arial'
  266.     Font.Style = []
  267.     ItemHeight = 14
  268.     Items.Strings = (
  269.       'Bank Select (0)'
  270.       'Modulation (1)'
  271.       'Breath control (2)'
  272.       'Controller (3)'
  273.       'Foot controller (4)'
  274.       'Portamento time (5)'
  275.       'Data entry (6)'
  276.       'Main volum (7)'
  277.       'Balance (8)'
  278.       'Controller (9)'
  279.       'Pan (10)'
  280.       'Expression Controller (11)'
  281.       'Effect controll 1 (12)'
  282.       'Effect controll 2 (13)'
  283.       'Controller (14)'
  284.       'Controller (15)'
  285.       'Controller (16)'
  286.       'Controller (17)'
  287.       'Controller (18)'
  288.       'Controller (19)'
  289.       'Controller (20)'
  290.       'Controller (21)'
  291.       'Controller (22)'
  292.       'Controller (23)'
  293.       'Controller (24)'
  294.       'Controller (25)'
  295.       'Controller (26)'
  296.       'Controller (27)'
  297.       'Controller (28)'
  298.       'Controller (29)'
  299.       'Controller (30)'
  300.       'Controller (31)'
  301.       'Controller (32)'
  302.       'Controller (33)'
  303.       'Controller (34)'
  304.       'Controller (35)'
  305.       'Controller (36)'
  306.       'Controller (37)'
  307.       'Controller (38)'
  308.       'Controller (39)'
  309.       'Controller (40)'
  310.       'Controller (41)'
  311.       'Controller (42)'
  312.       'Controller (43)'
  313.       'Controller (44)'
  314.       'Controller (45)'
  315.       'Controller (46)'
  316.       'Controller (47)'
  317.       'Controller (48)'
  318.       'Controller (49)'
  319.       'Controller (50)'
  320.       'Controller (51)'
  321.       'Controller (52)'
  322.       'Controller (53)'
  323.       'Controller (54)'
  324.       'Controller (55)'
  325.       'Controller (56)'
  326.       'Controller (57)'
  327.       'Controller (58)'
  328.       'Controller (59)'
  329.       'Controller (60)'
  330.       'Controller (61)'
  331.       'Controller (62)'
  332.       'Controller (63)'
  333.       'Controller (64)'
  334.       'Controller (65)'
  335.       'Controller (66)'
  336.       'Controller (67)'
  337.       'Controller (68)'
  338.       'Controller (69)'
  339.       'Controller (70)'
  340.       'Controller (71)'
  341.       'Controller (72)'
  342.       'Controller (73)'
  343.       'Controller (74)'
  344.       'Controller (75)'
  345.       'Controller (76)'
  346.       'Controller (77)'
  347.       'Controller (78)'
  348.       'Controller (79)'
  349.       'Controller (80)'
  350.       'Controller (81)'
  351.       'Controller (82)'
  352.       'Controller (83)'
  353.       'Controller (84)'
  354.       'Controller (85)'
  355.       'Controller (86)'
  356.       'Controller (87)'
  357.       'Controller (88)'
  358.       'Controller (89)'
  359.       'Controller (80)'
  360.       'Controller (91)'
  361.       'Controller (92)'
  362.       'Controller (93)'
  363.       'Controller (94)'
  364.       'Controller (95)'
  365.       'Controller (96)'
  366.       'Controller (97)'
  367.       'Controller (98)'
  368.       'Controller (99)'
  369.       'Controller (100)'
  370.       'Controller (101)'
  371.       'Controller (102)'
  372.       'Controller (103)'
  373.       'Controller (104)'
  374.       'Controller (105)'
  375.       'Controller (106)'
  376.       'Controller (107)'
  377.       'Controller (108)'
  378.       'Controller (109)'
  379.       'Controller (110)'
  380.       'Controller (111)'
  381.       'Controller (112)'
  382.       'Controller (113)'
  383.       'Controller (114)'
  384.       'Controller (115)'
  385.       'Controller (116)'
  386.       'Controller (117)'
  387.       'Controller (118)'
  388.       'Controller (119)'
  389.       'Controller (120)'
  390.       'Controller (121)'
  391.       'Controller (122)'
  392.       'Controller (123)'
  393.       'Controller (124)'
  394.       'Controller (125)'
  395.       'Controller (126)'
  396.       'Controller (127)')
  397.     ParentFont = False
  398.     ParentShowHint = False
  399.     ShowHint = True
  400.     TabOrder = 0
  401.     Visible = False
  402.     OnKeyDown = ListKeyDown
  403.     OnMouseUp = ListMouseUp
  404.   end
  405. end
  406.