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

📄 frm_adduser.frm

📁 提供给入门级别的GPRS编程人员
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{2B12169D-6738-11D2-BF5B-00A024982E5B}#31.8#0"; "CoolButton.OCX"
Begin VB.Form frm_adduser 
   BorderStyle     =   0  'None
   Caption         =   "GPRS用电管理系统"
   ClientHeight    =   8940
   ClientLeft      =   105
   ClientTop       =   105
   ClientWidth     =   13470
   LinkTopic       =   "Form1"
   ScaleHeight     =   8940
   ScaleWidth      =   13470
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "开户"
      ForeColor       =   &H00FF0000&
      Height          =   7785
      Left            =   1200
      TabIndex        =   0
      Top             =   240
      Width           =   10920
      Begin TButton.axButton xpcmdbutton3 
         Height          =   330
         Left            =   7080
         TabIndex        =   44
         Top             =   6960
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   582
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "退出"
         MaskColor       =   -2147483633
      End
      Begin TButton.axButton xpcmdbutton2 
         Height          =   330
         Left            =   4800
         TabIndex        =   43
         Top             =   6960
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   582
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "清空"
         MaskColor       =   -2147483633
      End
      Begin TButton.axButton xpcmdbutton1 
         Height          =   330
         Left            =   2520
         TabIndex        =   42
         Top             =   6960
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   582
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "开户"
         MaskColor       =   -2147483633
      End
      Begin VB.Frame Frame2 
         Caption         =   "用户资料"
         Height          =   6375
         Left            =   360
         TabIndex        =   1
         Top             =   240
         Width           =   9975
         Begin VB.TextBox txt_id 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   12
            TabIndex        =   21
            Top             =   360
            Width           =   1920
         End
         Begin VB.TextBox txt_name 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   30
            TabIndex        =   20
            Top             =   960
            Width           =   1920
         End
         Begin VB.TextBox txt_tel 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   11
            TabIndex        =   19
            Top             =   1440
            Width           =   1920
         End
         Begin VB.TextBox txt_mobile 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   11
            TabIndex        =   18
            Top             =   2040
            Width           =   1920
         End
         Begin VB.TextBox txt_pw 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   12
            TabIndex        =   17
            Top             =   2655
            Width           =   1920
         End
         Begin VB.TextBox txt_sim 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   11
            TabIndex        =   16
            Top             =   3150
            Width           =   1920
         End
         Begin VB.TextBox txt_price 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   7
            TabIndex        =   15
            Top             =   3600
            Width           =   1920
         End
         Begin VB.TextBox txt_line 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   12
            TabIndex        =   14
            Top             =   3630
            Width           =   1920
         End
         Begin VB.TextBox txt_taiqu 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   12
            TabIndex        =   13
            Top             =   4080
            Width           =   1920
         End
         Begin VB.TextBox txt_biaohao 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   12
            TabIndex        =   12
            Top             =   360
            Width           =   1920
         End
         Begin VB.TextBox txt_biaoxinghao 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   30
            TabIndex        =   11
            Top             =   840
            Width           =   1920
         End
         Begin VB.TextBox txt_biaoconst 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   4
            TabIndex        =   10
            Top             =   1455
            Width           =   1920
         End
         Begin VB.TextBox txt_byqid 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   12
            TabIndex        =   9
            Top             =   2040
            Width           =   1920
         End
         Begin VB.TextBox txt_byqxinghao 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   30
            TabIndex        =   8
            Top             =   2535
            Width           =   1920
         End
         Begin VB.TextBox txt_hgqbili 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   4
            TabIndex        =   7
            Top             =   3030
            Width           =   1920
         End
         Begin VB.TextBox txt_biaosnumy 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   2340
            MaxLength       =   9
            TabIndex        =   6
            Top             =   5205
            Width           =   1425
         End
         Begin VB.TextBox txt_biaosnumn 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   7590
            MaxLength       =   9
            TabIndex        =   5
            Top             =   5205
            Width           =   1920
         End
         Begin VB.TextBox txt_biaotime 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   4
            Top             =   4560
            Width           =   1920
         End
         Begin VB.TextBox txt_addr 
            Appearance      =   0  'Flat
            Height          =   330
            Left            =   1845
            MaxLength       =   50
            TabIndex        =   3
            Top             =   4680
            Width           =   1920
         End
         Begin VB.TextBox txt_usertime 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   2
            Top             =   4080
            Width           =   1920
         End
         Begin VB.Label Label9 
            BackStyle       =   0  'Transparent
            Caption         =   "用户编号:"
            Height          =   330
            Left            =   360
            TabIndex        =   41
            Top             =   360
            Width           =   960
         End
         Begin VB.Label Label10 
            BackStyle       =   0  'Transparent
            Caption         =   "用户名称:"
            Height          =   330
            Left            =   360
            TabIndex        =   40
            Top             =   960
            Width           =   960
         End
         Begin VB.Label Label11 
            BackStyle       =   0  'Transparent
            Caption         =   "联系电话:"
            Height          =   240
            Left            =   360
            TabIndex        =   39
            Top             =   1650
            Width           =   960
         End
         Begin VB.Label Label12 
            BackStyle       =   0  'Transparent
            Caption         =   "联系手机:"

⌨️ 快捷键说明

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