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

📄 frminvehunit.frm

📁 公交调度实例程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form FrmInVehUnit 
   Caption         =   "与车载机通信"
   ClientHeight    =   6345
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9615
   Icon            =   "FrmInVehUnit.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   6345
   ScaleWidth      =   9615
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "调度指令"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2640
      TabIndex        =   26
      Top             =   240
      Width           =   1695
   End
   Begin VB.CommandButton Command3 
      Caption         =   "删除"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   360
      TabIndex        =   25
      Top             =   240
      Width           =   1695
   End
   Begin RichTextLib.RichTextBox RichTextBox2 
      Height          =   855
      Left            =   3000
      TabIndex        =   24
      Top             =   2520
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   1508
      _Version        =   393217
      ScrollBars      =   2
      TextRTF         =   $"FrmInVehUnit.frx":0442
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "FrmInVehUnit.frx":06D8
      Height          =   2295
      Left            =   1440
      TabIndex        =   23
      Top             =   1800
      Width           =   5055
      _ExtentX        =   8916
      _ExtentY        =   4048
      _Version        =   393216
      AllowUpdate     =   -1  'True
      AllowArrows     =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      AllowAddNew     =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   2
      BeginProperty Column00 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   360
      Top             =   6120
      Visible         =   0   'False
      Width           =   6975
      _ExtentX        =   12303
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=Dispatch.mdb"
      OLEDBString     =   "DSN=Dispatch.mdb"
      OLEDBFile       =   ""
      DataSourceName  =   "Dispatch.mdb"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "TransferData"
      Caption         =   ""
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.TextBox Text10 
      Height          =   615
      Left            =   120
      TabIndex        =   22
      Text            =   "Text10"
      Top             =   3000
      Width           =   975
   End
   Begin VB.TextBox Text9 
      ForeColor       =   &H000000FF&
      Height          =   375
      Left            =   8400
      TabIndex        =   20
      Text            =   "Text9"
      Top             =   240
      Width           =   855
   End
   Begin VB.TextBox Text7 
      Height          =   375
      Left            =   7920
      TabIndex        =   14
      Text            =   "Text7"
      Top             =   4200
      Width           =   1695
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Left            =   7920
      TabIndex        =   13
      Text            =   "Text6"
      Top             =   3600
      Width           =   1695
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Left            =   7920
      TabIndex        =   12
      Text            =   "Text5"
      Top             =   3000
      Width           =   2415
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   7920
      TabIndex        =   11
      Text            =   "Text4"
      Top             =   2400
      Width           =   1695
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   7920
      TabIndex        =   10
      Text            =   "Text3"
      Top             =   1800
      Width           =   1695
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   7920
      TabIndex        =   8
      Text            =   "Text2"
      Top             =   1200
      Width           =   1695
   End
   Begin RichTextLib.RichTextBox RichTextBox3 
      Height          =   855
      Left            =   1320
      TabIndex        =   6
      Top             =   5280
      Width           =   5295
      _ExtentX        =   9340
      _ExtentY        =   1508
      _Version        =   393217
      TextRTF         =   $"FrmInVehUnit.frx":06ED
   End
   Begin MSCommLib.MSComm MSComm1 
      Left            =   8400
      Top             =   5280
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
   End
   Begin VB.Timer Timer1 
      Left            =   7320
      Top             =   5280
   End
   Begin RichTextLib.RichTextBox RichTextBox1 
      Height          =   855
      Left            =   1320
      TabIndex        =   4
      Top             =   4320
      Width           =   5295
      _ExtentX        =   9340
      _ExtentY        =   1508
      _Version        =   393217
      ScrollBars      =   2
      TextRTF         =   $"FrmInVehUnit.frx":0983
   End
   Begin VB.CommandButton Command2 
      Caption         =   "返回"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4920
      TabIndex        =   2
      Top             =   240
      Width           =   1695
   End
   Begin VB.TextBox Text1 
      Height          =   615
      Left            =   1320
      MultiLine       =   -1  'True
      TabIndex        =   0
      Text            =   "FrmInVehUnit.frx":0C19
      Top             =   960
      Width           =   5295
   End
   Begin VB.Label Label12 
      Caption         =   "计时器:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7440
      TabIndex        =   21
      Top             =   240
      Width           =   855
   End
   Begin VB.Label Label10 
      Caption         =   "时间:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6840
      TabIndex        =   19
      Top             =   4200
      Width           =   1095
   End
   Begin VB.Label Label9 
      Caption         =   "速度:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6840
      TabIndex        =   18
      Top             =   3600

⌨️ 快捷键说明

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