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

📄

📁 摄影测量中单独像对立体前交的算法实现
💻
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   6450
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9285
   LinkTopic       =   "Form1"
   ScaleHeight     =   6450
   ScaleWidth      =   9285
   StartUpPosition =   3  '窗口缺省
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   3720
      Top             =   240
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComctlLib.ListView ListView1 
      Height          =   2655
      Left            =   360
      TabIndex        =   58
      Top             =   3480
      Width           =   8535
      _ExtentX        =   15055
      _ExtentY        =   4683
      View            =   3
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      Checkboxes      =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   6
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Key             =   "Check"
         Object.Width           =   529
      EndProperty
      BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   1
         Key             =   "No"
         Text            =   "点号"
         Object.Width           =   1058
      EndProperty
      BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   2
         Key             =   "Lx"
         Text            =   "X左片"
         Object.Width           =   2117
      EndProperty
      BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   3
         Key             =   "Ly"
         Text            =   "Y左片"
         Object.Width           =   2117
      EndProperty
      BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   4
         Key             =   "Rx"
         Text            =   "X右片"
         Object.Width           =   2117
      EndProperty
      BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   5
         Key             =   "Ry"
         Text            =   "Y右片"
         Object.Width           =   2117
      EndProperty
   End
   Begin VB.TextBox Text28 
      Height          =   270
      Left            =   8040
      TabIndex        =   57
      Text            =   "8000"
      Top             =   2400
      Width           =   735
   End
   Begin VB.TextBox Text27 
      Height          =   270
      Left            =   7800
      TabIndex        =   54
      Text            =   "67"
      Top             =   1680
      Width           =   495
   End
   Begin VB.Frame Frame7 
      Caption         =   "像片尺寸"
      Height          =   855
      Left            =   7800
      TabIndex        =   50
      Top             =   360
      Width           =   1095
      Begin VB.OptionButton Option2 
         Caption         =   "23cm"
         Height          =   180
         Left            =   240
         TabIndex        =   52
         Top             =   600
         Value           =   -1  'True
         Width           =   735
      End
      Begin VB.OptionButton Option1 
         Caption         =   "18cm"
         Height          =   255
         Left            =   240
         TabIndex        =   51
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.CommandButton Command9 
      Caption         =   "输入数据"
      Height          =   375
      Left            =   3360
      TabIndex        =   49
      Top             =   3000
      Width           =   855
   End
   Begin VB.CommandButton Command8 
      Caption         =   "导入数据"
      Height          =   375
      Left            =   2160
      TabIndex        =   48
      Top             =   3000
      Width           =   855
   End
   Begin VB.CommandButton Command7 
      Caption         =   "计算"
      Height          =   375
      Left            =   6000
      TabIndex        =   47
      Top             =   3000
      Width           =   855
   End
   Begin VB.CommandButton Command5 
      Caption         =   "清空"
      Height          =   375
      Left            =   4680
      TabIndex        =   46
      Top             =   3000
      Width           =   855
   End
   Begin VB.CommandButton Command4 
      Caption         =   "确定"
      Height          =   375
      Left            =   4920
      TabIndex        =   45
      Top             =   2280
      Width           =   615
   End
   Begin VB.CommandButton Command3 
      Caption         =   "清空"
      Height          =   375
      Left            =   4080
      TabIndex        =   44
      Top             =   2280
      Width           =   615
   End
   Begin VB.CommandButton Command2 
      Caption         =   "确定"
      Height          =   375
      Left            =   1200
      TabIndex        =   43
      Top             =   2280
      Width           =   615
   End
   Begin VB.CommandButton Command1 
      Caption         =   "清空"
      Height          =   375
      Left            =   360
      TabIndex        =   42
      Top             =   2280
      Width           =   615
   End
   Begin VB.Frame Frame4 
      Caption         =   "外方位元素"
      Height          =   2415
      Left            =   5760
      TabIndex        =   22
      Top             =   240
      Width           =   1455
      Begin VB.TextBox Text18 
         Height          =   270
         Left            =   480
         TabIndex        =   40
         Top             =   2040
         Width           =   615
      End
      Begin VB.TextBox Text17 
         Height          =   270
         Left            =   480
         TabIndex        =   39
         Top             =   1680
         Width           =   615
      End
      Begin VB.TextBox Text16 
         Height          =   270
         Left            =   480
         TabIndex        =   38
         Top             =   1320
         Width           =   615
      End
      Begin VB.TextBox Text15 
         Height          =   270
         Left            =   480
         TabIndex        =   37
         Top             =   960
         Width           =   735
      End
      Begin VB.TextBox Text14 
         Height          =   270
         Left            =   480
         TabIndex        =   36
         Top             =   600
         Width           =   735
      End
      Begin VB.TextBox Text13 
         Height          =   270
         Left            =   480
         TabIndex        =   35
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label19 
         Caption         =   "κ=        度"
         Height          =   255
         Left            =   120
         TabIndex        =   31
         Top             =   2040
         Width           =   1215
      End
      Begin VB.Label Label18 
         Caption         =   "ω=        度"
         Height          =   255
         Left            =   120
         TabIndex        =   30
         Top             =   1680
         Width           =   1215
      End
      Begin VB.Label Label17 
         Caption         =   "ф=        度"
         Height          =   375
         Left            =   120
         TabIndex        =   29
         Top             =   1320
         Width           =   1215
      End
      Begin VB.Label Label16 
         Caption         =   "Zs="
         Height          =   255
         Left            =   120
         TabIndex        =   28
         Top             =   960
         Width           =   255
      End
      Begin VB.Label Label15 
         Caption         =   "Ys="
         Height          =   255
         Left            =   120
         TabIndex        =   27
         Top             =   600
         Width           =   375
      End
      Begin VB.Label Label14 
         Caption         =   "Xs="
         Height          =   255
         Left            =   120
         TabIndex        =   26
         Top             =   240
         Width           =   255
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "内方位元素"
      Height          =   1335
      Left            =   4080
      TabIndex        =   21
      Top             =   840
      Width           =   1455
      Begin VB.TextBox Text12 
         Height          =   270
         Left            =   480
         TabIndex        =   34
         Top             =   960
         Width           =   735
      End
      Begin VB.TextBox Text11 
         Height          =   270
         Left            =   480
         TabIndex        =   33
         Top             =   600
         Width           =   735
      End
      Begin VB.TextBox Text10 
         Height          =   270
         Left            =   480
         TabIndex        =   32
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label13 
         Caption         =   "f="
         Height          =   255
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   495
      End
      Begin VB.Label Label12 
         Caption         =   "y0="
         Height          =   255
         Left            =   120
         TabIndex        =   24
         Top             =   600
         Width           =   495
      End
      Begin VB.Label Label11 
         Caption         =   "x0="
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   375
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "外方位元素"
      Height          =   2415
      Left            =   2040
      TabIndex        =   8
      Top             =   240
      Width           =   1455
      Begin VB.TextBox Text9 
         Height          =   270
         Left            =   480
         TabIndex        =   20
         Top             =   2040
         Width           =   615
      End
      Begin VB.TextBox Text8 
         Height          =   270
         Left            =   480
         TabIndex        =   18
         Top             =   1680
         Width           =   615
      End
      Begin VB.TextBox Text7 
         Height          =   270
         Left            =   480
         TabIndex        =   16
         Top             =   1320
         Width           =   615
      End
      Begin VB.TextBox Text6 
         Height          =   270
         Left            =   480
         TabIndex        =   14
         Top             =   960
         Width           =   735
      End
      Begin VB.TextBox Text5 
         Height          =   270
         Left            =   480
         TabIndex        =   12
         Top             =   600
         Width           =   735
      End
      Begin VB.TextBox Text4 
         Height          =   270
         Left            =   480
         TabIndex        =   10
         Top             =   240
         Width           =   735
      End
      Begin VB.Label Label10 
         Caption         =   "κ=        度"
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   2040
         Width           =   1215
      End
      Begin VB.Label Label9 
         Caption         =   "ω=        度"
         Height          =   255
         Left            =   120
         TabIndex        =   17
         Top             =   1680
         Width           =   1215
      End
      Begin VB.Label Label8 
         Caption         =   "ф=        度"
         Height          =   255
         Left            =   120
         TabIndex        =   15
         Top             =   1320
         Width           =   1215
      End
      Begin VB.Label Label7 
         Caption         =   "Zs="
         Height          =   255

⌨️ 快捷键说明

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