自定义水准网平差类.frm

来自「采用vb程序语言编写」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   750
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "系数矩阵构造"
      Height          =   375
      Left            =   1200
      TabIndex        =   0
      Top             =   1800
      Width           =   1455
   End
   Begin VB.Menu file 
      Caption         =   "File"
      Begin VB.Menu inputfile 
         Caption         =   "ObsDataInput"
      End
      Begin VB.Menu ExitFile 
         Caption         =   "Eixt"
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim a As New levelnet

Private Sub inputfile_Click()

End Sub

⌨️ 快捷键说明

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