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

📄 frmsouthrinexeditor.frm

📁 南方科技GPS的BOX
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSouthRinexEditor 
   Appearance      =   0  'Flat
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "SouthRinexEditor"
   ClientHeight    =   3630
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   7590
   Icon            =   "frmSouthRinexEditor.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3630
   ScaleWidth      =   7590
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Appearance      =   0  'Flat
      Caption         =   "数据信息"
      ForeColor       =   &H80000008&
      Height          =   3375
      Left            =   2760
      TabIndex        =   3
      Top             =   120
      Width           =   4695
      Begin VB.ComboBox cboLen 
         Height          =   300
         Left            =   3720
         Style           =   2  'Dropdown List
         TabIndex        =   33
         Top             =   600
         Width           =   615
      End
      Begin VB.TextBox txtMin 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   3720
         TabIndex        =   28
         Text            =   "30"
         Top             =   960
         Width           =   615
      End
      Begin VB.CommandButton cmdSave 
         Caption         =   "保存(&S)"
         Height          =   325
         Left            =   3240
         TabIndex        =   26
         Top             =   2880
         Width           =   1215
      End
      Begin VB.TextBox txtTH 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   960
         Locked          =   -1  'True
         TabIndex        =   24
         Top             =   1680
         Width           =   375
      End
      Begin VB.TextBox txtTS 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2400
         Locked          =   -1  'True
         TabIndex        =   22
         Top             =   1680
         Width           =   375
      End
      Begin VB.OptionButton optH 
         Caption         =   "垂距H"
         Height          =   255
         Left            =   960
         TabIndex        =   20
         Top             =   2400
         Width           =   750
      End
      Begin VB.TextBox txtH 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1800
         TabIndex        =   19
         Top             =   2400
         Width           =   975
      End
      Begin VB.OptionButton optL 
         Caption         =   "斜距L"
         Height          =   255
         Left            =   960
         TabIndex        =   18
         Top             =   2040
         Width           =   750
      End
      Begin VB.CheckBox chkGet 
         Appearance      =   0  'Flat
         Caption         =   "获取后"
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   2880
         TabIndex        =   17
         Top             =   630
         Width           =   975
      End
      Begin VB.CheckBox chkCenter 
         Appearance      =   0  'Flat
         Caption         =   "转换到相位中心"
         Enabled         =   0   'False
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   2880
         TabIndex        =   16
         Top             =   2280
         Value           =   1  'Checked
         Width           =   1575
      End
      Begin VB.TextBox txtL 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1800
         TabIndex        =   15
         Top             =   2040
         Width           =   975
      End
      Begin VB.TextBox txtTM 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   13
         Top             =   1680
         Width           =   375
      End
      Begin VB.TextBox txtEnd 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   960
         Locked          =   -1  'True
         TabIndex        =   11
         Top             =   1320
         Width           =   1815
      End
      Begin VB.TextBox txtStart 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   960
         Locked          =   -1  'True
         TabIndex        =   9
         Top             =   960
         Width           =   1815
      End
      Begin VB.TextBox txtSN 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   960
         Locked          =   -1  'True
         TabIndex        =   7
         Top             =   600
         Width           =   1815
      End
      Begin VB.TextBox txtID 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   960
         TabIndex        =   5
         Top             =   240
         Width           =   1815
      End
      Begin VB.Label lblSave 
         AutoSize        =   -1  'True
         Height          =   180
         Left            =   120
         TabIndex        =   34
         Top             =   3000
         Width           =   90
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "位"
         Height          =   180
         Left            =   4440
         TabIndex        =   32
         Top             =   630
         Width           =   180
      End
      Begin VB.Label lblInfo 
         AutoSize        =   -1  'True
         ForeColor       =   &H000000FF&
         Height          =   180
         Left            =   3120
         TabIndex        =   31
         Top             =   1710
         Width           =   90
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Caption         =   "钟提示错误"
         Height          =   180
         Left            =   2880
         TabIndex        =   30
         Top             =   1350
         Width           =   900
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "分"
         Height          =   180
         Left            =   4440
         TabIndex        =   29
         Top             =   990
         Width           =   180
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "历时小于"
         Height          =   180
         Left            =   2880
         TabIndex        =   27
         Top             =   990
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "时"
         Height          =   180
         Left            =   1440
         TabIndex        =   25
         Top             =   1710
         Width           =   180
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "秒"
         Height          =   180
         Left            =   2880
         TabIndex        =   23
         Top             =   1710
         Width           =   180
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "分"
         Height          =   180
         Left            =   2160
         TabIndex        =   21
         Top             =   1710
         Width           =   180
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "天线高"
         Height          =   180
         Left            =   120
         TabIndex        =   14
         Top             =   2235
         Width           =   540
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "历时"
         Height          =   180
         Left            =   120
         TabIndex        =   12
         Top             =   1710
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "结束时间"
         Height          =   180
         Left            =   120
         TabIndex        =   10
         Top             =   1350
         Width           =   720
      End
      Begin VB.Label Label3 

⌨️ 快捷键说明

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