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

📄 frmmsgbox.frm

📁 一个非常完善的文本编辑器程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMsgBox 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "ElitePad"
   ClientHeight    =   1365
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6420
   Icon            =   "frmMsgBox.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1365
   ScaleWidth      =   6420
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton cmdYes 
      Caption         =   "&Yes"
      Height          =   320
      Left            =   5325
      TabIndex        =   1
      Top             =   147
      Visible         =   0   'False
      Width           =   975
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      Height          =   320
      Left            =   5325
      TabIndex        =   3
      Top             =   897
      Visible         =   0   'False
      Width           =   975
   End
   Begin VB.CommandButton cmdNo 
      Caption         =   "&No"
      Height          =   320
      Left            =   5325
      TabIndex        =   2
      Top             =   522
      Visible         =   0   'False
      Width           =   975
   End
   Begin VB.CommandButton cmdOk 
      Caption         =   "&OK"
      Default         =   -1  'True
      Height          =   320
      Left            =   5325
      TabIndex        =   0
      Top             =   150
      Visible         =   0   'False
      Width           =   975
   End
   Begin VB.Image imgHelp 
      Height          =   480
      Left            =   83
      Picture         =   "frmMsgBox.frx":000C
      Top             =   147
      Visible         =   0   'False
      Width           =   480
   End
   Begin VB.Label lblMsg 
      BackStyle       =   0  'Transparent
      Height          =   975
      Left            =   683
      TabIndex        =   4
      Top             =   147
      Width           =   4575
   End
   Begin VB.Image imgCri 
      Height          =   480
      Left            =   83
      Picture         =   "frmMsgBox.frx":0CD6
      Top             =   147
      Visible         =   0   'False
      Width           =   480
   End
End
Attribute VB_Name = "frmMsgBox"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
    '***************************************************************'
    '                         ELITEPAD                              '
    '                        Written by                             '
    '                       Andrea Batina                           '
    '                                                               '
    '  You are free to use the source code in your private,         '
    '  non-commercial, projects without permission. If you want     '
    '  to use this code in commercial projects EXPLICIT permission  '
    '  from the author is required.                                 '
    '                                                               '
    '                                                               '
    '               Copyright 

⌨️ 快捷键说明

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