📄 frmdenglu.frm
字号:
VERSION 5.00
Begin VB.Form frmdenglu
Caption = "登陆窗口"
ClientHeight = 1635
ClientLeft = 60
ClientTop = 345
ClientWidth = 4320
LinkTopic = "Form1"
ScaleHeight = 1635
ScaleWidth = 4320
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox TxtOld
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Height = 270
IMEMode = 3 'DISABLE
Left = 1545
MaxLength = 6
PasswordChar = "*"
TabIndex = 9
Top = 1920
Width = 1140
End
Begin VB.TextBox TxtNew
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Height = 270
IMEMode = 3 'DISABLE
Left = 1545
MaxLength = 6
PasswordChar = "*"
TabIndex = 8
Top = 2430
Width = 1140
End
Begin VB.TextBox TxtNew2
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Height = 270
IMEMode = 3 'DISABLE
Left = 1545
MaxLength = 6
PasswordChar = "*"
TabIndex = 7
Top = 2955
Width = 1140
End
Begin VB.CommandButton btnAmend
BackColor = &H8000000A&
Caption = "修 改"
Height = 315
Left = 2925
MaskColor = &H00FFFFFF&
Style = 1 'Graphical
TabIndex = 6
Top = 2925
Width = 825
End
Begin VB.CheckBox Check1
Caption = "是否修改密码"
Height = 180
Left = 480
TabIndex = 5
Top = 1320
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "登陆"
Height = 375
Left = 3360
TabIndex = 4
Top = 840
Width = 735
End
Begin VB.TextBox txtpass
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
Height = 375
IMEMode = 3 'DISABLE
Left = 960
PasswordChar = "*"
TabIndex = 3
Top = 840
Width = 2055
End
Begin VB.TextBox txtguanli
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 960
TabIndex = 2
Text = "韩雨"
Top = 240
Width = 2055
End
Begin VB.Label Label5
BackColor = &H80000009&
BackStyle = 0 'Transparent
Caption = "请输入旧密码:"
Height = 225
Left = 360
TabIndex = 12
Top = 1950
Width = 1410
End
Begin VB.Label Label3
BackColor = &H80000009&
BackStyle = 0 'Transparent
Caption = "请输入新密码:"
Height = 225
Left = 360
TabIndex = 11
Top = 2475
Width = 1365
End
Begin VB.Label Label4
BackColor = &H80000009&
BackStyle = 0 'Transparent
Caption = "再输入新密码:"
Height = 225
Left = 360
TabIndex = 10
Top = 3030
Width = 1395
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderStyle = 6 'Inside Solid
DrawMode = 1 'Blackness
X1 = 0
X2 = 4320
Y1 = 1560
Y2 = 1560
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "密码"
Height = 180
Left = 240
TabIndex = 1
Top = 960
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "管理员"
Height = 180
Left = 120
TabIndex = 0
Top = 360
Width = 540
End
End
Attribute VB_Name = "frmdenglu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim n, FileNo
Private Sub mima()
End Sub
Private Sub Check1_Click()
If Check1.Value = 1 Then
frmdenglu.Height = 3885
Else
frmdenglu.Height = 2040
End If
End Sub
Private Sub Command1_Click()
frmdenglu.Hide
frmzhujiemian.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -