form2.frm
来自「操作系统模拟,主要是文件系统和进调度」· FRM 代码 · 共 66 行
FRM
66 行
VERSION 5.00
Begin VB.Form Form2
Caption = "帮助"
ClientHeight = 3525
ClientLeft = 60
ClientTop = 450
ClientWidth = 5745
LinkTopic = "Form2"
ScaleHeight = 3525
ScaleWidth = 5745
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label6
Caption = "Move <filename1> <filename2> 移动文件或文件夹"
Height = 255
Left = 240
TabIndex = 5
Top = 3120
Width = 5175
End
Begin VB.Label Label5
Caption = "Copy <filename1> <filename2> 复制文件"
Height = 255
Left = 240
TabIndex = 4
Top = 2520
Width = 5175
End
Begin VB.Label Label4
Caption = "Run <dirname> 运行文件 Rd <filename> 删除空目录"
Height = 255
Left = 240
TabIndex = 3
Top = 1920
Width = 5175
End
Begin VB.Label Label3
Caption = "Edit <filename> 编辑文件 Type <filename> 显示内容"
Height = 255
Left = 240
TabIndex = 2
Top = 1320
Width = 5175
End
Begin VB.Label Label2
Caption = "Md <dirname> 创建目录 Deltree <dirname> 删除目录"
Height = 255
Left = 240
TabIndex = 1
Top = 720
Width = 5175
End
Begin VB.Label Label1
Caption = "Create <filename> 创建文件 Delete <filename> 删除文件"
Height = 255
Left = 240
TabIndex = 0
Top = 120
Width = 5175
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?