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

📄 register.frm

📁 这是一个完整的毕业设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form register 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "注册为新用户"
   ClientHeight    =   4005
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4530
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   267
   ScaleMode       =   0  'User
   ScaleWidth      =   302
   ShowInTaskbar   =   0   'False
   Begin VB.Frame frame01 
      Height          =   3975
      Index           =   0
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   4455
      Begin VB.CommandButton Command4 
         Caption         =   "关闭"
         Height          =   375
         Left            =   3240
         TabIndex        =   20
         Top             =   2880
         Width           =   855
      End
      Begin VB.CommandButton Command3 
         Caption         =   "修改"
         Height          =   375
         Left            =   3240
         TabIndex        =   19
         Top             =   2040
         Width           =   855
      End
      Begin VB.CommandButton Command2 
         Caption         =   "删除"
         Height          =   375
         Left            =   3240
         TabIndex        =   18
         Top             =   1200
         Width           =   855
      End
      Begin VB.CommandButton Command1 
         Caption         =   "添加"
         Height          =   375
         Left            =   3240
         TabIndex        =   17
         Top             =   360
         Width           =   855
      End
      Begin VB.ListBox LstUser 
         Columns         =   1
         DataField       =   "username"
         DataMember      =   "cmdUser"
         DataSource      =   "DataE"
         Height          =   1500
         ItemData        =   "register.frx":0000
         Left            =   120
         List            =   "register.frx":0002
         TabIndex        =   16
         Top             =   2280
         Width           =   2535
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1080
         TabIndex        =   15
         Top             =   1560
         Width           =   1575
      End
      Begin VB.TextBox txtUserName 
         Height          =   270
         Left            =   1080
         MaxLength       =   20
         TabIndex        =   5
         Top             =   120
         Width           =   1575
      End
      Begin VB.TextBox txtPassword 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   1080
         MaxLength       =   20
         PasswordChar    =   "*"
         TabIndex        =   4
         Top             =   480
         Width           =   1575
      End
      Begin VB.TextBox txtPwAgain 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   1080
         MaxLength       =   20
         PasswordChar    =   "*"
         TabIndex        =   3
         Top             =   840
         Width           =   1575
      End
      Begin VB.TextBox txtRealName 
         Height          =   270
         Left            =   1080
         MaxLength       =   10
         TabIndex        =   2
         Top             =   1200
         Width           =   1575
      End
      Begin VB.ComboBox CmbType 
         Height          =   300
         ItemData        =   "register.frx":0004
         Left            =   1080
         List            =   "register.frx":0006
         TabIndex        =   1
         Text            =   "普通用户"
         Top             =   1920
         Width           =   1215
      End
      Begin VB.Label Label11 
         Caption         =   "用户名:"
         Height          =   255
         Left            =   120
         TabIndex        =   14
         Top             =   120
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "密码:"
         Height          =   255
         Left            =   120
         TabIndex        =   13
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "确认密码:"
         Height          =   255
         Left            =   120
         TabIndex        =   12
         Top             =   840
         Width           =   1095
      End
      Begin VB.Label Label5 
         Caption         =   "真实姓名:"
         Height          =   255
         Left            =   120
         TabIndex        =   11
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label6 
         Caption         =   "部门:"
         Height          =   255
         Left            =   120
         TabIndex        =   10
         Top             =   1560
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "**"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   7.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2760
         TabIndex        =   9
         Top             =   480
         Width           =   375
      End
      Begin VB.Label Label2 
         Caption         =   "**"
         Height          =   255
         Left            =   2760
         TabIndex        =   8
         Top             =   840
         Width           =   375
      End
      Begin VB.Label Label9 
         Caption         =   "**"
         Height          =   255
         Left            =   2760
         TabIndex        =   7
         Top             =   1200
         Width           =   375
      End
      Begin VB.Label Label10 
         Caption         =   "用户类型:"
         Height          =   255
         Left            =   120
         TabIndex        =   6
         Top             =   1920
         Width           =   975
      End
   End
End
Attribute VB_Name = "register"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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