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

📄 frmparkcharging.frm

📁 这是一个在某本书上获得的一个小区物业管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form ParkCharging 
   Caption         =   "停车场收费票据"
   ClientHeight    =   2625
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   3045
   LinkTopic       =   "Form1"
   ScaleHeight     =   2625
   ScaleMode       =   0  'User
   ScaleWidth      =   3103.278
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      BackColor       =   &H8000000E&
      BorderStyle     =   0  'None
      Height          =   3135
      Left            =   -480
      ScaleHeight     =   3135
      ScaleWidth      =   3975
      TabIndex        =   0
      Top             =   -120
      Width           =   3975
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "西华停车场收费票据"
         Height          =   180
         Left            =   960
         TabIndex        =   16
         Top             =   360
         Width           =   1620
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "用 户 名:"
         Height          =   180
         Left            =   720
         TabIndex        =   15
         Top             =   600
         Width           =   900
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label11"
         Height          =   180
         Left            =   1680
         TabIndex        =   14
         Top             =   600
         Width           =   630
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "车位类型:"
         Height          =   180
         Left            =   720
         TabIndex        =   13
         Top             =   1095
         Width           =   900
      End
      Begin VB.Label Label15 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label15"
         Height          =   180
         Left            =   1680
         TabIndex        =   12
         Top             =   1095
         Width           =   630
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "入场时间:"
         Height          =   180
         Left            =   720
         TabIndex        =   11
         Top             =   1335
         Width           =   900
      End
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label17"
         Height          =   180
         Left            =   1680
         TabIndex        =   10
         Top             =   1335
         Width           =   630
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "离场时间:"
         Height          =   180
         Left            =   720
         TabIndex        =   9
         Top             =   1590
         Width           =   900
      End
      Begin VB.Label Label19 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label19"
         Height          =   180
         Left            =   1680
         TabIndex        =   8
         Top             =   1590
         Width           =   630
      End
      Begin VB.Label Label20 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "单    价:"
         Height          =   180
         Left            =   720
         TabIndex        =   7
         Top             =   1830
         Width           =   900
      End
      Begin VB.Label Label21 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label21"
         Height          =   180
         Left            =   1680
         TabIndex        =   6
         Top             =   1830
         Width           =   630
      End
      Begin VB.Label Label22 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "合计费用:"
         Height          =   180
         Left            =   720
         TabIndex        =   5
         Top             =   2160
         Width           =   900
      End
      Begin VB.Label Label23 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label23"
         Height          =   180
         Left            =   1680
         TabIndex        =   4
         Top             =   2160
         Width           =   630
      End
      Begin VB.Label Label24 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label24"
         Height          =   180
         Left            =   2640
         TabIndex        =   3
         Top             =   2400
         Width           =   630
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "车 位 号:"
         Height          =   180
         Left            =   720
         TabIndex        =   2
         Top             =   855
         Width           =   900
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000E&
         Caption         =   "Label13"
         Height          =   180
         Left            =   1680
         TabIndex        =   1
         Top             =   855
         Width           =   630
      End
      Begin VB.Line Line1 
         X1              =   720
         X2              =   3240
         Y1              =   2040
         Y2              =   2040
      End
   End
End
Attribute VB_Name = "ParkCharging"
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 + -