home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
PROGRAM
/
VISBASIC
/
EMED16A
/
SAMPLES
/
VB
/
FRMABOUT.FR_
/
FRMABOUT.FR
Wrap
Text File
|
1994-09-06
|
4KB
|
132 lines
VERSION 2.00
Begin Form frmAbout
BorderStyle = 3 'Fixed Double
Caption = "About"
ClientHeight = 2790
ClientLeft = 885
ClientTop = 2025
ClientWidth = 4650
Height = 3195
Left = 825
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2790
ScaleWidth = 4650
Top = 1680
Width = 4770
Begin Frame Frame1
Height = 15
Left = 0
TabIndex = 7
Top = 720
Width = 5295
End
Begin TextBox Text4
Alignment = 2 'Center
BorderStyle = 0 'None
Enabled = 0 'False
Height = 195
Left = 0
MultiLine = -1 'True
TabIndex = 5
TabStop = 0 'False
Text = "source code see emedit.hlp."
Top = 1650
Width = 4515
End
Begin TextBox Text3
Alignment = 2 'Center
BorderStyle = 0 'None
Enabled = 0 'False
Height = 195
Left = 30
MultiLine = -1 'True
TabIndex = 4
TabStop = 0 'False
Text = "To register the VBX or to order the C++"
Top = 1440
Width = 4545
End
Begin TextBox Text2
Alignment = 2 'Center
BorderStyle = 0 'None
Enabled = 0 'False
Height = 195
Left = 0
MultiLine = -1 'True
TabIndex = 3
Text = "Morning Editor VBX."
Top = 1110
Width = 4515
End
Begin TextBox Text1
Alignment = 2 'Center
BorderStyle = 0 'None
Enabled = 0 'False
Height = 195
Left = 0
MultiLine = -1 'True
TabIndex = 2
TabStop = 0 'False
Text = "The Early Morning EditPad was built with the Early"
Top = 900
Width = 4545
End
Begin CommandButton Command1
Caption = "OK"
Height = 495
Left = 1680
TabIndex = 1
Top = 2040
Width = 915
End
Begin PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Enabled = 0 'False
Height = 480
Left = 120
Picture = FRMABOUT.FRX:0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 0
TabStop = 0 'False
Top = 120
Width = 480
End
Begin TextBox Text9
Alignment = 2 'Center
BorderStyle = 0 'None
Enabled = 0 'False
Height = 225
Left = 720
MultiLine = -1 'True
TabIndex = 6
TabStop = 0 'False
Text = "Early Morning EditPad : Visual Basic Version"
Top = 240
Width = 3855
End
End
Option Explicit
Sub Command1_Click ()
Unload Me
End Sub
Sub Form_Load ()
'Dim RegisterText As String
'RegisterText = "The Early Morning Editor is built "
'with the Early Morning Visual"
'Basic Editor Control.
'To register a copy of the Control
'send $30 to...
' Ted Stockwell
' 3544 W. 83rd Place
' Chicago, IL 60652
' (312)925-1628
End Sub