home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / nettools / audio / midinigh / mn.exe / 0 / RCDATA / TDRUMDLG / TDRUMDLG.txt
Text File  |  1996-08-29  |  4KB  |  149 lines

  1. object drumDlg: TdrumDlg
  2.   Left = 202
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Drum track(s) and channel(s)'
  7.   ClientHeight = 239
  8.   ClientWidth = 304
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CancelBtn: TBitBtn
  17.     Left = 116
  18.     Top = 206
  19.     Width = 77
  20.     Height = 27
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.     TabOrder = 2
  27.     Kind = bkCancel
  28.     Margin = 2
  29.     Spacing = -1
  30.     IsControl = True
  31.   end
  32.   object HelpBtn: TBitBtn
  33.     Left = 200
  34.     Top = 206
  35.     Width = 77
  36.     Height = 27
  37.     HelpContext = 1000
  38.     Caption = 'Help'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 3
  45.     OnClick = HelpBtnClick
  46.     Kind = bkHelp
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 8
  53.     Top = 8
  54.     Width = 289
  55.     Height = 185
  56.     TabOrder = 0
  57.     object addButton: TButton
  58.       Left = 64
  59.       Top = 24
  60.       Width = 77
  61.       Height = 27
  62.       Caption = 'Add'
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       TabOrder = 0
  69.       OnClick = addButtonClick
  70.     end
  71.     object deleteButton: TButton
  72.       Left = 152
  73.       Top = 24
  74.       Width = 77
  75.       Height = 27
  76.       Caption = 'Remove'
  77.       Enabled = False
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 1
  84.       OnClick = deleteButtonClick
  85.     end
  86.     object StringGrid1: TStringGrid
  87.       Left = 8
  88.       Top = 65
  89.       Width = 274
  90.       Height = 112
  91.       ColCount = 2
  92.       FixedCols = 0
  93.       RowCount = 2
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = [fsBold]
  98.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  99.       ParentFont = False
  100.       ScrollBars = ssVertical
  101.       TabOrder = 2
  102.       OnClick = StringGrid1Click
  103.       OnEnter = StringGrid1Enter
  104.       OnExit = StringGrid1Exit
  105.       OnKeyPress = StringGrid1KeyPress
  106.       OnSelectCell = StringGrid1SelectCell
  107.       ColWidths = (
  108.         138
  109.         131)
  110.     end
  111.   end
  112.   object OKbutton: TBitBtn
  113.     Left = 32
  114.     Top = 206
  115.     Width = 77
  116.     Height = 27
  117.     Caption = 'OK'
  118.     Font.Color = clBlack
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     ModalResult = 1
  123.     ParentFont = False
  124.     TabOrder = 1
  125.     OnClick = OKbuttonClick
  126.     Glyph.Data = {
  127.       DE010000424DDE01000000000000760000002800000024000000120000000100
  128.       0400000000006801000000000000000000000000000000000000000000000000
  129.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  130.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  131.       3333333333333333333333330000333333333333333333333333F33333333333
  132.       00003333344333333333333333377F3333333333000033334224333333333333
  133.       337337F3333333330000333422224333333333333733337F3333333300003342
  134.       222224333333333373333337F3333333000034222A22224333333337F337F333
  135.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  136.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  137.       0000333333333A222433333333333337F337F33300003333333333A222433333
  138.       333333337F337F33000033333333333A222433333333333337F337F300003333
  139.       33333333A222433333333333337F337F00003333333333333A22433333333333
  140.       3337F37F000033333333333333A223333333333333337F730000333333333333
  141.       333A333333333333333337330000333333333333333333333333333333333333
  142.       0000}
  143.     Margin = 2
  144.     NumGlyphs = 2
  145.     Spacing = -1
  146.     IsControl = True
  147.   end
  148. end
  149.