📄 frmmanage.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmmanage
Caption = "用户管理"
ClientHeight = 3585
ClientLeft = 60
ClientTop = 345
ClientWidth = 3435
LinkTopic = "Form1"
ScaleHeight = 3585
ScaleWidth = 3435
StartUpPosition = 2 '屏幕中心
Begin TabDlg.SSTab stabman
Height = 3135
Left = 120
TabIndex = 0
Top = 240
Width = 3255
_ExtentX = 5741
_ExtentY = 5530
_Version = 393216
Tabs = 1
TabHeight = 520
TabCaption(0) = "用户管理"
TabPicture(0) = "frmmanage.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Label2"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Command1"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "Text1"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).Control(4)= "Text2"
Tab(0).Control(4).Enabled= 0 'False
Tab(0).Control(5)= "Command2"
Tab(0).Control(5).Enabled= 0 'False
Tab(0).ControlCount= 6
Begin VB.CommandButton Command2
Caption = "取消"
Height = 350
Left = 1800
TabIndex = 6
Top = 2520
Width = 950
End
Begin VB.TextBox Text2
Height = 350
Left = 1680
TabIndex = 5
Text = "Text2"
Top = 1680
Width = 1100
End
Begin VB.TextBox Text1
Height = 350
Left = 1680
TabIndex = 3
Text = "Text1"
Top = 840
Width = 1100
End
Begin VB.CommandButton Command1
Caption = "确认"
Height = 350
Left = 360
TabIndex = 1
Top = 2520
Width = 950
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "请确认新密码:"
Height = 180
Left = 240
TabIndex = 4
Top = 1800
Width = 1260
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "请输入新密码:"
Height = 180
Left = 240
TabIndex = 2
Top = 960
Width = 1260
End
End
End
Attribute VB_Name = "frmmanage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -