frmmdidatabar.frm

来自「ArcEngine 这是基于AE组件的源代码」· FRM 代码 · 共 32 行

FRM
32
字号
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 + =
减小字号Ctrl + -
显示快捷键?