?? 登錄.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6555
ClientLeft = 60
ClientTop = 390
ClientWidth = 9885
LinkTopic = "Form1"
ScaleHeight = 18728.57
ScaleMode = 0 'User
ScaleWidth = 10560.9
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "宋體"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4560
TabIndex = 7
Top = 5040
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "確定"
Default = -1 'True
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1440
TabIndex = 6
Top = 5040
Width = 1695
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 3375
Left = 360
TabIndex = 1
Top = 1320
Width = 6255
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋體"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
IMEMode = 3 'DISABLE
Left = 1200
PasswordChar = "*"
TabIndex = 5
Top = 1800
Width = 4215
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋體"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1200
TabIndex = 4
Top = 600
Width = 4215
End
Begin VB.Label Label3
Caption = "密碼"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 240
TabIndex = 3
Top = 1920
Width = 2655
End
Begin VB.Label Label2
Caption = "帳號"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 240
TabIndex = 2
Top = 720
Width = 2175
End
End
Begin VB.Label Label4
Caption = "本版權屬于 劉振華 編號20054440216"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4800
TabIndex = 8
Top = 6000
Width = 5055
End
Begin VB.Image Image1
Height = 3600
Left = 6600
Picture = "登錄.frx":0000
Top = 0
Width = 3495
End
Begin VB.Label Label1
Caption = "歡迎使用售書管理系統(tǒng)"
BeginProperty Font
Name = "楷體_GB2312"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 1215
Left = 600
TabIndex = 0
Top = 240
Width = 7485
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Text1.Text = "admin" And Text2.Text = "123" Then
Unload Me
form10.Show
Else
MsgBox "帳號或密碼錯誤!!"
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -