frmchann.frm
来自「地理信息系统工程案例精选程序,本书所有案例均需要单独配置」· FRM 代码 · 共 50 行
FRM
50 行
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 + =
减小字号Ctrl + -
显示快捷键?