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

📄 frmpsms.frm

📁 实现图像控制,云台解码器控制,站点选择(配有Access数据库).
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmPSMS 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "PSMS 发送错误"
   ClientHeight    =   2484
   ClientLeft      =   36
   ClientTop       =   336
   ClientWidth     =   3744
   Icon            =   "frmPSMS.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2484
   ScaleWidth      =   3744
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command1 
      Caption         =   "确 定"
      Height          =   372
      Left            =   960
      TabIndex        =   3
      Top             =   1920
      Width           =   1572
   End
   Begin VB.Label Label3 
      Caption         =   "请与 PSMS 人员联系解决!"
      Height          =   372
      Left            =   360
      TabIndex        =   2
      Top             =   1560
      Width           =   2532
   End
   Begin VB.Label Label2 
      Caption         =   "Label2"
      Height          =   732
      Left            =   360
      TabIndex        =   1
      Top             =   600
      Width           =   2652
   End
   Begin VB.Label Label1 
      Caption         =   "PSMS 发送告警信息错误:"
      Height          =   252
      Left            =   360
      TabIndex        =   0
      Top             =   120
      Width           =   2532
   End
End
Attribute VB_Name = "frmPSMS"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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