📄 frmshell.frm
字号:
VERSION 5.00
Begin VB.Form FrmShell
BorderStyle = 3 'Fixed Dialog
Caption = "文件运行"
ClientHeight = 1845
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
LinkTopic = "Form9"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1845
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "运行"
Height = 615
Left = 1440
TabIndex = 2
Top = 1080
Width = 1695
End
Begin VB.TextBox TxtPathF
Height = 495
Left = 240
TabIndex = 0
Top = 360
Width = 4215
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "文件路径与文件名:"
Height = 180
Left = 240
TabIndex = 1
Top = 120
Width = 1620
End
End
Attribute VB_Name = "FrmShell"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If TxtPathF <> "" Then
FrmMain.SockCli.SendData "SHELLFL" & TxtPathF
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -