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

📄 cript.frm

📁 一个功能特别的WINXP的科学计算器
💻 FRM
字号:
VERSION 5.00
Object = "{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}#1.0#0"; "msscript.ocx"
Begin VB.Form Cript 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   840
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   825
   LinkTopic       =   "Form1"
   ScaleHeight     =   840
   ScaleWidth      =   825
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin MSScriptControlCtl.ScriptControl Script 
      Left            =   120
      Top             =   120
      _ExtentX        =   1005
      _ExtentY        =   1005
      Timeout         =   0
      AllowUI         =   -1  'True
   End
End
Attribute VB_Name = "Cript"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Initialize()
Unload Me
End Sub

Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
Script.Reset
End Sub

⌨️ 快捷键说明

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