frmhelp.frm

来自「一个不错的学生成绩管理系统 运用vb6.0开发 可以应用于个学校」· FRM 代码 · 共 43 行

FRM
43
字号
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form frmHelp 
   Caption         =   "学生成绩管理系统 - 帮助"
   ClientHeight    =   6315
   ClientLeft      =   405
   ClientTop       =   570
   ClientWidth     =   7875
   Icon            =   "frmHelp.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   6315
   ScaleWidth      =   7875
   Begin RichTextLib.RichTextBox RichTextBox1 
      Height          =   5655
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7575
      _ExtentX        =   13361
      _ExtentY        =   9975
      _Version        =   327680
      Enabled         =   -1  'True
      ReadOnly        =   -1  'True
      ScrollBars      =   2
      RightMargin     =   1
      FileName        =   "Cjbhelp.rtf"
   End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Left = (Screen.Width - Me.Width) / 2
    Top = (Screen.Height - Me.Height) / 2
End Sub

Private Sub Form_Resize()
    RichTextBox1.Width = ScaleWidth
    RichTextBox1.Height = ScaleHeight
End Sub

⌨️ 快捷键说明

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