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

📄 frmadduser.frm

📁 物业管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmadduser 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "添加用户"
   ClientHeight    =   4065
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6390
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4065
   ScaleWidth      =   6390
   Begin TabDlg.SSTab SSTab1 
      Height          =   3735
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   6135
      _ExtentX        =   10821
      _ExtentY        =   6588
      _Version        =   393216
      Tabs            =   2
      Tab             =   1
      TabHeight       =   520
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      TabCaption(0)   =   "添加用户"
      TabPicture(0)   =   "frmadduser.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "cmdClose"
      Tab(0).Control(1)=   "cmdRefresh"
      Tab(0).Control(2)=   "cmdCancel"
      Tab(0).Control(3)=   "cmdUpdate"
      Tab(0).Control(4)=   "cmdDelete"
      Tab(0).Control(5)=   "cmdEdit"
      Tab(0).Control(6)=   "cmdAdd"
      Tab(0).Control(7)=   "Text3"
      Tab(0).Control(8)=   "Text2"
      Tab(0).Control(9)=   "Text1"
      Tab(0).Control(10)=   "Label4"
      Tab(0).Control(11)=   "Label3"
      Tab(0).Control(12)=   "Label2"
      Tab(0).Control(13)=   "Label1"
      Tab(0).ControlCount=   14
      TabCaption(1)   =   "用户列表"
      TabPicture(1)   =   "frmadduser.frx":001C
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "DataGrid2"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).ControlCount=   1
      Begin VB.CommandButton cmdClose 
         Caption         =   "关闭"
         Height          =   300
         Left            =   -70440
         TabIndex        =   16
         Top             =   3000
         Width           =   975
      End
      Begin VB.CommandButton cmdRefresh 
         Caption         =   "刷新"
         Height          =   300
         Left            =   -74280
         TabIndex        =   15
         Top             =   3000
         Width           =   975
      End
      Begin VB.CommandButton cmdCancel 
         Caption         =   "取消"
         Height          =   300
         Left            =   -71760
         TabIndex        =   14
         Top             =   3000
         Visible         =   0   'False
         Width           =   1095
      End
      Begin VB.CommandButton cmdUpdate 
         Caption         =   "保存"
         Height          =   300
         Left            =   -73080
         TabIndex        =   13
         Top             =   3000
         Visible         =   0   'False
         Width           =   975
      End
      Begin VB.CommandButton cmdDelete 
         Caption         =   "删除"
         Height          =   300
         Left            =   -70440
         TabIndex        =   12
         Top             =   2400
         Width           =   975
      End
      Begin VB.CommandButton cmdEdit 
         Caption         =   "修改"
         Height          =   300
         Left            =   -70440
         TabIndex        =   11
         Top             =   1800
         Width           =   975
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "增加"
         Height          =   300
         Left            =   -70440
         TabIndex        =   10
         Top             =   1200
         Width           =   975
      End
      Begin VB.TextBox Text3 
         DataField       =   "用户级别"
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   -72000
         TabIndex        =   9
         Top             =   3000
         Width           =   975
      End
      Begin VB.TextBox Text2 
         DataField       =   "用户密码"
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   -73320
         PasswordChar    =   "*"
         TabIndex        =   8
         Top             =   1680
         Width           =   2175
      End
      Begin VB.TextBox Text1 
         DataField       =   "用户名"
         Height          =   270
         Left            =   -73320
         TabIndex        =   7
         Top             =   1200
         Width           =   2175
      End
      Begin VB.Frame Frame2 
         Height          =   4935
         Left            =   -74760
         TabIndex        =   2
         Top             =   480
         Width           =   8775
         Begin MSDataGridLib.DataGrid DataGrid1 
            Height          =   4935
            Left            =   0
            TabIndex        =   3
            Top             =   0
            Width           =   8775
            _ExtentX        =   15478
            _ExtentY        =   8705
            _Version        =   393216
            AllowUpdate     =   0   'False
            BackColor       =   8454016
            HeadLines       =   1
            RowHeight       =   14
            BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ColumnCount     =   2
            BeginProperty Column00 
               DataField       =   ""
               Caption         =   ""
               BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
                  Type            =   0
                  Format          =   ""
                  HaveTrueFalseNull=   0
                  FirstDayOfWeek  =   0
                  FirstWeekOfYear =   0
                  LCID            =   2052
                  SubFormatType   =   0
               EndProperty
            EndProperty
            BeginProperty Column01 
               DataField       =   ""
               Caption         =   ""
               BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
                  Type            =   0
                  Format          =   ""
                  HaveTrueFalseNull=   0
                  FirstDayOfWeek  =   0
                  FirstWeekOfYear =   0
                  LCID            =   2052
                  SubFormatType   =   0
               EndProperty
            EndProperty
            SplitCount      =   1
            BeginProperty Split0 
               BeginProperty Column00 
               EndProperty
               BeginProperty Column01 
               EndProperty
            EndProperty
         End
      End
      Begin MSDataGridLib.DataGrid DataGrid2 
         Height          =   2775
         Left            =   240
         TabIndex        =   1
         Top             =   600
         Width           =   5655
         _ExtentX        =   9975
         _ExtentY        =   4895
         _Version        =   393216
         BackColor       =   16777215
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False

⌨️ 快捷键说明

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