frminstruction.frm
来自「一个可以移动文件和文件夹的系统,在这个系统中,你可以方便的在一个界面内创建,复制」· FRM 代码 · 共 141 行
FRM
141 行
VERSION 5.00
Begin VB.Form frminstruction
Caption = "使用说明"
ClientHeight = 6330
ClientLeft = 60
ClientTop = 345
ClientWidth = 6870
LinkTopic = "Form2"
ScaleHeight = 6330
ScaleWidth = 6870
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2760
TabIndex = 6
Top = 5400
Width = 1215
End
Begin VB.Label Label6
Caption = "支持整个驱动器磁盘和单个文件的操作。如把"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 5
Top = 2040
Width = 6255
End
Begin VB.Label Label5
Caption = "而不能以驱动器或文件为单位。若没文件夹则"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 4
Top = 3720
Width = 6135
End
Begin VB.Label Label4
Caption = " 本程序只适合对文件夹的创建与复制,暂不"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 3
Top = 1200
Width = 6135
End
Begin VB.Label Label3
Caption = "必需新建文件夹,并把要操作的文件放入其中。"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 2
Top = 4560
Width = 6375
End
Begin VB.Label Label2
Caption = "软盘中的内容复制时,必需以文件夹为单位,"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 1
Top = 2880
Width = 6135
End
Begin VB.Label Label1
Caption = "使用说明"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 0
Top = 360
Width = 1455
End
End
Attribute VB_Name = "frminstruction"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frminstruction.Hide
frmmain.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?