📄 showinfo.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form ShowInfo
BorderStyle = 3 'Fixed Dialog
Caption = "显示信息"
ClientHeight = 4056
ClientLeft = 48
ClientTop = 336
ClientWidth = 5880
BeginProperty Font
Name = "宋体"
Size = 11.4
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "ShowInfo.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4056
ScaleWidth = 5880
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 4092
Left = 0
TabIndex = 0
Top = 0
Width = 5892
_ExtentX = 10393
_ExtentY = 7218
_Version = 393216
Cols = 3
FixedRows = 0
FixedCols = 2
AllowBigSelection= 0 'False
FocusRect = 2
MergeCells = 1
AllowUserResizing= 3
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 11.4
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Attribute VB_Name = "ShowInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
bExitSub = False
End Sub
Private Sub Form_Unload(Cancel As Integer)
bExitSub = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -