【VB开源代码栏目提醒】:网学会员VB开源代码为您提供mannage.frm参考,解决您在mannage.frm学习中工作中的难题,参考学习。
VERSION 5.00
Begin VB.Form manager
Caption = "Form1"
ClientHeight = 3270
ClientLeft = 60
ClientTop = 450
ClientWidth = 5145
LinkTopic = "Form1"
ScaleHeight = 3270
ScaleWidth = 5145
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command2
Caption = "取消"
Height = 615
Left = 2640
TabIndex = 3
Top = 2520
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 615
Left = 1080
TabIndex = 2
Top = 2520
Width = 1335
End
Begin VB.TextBox Text1
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 1
Text = "Text1"
Top = 1800
Width = 4215
End
Begin
VB.Label Label1
Alignment = 2 'Center
Caption = "请输入管理员密码"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 0
Top = 360
Width = 4095
End
End
Attribute VB_Name = "manager"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False