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

📄 frmmodifycustomer.frm

📁 房地产管理系统 my sql,visual basic
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmModifyCustomer 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑客户信息"
   ClientHeight    =   7665
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8205
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7665
   ScaleWidth      =   8205
   Begin VB.Frame Frame3 
      Caption         =   "修改客户信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1092
      Left            =   120
      TabIndex        =   35
      Top             =   6360
      Width           =   7935
      Begin VB.CommandButton editCommand 
         Caption         =   "修改记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   270
         TabIndex        =   39
         Top             =   390
         Width           =   1350
      End
      Begin VB.CommandButton updateCommand 
         Caption         =   "保存记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   2115
         TabIndex        =   38
         Top             =   390
         Width           =   1455
      End
      Begin VB.CommandButton cancelCommand 
         Caption         =   "关闭退出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   6000
         TabIndex        =   37
         Top             =   390
         Width           =   1575
      End
      Begin VB.CommandButton deleteCommand 
         Caption         =   "删除记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   4065
         TabIndex        =   36
         Top             =   390
         Width           =   1440
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "查看客户信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1092
      Left            =   120
      TabIndex        =   30
      Top             =   5040
      Width           =   7935
      Begin VB.CommandButton firstCommand 
         Caption         =   "第一条记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   240
         TabIndex        =   34
         Top             =   360
         Width           =   1452
      End
      Begin VB.CommandButton previousCommand 
         Caption         =   "上一条记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   2120
         TabIndex        =   33
         Top             =   360
         Width           =   1452
      End
      Begin VB.CommandButton nextCommand 
         Caption         =   "下一条记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   4000
         TabIndex        =   32
         Top             =   360
         Width           =   1452
      End
      Begin VB.CommandButton lastCommand 
         Caption         =   "最后一条记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   492
         Left            =   5880
         TabIndex        =   31
         Top             =   360
         Width           =   1692
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "编辑客户信息"
      Height          =   4575
      Left            =   120
      TabIndex        =   1
      Top             =   240
      Width           =   7935
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   0
         Left            =   1680
         TabIndex        =   15
         Top             =   360
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   1
         Left            =   5160
         TabIndex        =   14
         Top             =   360
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   2
         Left            =   1680
         TabIndex        =   13
         Top             =   960
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   3
         Left            =   5160
         TabIndex        =   12
         Top             =   960
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   4
         Left            =   1680
         TabIndex        =   11
         Top             =   1560
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   5
         Left            =   5160
         TabIndex        =   10
         Top             =   1560
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   6
         Left            =   1680
         TabIndex        =   9
         Top             =   2160
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   7
         Left            =   5160
         TabIndex        =   8
         Top             =   2160
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   8
         Left            =   1680
         TabIndex        =   7
         Top             =   2760
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   9
         Left            =   5160
         TabIndex        =   6
         Top             =   2760
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   10
         Left            =   1680
         TabIndex        =   5
         Top             =   3360
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   11
         Left            =   5160
         TabIndex        =   4
         Top             =   3360
         Width           =   2535
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   12
         Left            =   1680
         TabIndex        =   3
         Top             =   3960
         Width           =   2055
      End
      Begin VB.TextBox txtFields 
         Height          =   375
         Index           =   13
         Left            =   5160
         TabIndex        =   2
         Top             =   3960
         Width           =   2535
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "客户编号:"
         Height          =   180

⌨️ 快捷键说明

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