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

📄 mbox.frm

📁 一个vb的mis系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form clearmbox 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   2730
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6060
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   Picture         =   "mbox.frx":0000
   ScaleHeight     =   2730
   ScaleWidth      =   6060
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Image pic_ok 
      Height          =   285
      Left            =   2160
      Picture         =   "mbox.frx":C208
      Top             =   1800
      Width           =   1065
   End
   Begin VB.Image pic_close 
      Height          =   285
      Left            =   3600
      Picture         =   "mbox.frx":D254
      Top             =   1800
      Width           =   1065
   End
End
Attribute VB_Name = "clearmbox"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()
    Me.Height = 2730
    Me.Width = 6060
End Sub

Private Sub pic_close_Click()
    Unload Me
End Sub

Private Sub pic_ok_Click()
    frmcleardb.chech_noclear.Value = 0
    Unload Me
End Sub

⌨️ 快捷键说明

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