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

📄 frm_tjsfb.frm

📁 主要是实现物业管理功能!可以帮助了解该区的相关物业情况
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Frm_tjsfb 
   Caption         =   "添加服务收费表"
   ClientHeight    =   1785
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4860
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   1785
   ScaleWidth      =   4860
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command3 
      Caption         =   "返 回"
      Height          =   495
      Left            =   3120
      TabIndex        =   10
      Top             =   1080
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取 消"
      Height          =   495
      Left            =   1860
      TabIndex        =   9
      Top             =   1080
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "保 存"
      Height          =   495
      Left            =   600
      TabIndex        =   8
      Top             =   1080
      Width           =   975
   End
   Begin VB.TextBox Text3 
      Enabled         =   0   'False
      Height          =   300
      Left            =   1080
      TabIndex        =   5
      Top             =   600
      Width           =   1155
   End
   Begin VB.TextBox Text2 
      Enabled         =   0   'False
      Height          =   300
      Left            =   3480
      TabIndex        =   4
      Top             =   600
      Width           =   1020
   End
   Begin VB.TextBox Text1 
      Enabled         =   0   'False
      Height          =   300
      Left            =   2880
      TabIndex        =   1
      Top             =   120
      Width           =   1635
   End
   Begin VB.TextBox Text5 
      Enabled         =   0   'False
      Height          =   300
      Left            =   1080
      TabIndex        =   0
      Top             =   120
      Width           =   780
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "服务金额:"
      Height          =   180
      Left            =   120
      TabIndex        =   7
      Top             =   600
      Width           =   900
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "折扣率:"
      Height          =   180
      Left            =   2640
      TabIndex        =   6
      Top             =   660
      Width           =   720
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "项目名称:"
      Height          =   180
      Left            =   1920
      TabIndex        =   3
      Top             =   180
      Width           =   900
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "项目编号:"
      Height          =   180
      Left            =   120
      TabIndex        =   2
      Top             =   180
      Width           =   900
   End
End
Attribute VB_Name = "Frm_tjsfb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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