xu3.frm

来自「测绘工程学科内容」· FRM 代码 · 共 80 行

FRM
80
字号
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "Form4"
   ClientHeight    =   8760
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10020
   LinkTopic       =   "Form4"
   ScaleHeight     =   8760
   ScaleWidth      =   10020
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   495
      Left            =   4560
      TabIndex        =   6
      Top             =   120
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   5
      Left            =   600
      TabIndex        =   5
      Text            =   "Text1"
      Top             =   4320
      Width           =   2055
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   4
      Left            =   600
      TabIndex        =   4
      Text            =   "Text1"
      Top             =   3600
      Width           =   2055
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   3
      Left            =   600
      TabIndex        =   3
      Text            =   "Text1"
      Top             =   2880
      Width           =   2055
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   2
      Left            =   600
      TabIndex        =   2
      Text            =   "Text1"
      Top             =   2160
      Width           =   2055
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   1
      Left            =   600
      TabIndex        =   1
      Text            =   "Text1"
      Top             =   1440
      Width           =   2055
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Index           =   0
      Left            =   600
      TabIndex        =   0
      Text            =   "Text1"
      Top             =   720
      Width           =   2055
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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