📄 readlogin.frm
字号:
VERSION 5.00
Begin VB.Form ReadLogin
BorderStyle = 5 'Sizable ToolWindow
Caption = "天海图书信息管理系统——读者登陆"
ClientHeight = 3960
ClientLeft = 60
ClientTop = 300
ClientWidth = 5985
ForeColor = &H00C000C0&
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "ReadLogin.frx":0000
ScaleHeight = 3960
ScaleWidth = 5985
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.ComboBox Combo1
Height = 300
Left = 2040
TabIndex = 6
Text = "超级用户"
Top = 2520
Width = 1455
End
Begin VB.CommandButton Command2
BackColor = &H00FFC0FF&
Caption = "取 消(&C)"
Height = 375
Left = 3960
MaskColor = &H8000000A&
Style = 1 'Graphical
TabIndex = 3
Top = 3000
Width = 1095
End
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H00FFC0FF&
Caption = "确 定(&E)"
Default = -1 'True
Height = 375
Left = 3960
Style = 1 'Graphical
TabIndex = 2
Top = 2520
Width = 1095
End
Begin VB.TextBox Text1
Height = 375
Left = 2040
TabIndex = 1
Top = 2985
Width = 1455
End
Begin VB.Image Image1
Height = 855
Left = 240
Picture = "ReadLogin.frx":6BE2
Top = 1320
Width = 2130
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "程序设计:天海工作室"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 240
Left = 3000
TabIndex = 7
Top = 1560
Width = 2550
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "用户名"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 240
Left = 840
TabIndex = 5
Top = 2520
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "密 码"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 240
Left = 840
TabIndex = 4
Top = 3120
Width = 600
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "天海图书管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C000C0&
Height = 765
Left = 0
TabIndex = 0
Top = 240
Width = 5760
End
End
Attribute VB_Name = "ReadLogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
'FrmMain.Data_Reader Text1
FrmMain.ReadId.Text = Text1.Text
FrmMain.Enabled = False
End Sub
Private Sub Command2_Click()
FrmMain.Enabled = False
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -