⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmuseradmin.frm

📁 公司订单管理系统,这对于方便公司管理床单
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmUserAdmin 
   BackColor       =   &H00FF80FF&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "用戶管理"
   ClientHeight    =   7320
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6825
   Icon            =   "frmUserAdmin.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   488
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   455
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.OptionButton optUserAdminC 
      BackColor       =   &H00FF80FF&
      Caption         =   "【删除当前用户】"
      Height          =   255
      Left            =   600
      TabIndex        =   26
      Top             =   5400
      Width           =   1815
   End
   Begin VB.CommandButton cmdExit 
      BackColor       =   &H00FF80FF&
      Caption         =   "退出系统[&E]"
      Height          =   375
      Left            =   4800
      Style           =   1  'Graphical
      TabIndex        =   22
      Top             =   6720
      Width           =   1215
   End
   Begin VB.OptionButton optUserAdminB 
      BackColor       =   &H00FF80FF&
      Caption         =   "【添加新用户】"
      Height          =   255
      Left            =   600
      TabIndex        =   11
      Top             =   3000
      Width           =   1815
   End
   Begin VB.OptionButton optUserAdminA 
      BackColor       =   &H00FF80FF&
      Caption         =   "【用户权限设置】"
      Height          =   255
      Left            =   600
      TabIndex        =   0
      Top             =   360
      Width           =   1815
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FF80FF&
      Height          =   2415
      Left            =   480
      TabIndex        =   23
      Top             =   360
      Width           =   5775
      Begin VB.TextBox txtUserPasswordAgain 
         Height          =   285
         IMEMode         =   3  'DISABLE
         Left            =   1440
         MaxLength       =   16
         PasswordChar    =   "*"
         TabIndex        =   6
         Top             =   1440
         Width           =   2535
      End
      Begin VB.TextBox txtUserName 
         Height          =   270
         Left            =   1440
         MaxLength       =   16
         TabIndex        =   2
         Top             =   480
         Width           =   2535
      End
      Begin VB.TextBox txtUserPassword 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   1440
         MaxLength       =   16
         PasswordChar    =   "*"
         TabIndex        =   4
         Top             =   960
         Width           =   2535
      End
      Begin VB.OptionButton optUserAuthorityA1 
         BackColor       =   &H00FF80FF&
         Caption         =   "普通用户"
         Height          =   255
         Left            =   1440
         TabIndex        =   8
         Top             =   1920
         Value           =   -1  'True
         Width           =   1095
      End
      Begin VB.OptionButton optUserAuthorityA2 
         BackColor       =   &H00FF80FF&
         Caption         =   "管理员"
         Height          =   255
         Left            =   2760
         TabIndex        =   9
         Top             =   1920
         Width           =   975
      End
      Begin VB.CommandButton cmdUpdateUserAuthority 
         BackColor       =   &H00FF80FF&
         Caption         =   "更改权限[&U]"
         Height          =   375
         Left            =   4320
         Style           =   1  'Graphical
         TabIndex        =   10
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户权限:"
         Height          =   180
         Left            =   480
         TabIndex        =   7
         Top             =   1920
         Width           =   900
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户名称:"
         Height          =   180
         Left            =   480
         TabIndex        =   1
         Top             =   480
         Width           =   900
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "密码:"
         Height          =   180
         Left            =   840
         TabIndex        =   3
         Top             =   960
         Width           =   540
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "再次输入:"
         Height          =   180
         Left            =   480
         TabIndex        =   5
         Top             =   1440
         Width           =   900
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00FF80FF&
      Height          =   2175
      Left            =   480
      TabIndex        =   24
      Top             =   3000
      Width           =   5775
      Begin VB.OptionButton optUserAuthorityB1 
         BackColor       =   &H00FF80FF&
         Caption         =   "普通用戶"
         Height          =   180
         Left            =   1440
         TabIndex        =   19
         Top             =   1800
         Value           =   -1  'True
         Width           =   1095
      End
      Begin VB.OptionButton optUserAuthorityB2 
         BackColor       =   &H00FF80FF&
         Caption         =   "管理员"
         Height          =   180
         Left            =   2760
         TabIndex        =   20
         Top             =   1800
         Width           =   855
      End
      Begin VB.TextBox txtNewUserPasswordAgain 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   1440
         MaxLength       =   16
         PasswordChar    =   "*"
         TabIndex        =   17
         Top             =   1320
         Width           =   2535
      End
      Begin VB.TextBox txtNewUserPassword 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   1440
         MaxLength       =   16
         PasswordChar    =   "*"
         TabIndex        =   15
         Top             =   840
         Width           =   2535
      End
      Begin VB.TextBox txtNewUserName 
         Height          =   270
         Left            =   1440
         MaxLength       =   16
         TabIndex        =   13
         Top             =   360
         Width           =   2535
      End
      Begin VB.CommandButton cmdCreateUser 
         BackColor       =   &H00FF80FF&
         Caption         =   "创建用户[&C]"
         Height          =   375
         Left            =   4320
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户权限:"
         Height          =   180
         Left            =   480
         TabIndex        =   18
         Top             =   1800
         Width           =   900
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "再次输入:"
         Height          =   180
         Left            =   480
         TabIndex        =   16
         Top             =   1320
         Width           =   900
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "密码:"
         Height          =   180
         Left            =   840
         TabIndex        =   14
         Top             =   840
         Width           =   540
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "新用户名:"
         Height          =   180
         Left            =   480
         TabIndex        =   12
         Top             =   360
         Width           =   900
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00FF80FF&
      Caption         =   "Frame3"
      Height          =   975
      Left            =   480
      TabIndex        =   25
      Top             =   5400
      Width           =   5775
      Begin VB.CommandButton cmdDeleteUser 
         BackColor       =   &H00FF80FF&
         Caption         =   "删除用户[&D]"
         Height          =   375
         Left            =   4320
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   360
         Width           =   1215
      End
      Begin VB.TextBox txtCurUserName 
         Height          =   285
         Left            =   1440
         MaxLength       =   16
         TabIndex        =   28
         Top             =   400
         Width           =   2535
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "用户名称:"
         Height          =   180
         Left            =   480
         TabIndex        =   27
         Top             =   405
         Width           =   900
      End
   End
End
Attribute VB_Name = "frmUserAdmin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit


Private Sub Form_Load()
    
    '裝載字體設置
    frmUserAdmin_CharacterShow
    Frame1.Enabled = True
    Frame2.Enabled = False

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -