📄 frmphuser.frm
字号:
VERSION 5.00
Begin VB.Form frmPHuser
BorderStyle = 0 'None
ClientHeight = 3750
ClientLeft = 0
ClientTop = 0
ClientWidth = 4650
LinkTopic = "Form1"
Picture = "frmPHuser.frx":0000
ScaleHeight = 3750
ScaleWidth = 4650
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture2
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 345
Left = 2670
Picture = "frmPHuser.frx":38E6A
ScaleHeight = 23
ScaleMode = 3 'Pixel
ScaleWidth = 80
TabIndex = 6
Top = 2760
Width = 1200
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 345
Left = 870
Picture = "frmPHuser.frx":3A43C
ScaleHeight = 23
ScaleMode = 3 'Pixel
ScaleWidth = 80
TabIndex = 5
Top = 2760
Width = 1200
End
Begin VB.TextBox Text2
Appearance = 0 'Flat
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
IMEMode = 3 'DISABLE
Left = 2490
PasswordChar = "*"
TabIndex = 1
Top = 1380
Width = 1485
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 2490
TabIndex = 0
Top = 990
Width = 1485
End
Begin VB.TextBox Text3
Appearance = 0 'Flat
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
IMEMode = 3 'DISABLE
Left = 2490
TabIndex = 2
Top = 1770
Width = 1485
End
Begin VB.TextBox Text4
Appearance = 0 'Flat
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
IMEMode = 3 'DISABLE
Left = 2490
TabIndex = 3
Top = 2160
Width = 1485
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "密 码"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 4
Left = 1440
TabIndex = 10
Top = 1410
Width = 1005
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "用 户 名"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 1440
TabIndex = 9
Top = 1020
Width = 1005
End
Begin VB.Image Image1
Height = 585
Left = 540
Picture = "frmPHuser.frx":3BA0E
Top = 840
Width = 570
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "日 期"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 1440
TabIndex = 8
Top = 1800
Width = 1005
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "时 间"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 1440
TabIndex = 7
Top = 2190
Width = 1005
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "系统登录"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 315
Index = 0
Left = 870
TabIndex = 4
Top = 300
Width = 945
End
End
Attribute VB_Name = "frmPHuser"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim n As Integer
Dim jframe As New dframe
Private Sub Form_Load()
rgn1 = 0
n = 0
Dim Ma As Dat
Show
Open App.Path & "\login.dat" For Random As #1 Len = Len(Ma)
Do While Not EOF(1)
n = n + 1
Get #1, n, Ma
If rgn1 = 0 Then rgn1 = CreateRectRgn(Ma.sx, Ma.sy, Ma.ex, Ma.ey)
If rgn1 <> 0 Then
rgn2 = CreateRectRgn(Ma.sx, Ma.sy, Ma.ex, Ma.ey)
CombineRgn rgn1, rgn1, rgn2, 2
'释放系统资源
DeleteObject rgn2
End If
Loop
'关闭文件
Close #1
SetWindowRgn hwnd, rgn1, True
DeleteObject rgn1
'''''''
Text1.Text = "Superadmin"
Text2.Text = "Superadmin"
Text3.Text = Format(Now(), "yyyy年mm月dd日")
Text4.Text = Format(Now(), "hh:mm:ss")
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
' Picture1.Cls
' Picture2.Cls
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture2
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture1
End Sub
Private Sub Picture1_Click()
Unload Me
frmPHmainmenu.Show
End Sub
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture2
jframe.danum = 6
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture1
End Sub
Private Sub Picture1_Paint()
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture1
End Sub
Private Sub Picture2_Click()
Unload Me
End
End Sub
Private Sub Picture2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
jframe.danum = 6
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture2
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture1
End Sub
Private Sub Picture2_Paint()
jframe.danum = 8
jframe.rtop = 5
jframe.rleft = 1
jframe.rright = 75
jframe.rbottom = 23
jframe.ddrawc Picture2
End Sub
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
KeyAscii = 0
SendKeys "{tab}"
End If
End Sub
Private Sub Text2_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
KeyAscii = 0
SendKeys "{tab}"
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -