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

📄

📁 基于vb的小区物业管理系统 有代码 sql数据库 分为四大模块 符合现代小区基本的物业管理
💻
字号:
VERSION 5.00
Begin VB.Form Form17 
   BackColor       =   &H00FFFFFF&
   Caption         =   "监理商资料"
   ClientHeight    =   8220
   ClientLeft      =   2400
   ClientTop       =   2040
   ClientWidth     =   10155
   Icon            =   "监理商资料.frx":0000
   LinkTopic       =   "Form17"
   MDIChild        =   -1  'True
   ScaleHeight     =   8220
   ScaleWidth      =   10155
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0E0FF&
      Height          =   7335
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   9495
      Begin VB.CommandButton Command1 
         Caption         =   "确  定"
         Height          =   375
         Left            =   7560
         TabIndex        =   1
         Top             =   6840
         Width           =   1215
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   $"监理商资料.frx":08CA
         Height          =   2655
         Left            =   240
         TabIndex        =   4
         Top             =   360
         Width           =   9015
      End
      Begin VB.Image Image1 
         Height          =   2745
         Left            =   4680
         Picture         =   "监理商资料.frx":0B1A
         Top             =   3720
         Width           =   4380
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "    "
         Height          =   1335
         Left            =   120
         TabIndex        =   3
         Top             =   2400
         Width           =   4575
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "    多年来,由于公司坚持开拓进取的精神和高标准的监理服务质量, 所以受到所监理工程的业主的信任和高度评价,赢得了较高的社会信誉。"
         Height          =   615
         Left            =   240
         TabIndex        =   2
         Top             =   2880
         Width           =   4455
      End
   End
End
Attribute VB_Name = "Form17"
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 = 8055
Me.Width = 9855
End Sub

Private Sub Label3_Click()

End Sub

⌨️ 快捷键说明

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