📄 yngc_frmadduser.frm
字号:
VERSION 5.00
Object = "{8ED8CCC1-8472-46D0-93E7-F66929B98442}#2.0#0"; "XPCMD.OCX"
Begin VB.Form yngc_frmAddUser
BorderStyle = 3 'Fixed Dialog
Caption = "用户管理"
ClientHeight = 6480
ClientLeft = 45
ClientTop = 435
ClientWidth = 4725
Icon = "yngc_frmAddUser.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6480
ScaleWidth = 4725
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame3
Height = 795
Left = 240
TabIndex = 13
Top = 5520
Width = 4272
Begin XPCmd.xpcmdbutton yngc_btnCreateUser
Height = 375
Left = 360
TabIndex = 15
Top = 240
Width = 1095
_ExtentX = 1931
_ExtentY = 661
Caption = " 创建用户"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin XPCmd.xpcmdbutton yngc_btnConfirm
Height = 375
Left = 360
TabIndex = 14
Top = 240
Width = 1095
_ExtentX = 1931
_ExtentY = 661
Caption = " 确 定"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin XPCmd.xpcmdbutton yngc_btnCancal
Height = 375
Left = 2280
TabIndex = 17
Top = 240
Width = 1095
_ExtentX = 1931
_ExtentY = 661
Caption = " 取 消"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin XPCmd.xpcmdbutton yngc_btnDelUser
Height = 375
Left = 2280
TabIndex = 16
Top = 240
Width = 1095
_ExtentX = 1931
_ExtentY = 661
Caption = " 删除用户"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Begin VB.Frame Frame2
Caption = "新添用户"
Height = 2655
Left = 240
TabIndex = 4
Top = 2760
Width = 4272
Begin VB.ComboBox yngc_txtRepId
Height = 315
Left = 1680
TabIndex = 18
Top = 2160
Width = 1935
End
Begin VB.TextBox yngc_txtUserName
Appearance = 0 'Flat
Height = 350
Left = 1680
TabIndex = 1
Top = 740
Width = 1935
End
Begin VB.TextBox yngc_txtConfirmPwd
Appearance = 0 'Flat
Height = 350
IMEMode = 3 'DISABLE
Left = 1680
PasswordChar = "*"
TabIndex = 3
Top = 1680
Width = 1935
End
Begin VB.TextBox yngc_txtUserPwd
Appearance = 0 'Flat
Height = 350
IMEMode = 3 'DISABLE
Left = 1680
PasswordChar = "*"
TabIndex = 2
Top = 1200
Width = 1935
End
Begin VB.TextBox yngc_txtUserId
Appearance = 0 'Flat
Height = 350
Left = 1680
TabIndex = 5
Top = 240
Width = 1932
End
Begin VB.TextBox yngc_txtFirstPwd
Appearance = 0 'Flat
Height = 350
IMEMode = 3 'DISABLE
Left = 1680
PasswordChar = "*"
TabIndex = 0
Top = 240
Width = 1935
End
Begin VB.Label Label1
Caption = "输入用户名:"
Height = 255
Left = 600
TabIndex = 10
Top = 840
Width = 1155
End
Begin VB.Label Label2
Caption = "输入密码:"
Height = 255
Left = 760
TabIndex = 9
Top = 1320
Width = 915
End
Begin VB.Label Label3
Caption = "确认密码:"
Height = 255
Left = 760
TabIndex = 8
Top = 1800
Width = 915
End
Begin VB.Label Label4
Caption = "部门代码:"
Height = 255
Left = 760
TabIndex = 7
Top = 2280
Width = 915
End
Begin VB.Label Label5
Caption = "输入用户ID:"
Height = 252
Left = 600
TabIndex = 6
Top = 360
Width = 1152
End
End
Begin VB.Frame Frame1
Caption = "已有用户"
Height = 2412
Left = 240
TabIndex = 11
Top = 120
Width = 4272
Begin VB.ListBox yngc_lstUserOwed
Height = 1815
Left = 140
TabIndex = 12
Top = 360
Width = 3972
End
End
End
Attribute VB_Name = "yngc_frmAddUser"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
''***********************************************************************************************
''*******************模块名称:yngc_frmAddUser ****************************
''*******************功能描述:用户管理 ****************************
''*******************依赖关系:无 ****************************
''*******************作者:李建东 ****************************
''*******************创建日期:2005年12月2日 *****************************
''*******************版权:云南省基础地理信息中心 *****************************
''*************************************************************************************************
Option Explicit
'用户ID
Private strUserId As String
'用户姓名
Private strUserName As String
'用户密码
Private strUserPwd As String
'选择项的索引
Private intListIndex As Integer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -