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

📄 track.frm

📁 主从报警系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form track 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Look out!! Someone is moving out there!!!"
   ClientHeight    =   8940
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   10995
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "track.frx":0000
   ScaleHeight     =   8940
   ScaleWidth      =   10995
   StartUpPosition =   1  '所有者中心
   Visible         =   0   'False
   Begin VB.CommandButton Tstop 
      DownPicture     =   "track.frx":17112
      Height          =   735
      Left            =   6120
      Picture         =   "track.frx":1AB6E
      Style           =   1  'Graphical
      TabIndex        =   10
      Top             =   7920
      Width           =   1575
   End
   Begin VB.CommandButton Trest 
      DownPicture     =   "track.frx":1E8D4
      Height          =   735
      Left            =   3360
      Picture         =   "track.frx":22330
      Style           =   1  'Graphical
      TabIndex        =   9
      Top             =   7920
      Width           =   1575
   End
   Begin VB.PictureBox head4 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   8280
      Picture         =   "track.frx":25F04
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   8
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head3 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   5880
      Picture         =   "track.frx":2788C
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   7
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head2 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   3480
      Picture         =   "track.frx":283A3
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   6
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head1 
      BackColor       =   &H00E0E0E0&
      FillColor       =   &H00FFFFFF&
      Height          =   1695
      Left            =   1080
      Picture         =   "track.frx":29D2B
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   5
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox Picture1 
      Height          =   1245
      Left            =   3480
      Picture         =   "track.frx":2B6B3
      ScaleHeight     =   1185
      ScaleWidth      =   4170
      TabIndex        =   0
      Top             =   120
      Width           =   4230
   End
   Begin VB.Image T4 
      Height          =   2460
      Left            =   8520
      Picture         =   "track.frx":320DB
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T3 
      Height          =   2460
      Left            =   6120
      Picture         =   "track.frx":33D25
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T2 
      Height          =   2460
      Left            =   3480
      Picture         =   "track.frx":3596F
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T1 
      Height          =   2460
      Left            =   1080
      Picture         =   "track.frx":375B9
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Label tn4 
      AutoSize        =   -1  'True
      BackColor       =   &H000000FF&
      BackStyle       =   0  'Transparent
      Caption         =   "毒气"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   21.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   510
      Left            =   8880
      TabIndex        =   4
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label tn3 
      AutoSize        =   -1  'True
      BackColor       =   &H000000FF&
      BackStyle       =   0  'Transparent
      Caption         =   "火警"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   21.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   510
      Left            =   6480
      TabIndex        =   3
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label tn2 
      AutoSize        =   -1  'True
      BackColor       =   &H000000FF&
      BackStyle       =   0  'Transparent
      Caption         =   "辐射"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   21.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   510
      Left            =   4080
      TabIndex        =   2
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label tn1 
      AutoSize        =   -1  'True
      BackColor       =   &H000000FF&
      BackStyle       =   0  'Transparent
      Caption         =   "触电"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   21.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   510
      Left            =   1680
      TabIndex        =   1
      Top             =   1800
      Width           =   930
   End
End
Attribute VB_Name = "track"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Trest_Click()
welcome.MSComm1.Output = Chr$(&H2&)
track.Hide
rest.Show
RunFlag = False
End Sub

Private Sub Tstop_Click()
welcome.MSComm1.Output = Chr$(&H2&)
track.Hide
welcome.Show
RunFlag = False
End Sub

⌨️ 快捷键说明

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