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

📄 aboutprogram.frm

📁 软件虽然小但可以隐藏磁盘分区和格式化
💻 FRM
字号:
VERSION 5.00
Begin VB.Form AboutProgram 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于SysEdit2.0"
   ClientHeight    =   3255
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3270
   Icon            =   "AboutProgram.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3255
   ScaleWidth      =   3270
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame1 
      Height          =   3255
      Left            =   20
      TabIndex        =   0
      Top             =   0
      Width           =   3255
      Begin VB.CommandButton CmdOk 
         BackColor       =   &H0000FF00&
         Caption         =   "确 定"
         Height          =   375
         Left            =   2160
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   2760
         Width           =   855
      End
      Begin VB.Image Image1 
         Height          =   615
         Left            =   120
         Picture         =   "AboutProgram.frx":0442
         Stretch         =   -1  'True
         Top             =   2520
         Width           =   615
      End
   End
End
Attribute VB_Name = "AboutProgram"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub CmdOk_Click()
Unload Me
End Sub

Private Sub Label2_Click()

End Sub

⌨️ 快捷键说明

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