form_shuo.frm
来自「台达通讯。并且在实际应用中还挺好的。大家可使用啊」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Begin VB.Form Form_shuo
Caption = "帮助"
ClientHeight = 5415
ClientLeft = 60
ClientTop = 345
ClientWidth = 9960
LinkTopic = "Form1"
ScaleHeight = 5415
ScaleWidth = 9960
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 5415
Left = 0
MultiLine = -1 'True
TabIndex = 0
Text = "Form_shuo.frx":0000
Top = 0
Width = 9975
End
End
Attribute VB_Name = "Form_shuo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
Form_shuo.Visible = False
Form_shuo.Enabled = False
Form_tui.Visible = True
Form_tui.Enabled = True
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?