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

📄 safe.frm

📁 主从报警系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form safe 
   Caption         =   "Everything's fine..."
   ClientHeight    =   8940
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10995
   LinkTopic       =   "Form1"
   Picture         =   "safe.frx":0000
   ScaleHeight     =   8940
   ScaleWidth      =   10995
   StartUpPosition =   1  '所有者中心
   Visible         =   0   'False
   Begin VB.CommandButton Sstop 
      DownPicture     =   "safe.frx":19CD7
      Height          =   735
      Left            =   6120
      Picture         =   "safe.frx":1D555
      Style           =   1  'Graphical
      TabIndex        =   10
      Top             =   7920
      Width           =   1575
   End
   Begin VB.CommandButton Srest 
      DownPicture     =   "safe.frx":2115E
      Height          =   735
      Left            =   3360
      Picture         =   "safe.frx":249DC
      Style           =   1  'Graphical
      TabIndex        =   9
      Top             =   7920
      Width           =   1575
   End
   Begin VB.PictureBox head4 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   8280
      Picture         =   "safe.frx":283D3
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   4
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head3 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   5880
      Picture         =   "safe.frx":2A16E
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   3
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head2 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   3480
      Picture         =   "safe.frx":2BF09
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   2
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox head1 
      BackColor       =   &H00E0E0E0&
      Height          =   1695
      Left            =   1080
      Picture         =   "safe.frx":2DCA4
      ScaleHeight     =   1635
      ScaleWidth      =   1635
      TabIndex        =   1
      Top             =   2760
      Width           =   1695
   End
   Begin VB.PictureBox Sname 
      AutoSize        =   -1  'True
      Height          =   1245
      Left            =   3480
      Picture         =   "safe.frx":2FA3F
      ScaleHeight     =   1185
      ScaleWidth      =   4170
      TabIndex        =   0
      Top             =   120
      Width           =   4230
   End
   Begin VB.Image T4 
      Height          =   2460
      Left            =   8520
      Picture         =   "safe.frx":36154
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T3 
      Height          =   2460
      Left            =   6120
      Picture         =   "safe.frx":37D9E
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T2 
      Height          =   2460
      Left            =   3480
      Picture         =   "safe.frx":399E8
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Image T1 
      Height          =   2460
      Left            =   1080
      Picture         =   "safe.frx":3B632
      Top             =   5040
      Width           =   1500
   End
   Begin VB.Label sn4 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFFF&
      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       =   &H00800000&
      Height          =   510
      Left            =   8880
      TabIndex        =   8
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label sn3 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFFF&
      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       =   &H00800000&
      Height          =   510
      Left            =   6480
      TabIndex        =   7
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label sn2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFFF&
      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       =   &H00800000&
      Height          =   510
      Left            =   4080
      TabIndex        =   6
      Top             =   1800
      Width           =   930
   End
   Begin VB.Label sn1 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFFF&
      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       =   &H00800000&
      Height          =   510
      Left            =   1680
      TabIndex        =   5
      Top             =   1800
      Width           =   930
   End
End
Attribute VB_Name = "safe"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


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

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

⌨️ 快捷键说明

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