message.frm

来自「Custom Visual Basic Packager and Install」· FRM 代码 · 共 62 行

FRM
62
字号
VERSION 5.00
Begin VB.Form frmMessage 
   ClientHeight    =   3465
   ClientLeft      =   1080
   ClientTop       =   2010
   ClientWidth     =   7500
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   8.25
      Charset         =   0
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "message.frx":0000
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   ScaleHeight     =   3465
   ScaleWidth      =   7500
   Begin VB.Image imgMsg 
      Height          =   480
      Left            =   510
      Picture         =   "message.frx":0442
      Top             =   930
      Visible         =   0   'False
      Width           =   480
   End
   Begin VB.Label lblMsg 
      AutoSize        =   -1  'True
      Caption         =   "*"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   300
      Left            =   105
      TabIndex        =   0
      Top             =   1680
      Width           =   7110
      WordWrap        =   -1  'True
   End
End
Attribute VB_Name = "frmMessage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Option Compare Text
' frmMessage
Private Sub Form_Load()
    SetFormFont Me
End Sub

⌨️ 快捷键说明

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