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

📄 help.frm

📁 非常好用的计算器
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Help 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "帮助"
   ClientHeight    =   4155
   ClientLeft      =   2685
   ClientTop       =   3360
   ClientWidth     =   4980
   Icon            =   "Help.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4155
   ScaleWidth      =   4980
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      BackColor       =   &H00C00000&
      Caption         =   "关闭"
      Height          =   495
      Left            =   3840
      MaskColor       =   &H00FF8080&
      MousePointer    =   99  'Custom
      TabIndex        =   4
      Top             =   3600
      Width           =   975
   End
   Begin VB.Label Label5 
      Caption         =   "4.计算二元函数时,自变量的输入遵循:从内到外,从下到上    的原则。"
      ForeColor       =   &H00FF0000&
      Height          =   375
      Left            =   120
      TabIndex        =   5
      Top             =   2520
      Width           =   4695
   End
   Begin VB.Label Label4 
      Caption         =   "功能:"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   120
      TabIndex        =   3
      Top             =   720
      Width           =   735
   End
   Begin VB.Label Label3 
      Caption         =   "提醒:在进行不连续运算时请及时清空文本框,否则会发生       意想不到的错误。"
      ForeColor       =   &H00FF0000&
      Height          =   495
      Left            =   120
      TabIndex        =   2
      Top             =   3120
      Width           =   4695
   End
   Begin VB.Label Label2 
      Caption         =   $"Help.frx":0442
      ForeColor       =   &H00FF0000&
      Height          =   1455
      Left            =   120
      TabIndex        =   1
      Top             =   960
      Width           =   4695
   End
   Begin VB.Label Label1 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "多功能科学计算器简介"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   240
      Left            =   1200
      TabIndex        =   0
      Top             =   240
      Width           =   2415
      WordWrap        =   -1  'True
   End
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Load()
Call Move((Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2)
End Sub

⌨️ 快捷键说明

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