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

📄 form23.frm

📁 vb开发的房屋管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 关于 
   Caption         =   "关于"
   ClientHeight    =   2925
   ClientLeft      =   4200
   ClientTop       =   4395
   ClientWidth     =   7065
   ForeColor       =   &H8000000A&
   LinkTopic       =   "Form1"
   ScaleHeight     =   2925
   ScaleWidth      =   7065
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      Height          =   495
      Left            =   5520
      TabIndex        =   2
      Top             =   2160
      Width           =   975
   End
   Begin VB.Label Label2 
      Caption         =   "客户信息管理模块,租金计算和报表打印等功能。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00004040&
      Height          =   495
      Left            =   120
      TabIndex        =   1
      Top             =   1200
      Width           =   5895
   End
   Begin VB.Label Label1 
      Caption         =   "本系统作为房屋出租管理系统,包含房屋信息管理模块,"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00004000&
      Height          =   495
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   6495
   End
End
Attribute VB_Name = "关于"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
管理员界面.Show
Unload Me
End Sub

⌨️ 快捷键说明

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