home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
4_2005-2006.ISO
/
data
/
Zips
/
Sudoku_Sol1924118152005.psc
/
frmStatus.frm
< prev
next >
Wrap
Text File
|
2005-07-17
|
1KB
|
49 lines
VERSION 5.00
Begin VB.Form frmStatus
Caption = "Status"
ClientHeight = 8190
ClientLeft = 60
ClientTop = 345
ClientWidth = 13575
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8190
ScaleWidth = 13575
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton btnClose
Caption = "Close"
Height = 495
Left = 6000
TabIndex = 1
Top = 7680
Width = 1695
End
Begin VB.TextBox txtStatus
BeginProperty Font
Name = "Courier New"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 7575
Left = 0
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Top = 0
Width = 13575
End
End
Attribute VB_Name = "frmStatus"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub btnClose_Click()
Unload Me
End Sub