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

📄 e用户管理.frm

📁 原码和使用说明都有,用VB和SQL2000综合、设计的
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form E用户管理 
   Caption         =   "用户管理"
   ClientHeight    =   5640
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9555
   LinkTopic       =   "Form1"
   ScaleHeight     =   5640
   ScaleWidth      =   9555
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame 
      Caption         =   "用户管理"
      Height          =   5535
      Index           =   0
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9495
      Begin VB.Frame Frame1 
         Caption         =   "查询"
         Height          =   975
         Left            =   2400
         TabIndex        =   26
         Top             =   240
         Width           =   6975
         Begin VB.CommandButton CmdQuery 
            Caption         =   "用户查询"
            Height          =   375
            Left            =   5640
            TabIndex        =   31
            Top             =   360
            Width           =   1095
         End
         Begin VB.TextBox txtUserIdQuery 
            Height          =   375
            Left            =   3600
            MaxLength       =   10
            TabIndex        =   30
            Top             =   360
            Width           =   1575
         End
         Begin VB.ComboBox cbokind 
            Height          =   315
            Left            =   1080
            TabIndex        =   28
            Top             =   360
            Width           =   1575
         End
         Begin VB.Label Label9 
            Caption         =   "用户ID:"
            Height          =   375
            Left            =   2760
            TabIndex        =   29
            Top             =   480
            Width           =   735
         End
         Begin VB.Label Label8 
            Caption         =   "用户类型:"
            Height          =   375
            Index           =   0
            Left            =   240
            TabIndex        =   27
            Top             =   480
            Width           =   1095
         End
      End
      Begin VB.Frame FrameList 
         Caption         =   "用户列表"
         Height          =   5175
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   2175
         Begin VB.ListBox ListUser 
            Height          =   4740
            ItemData        =   "E用户管理.frx":0000
            Left            =   120
            List            =   "E用户管理.frx":0007
            TabIndex        =   24
            Top             =   240
            Width           =   1935
         End
         Begin VB.Label LblNotes 
            Height          =   375
            Left            =   120
            TabIndex        =   25
            Top             =   240
            Width           =   1935
         End
      End
      Begin VB.Frame FrameInfo 
         Caption         =   "用户信息"
         Height          =   4095
         Left            =   2400
         TabIndex        =   1
         Top             =   1320
         Width           =   6975
         Begin VB.Frame Frame3 
            Caption         =   "权限"
            Height          =   1095
            Left            =   840
            TabIndex        =   38
            Top             =   2160
            Width           =   5895
            Begin VB.CheckBox ChkRights 
               Caption         =   "系统管理"
               Height          =   375
               Index           =   4
               Left            =   1800
               TabIndex        =   43
               Top             =   600
               Width           =   1215
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "检索统计"
               Height          =   375
               Index           =   3
               Left            =   120
               TabIndex        =   42
               Top             =   600
               Width           =   1095
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "还书管理"
               Height          =   375
               Index           =   2
               Left            =   3480
               TabIndex        =   41
               Top             =   240
               Width           =   1695
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "借书管理"
               Height          =   375
               Index           =   1
               Left            =   1800
               TabIndex        =   40
               Top             =   240
               Width           =   1335
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "资料管理"
               Height          =   375
               Index           =   0
               Left            =   120
               TabIndex        =   39
               Top             =   240
               Width           =   1215
            End
         End
         Begin VB.TextBox txtAddress 
            Height          =   375
            Left            =   1200
            TabIndex        =   35
            Top             =   1800
            Width           =   1935
         End
         Begin VB.TextBox txtCardId 
            Height          =   375
            Left            =   4320
            MaxLength       =   18
            TabIndex        =   32
            Top             =   1800
            Width           =   1935
         End
         Begin VB.TextBox txtUserId 
            Height          =   375
            Left            =   1200
            MaxLength       =   10
            TabIndex        =   14
            Top             =   360
            Width           =   1935
         End
         Begin VB.Frame Frame2 
            Height          =   645
            Index           =   0
            Left            =   840
            TabIndex        =   7
            Top             =   3240
            Width           =   5895
            Begin VB.CommandButton CmdSave 
               BackColor       =   &H00C0C0C0&
               Caption         =   "保存"
               Height          =   360
               Left            =   3000
               Style           =   1  'Graphical
               TabIndex        =   13
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdModify 
               BackColor       =   &H00C0C0C0&
               Caption         =   "修改"
               Height          =   360
               Left            =   1080
               Style           =   1  'Graphical
               TabIndex        =   12
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdExit 
               BackColor       =   &H00C0C0C0&
               Caption         =   "退出"
               Height          =   360
               Left            =   4920
               Style           =   1  'Graphical
               TabIndex        =   11
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdCancel 
               BackColor       =   &H00C0C0C0&
               Caption         =   "取消"
               Height          =   360
               Left            =   3960
               Style           =   1  'Graphical
               TabIndex        =   10
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdDelete 
               BackColor       =   &H00C0C0C0&
               Caption         =   "删除"
               Height          =   360
               Left            =   2040
               Style           =   1  'Graphical
               TabIndex        =   9
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdAdd 
               BackColor       =   &H00C0C0C0&
               Caption         =   "添加"
               Height          =   360
               Left            =   120
               Style           =   1  'Graphical
               TabIndex        =   8
               Top             =   195
               Width           =   800
            End
         End
         Begin VB.ComboBox CboSelect 
            Height          =   300
            ItemData        =   "E用户管理.frx":0015
            Left            =   1200
            List            =   "E用户管理.frx":0017
            TabIndex        =   6
            Top             =   840
            Width           =   1935
         End
         Begin VB.TextBox txtName 
            Height          =   375
            Left            =   4320
            TabIndex        =   5
            Top             =   360
            Width           =   1935
         End
         Begin VB.TextBox txtPassword 
            Height          =   345
            IMEMode         =   3  'DISABLE
            Left            =   4320
            MaxLength       =   10
            PasswordChar    =   "*"
            TabIndex        =   4
            Text            =   "11111111"
            Top             =   840
            Width           =   1605
         End
         Begin VB.TextBox txtPhone 
            Height          =   375
            Left            =   1200
            TabIndex        =   3
            Top             =   1320
            Width           =   1935
         End
         Begin VB.TextBox txtEmail 
            Height          =   375
            Left            =   4320
            TabIndex        =   2
            Top             =   1320
            Width           =   1935
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            Caption         =   "权限:"
            Height          =   180
            Index           =   0
            Left            =   120
            TabIndex        =   37
            Top             =   2280
            Visible         =   0   'False
            Width           =   540
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            Caption         =   "住址:"
            Height          =   180
            Index           =   1
            Left            =   480
            TabIndex        =   36
            Top             =   1920
            Width           =   540
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            Caption         =   "身份证号:"
            Height          =   180
            Index           =   2
            Left            =   3360
            TabIndex        =   34
            Top             =   1920
            Width           =   900
         End
         Begin VB.Label Label8 
            Caption         =   "(18位)"
            ForeColor       =   &H000000FF&
            Height          =   255
            Index           =   2
            Left            =   6240
            TabIndex        =   33
            Top             =   1920
            Width           =   615
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "密码:"
            Height          =   180
            Index           =   1
            Left            =   3720
            TabIndex        =   22
            Top             =   960
            Width           =   540
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "用户ID:"
            Height          =   180
            Index           =   0
            Left            =   360
            TabIndex        =   21
            Top             =   480
            Width           =   720

⌨️ 快捷键说明

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