📄 frmmdidatabar.frm
字号:
VERSION 5.00
Object = "{370A8DDA-7915-42DC-B4A1-77662C82B046}#1.0#0"; "TOCControl.ocx"
Begin VB.Form frmMDITocDataBar
Caption = "Form1"
ClientHeight = 3990
ClientLeft = 60
ClientTop = 345
ClientWidth = 2685
LinkTopic = "Form1"
ScaleHeight = 3990
ScaleWidth = 2685
StartUpPosition = 3 'Windows Default
Begin esriTOCControl.TOCControl TOCControl
Height = 3975
Left = 0
OleObjectBlob = "frmMDIDataBar.frx":0000
TabIndex = 0
Top = 0
Width = 2655
End
End
Attribute VB_Name = "frmMDITocDataBar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
TOCControl.Width = Me.Width
TOCControl.Height = Me.Height
frmMDIMain.ActiveBar.ReleaseFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -