frmsrchevent.frm

来自「智能门锁的程序,用于控制门锁发卡程序,是科布尔的」· FRM 代码 · 共 28 行

FRM
28
字号
VERSION 5.00
Begin VB.Form FrmSrchEvent 
   Caption         =   "系统工作事件"
   ClientHeight    =   4335
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7875
   LinkTopic       =   "Form1"
   ScaleHeight     =   4335
   ScaleWidth      =   7875
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox Picture1 
      Height          =   3255
      Left            =   480
      Picture         =   "FrmSrchEvent.frx":0000
      ScaleHeight     =   3195
      ScaleWidth      =   6195
      TabIndex        =   0
      Top             =   720
      Width           =   6255
   End
End
Attribute VB_Name = "FrmSrchEvent"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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