📄 frmuser.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmUser
BackColor = &H80000001&
BorderStyle = 3 'Fixed Dialog
Caption = "用户管理"
ClientHeight = 5610
ClientLeft = 45
ClientTop = 330
ClientWidth = 10800
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 5610
ScaleWidth = 10800
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
BackColor = &H80000001&
Caption = "用户设置"
Enabled = 0 'False
Height = 2655
Left = 240
TabIndex = 12
Top = 480
Width = 5895
Begin VB.TextBox Text2
Appearance = 0 'Flat
DataField = "User_Name"
DataSource = "AdoUser"
Height = 270
Left = 1320
TabIndex = 15
Top = 480
Width = 1335
End
Begin VB.TextBox Text3
Appearance = 0 'Flat
DataField = "User_Pswd"
DataSource = "AdoUser"
Height = 270
Left = 1320
TabIndex = 14
Top = 960
Width = 1335
End
Begin VB.ComboBox Combo1
Appearance = 0 'Flat
DataField = "User_Limit"
DataSource = "AdoUser"
Height = 300
ItemData = "frmUser.frx":0000
Left = 1320
List = "frmUser.frx":0013
TabIndex = 13
Top = 1440
Width = 1335
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "用 户 名:"
Height = 255
Left = 240
TabIndex = 24
Top = 480
Width = 1095
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "密 码:"
Height = 255
Left = 240
TabIndex = 23
Top = 960
Width = 975
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "用户权限:"
Height = 255
Left = 240
TabIndex = 22
Top = 1440
Width = 975
End
Begin VB.Label Label5
BackColor = &H80000001&
BackStyle = 0 'Transparent
Caption = "用户权限说明:"
Height = 255
Left = 3360
TabIndex = 21
Top = 240
Width = 1335
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "1 -- 系统管理员"
Height = 255
Left = 3600
TabIndex = 20
Top = 600
Width = 1695
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "2 -- 顾客、订单管理员"
Height = 255
Left = 3600
TabIndex = 19
Top = 840
Width = 1935
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "3 -- 销售管理员"
Height = 255
Left = 3600
TabIndex = 18
Top = 1080
Width = 1935
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "4 -- 仓库管理员"
Height = 255
Left = 3600
TabIndex = 17
Top = 1320
Width = 1575
End
Begin VB.Label Label10
BackStyle = 0 'Transparent
Caption = "5 -- 信息查询员"
Height = 255
Left = 3600
TabIndex = 16
Top = 1560
Width = 1575
End
End
Begin VB.CommandButton Cmd_Exit
Caption = "返回"
Height = 375
Left = 7440
TabIndex = 10
Top = 3480
Width = 1215
End
Begin VB.CommandButton Cmd_Update
Caption = "修改信息"
Height = 375
Left = 6240
TabIndex = 9
Top = 3480
Width = 1215
End
Begin VB.CommandButton Cmd_Del
Caption = "删除用户"
Height = 375
Left = 4920
TabIndex = 8
Top = 3480
Width = 1335
End
Begin VB.CommandButton Cmd_Addnew
Caption = "新建用户"
Height = 375
Left = 3720
TabIndex = 7
Top = 3480
Width = 1215
End
Begin VB.Frame Frame3
BackColor = &H80000001&
Caption = "用户信息查询"
Height = 1335
Left = 360
TabIndex = 1
Top = 3960
Width = 10215
Begin VB.CommandButton Cmd_Search
Caption = "开始查询"
Height = 495
Left = 6600
TabIndex = 6
Top = 480
Width = 1215
End
Begin VB.ComboBox Combo2
Appearance = 0 'Flat
Height = 300
ItemData = "frmUser.frx":0026
Left = 4200
List = "frmUser.frx":0039
TabIndex = 5
Top = 600
Width = 1575
End
Begin VB.TextBox Text5
Appearance = 0 'Flat
Height = 270
Left = 1200
TabIndex = 4
Top = 600
Width = 1575
End
Begin VB.Label Label14
BackStyle = 0 'Transparent
Caption = "用户权限:"
Height = 255
Left = 3240
TabIndex = 3
Top = 600
Width = 1095
End
Begin VB.Label Label12
BackStyle = 0 'Transparent
Caption = "用 户 名:"
Height = 255
Left = 240
TabIndex = 2
Top = 600
Width = 975
End
End
Begin VB.Frame Frame2
BackColor = &H80000001&
Caption = "用户信息列表"
Height = 2655
Left = 6360
TabIndex = 0
Top = 480
Width = 4095
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "frmUser.frx":004C
Height = 2175
Left = 120
TabIndex = 11
Top = 360
Width = 4335
_ExtentX = 7646
_ExtentY = 3836
_Version = 393216
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -