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

📄 carservice.frm

📁 上传的文件是针对小区物业管理的程序
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form carService 
   Caption         =   "欢迎进入小区物业管理系统"
   ClientHeight    =   6840
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10830
   FillColor       =   &H00FFFFFF&
   ForeColor       =   &H00FFC0C0&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6840
   ScaleWidth      =   10830
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame Frame1 
      Caption         =   "车位服务登记信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FFFF&
      Height          =   6795
      Left            =   0
      TabIndex        =   0
      Top             =   30
      Width           =   10815
      Begin VB.TextBox Text3 
         Height          =   315
         Left            =   6360
         TabIndex        =   11
         Top             =   1005
         Width           =   4395
      End
      Begin VB.TextBox Text2 
         Height          =   315
         Left            =   1140
         TabIndex        =   9
         Top             =   1005
         Width           =   3585
      End
      Begin VB.CommandButton Command4 
         Caption         =   "退  出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   9450
         TabIndex        =   8
         Top             =   6330
         Width           =   1245
      End
      Begin VB.CommandButton Command3 
         Caption         =   "保  存"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   8070
         TabIndex        =   7
         Top             =   6330
         Width           =   1245
      End
      Begin VB.CommandButton Command2 
         Caption         =   "删  除"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   6720
         TabIndex        =   6
         Top             =   6330
         Width           =   1245
      End
      Begin VB.CommandButton Command1 
         Caption         =   "增  加"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Left            =   5310
         TabIndex        =   5
         Top             =   6330
         Width           =   1245
      End
      Begin MSComctlLib.ListView ListView1 
         Height          =   4815
         Left            =   60
         TabIndex        =   4
         Top             =   1380
         Width           =   10695
         _ExtentX        =   18865
         _ExtentY        =   8493
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
      Begin VB.Frame Frame2 
         Height          =   645
         Left            =   60
         TabIndex        =   1
         Top             =   270
         Width           =   10695
         Begin VB.TextBox Text1 
            Height          =   345
            Left            =   2370
            TabIndex        =   3
            Top             =   210
            Width           =   8235
         End
         Begin VB.Label Label1 
            Caption         =   "车位服务登记表表号:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   225
            Left            =   90
            TabIndex        =   2
            Top             =   270
            Width           =   2115
         End
      End
      Begin VB.Label Label5 
         Caption         =   "车牌号码:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   225
         Left            =   5370
         TabIndex        =   12
         Top             =   1050
         Width           =   1065
      End
      Begin VB.Label Label4 
         Caption         =   "车主姓名:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   225
         Left            =   180
         TabIndex        =   10
         Top             =   1050
         Width           =   1065
      End
   End
End
Attribute VB_Name = "carService"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_Ext_KEY = "RVB_UniqueId" ,"42B9FF4D015B"
Attribute VB_Ext_KEY = "RVB_ModelStereotype" ,"Form"
'车位服务界面类
'
'input_driver_message()
'
'管理员调用此函数进入车位服务界面类
'
Option Explicit


'##ModelId=42BA9A5E011D
Public Sub input_driver_message()

End Sub

Private Sub Command4_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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