⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmverdatainput1.frm

📁 三角形闭合差计算程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmVerDataInput1 
   Caption         =   "观测数据输入(1/2)"
   ClientHeight    =   7725
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10380
   LinkTopic       =   "Form1"
   ScaleHeight     =   7725
   ScaleWidth      =   10380
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command2 
      Caption         =   "下一页"
      Height          =   495
      Left            =   6960
      TabIndex        =   22
      Top             =   6000
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "保存"
      Height          =   495
      Left            =   3000
      TabIndex        =   21
      Top             =   6000
      Width           =   1215
   End
   Begin VB.TextBox Text12 
      Height          =   495
      Left            =   8040
      TabIndex        =   20
      Top             =   4560
      Width           =   1215
   End
   Begin VB.TextBox Text11 
      Height          =   495
      Left            =   8040
      TabIndex        =   19
      Top             =   3240
      Width           =   1215
   End
   Begin VB.TextBox Text10 
      Height          =   495
      Left            =   8040
      TabIndex        =   17
      Top             =   2040
      Width           =   1215
   End
   Begin VB.TextBox Text9 
      Height          =   495
      Left            =   8040
      TabIndex        =   15
      Top             =   840
      Width           =   1215
   End
   Begin VB.TextBox Text8 
      Height          =   495
      Left            =   5040
      TabIndex        =   14
      Top             =   4560
      Width           =   1215
   End
   Begin VB.TextBox Text7 
      Height          =   495
      Left            =   4920
      TabIndex        =   13
      Top             =   3360
      Width           =   1215
   End
   Begin VB.TextBox Text6 
      Height          =   495
      Left            =   4920
      TabIndex        =   12
      Top             =   2040
      Width           =   1215
   End
   Begin VB.TextBox Text5 
      Height          =   495
      Left            =   4920
      TabIndex        =   11
      Top             =   840
      Width           =   1215
   End
   Begin VB.TextBox Text4 
      Height          =   495
      Left            =   2220
      TabIndex        =   10
      Top             =   4560
      Width           =   1215
   End
   Begin VB.TextBox Text3 
      Height          =   495
      Left            =   2220
      TabIndex        =   9
      Top             =   3320
      Width           =   1215
   End
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   2220
      TabIndex        =   8
      Top             =   2080
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   2220
      TabIndex        =   7
      Top             =   840
      Width           =   1215
   End
   Begin VB.Label Label11 
      Caption         =   "观测值个数: "
      Height          =   495
      Left            =   6720
      TabIndex        =   18
      Top             =   3360
      Width           =   1215
   End
   Begin VB.Label Label10 
      Caption         =   "计算日期:"
      Height          =   495
      Left            =   6600
      TabIndex        =   16
      Top             =   2040
      Width           =   1215
   End
   Begin VB.Label Label9 
      Caption         =   "观测者:"
      Height          =   495
      Left            =   6720
      TabIndex        =   6
      Top             =   840
      Width           =   1215
   End
   Begin VB.Label Label8 
      Caption         =   "仪器编号:"
      Height          =   495
      Left            =   3720
      TabIndex        =   5
      Top             =   4560
      Width           =   975
   End
   Begin VB.Label Label6 
      Caption         =   "计算者:"
      Height          =   495
      Left            =   3720
      TabIndex        =   4
      Top             =   2040
      Width           =   975
   End
   Begin VB.Label Label5 
      Caption         =   "项目地点:"
      Height          =   495
      Left            =   3720
      TabIndex        =   3
      Top             =   840
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "仪器名称:"
      Height          =   495
      Left            =   600
      TabIndex        =   2
      Top             =   4560
      Width           =   1215
   End
   Begin VB.Label Label2 
      Caption         =   "观测日期:"
      Height          =   495
      Left            =   600
      TabIndex        =   1
      Top             =   2120
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "项目名称:"
      Height          =   495
      Left            =   600
      TabIndex        =   0
      Top             =   840
      Width           =   1215
   End
End
Attribute VB_Name = "FrmVerDataInput1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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