用VB6.0编写自我升级的程序(三) (1)
中华网科技 http://tech.china.com
2005-06-23 11:47:25
|
|
|
VERSION 5.00
Begin VB.Form frmUpdate
BackColor = &H80000007&
BorderStyle = 0 ‘None
Caption = "Form1"
ClientHeight = 1185
ClientLeft = 0
ClientTop = 0
ClientWidth = 5400
LinkTopic = "Form1"
MaxButton = 0 ‘False
MinButton = 0 ‘False
ScaleHeight = 1185
ScaleWidth = 5400
ShowInTaskbar = 0 ‘False
StartUpPosition = 2 ‘屏幕中心
Begin VB.CommandButton Command1
Appearance = 0 ‘Flat
Caption = "关闭"
Height = 435
Left = 2130
TabIndex = 0
Top = 630
Visible = 0 ‘False
Width = 1245
End
Begin VB.Label lblCap
AutoSize = -1 ‘True
BackStyle = 0 ‘Transparent
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 ‘False
Italic = 0 ‘False
Strikethrough = 0 ‘False
EndProperty
ForeColor = &H000000FF&
Height = 240
Left = 330
TabIndex = 1
Top = 150
Width = 120
End
Begin VB.Shape Shape1
BackColor = &H00C0FFFF&
BackStyle = 1 ‘Opaque
BorderColor = &H0000FF00&
Height = 1065
Left = 60
Top = 60
Width = 5265
End
End
首页 上页 | 1 | 2 | 3 | 4... 下页 尾页 共 4 页 |