home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form MBAbout
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "About..."
- ClientHeight = 5100
- ClientLeft = 1980
- ClientTop = 1440
- ClientWidth = 4044
- ControlBox = 0 'False
- Height = 5472
- Left = 1932
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5100
- ScaleWidth = 4044
- Top = 1116
- Width = 4140
- Begin CommandButton cmdOK
- Cancel = -1 'True
- Caption = "&OK"
- Default = -1 'True
- Height = 495
- Left = 1380
- TabIndex = 0
- Top = 4500
- Width = 1335
- End
- Begin Label Label14
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Midstream Inc."
- Height = 252
- Left = 1200
- TabIndex = 14
- Top = 3360
- Width = 1572
- End
- Begin Label Label13
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "1801 North Hampton Road Suite 315"
- Height = 252
- Left = 420
- TabIndex = 13
- Top = 3540
- Width = 3192
- End
- Begin Label Label12
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "DeSoto, TX 75115-2399"
- Height = 252
- Left = 900
- TabIndex = 12
- Top = 3720
- Width = 1992
- End
- Begin Label Label11
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "(214) 283-8446"
- Height = 252
- Left = 1320
- TabIndex = 11
- Top = 3900
- Width = 1332
- End
- Begin Label Label10
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Version 2.0 && 2.1 by Woody Pewitt CIS 71670, 3203"
- Height = 432
- Left = 660
- TabIndex = 10
- Top = 2940
- Width = 2904
- WordWrap = -1 'True
- End
- Begin Image Image2
- Height = 384
- Left = 540
- Picture = MBABOUT.FRX:0000
- Top = 4080
- Width = 384
- End
- Begin Image Image1
- Height = 384
- Left = 2940
- Picture = MBABOUT.FRX:0302
- Top = 4080
- Width = 384
- End
- Begin Label Label6
- BackStyle = 0 'Transparent
- Caption = "(206) 324-9024"
- Height = 252
- Left = 1320
- TabIndex = 6
- Top = 2640
- Width = 1332
- End
- Begin Label Label5
- BackStyle = 0 'Transparent
- Caption = "Seattle, WA 98122"
- Height = 252
- Left = 1200
- TabIndex = 5
- Top = 2460
- Width = 1692
- End
- Begin Label Label4
- BackStyle = 0 'Transparent
- Caption = "1202 East Pike Street Suite 665"
- Height = 252
- Left = 720
- TabIndex = 4
- Top = 2280
- Width = 2892
- End
- Begin Label Label3
- BackStyle = 0 'Transparent
- Caption = "Geoduck Systems"
- Height = 252
- Left = 1200
- TabIndex = 3
- Top = 2100
- Width = 1572
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Developed by Richard Buhrer CIS 70671, 1501"
- Height = 375
- Left = 720
- TabIndex = 2
- Top = 1680
- Width = 2775
- End
- Begin Label Label8
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "User Friendly Incorporated CIS 76702, 1605"
- Height = 375
- Left = 840
- TabIndex = 8
- Top = 1200
- Width = 2415
- End
- Begin Label Label9
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Inspired by a WordBASIC Macro by Jonathon Zuck"
- Height = 375
- Left = 360
- TabIndex = 9
- Top = 840
- Width = 3255
- End
- Begin Label Label7
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "MsgBox Code Generator"
- FontBold = 0 'False
- FontItalic = -1 'True
- FontName = "MS Serif"
- FontSize = 9.6
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 600
- TabIndex = 7
- Top = 480
- Width = 2655
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "MsgBox Editor 2.1"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 3615
- End
- Option Explicit
- Sub cmdOK_Click ()
- Unload MBAbout
- End Sub
- Sub Form_Load ()
- Call CenterOnForm(MsgBxGen, Me)
- End Sub
-