📄 procinfo.ebf
字号:
VERSION 5.00
Begin VB.Form ProcInfo
Appearance = 0 'Flat
BackColor = &H8000000A&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 435
ClientLeft = 45
ClientTop = 45
ClientWidth = 2895
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
FormResize = 2 'vbFormUserSize
Moveable = 0 'False
ScaleHeight = 435
ScaleWidth = 2895
Begin VBCE.Label PMsgInfo
Height = 180
Left = 120
TabIndex = 0
Top = 120
Width = 2625
_cx = 4630
_cy = 317
AutoSize = 0 'False
BackColor = -2147483638
BackStyle = 1
BorderStyle = 0
Caption = ""
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = -2147483640
Alignment = 2
UseMnemonic = -1 'True
WordWrap = 0 'False
End
End
Attribute VB_Name = "ProcInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Click()
Me.Hide
End Sub
Private Sub Form_Load()
Me.Top = (Screen.Height - Me.Height) / 2
Me.Left = (Screen.Width - Me.Width) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -