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

📄 frmmsg.frm

📁 用于电子行业打印复杂报表格式和不干胶标签
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMsg 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "提示窗"
   ClientHeight    =   1710
   ClientLeft      =   3705
   ClientTop       =   3225
   ClientWidth     =   3465
   Icon            =   "frmMsg.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1710
   ScaleWidth      =   3465
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton OKButton 
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   300
      Left            =   1125
      TabIndex        =   0
      Top             =   1230
      Width           =   1215
   End
   Begin VB.Label Lblmsg 
      ForeColor       =   &H00000000&
      Height          =   555
      Left            =   900
      TabIndex        =   1
      Top             =   330
      Width           =   2295
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   270
      Picture         =   "frmMsg.frx":0442
      Top             =   330
      Width           =   480
   End
End
Attribute VB_Name = "frmMsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub OKButton_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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