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

📄 frmuser.frm

📁 ado+ACCE
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmUser 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Users"
   ClientHeight    =   6315
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10710
   Icon            =   "frmUser.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   6315
   ScaleWidth      =   10710
   Begin VB.CommandButton cmdSetPermission 
      Caption         =   "&Permissions"
      Height          =   375
      Left            =   9120
      TabIndex        =   36
      Top             =   5760
      Width           =   1215
   End
   Begin VB.TextBox txtSex 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   9
      ToolTipText     =   "Sex (Male or Female)"
      Top             =   2640
      Width           =   2175
   End
   Begin VB.TextBox txtAccessLevel 
      Height          =   285
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   5
      ToolTipText     =   "Access Level - (Integer value (0 - 4))"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.CommandButton cmdClear 
      Caption         =   "&Clear"
      Enabled         =   0   'False
      Height          =   375
      Left            =   7440
      TabIndex        =   35
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdUpdate 
      Caption         =   "&Update"
      Enabled         =   0   'False
      Height          =   375
      Left            =   6240
      TabIndex        =   33
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "&Edit"
      Enabled         =   0   'False
      Height          =   375
      Left            =   5040
      TabIndex        =   32
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdAddUser 
      Caption         =   "&Add User"
      Height          =   375
      Left            =   3840
      TabIndex        =   31
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.CommandButton cmdRemove 
      Caption         =   "&Remove"
      Height          =   375
      Left            =   1145
      TabIndex        =   30
      TabStop         =   0   'False
      Top             =   5760
      Width           =   1215
   End
   Begin VB.TextBox txtHomeAddress 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   12
      ToolTipText     =   "Home Address"
      Top             =   3240
      Width           =   6735
   End
   Begin VB.TextBox txtComments 
      Height          =   1605
      Left            =   3720
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      TabIndex        =   13
      ToolTipText     =   "Comments"
      Top             =   3840
      Width           =   6735
   End
   Begin VB.TextBox txtContactNumber 
      Height          =   285
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   11
      ToolTipText     =   "Contact Number"
      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     =   "Birth Date Example:  December 25, 1976"
      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     =   "Re-Enter password for confirmation"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.TextBox txtPassword 
      Height          =   285
      IMEMode         =   3  'DISABLE
      Left            =   3720
      Locked          =   -1  'True
      PasswordChar    =   "*"
      TabIndex        =   3
      ToolTipText     =   "Password"
      Top             =   1440
      Width           =   2175
   End
   Begin VB.TextBox txtUserName 
      Height          =   315
      Left            =   8280
      Locked          =   -1  'True
      TabIndex        =   2
      ToolTipText     =   "User Name"
      Top             =   840
      Width           =   2175
   End
   Begin VB.TextBox txtDateEntered 
      Height          =   285
      Left            =   3720
      Locked          =   -1  'True
      TabIndex        =   14
      TabStop         =   0   'False
      ToolTipText     =   "Date"
      Top             =   840
      Width           =   2175
   End
   Begin VB.TextBox txtUserID 
      Height          =   315
      Left            =   6000
      Locked          =   -1  'True
      TabIndex        =   1
      ToolTipText     =   "User Identification"
      Top             =   840
      Width           =   2175
   End
   Begin VB.ListBox lstUsers 
      Height          =   4740
      ItemData        =   "frmUser.frx":030A
      Left            =   360
      List            =   "frmUser.frx":0311
      Sorted          =   -1  'True
      TabIndex        =   0
      ToolTipText     =   "List of Users"
      Top             =   650
      Width           =   2775
   End
   Begin VB.Frame Frame1 
      Caption         =   " Detailed Information "
      Height          =   5415
      Left            =   3480
      TabIndex        =   15
      Top             =   240
      Width           =   7150
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Access Level"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   13
         Left            =   4800
         TabIndex        =   29
         Tag             =   "&Password:"
         Top             =   960
         Width           =   1005
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Comments"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   12
         Left            =   240
         TabIndex        =   28
         Tag             =   "&Password:"
         Top             =   3360
         Width           =   750
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Home Address"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   11
         Left            =   240
         TabIndex        =   27
         Tag             =   "&Password:"
         Top             =   2760
         Width           =   1080
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Contact Number"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   10
         Left            =   4800
         TabIndex        =   26
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   1155
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Birthday (Ex. Dec. 25, 1976)"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   9
         Left            =   2520
         TabIndex        =   25
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   2040
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Sex"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   8
         Left            =   240
         TabIndex        =   24
         Tag             =   "&Password:"
         Top             =   2160
         Width           =   285
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Family Name"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   7
         Left            =   4800
         TabIndex        =   23
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   900
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Middle Name"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   6
         Left            =   2520
         TabIndex        =   22
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   900
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "First Name"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   5
         Left            =   240
         TabIndex        =   21
         Tag             =   "&Password:"
         Top             =   1560
         Width           =   765
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Confirm Password"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   4
         Left            =   2520
         TabIndex        =   20
         Tag             =   "&Password:"
         Top             =   960
         Width           =   1350
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Password"
         BeginProperty Font 
            Name            =   "Arial"
            Size            =   8.25
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   210
         Index           =   2
         Left            =   240
         TabIndex        =   19
         Tag             =   "&Password:"
         Top             =   960
         Width           =   855
      End
      Begin VB.Label lblLabels 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent

⌨️ 快捷键说明

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