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

📄 vb12.tmp

📁 小区物业管理系统完整文档及代码。帮助毕业同学做好毕业设计。
💻 TMP
字号:
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "新用户注册"
   ClientHeight    =   5385
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4875
   LinkTopic       =   "Form4"
   MDIChild        =   -1  'True
   ScaleHeight     =   5385
   ScaleWidth      =   4875
   Begin VB.Frame Frame1 
      Height          =   4095
      Left            =   480
      TabIndex        =   0
      Top             =   240
      Width           =   3735
      Begin VB.TextBox Text5 
         Height          =   495
         Left            =   1680
         TabIndex        =   5
         Text            =   "Text5"
         Top             =   3360
         Width           =   1695
      End
      Begin VB.TextBox Text4 
         Height          =   495
         Left            =   1680
         TabIndex        =   4
         Text            =   "Text4"
         Top             =   2640
         Width           =   1695
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Left            =   1680
         TabIndex        =   3
         Text            =   "Text3"
         Top             =   1920
         Width           =   1695
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Left            =   1680
         TabIndex        =   2
         Text            =   "Text2"
         Top             =   1320
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Left            =   1680
         TabIndex        =   1
         Text            =   "Text1"
         Top             =   600
         Width           =   1695
      End
      Begin VB.Label Label5 
         Caption         =   "Label5"
         Height          =   495
         Left            =   120
         TabIndex        =   10
         Top             =   3360
         Width           =   1335
      End
      Begin VB.Label Label4 
         Caption         =   "Label4"
         Height          =   495
         Left            =   120
         TabIndex        =   9
         Top             =   2640
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "Label3"
         Height          =   495
         Left            =   120
         TabIndex        =   8
         Top             =   1920
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "Label2"
         Height          =   495
         Left            =   120
         TabIndex        =   7
         Top             =   1320
         Width           =   1335
      End
      Begin VB.Label Label1 
         Caption         =   "用户名"
         Height          =   495
         Left            =   120
         TabIndex        =   6
         Top             =   600
         Width           =   1335
      End
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label3_Click()

End Sub

Private Sub Text1_Change()

End Sub

Private Sub Text2_Change()

End Sub

⌨️ 快捷键说明

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