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

📄 frm_deluser.frm

📁 提供给入门级别的GPRS编程人员
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{2B12169D-6738-11D2-BF5B-00A024982E5B}#31.8#0"; "CoolButton.OCX"
Begin VB.Form frm_deluser 
   BorderStyle     =   0  'None
   Caption         =   "GPRS用电管理系统"
   ClientHeight    =   8940
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   14925
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8940
   ScaleWidth      =   14925
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "消户"
      ForeColor       =   &H00FF0000&
      Height          =   7815
      Left            =   1560
      TabIndex        =   0
      Top             =   480
      Width           =   11175
      Begin TButton.axButton xpcmdbutton3 
         Height          =   330
         Left            =   6720
         TabIndex        =   49
         Top             =   7320
         Width           =   1200
         _ExtentX        =   2117
         _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            =   4440
         TabIndex        =   48
         Top             =   7320
         Width           =   1200
         _ExtentX        =   2117
         _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            =   2280
         TabIndex        =   47
         Top             =   7320
         Width           =   1200
         _ExtentX        =   2117
         _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 xpcmdbutton4 
         Height          =   330
         Left            =   8520
         TabIndex        =   46
         Top             =   360
         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.OptionButton Option1 
         Caption         =   "客户编号"
         Height          =   375
         Left            =   3000
         TabIndex        =   45
         Top             =   360
         Width           =   1215
      End
      Begin VB.OptionButton Option2 
         Caption         =   "SIM卡号"
         Height          =   375
         Left            =   4440
         TabIndex        =   44
         Top             =   360
         Width           =   975
      End
      Begin VB.Frame Frame2 
         Caption         =   "用户资料"
         Height          =   6015
         Left            =   360
         TabIndex        =   3
         Top             =   960
         Width           =   10095
         Begin VB.TextBox txt_id 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   23
            Top             =   360
            Width           =   1920
         End
         Begin VB.TextBox txt_name 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   22
            Top             =   960
            Width           =   1920
         End
         Begin VB.TextBox txt_tel 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   21
            Top             =   1455
            Width           =   1920
         End
         Begin VB.TextBox txt_mobile 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   20
            Top             =   2040
            Width           =   1920
         End
         Begin VB.TextBox txt_pw 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   19
            Top             =   2655
            Width           =   1920
         End
         Begin VB.TextBox txt_sim 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   18
            Top             =   3150
            Width           =   1920
         End
         Begin VB.TextBox txt_price 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   17
            Top             =   3630
            Width           =   1920
         End
         Begin VB.TextBox txt_line 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   16
            Top             =   3630
            Width           =   1920
         End
         Begin VB.TextBox txt_taiqu 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   15
            Top             =   4080
            Width           =   1920
         End
         Begin VB.TextBox txt_biaohao 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   14
            Top             =   360
            Width           =   1920
         End
         Begin VB.TextBox txt_biaoxinghao 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   13
            Top             =   840
            Width           =   1920
         End
         Begin VB.TextBox txt_biaoconst 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   12
            Top             =   1455
            Width           =   1920
         End
         Begin VB.TextBox txt_byqid 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   11
            Top             =   2040
            Width           =   1920
         End
         Begin VB.TextBox txt_byqxinghao 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   10
            Top             =   2535
            Width           =   1920
         End
         Begin VB.TextBox txt_hgqbili 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   9
            Top             =   3030
            Width           =   1920
         End
         Begin VB.TextBox txt_biaosnumy 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   2340
            TabIndex        =   8
            Top             =   5205
            Width           =   1425
         End
         Begin VB.TextBox txt_biaosnumn 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   7
            Top             =   5205
            Width           =   1920
         End
         Begin VB.TextBox txt_biaotime 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   6
            Top             =   4680
            Width           =   1920
         End
         Begin VB.TextBox txt_addr 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   1845
            TabIndex        =   5
            Top             =   4680
            Width           =   1920
         End
         Begin VB.TextBox txt_usertime 
            Appearance      =   0  'Flat
            Enabled         =   0   'False
            Height          =   330
            Left            =   7590
            TabIndex        =   4
            Top             =   4245
            Width           =   1920
         End
         Begin VB.Label Label9 
            BackStyle       =   0  'Transparent
            Caption         =   "用户编号:"
            Height          =   330
            Left            =   360
            TabIndex        =   43
            Top             =   360
            Width           =   960
         End
         Begin VB.Label Label10 
            BackStyle       =   0  'Transparent
            Caption         =   "用户名称:"
            Height          =   330
            Left            =   360
            TabIndex        =   42
            Top             =   960

⌨️ 快捷键说明

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