frmjbmsg.frm

来自「RAR文件」· FRM 代码 · 共 29 行

FRM
29
字号
VERSION 5.00
Begin VB.Form FrmJBmsg 
   Caption         =   "基本对话框"
   ClientHeight    =   8700
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8370
   LinkTopic       =   "Form1"
   ScaleHeight     =   8700
   ScaleWidth      =   8370
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture1 
      Height          =   10755
      Left            =   15
      Picture         =   "FrmJBmsg.frx":0000
      ScaleHeight     =   10695
      ScaleWidth      =   8520
      TabIndex        =   0
      Top             =   75
      Width           =   8580
   End
End
Attribute VB_Name = "FrmJBmsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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