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

📄 frmuser.frm

📁 中小型图书会员制租赁管理系统,采用ACCESS数据库。
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmUser 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "用户管理"
   ClientHeight    =   6300
   ClientLeft      =   1890
   ClientTop       =   2565
   ClientWidth     =   10920
   Icon            =   "frmUser.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   6300
   ScaleWidth      =   10920
   Begin VB.CommandButton cmdSetPermission 
      Caption         =   "权限设置"
      Height          =   375
      Left            =   9480
      TabIndex        =   36
      Top             =   5760
      Width           =   1215
   End
   Begin VB.TextBox txtSex 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   9
      ToolTipText     =   "性别"
      Top             =   2640
      Width           =   2175
   End
   Begin VB.TextBox txtAccessLevel 
      Height          =   285
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   5
      ToolTipText     =   "权限水平"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.CommandButton cmdClear 
      Caption         =   "清除(&C)"
      Enabled         =   0   'False
      Height          =   375
      Left            =   7080
      TabIndex        =   35
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdUpdate 
      Caption         =   "更新(&U)"
      Enabled         =   0   'False
      Height          =   375
      Left            =   5880
      TabIndex        =   33
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "编辑"
      Enabled         =   0   'False
      Height          =   375
      Left            =   4680
      TabIndex        =   32
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdAddUser 
      Caption         =   "添加用户"
      Height          =   375
      Left            =   3480
      TabIndex        =   31
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdRemove 
      Caption         =   "移除(&R)"
      Height          =   375
      Left            =   2160
      TabIndex        =   30
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.TextBox txtHomeAddress 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   12
      ToolTipText     =   "家庭住址"
      Top             =   3240
      Width           =   6735
   End
   Begin VB.TextBox txtComments 
      Height          =   1605
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   13
      ToolTipText     =   "意见或建议"
      Top             =   3840
      Width           =   6735
   End
   Begin VB.TextBox txtContactNumber 
      Height          =   285
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   11
      ToolTipText     =   "联系号码"
      Top             =   2640
      Width           =   2175
   End
   Begin VB.TextBox txtBirthday 
      BeginProperty DataFormat 
         Type            =   0
         Format          =   "d. MMMM yyyy"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   1033
         SubFormatType   =   0
      EndProperty
      Height          =   285
      Left            =   6000
      Locked          =   -1  'True
      TabIndex        =   10
      ToolTipText     =   "生日信息"
      Top             =   2640
      Width           =   2175
   End
   Begin VB.TextBox txtFamilyName 
      Height          =   285
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   8
      ToolTipText     =   "Family Name"
      Top             =   2040
      Width           =   2175
   End
   Begin VB.TextBox txtMiddleName 
      Height          =   285
      Left            =   6000
      Locked          =   -1  'True
      TabIndex        =   7
      ToolTipText     =   "Middle Name"
      Top             =   2040
      Width           =   2175
   End
   Begin VB.TextBox txtFirstName 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   6
      ToolTipText     =   "First Name"
      Top             =   2040
      Width           =   2175
   End
   Begin VB.TextBox txtConfirmPassword 
      Height          =   285
      IMEMode         =   3  'DISABLE
      Left            =   6000
      Locked          =   -1  'True
      PasswordChar    =   "*"
      TabIndex        =   4
      ToolTipText     =   "密码确认"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.TextBox txtPassword 
      Height          =   285
      IMEMode         =   3  'DISABLE
      Left            =   3720
      Locked          =   -1  'True
      PasswordChar    =   "*"
      TabIndex        =   3
      ToolTipText     =   "密码"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.TextBox txtUserName 
      Height          =   315
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   2
      ToolTipText     =   "用户名"
      Top             =   840
      Width           =   2175
   End
   Begin VB.TextBox txtDateEntered 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   14
      TabStop         =   0   'False
      ToolTipText     =   "登记时间"
      Top             =   840
      Width           =   2175
   End
   Begin VB.TextBox txtUserID 
      Height          =   315
      Left            =   6000
      Locked          =   -1  'True
      TabIndex        =   1
      ToolTipText     =   "用户ID"
      Top             =   840
      Width           =   2175
   End
   Begin VB.ListBox lstUsers 
      Height          =   4920
      ItemData        =   "frmUser.frx":628A
      Left            =   240
      List            =   "frmUser.frx":6291
      TabIndex        =   0
      ToolTipText     =   "List of Users"
      Top             =   525
      Width           =   2895
   End
   Begin VB.Frame Frame1 
      Caption         =   "详细信息"
      Height          =   5415
      Left            =   3480
      TabIndex        =   15
      Top             =   240
      Width           =   7150
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "权限水平"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   13
         Left            =   4800
         TabIndex        =   29
         Tag             =   "&Password:"
         Top             =   960
         Width           =   720
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "个人评价"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   12
         Left            =   240
         TabIndex        =   28
         Tag             =   "&Password:"
         Top             =   3360
         Width           =   720
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "家庭住址"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   11
         Left            =   240
         TabIndex        =   27
         Tag             =   "&Password:"
         Top             =   2760
         Width           =   720
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "联系号码"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   10
         Left            =   4800
         TabIndex        =   26
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   720
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "生日(例:Dec,25,1976)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   9
         Left            =   2520
         TabIndex        =   25
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   2085
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "性别(男M / 女F)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   8
         Left            =   240
         TabIndex        =   24
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   1605
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "姓氏"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   7
         Left            =   4800
         TabIndex        =   23
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   360
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "名字1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   6
         Left            =   240
         TabIndex        =   22
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   465
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "名字2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   5
         Left            =   2520
         TabIndex        =   21
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   465
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "确认密码"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   8.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   165
         Index           =   4
         Left            =   2520
         TabIndex        =   20
         Tag             =   "&Password:"
         Top             =   960
         Width           =   720

⌨️ 快捷键说明

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