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

📄 frmuptowncharge.frm

📁 这是一个在某本书上获得的一个小区物业管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form UptownCharge 
   BackColor       =   &H8000000E&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "物管收费票据"
   ClientHeight    =   2835
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3945
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2835
   ScaleWidth      =   3945
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label26 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label26"
      Height          =   180
      Left            =   1680
      TabIndex        =   15
      Top             =   1920
      Width           =   630
   End
   Begin VB.Label Label25 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "物管费:"
      Height          =   180
      Left            =   720
      TabIndex        =   14
      Top             =   1920
      Width           =   720
   End
   Begin VB.Label Label10 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "红光苑物业管理收费票据"
      Height          =   180
      Left            =   960
      TabIndex        =   13
      Top             =   360
      Width           =   1980
   End
   Begin VB.Label Label11 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "用户名:"
      Height          =   180
      Left            =   720
      TabIndex        =   12
      Top             =   720
      Width           =   720
   End
   Begin VB.Label Label17 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label17"
      Height          =   180
      Left            =   1680
      TabIndex        =   11
      Top             =   720
      Width           =   630
   End
   Begin VB.Label Label13 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "水  量:"
      Height          =   180
      Left            =   720
      TabIndex        =   10
      Top             =   1200
      Width           =   720
   End
   Begin VB.Label Label19 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label19"
      Height          =   180
      Left            =   1680
      TabIndex        =   9
      Top             =   1200
      Width           =   630
   End
   Begin VB.Label Label14 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "电  量:"
      Height          =   180
      Left            =   720
      TabIndex        =   8
      Top             =   1440
      Width           =   720
   End
   Begin VB.Label Label20 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label20"
      Height          =   180
      Left            =   1680
      TabIndex        =   7
      Top             =   1440
      Width           =   630
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "气  量:"
      Height          =   180
      Left            =   720
      TabIndex        =   6
      Top             =   1680
      Width           =   720
   End
   Begin VB.Label Label21 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label21"
      Height          =   180
      Left            =   1680
      TabIndex        =   5
      Top             =   1680
      Width           =   630
   End
   Begin VB.Label Label16 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "合  计:"
      Height          =   180
      Left            =   720
      TabIndex        =   4
      Top             =   2280
      Width           =   720
   End
   Begin VB.Label Label22 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label22"
      Height          =   180
      Left            =   1680
      TabIndex        =   3
      Top             =   2280
      Width           =   630
   End
   Begin VB.Label Label23 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label23"
      Height          =   180
      Left            =   2640
      TabIndex        =   2
      Top             =   2400
      Width           =   630
   End
   Begin VB.Label Label12 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "门牌号:"
      Height          =   180
      Left            =   720
      TabIndex        =   1
      Top             =   960
      Width           =   720
   End
   Begin VB.Label Label18 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000E&
      Caption         =   "Label18"
      Height          =   180
      Left            =   1680
      TabIndex        =   0
      Top             =   960
      Width           =   630
   End
   Begin VB.Line Line1 
      X1              =   720
      X2              =   3600
      Y1              =   2160
      Y2              =   2160
   End
End
Attribute VB_Name = "UptownCharge"
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 + -