cript.frm
来自「一个功能特别的WINXP的科学计算器」· FRM 代码 · 共 36 行
FRM
36 行
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 + =
减小字号Ctrl + -
显示快捷键?