frmmanipulatemsgbox.frm

来自「vb实用编程150例(光盘) 是我从网上下载的」· FRM 代码 · 共 45 行

FRM
45
字号
VERSION 5.00
Begin VB.Form frmManipulateMsgBox 
   AutoRedraw      =   -1  'True
   Caption         =   "控制MessageBox"
   ClientHeight    =   2940
   ClientLeft      =   750
   ClientTop       =   750
   ClientWidth     =   4965
   LinkTopic       =   "Form1"
   ScaleHeight     =   196
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   331
   Begin VB.CommandButton Command3 
      Caption         =   "对话框改变字体"
      Height          =   375
      Left            =   1365
      TabIndex        =   2
      Top             =   1860
      Width           =   2250
   End
   Begin VB.CommandButton Command2 
      Caption         =   "对话框居中于窗体"
      Height          =   375
      Left            =   1350
      TabIndex        =   1
      Top             =   1275
      Width           =   2250
   End
   Begin VB.CommandButton Command1 
      Caption         =   "对话框自动关闭"
      Height          =   375
      Left            =   1350
      TabIndex        =   0
      Top             =   705
      Width           =   2250
   End
End
Attribute VB_Name = "frmManipulateMsgBox"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
  Option Explicit
  ' demo project showing how to use the API to manipulate a messagebox
  ' by Bryan Stafford of New Vision Software

⌨️ 快捷键说明

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