📄 frmchann.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmChAnn
BorderStyle = 4 'Fixed ToolWindow
Caption = "横轴标记"
ClientHeight = 870
ClientLeft = 3735
ClientTop = 8565
ClientWidth = 8175
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 870
ScaleWidth = 8175
ShowInTaskbar = 0 'False
Begin MSComctlLib.ListView lstAnnotation
Height = 855
Left = 0
TabIndex = 0
Top = 0
Width = 8175
_ExtentX = 14420
_ExtentY = 1508
View = 3
LabelWrap = -1 'True
HideSelection = -1 'True
HideColumnHeaders= -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Attribute VB_Name = "frmChAnn"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
If frmChart.Visible Then
Me.Hide
Cancel = -1
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -