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

📄 g用户管理.frm

📁 人事管理系统:包括员工公资的管理,考勤的管理,还有各种考核等功能
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form G用户管理 
   Caption         =   "用户管理"
   ClientHeight    =   3915
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8805
   LinkTopic       =   "Form1"
   ScaleHeight     =   3915
   ScaleWidth      =   8805
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame Frame 
      Caption         =   "用户管理"
      Height          =   3735
      Index           =   0
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8655
      Begin VB.Frame FrameInfo 
         Caption         =   "用户信息"
         Height          =   3375
         Left            =   2400
         TabIndex        =   4
         Top             =   240
         Width           =   6135
         Begin VB.ListBox ListRights 
            Height          =   1035
            Left            =   960
            MultiSelect     =   1  'Simple
            TabIndex        =   27
            Top             =   1440
            Width           =   1575
         End
         Begin VB.TextBox txtEmail 
            Height          =   375
            Left            =   3480
            TabIndex        =   25
            Top             =   2040
            Width           =   1935
         End
         Begin VB.TextBox txtPhone 
            Height          =   375
            Left            =   3480
            TabIndex        =   21
            Top             =   1440
            Width           =   1935
         End
         Begin VB.TextBox txtPassword 
            Height          =   345
            IMEMode         =   3  'DISABLE
            Left            =   3480
            MaxLength       =   10
            PasswordChar    =   "*"
            TabIndex        =   20
            Text            =   "1234"
            Top             =   840
            Width           =   1485
         End
         Begin VB.TextBox txtName 
            Height          =   375
            Left            =   3480
            TabIndex        =   19
            Top             =   360
            Width           =   1935
         End
         Begin VB.ComboBox CboSelect 
            Height          =   315
            Left            =   960
            TabIndex        =   13
            Top             =   960
            Width           =   1575
         End
         Begin VB.Frame Frame2 
            Height          =   645
            Index           =   0
            Left            =   120
            TabIndex        =   6
            Top             =   2640
            Width           =   5475
            Begin VB.CommandButton CmdAdd 
               BackColor       =   &H00C0C0C0&
               Caption         =   "添加"
               Height          =   360
               Left            =   255
               Style           =   1  'Graphical
               TabIndex        =   12
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdDelete 
               BackColor       =   &H00C0C0C0&
               Caption         =   "删除"
               Height          =   360
               Left            =   1860
               Style           =   1  'Graphical
               TabIndex        =   11
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdCancel 
               BackColor       =   &H00C0C0C0&
               Caption         =   "取消"
               Height          =   360
               Left            =   3450
               Style           =   1  'Graphical
               TabIndex        =   10
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdExit 
               BackColor       =   &H00C0C0C0&
               Caption         =   "退出"
               Height          =   360
               Left            =   4245
               Style           =   1  'Graphical
               TabIndex        =   9
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdModify 
               BackColor       =   &H00C0C0C0&
               Caption         =   "修改"
               Height          =   360
               Left            =   1065
               Style           =   1  'Graphical
               TabIndex        =   8
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdSave 
               BackColor       =   &H00C0C0C0&
               Caption         =   "保存"
               Height          =   360
               Left            =   2655
               Style           =   1  'Graphical
               TabIndex        =   7
               Top             =   195
               Width           =   800
            End
         End
         Begin VB.TextBox txtUserId 
            Height          =   375
            Left            =   960
            MaxLength       =   6
            TabIndex        =   5
            Top             =   360
            Width           =   1215
         End
         Begin VB.Label Label2 
            Caption         =   "(小于10位)"
            ForeColor       =   &H000000FF&
            Height          =   375
            Index           =   1
            Left            =   5040
            TabIndex        =   26
            Top             =   840
            Width           =   855
         End
         Begin VB.Label Label7 
            Caption         =   "邮箱:"
            Height          =   375
            Left            =   2760
            TabIndex        =   24
            Top             =   2040
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "权限:"
            Height          =   495
            Left            =   240
            TabIndex        =   23
            Top             =   1440
            Width           =   855
         End
         Begin VB.Label Label4 
            Caption         =   "电话:"
            Height          =   375
            Left            =   2760
            TabIndex        =   22
            Top             =   1440
            Width           =   615
         End
         Begin VB.Label Label3 
            Caption         =   "名称:"
            Height          =   375
            Left            =   2760
            TabIndex        =   18
            Top             =   480
            Width           =   735
         End
         Begin VB.Label Label2 
            Caption         =   "(6位)"
            ForeColor       =   &H000000FF&
            Height          =   375
            Index           =   0
            Left            =   2280
            TabIndex        =   17
            Top             =   360
            Width           =   495
         End
         Begin VB.Label Label5 
            Caption         =   "用户类别:"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   16
            Top             =   960
            Width           =   975
         End
         Begin VB.Label Label1 
            Caption         =   "用户ID:"
            Height          =   375
            Index           =   0
            Left            =   240
            TabIndex        =   15
            Top             =   480
            Width           =   855
         End
         Begin VB.Label Label1 
            Caption         =   "密码:"
            Height          =   375
            Index           =   1
            Left            =   2760
            TabIndex        =   14
            Top             =   840
            Width           =   855
         End
      End
      Begin VB.Frame FrameList 
         Caption         =   "用户列表"
         Height          =   3375
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   2175
         Begin VB.ListBox ListUser 
            Height          =   2400
            ItemData        =   "G用户管理.frx":0000
            Left            =   120
            List            =   "G用户管理.frx":0007
            TabIndex        =   2
            Top             =   600
            Width           =   1935
         End
         Begin VB.Label LblNotes 
            Height          =   375
            Left            =   120
            TabIndex        =   3
            Top             =   240
            Width           =   1935
         End
      End
   End
End
Attribute VB_Name = "G用户管理"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False

⌨️ 快捷键说明

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