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

📄 f用户管理.frm

📁 典型系统实战与分析书中的源代码 进销存管理软件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form F用户管理 
   Caption         =   "用户管理"
   ClientHeight    =   5505
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9840
   LinkTopic       =   "Form1"
   ScaleHeight     =   5505
   ScaleWidth      =   9840
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame 
      Caption         =   "用户管理"
      Height          =   5415
      Index           =   0
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9735
      Begin VB.Frame Frame1 
         Caption         =   "查询"
         Height          =   855
         Left            =   2400
         TabIndex        =   39
         Top             =   240
         Width           =   7215
         Begin VB.CommandButton CmdQuery 
            Caption         =   "用户查询"
            Height          =   375
            Left            =   5280
            TabIndex        =   42
            Top             =   360
            Width           =   1095
         End
         Begin VB.TextBox txtUserIdQuery 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   3600
            MaxLength       =   10
            TabIndex        =   41
            Top             =   360
            Width           =   1575
         End
         Begin VB.ComboBox cbokind 
            Height          =   315
            Left            =   1080
            TabIndex        =   40
            Top             =   360
            Width           =   1575
         End
         Begin VB.Label Label9 
            Caption         =   "用户ID:"
            Height          =   255
            Left            =   2880
            TabIndex        =   44
            Top             =   360
            Width           =   735
         End
         Begin VB.Label Label8 
            Caption         =   "用户类型:"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   43
            Top             =   360
            Width           =   975
         End
      End
      Begin VB.Frame FrameList 
         Caption         =   "用户列表"
         Height          =   5055
         Left            =   120
         TabIndex        =   36
         Top             =   240
         Width           =   2175
         Begin VB.ListBox ListUser 
            Height          =   4380
            ItemData        =   "F用户管理.frx":0000
            Left            =   120
            List            =   "F用户管理.frx":0007
            TabIndex        =   37
            Top             =   240
            Width           =   1935
         End
         Begin VB.Label LblNotes 
            Height          =   375
            Left            =   120
            TabIndex        =   38
            Top             =   240
            Width           =   1935
         End
      End
      Begin VB.Frame FrameInfo 
         Caption         =   "用户信息"
         Height          =   4095
         Left            =   2400
         TabIndex        =   1
         Top             =   1200
         Width           =   7215
         Begin VB.Frame Frame3 
            Caption         =   "权限"
            Height          =   1095
            Left            =   840
            TabIndex        =   17
            Top             =   2280
            Width           =   5295
            Begin VB.CheckBox ChkRights 
               Caption         =   "统计分析"
               Height          =   375
               Index           =   4
               Left            =   1800
               TabIndex        =   23
               Top             =   600
               Width           =   1095
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "库存管理"
               Height          =   375
               Index           =   3
               Left            =   120
               TabIndex        =   22
               Top             =   600
               Width           =   1455
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "销售管理"
               Height          =   375
               Index           =   2
               Left            =   3480
               TabIndex        =   21
               Top             =   240
               Width           =   1695
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "采购管理"
               Height          =   375
               Index           =   1
               Left            =   1800
               TabIndex        =   20
               Top             =   240
               Width           =   1575
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "资料管理"
               Height          =   375
               Index           =   0
               Left            =   120
               TabIndex        =   19
               Top             =   240
               Width           =   1215
            End
            Begin VB.CheckBox ChkRights 
               Caption         =   "用户管理"
               Height          =   375
               Index           =   5
               Left            =   3480
               TabIndex        =   18
               Top             =   600
               Width           =   1455
            End
         End
         Begin VB.TextBox txtAddress 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   960
            TabIndex        =   16
            Top             =   1800
            Width           =   1935
         End
         Begin VB.TextBox txtCardId 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   4320
            MaxLength       =   18
            TabIndex        =   15
            Top             =   1800
            Width           =   1935
         End
         Begin VB.TextBox txtUserId 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   960
            MaxLength       =   4
            TabIndex        =   14
            Top             =   360
            Width           =   1935
         End
         Begin VB.Frame Frame2 
            Height          =   645
            Index           =   0
            Left            =   840
            TabIndex        =   7
            Top             =   3360
            Width           =   5355
            Begin VB.CommandButton CmdSave 
               BackColor       =   &H00C0C0C0&
               Caption         =   "保存"
               Height          =   360
               Left            =   2655
               Style           =   1  'Graphical
               TabIndex        =   13
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdModify 
               BackColor       =   &H00C0C0C0&
               Caption         =   "修改"
               Height          =   360
               Left            =   1065
               Style           =   1  'Graphical
               TabIndex        =   12
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdExit 
               BackColor       =   &H00C0C0C0&
               Caption         =   "退出"
               Height          =   360
               Left            =   4245
               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 CmdDelete 
               BackColor       =   &H00C0C0C0&
               Caption         =   "删除"
               Height          =   360
               Left            =   1860
               Style           =   1  'Graphical
               TabIndex        =   9
               Top             =   195
               Width           =   800
            End
            Begin VB.CommandButton CmdAdd 
               BackColor       =   &H00C0C0C0&
               Caption         =   "添加"
               Height          =   360
               Left            =   255
               Style           =   1  'Graphical
               TabIndex        =   8
               Top             =   195
               Width           =   800
            End
         End
         Begin VB.ComboBox CboSelect 
            Height          =   315
            Left            =   960
            TabIndex        =   6
            Top             =   840
            Width           =   1935
         End
         Begin VB.TextBox txtName 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   4320
            TabIndex        =   5
            Top             =   360
            Width           =   1935
         End
         Begin VB.TextBox txtPassword 
            Appearance      =   0  'Flat
            Height          =   345
            IMEMode         =   3  'DISABLE
            Left            =   4320
            MaxLength       =   10
            PasswordChar    =   "*"
            TabIndex        =   4
            Top             =   840
            Width           =   1965
         End
         Begin VB.TextBox txtPhone 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   960
            TabIndex        =   3
            Top             =   1320
            Width           =   1935
         End
         Begin VB.TextBox txtEmail 
            Appearance      =   0  'Flat
            Height          =   375
            Left            =   4320
            TabIndex        =   2
            Top             =   1320
            Width           =   1935
         End
         Begin VB.Label Label6 
            Caption         =   "权限:"
            Height          =   495
            Index           =   0
            Left            =   240
            TabIndex        =   35
            Top             =   2280
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "住址:"
            Height          =   375
            Index           =   1
            Left            =   240
            TabIndex        =   34
            Top             =   1800
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "身份证号:"
            Height          =   375
            Index           =   2
            Left            =   3360
            TabIndex        =   33
            Top             =   1800
            Width           =   1095
         End
         Begin VB.Label Label8 
            Caption         =   "(18位)"
            ForeColor       =   &H000000FF&
            Height          =   255
            Index           =   2
            Left            =   6360
            TabIndex        =   32
            Top             =   1800
            Width           =   615
         End
         Begin VB.Label Label1 
            Caption         =   "密码:"
            Height          =   375
            Index           =   1
            Left            =   3600
            TabIndex        =   31
            Top             =   840
            Width           =   855
         End
         Begin VB.Label Label1 
            Caption         =   "用户ID:"
            Height          =   375
            Index           =   0

⌨️ 快捷键说明

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