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

📄

📁 基于vb的小区物业管理系统 有代码 sql数据库 分为四大模块 符合现代小区基本的物业管理
💻
字号:
VERSION 5.00
Begin VB.Form Form16 
   BackColor       =   &H00FFFFFF&
   Caption         =   "建筑商资料"
   ClientHeight    =   7995
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10440
   Icon            =   "建筑商资料.frx":0000
   LinkTopic       =   "Form16"
   MDIChild        =   -1  'True
   ScaleHeight     =   7995
   ScaleWidth      =   10440
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0E0FF&
      Height          =   7695
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   10215
      Begin VB.CommandButton Command1 
         Caption         =   "确  定"
         Height          =   375
         Left            =   8520
         TabIndex        =   1
         Top             =   6960
         Width           =   1215
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   $"建筑商资料.frx":08CA
         Height          =   1335
         Left            =   1320
         TabIndex        =   5
         Top             =   360
         Width           =   5775
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   $"建筑商资料.frx":0A37
         Height          =   735
         Left            =   1320
         TabIndex        =   4
         Top             =   2040
         Width           =   5415
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "    "
         Height          =   855
         Left            =   1200
         TabIndex        =   3
         Top             =   3960
         Width           =   8655
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   $"建筑商资料.frx":0B33
         Height          =   855
         Left            =   4320
         TabIndex        =   2
         Top             =   4200
         Width           =   5295
      End
      Begin VB.Image Image2 
         Height          =   3180
         Left            =   7440
         Picture         =   "建筑商资料.frx":0BB3
         Top             =   240
         Width           =   2250
      End
      Begin VB.Image Image3 
         Height          =   2820
         Left            =   1320
         Picture         =   "建筑商资料.frx":1EF5
         Top             =   4440
         Width           =   2250
      End
   End
End
Attribute VB_Name = "Form16"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Load()
Me.Height = 8400
Me.Width = 10560
End Sub

Private Sub Image1_Click()

End Sub

Private Sub Label1_Click()

End Sub

Private Sub Label3_Click()

End Sub

Private Sub Label4_Click()

End Sub

⌨️ 快捷键说明

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