form2.frm

来自「ArcEngine例子」· FRM 代码 · 共 44 行

FRM
44
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   1755
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4980
   LinkTopic       =   "Form2"
   ScaleHeight     =   1755
   ScaleWidth      =   4980
   StartUpPosition =   3  'Windows Default
   Begin VB.Label Label3 
      Caption         =   "E-Mail:zwf.geo.ecnu@sohu.com"
      Height          =   345
      Left            =   165
      TabIndex        =   2
      Top             =   1170
      Width           =   3780
   End
   Begin VB.Label Label2 
      Caption         =   "单位:上海乾特计算机技术有限公司"
      Height          =   330
      Left            =   135
      TabIndex        =   1
      Top             =   660
      Width           =   4290
   End
   Begin VB.Label Label1 
      Caption         =   "作者:张伟锋"
      Height          =   315
      Left            =   195
      TabIndex        =   0
      Top             =   165
      Width           =   4185
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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