home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / sound / midiww / about.frm next >
Text File  |  1995-02-27  |  2KB  |  69 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00FFFFFF&
  4.    BorderStyle     =   3  'Fixed Double
  5.    ClientHeight    =   3240
  6.    ClientLeft      =   1095
  7.    ClientTop       =   1485
  8.    ClientWidth     =   7365
  9.    ControlBox      =   0   'False
  10.    Height          =   3765
  11.    Left            =   1035
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   3240
  16.    ScaleWidth      =   7365
  17.    Top             =   1020
  18.    Width           =   7485
  19.    Begin CommandButton Command1 
  20.       Caption         =   "OK"
  21.       Height          =   495
  22.       Left            =   3120
  23.       TabIndex        =   2
  24.       Top             =   2040
  25.       Width           =   1095
  26.    End
  27.    Begin Label Label2 
  28.       BorderStyle     =   1  'Fixed Single
  29.       Caption         =   "MidiWW is a Visual Basic custom control which allows you to send and receive MIDI data from your MIDI keyboard via your Windows sound card.  If you do not have a MIDI keyboard, you can use the control to play MIDI data on your sound card."
  30.       Height          =   855
  31.       Left            =   480
  32.       TabIndex        =   3
  33.       Top             =   960
  34.       Width           =   6255
  35.       WordWrap        =   -1  'True
  36.    End
  37.    Begin Label Label5 
  38.       BackColor       =   &H00FFFFFF&
  39.       Caption         =   "Copyright (c) 1994 W. Washington"
  40.       Height          =   255
  41.       Left            =   480
  42.       TabIndex        =   1
  43.       Top             =   2760
  44.       Width           =   3855
  45.    End
  46.    Begin Label Label1 
  47.       Alignment       =   2  'Center
  48.       BackColor       =   &H00C0C0C0&
  49.       BorderStyle     =   1  'Fixed Single
  50.       Caption         =   "Midi Custom Control Demo"
  51.       FontBold        =   -1  'True
  52.       FontItalic      =   0   'False
  53.       FontName        =   "MS Sans Serif"
  54.       FontSize        =   18
  55.       FontStrikethru  =   0   'False
  56.       FontUnderline   =   0   'False
  57.       Height          =   495
  58.       Left            =   480
  59.       TabIndex        =   0
  60.       Top             =   240
  61.       Width           =   6255
  62.    End
  63. End
  64.  
  65. Sub Command1_Click ()
  66.     Unload Me
  67. End Sub
  68.  
  69.