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

📄 title.frm

📁 基于vb的小区物业管理系统 有代码 sql数据库 分为四大模块 符合现代小区基本的物业管理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   BackColor       =   &H80000009&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   1005
   ClientLeft      =   45
   ClientTop       =   45
   ClientWidth     =   15270
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   LinkTopic       =   "Form3"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   1005
   ScaleWidth      =   15270
   ShowInTaskbar   =   0   'False
   Begin VB.Image Image6 
      Height          =   1005
      Left            =   6000
      Picture         =   "title.frx":0000
      Top             =   0
      Width           =   1125
   End
   Begin VB.Image Image5 
      Height          =   1005
      Left            =   4800
      Picture         =   "title.frx":3758
      Top             =   0
      Width           =   1125
   End
   Begin VB.Image Image4 
      Height          =   1005
      Left            =   1200
      Picture         =   "title.frx":7021
      Top             =   0
      Width           =   1125
   End
   Begin VB.Image Image3 
      Height          =   1005
      Left            =   3600
      Picture         =   "title.frx":A6C8
      Top             =   0
      Width           =   1125
   End
   Begin VB.Image Image2 
      Height          =   1005
      Left            =   0
      Picture         =   "title.frx":E3B4
      Top             =   0
      Width           =   1125
   End
   Begin VB.Image Image1 
      Height          =   1005
      Left            =   2400
      Picture         =   "title.frx":116A5
      Top             =   0
      Width           =   1125
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Image1_Click()
Form12.Show
End Sub

Private Sub Image2_Click()
Form5.Show
End Sub

Private Sub Image3_Click()
Form4.Show
End Sub

Private Sub Image4_Click()
Form6.Show
End Sub

Private Sub Image5_Click()
form2.Show
End Sub

Private Sub Image6_Click()
End
End Sub

⌨️ 快捷键说明

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