📄 frmuser.frm
字号:
VERSION 5.00
Begin VB.Form frmuser
BackColor = &H80000004&
BorderStyle = 0 'None
Caption = "用户管理"
ClientHeight = 2850
ClientLeft = 1050
ClientTop = 0
ClientWidth = 6030
ForeColor = &H00000000&
Icon = "frmuser.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2850
ScaleWidth = 6030
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdFirst
Height = 300
Left = 180
Picture = "frmuser.frx":33D2
Style = 1 'Graphical
TabIndex = 16
Top = 2340
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdPrevious
Height = 300
Left = 525
Picture = "frmuser.frx":3714
Style = 1 'Graphical
TabIndex = 15
Top = 2340
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdNext
Height = 300
Left = 5190
Picture = "frmuser.frx":3A56
Style = 1 'Graphical
TabIndex = 14
Top = 2340
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdLast
Height = 300
Left = 5535
Picture = "frmuser.frx":3D98
Style = 1 'Graphical
TabIndex = 13
Top = 2340
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdClose
BackColor = &H8000000A&
Caption = "关闭(&C)"
Height = 300
Left = 4800
Style = 1 'Graphical
TabIndex = 10
Top = 1980
Width = 1095
End
Begin VB.CommandButton cmdRefresh
BackColor = &H8000000A&
Caption = "刷新(&R)"
Height = 300
Left = 3645
MaskColor = &H00C0E0FF&
Style = 1 'Graphical
TabIndex = 9
Top = 1980
UseMaskColor = -1 'True
Width = 1095
End
Begin VB.CommandButton cmdDelete
BackColor = &H8000000A&
Caption = "删除(&D)"
Height = 300
Left = 2490
MaskColor = &H00FF8080&
Style = 1 'Graphical
TabIndex = 8
Top = 1980
Width = 1095
End
Begin VB.CommandButton cmdEdit
Caption = "编辑(&E)"
Height = 300
Left = 1335
TabIndex = 7
Top = 1980
Width = 1095
End
Begin VB.CommandButton cmdAdd
Caption = "新建(&N)"
Height = 300
Left = 180
TabIndex = 6
Top = 1980
Width = 1095
End
Begin VB.CommandButton cmdCancel
BackColor = &H8000000A&
Caption = "取消(&C)"
Height = 300
Left = 3630
MaskColor = &H00FF8080&
Style = 1 'Graphical
TabIndex = 12
Top = 1980
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton cmdUpdate
BackColor = &H80000004&
Caption = "保存(&S)"
Height = 300
Left = 1350
MaskColor = &H00FF8080&
Style = 1 'Graphical
TabIndex = 11
Top = 1980
Visible = 0 'False
Width = 1095
End
Begin VB.Frame Frame1
BackColor = &H00CFCFCF&
Caption = "用户信息"
Height = 1275
Left = 540
TabIndex = 2
Top = 510
Width = 4875
Begin VB.TextBox txtFields
BackColor = &H00FFFFFF&
DataField = "user_id"
ForeColor = &H00000000&
Height = 285
Index = 0
Left = 1680
TabIndex = 0
Top = 300
Width = 2475
End
Begin VB.TextBox txtFields
DataField = "user_ps"
ForeColor = &H00000000&
Height = 285
IMEMode = 3 'DISABLE
Index = 1
Left = 1680
PasswordChar = "*"
TabIndex = 1
Top = 750
Width = 2475
End
Begin VB.Label lblLabels
AutoSize = -1 'True
BackColor = &H00CFCFCF&
Caption = "用户名称:"
Height = 180
Index = 0
Left = 780
TabIndex = 4
Top = 345
Width = 810
End
Begin VB.Label lblLabels
AutoSize = -1 'True
BackColor = &H00CFCFCF&
Caption = "用户密码:"
Height = 180
Index = 1
Left = 780
TabIndex = 3
Top = 780
Width = 810
End
End
Begin VB.Label lblStatus
Alignment = 2 'Center
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Height = 285
Left = 870
TabIndex = 17
Top = 2340
Width = 4320
End
Begin VB.Image Imageicon
Height = 315
Left = 2115
Picture = "frmuser.frx":40DA
Stretch = -1 'True
Top = 540
Width = 315
End
Begin VB.Image imgTitleMinimize
Height = 210
Left = 2490
Picture = "frmuser.frx":5DA4
Stretch = -1 'True
Top = 570
Width = 210
End
Begin VB.Image imgTitleClose
Height = 210
Left = 1485
Picture = "frmuser.frx":5FEE
Stretch = -1 'True
Top = 360
Width = 210
End
Begin VB.Image imgTitleHelp
Height = 210
Left = 3120
Picture = "frmuser.frx":6238
Stretch = -1 'True
Top = 660
Width = 210
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "用户管理"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 240
Left = 2070
TabIndex = 5
Top = 180
Width = 840
End
Begin VB.Image imgWindowBottomRight
Height = 450
Left = 1080
Picture = "frmuser.frx":6482
Top = 0
Width = 285
End
Begin VB.Image imgWindowBottomLeft
Height = 450
Left = 720
Picture = "frmuser.frx":6BCC
Top = 0
Width = 285
End
Begin VB.Image imgTitleMain
Height = 450
Left = 0
Picture = "frmuser.frx":7316
Stretch = -1 'True
Top = 450
Width = 285
End
Begin VB.Image imgWindowRight
Height = 450
Left = 1080
Picture = "frmuser.frx":7A60
Stretch = -1 'True
Top = 480
Width = 285
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -