frminfo.frm

来自「GIS+VB开发. GIS+VB开发.」· FRM 代码 · 共 42 行

FRM
42
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FrmInfo 
   Caption         =   "信息"
   ClientHeight    =   4290
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   2925
   Icon            =   "FrmInfo.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   4290
   ScaleWidth      =   2925
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.TreeView TreeInfo 
      Height          =   4095
      Left            =   90
      TabIndex        =   0
      Top             =   90
      Width           =   2745
      _ExtentX        =   4842
      _ExtentY        =   7223
      _Version        =   393217
      HideSelection   =   0   'False
      LabelEdit       =   1
      Style           =   7
      BorderStyle     =   1
      Appearance      =   0
   End
End
Attribute VB_Name = "FrmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
If Me.WindowState = 1 Then Exit Sub
TreeInfo.Width = Me.Width - 300
TreeInfo.Height = Me.Height - 600
End Sub

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?