listopenproc.frm
来自「一个同学用VB编写的局域网通讯程序」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form ListOpenProc
Caption = "Open Processes"
ClientHeight = 4005
ClientLeft = 60
ClientTop = 345
ClientWidth = 6450
LinkTopic = "Form1"
ScaleHeight = 4005
ScaleWidth = 6450
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox ListOpen
Height = 3855
Left = 0
TabIndex = 0
Top = 120
Width = 6375
_ExtentX = 11245
_ExtentY = 6800
_Version = 393217
Enabled = -1 'True
ReadOnly = -1 'True
ScrollBars = 3
TextRTF = $"ListOpenProc.frx":0000
End
End
Attribute VB_Name = "ListOpenProc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?