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

📄 dgp.frm

📁 通过GPIB接口读取频谱仪的测试曲线
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form formDirGpcPro 
   Caption         =   "测试控制                    摩比天线技术(深圳)有限公司"
   ClientHeight    =   7950
   ClientLeft      =   60
   ClientTop       =   390
   ClientWidth     =   10035
   LinkTopic       =   "Form1"
   ScaleHeight     =   7950
   ScaleWidth      =   10035
   StartUpPosition =   3  '窗口缺省
   Begin VB.Timer Timer1 
      Interval        =   10
      Left            =   0
      Top             =   1200
   End
   Begin MSCommLib.MSComm MSCommSerVo 
      Left            =   0
      Top             =   0
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      CommPort        =   2
      DTREnable       =   -1  'True
      InBufferSize    =   32000
      InputLen        =   1
      RThreshold      =   1
      BaudRate        =   4800
   End
   Begin VB.Frame frmInstctrl 
      Caption         =   "仪器控制"
      Height          =   3375
      Left            =   3480
      TabIndex        =   25
      Top             =   240
      Width           =   6135
      Begin VB.Frame frmSpec 
         Caption         =   "频谱仪"
         Height          =   2895
         Left            =   240
         TabIndex        =   38
         Top             =   240
         Width           =   3735
         Begin VB.OptionButton OptSpec 
            Caption         =   "MS37xxx"
            Height          =   255
            Index           =   5
            Left            =   240
            TabIndex        =   62
            Top             =   1440
            Width           =   975
         End
         Begin VB.OptionButton OptSpec 
            Caption         =   "MS26xx"
            Height          =   255
            Index           =   4
            Left            =   240
            TabIndex        =   61
            Top             =   1200
            Width           =   1095
         End
         Begin VB.OptionButton OptSpec 
            Caption         =   "HP87xx"
            Height          =   375
            Index           =   3
            Left            =   240
            TabIndex        =   58
            Top             =   840
            Width           =   1095
         End
         Begin VB.TextBox txtPower 
            Height          =   270
            Left            =   2760
            TabIndex        =   54
            Text            =   "15"
            Top             =   240
            Width           =   855
         End
         Begin VB.TextBox txtSampNumb 
            Height          =   270
            Left            =   2760
            TabIndex        =   53
            Text            =   "601"
            Top             =   600
            Width           =   855
         End
         Begin VB.TextBox txtRP 
            Height          =   270
            Left            =   2760
            TabIndex        =   52
            Text            =   "10"
            Top             =   2040
            Width           =   855
         End
         Begin VB.TextBox txtATT 
            Height          =   270
            Left            =   2760
            TabIndex        =   49
            Text            =   "0"
            Top             =   2400
            Width           =   855
         End
         Begin VB.TextBox txtRL 
            Height          =   270
            Left            =   2760
            TabIndex        =   48
            Text            =   "-10"
            Top             =   1680
            Width           =   855
         End
         Begin VB.TextBox txtVBW 
            Height          =   270
            Left            =   2760
            TabIndex        =   47
            Text            =   "auto"
            Top             =   1320
            Width           =   855
         End
         Begin VB.TextBox txtRBW 
            Height          =   270
            Left            =   2760
            TabIndex        =   46
            Text            =   "30"
            Top             =   960
            Width           =   855
         End
         Begin VB.OptionButton OptSpec 
            Caption         =   "其它..."
            Height          =   255
            Index           =   2
            Left            =   240
            TabIndex        =   41
            Top             =   1800
            Width           =   975
         End
         Begin VB.OptionButton OptSpec 
            Caption         =   "HP859x"
            Height          =   255
            Index           =   1
            Left            =   240
            TabIndex        =   40
            Top             =   600
            Width           =   1095
         End
         Begin VB.OptionButton OptSpec 
            Caption         =   "HP856x"
            Height          =   255
            Index           =   0
            Left            =   240
            TabIndex        =   39
            Top             =   360
            Value           =   -1  'True
            Width           =   975
         End
         Begin VB.Label Label19 
            Caption         =   "参考位置"
            Height          =   255
            Left            =   1800
            TabIndex        =   57
            Top             =   2040
            Width           =   735
         End
         Begin VB.Label Label17 
            Caption         =   "采样点数:"
            Height          =   255
            Left            =   1800
            TabIndex        =   56
            Top             =   600
            Width           =   975
         End
         Begin VB.Label Label15 
            Caption         =   "功率:"
            Height          =   255
            Left            =   1800
            TabIndex        =   55
            Top             =   240
            Width           =   735
         End
         Begin VB.Label Label9 
            Caption         =   "ATT(dB):"
            Height          =   255
            Left            =   1800
            TabIndex        =   45
            Top             =   2520
            Width           =   735
         End
         Begin VB.Label Label8 
            Caption         =   "RL(dB):"
            Height          =   255
            Left            =   1800
            TabIndex        =   44
            Top             =   1680
            Width           =   615
         End
         Begin VB.Label Label7 
            Caption         =   "VBW(Hz):"
            Height          =   255
            Left            =   1800
            TabIndex        =   43
            Top             =   1320
            Width           =   975
         End
         Begin VB.Label Label6 
            Caption         =   "RBW(Hz):"
            Height          =   255
            Left            =   1800
            TabIndex        =   42
            Top             =   960
            Width           =   855
         End
      End
      Begin VB.CommandButton cmdRomo_Loca 
         Caption         =   "本控/遥控"
         Height          =   375
         Left            =   4440
         TabIndex        =   31
         Top             =   2520
         Width           =   1455
      End
      Begin VB.CommandButton cmdSendComm 
         Caption         =   "传送指令"
         Height          =   375
         Left            =   4440
         TabIndex        =   30
         Top             =   2040
         Width           =   1455
      End
      Begin VB.TextBox txtInstComm 
         Height          =   375
         Left            =   4440
         TabIndex        =   29
         Top             =   1560
         Width           =   1455
      End
      Begin VB.TextBox txtInstAddr 
         Height          =   375
         Left            =   4440
         TabIndex        =   27
         Text            =   "16"
         Top             =   720
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "指令:"
         Height          =   375
         Left            =   4440
         TabIndex        =   28
         Top             =   1320
         Width           =   1335
      End
      Begin VB.Label Label1 
         Caption         =   "地址:"
         Height          =   375
         Left            =   4440
         TabIndex        =   26
         Top             =   480
         Width           =   1095
      End
   End
   Begin VB.Frame RotTabCtl 
      Caption         =   "转台控制"
      Height          =   3855
      Left            =   240
      TabIndex        =   6
      Top             =   3720
      Width           =   9375
      Begin VB.Frame frmPitching 
         Caption         =   "俯仰控制"
         Height          =   3135
         Left            =   4920
         TabIndex        =   8
         Top             =   600
         Width           =   4335
         Begin MSComctlLib.ImageList ImageList2 
            Left            =   1680
            Top             =   480
            _ExtentX        =   1005
            _ExtentY        =   1005
            BackColor       =   -2147483643
            ImageWidth      =   16
            ImageHeight     =   16
            MaskColor       =   12632256
            _Version        =   393216
            BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
               NumListImages   =   9
               BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":0000
                  Key             =   ""
               EndProperty
               BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":0452
                  Key             =   ""
               EndProperty
               BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":08A4
                  Key             =   ""
               EndProperty
               BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":0CF6
                  Key             =   ""
               EndProperty
               BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":1148
                  Key             =   ""
               EndProperty
               BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":159A
                  Key             =   ""
               EndProperty
               BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":19EC
                  Key             =   ""
               EndProperty
               BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":1E3E
                  Key             =   ""
               EndProperty
               BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
                  Picture         =   "DGP.frx":2290
                  Key             =   ""
               EndProperty
            EndProperty
         End
         Begin VB.TextBox txtPspinSpeeSetup 
            Height          =   375
            Left            =   3360
            TabIndex        =   37
            Text            =   "0"
            Top             =   2040
            Width           =   735
         End
         Begin VB.TextBox txtObjeAngl 
            Height          =   375
            Left            =   3360
            TabIndex        =   36
            Text            =   "0"
            Top             =   1560
            Width           =   735
         End
         Begin VB.TextBox txtCrntPitcAngl 
            Height          =   390
            Left            =   3360
            TabIndex        =   35
            Text            =   "0"
            Top             =   960
            Width           =   735
         End
         Begin VB.PictureBox Picture2 
            Height          =   1815
            Left            =   120
            ScaleHeight     =   1755
            ScaleWidth      =   1755
            TabIndex        =   22
            Top             =   840
            Width           =   1815
            Begin VB.Line Line2 
               BorderColor     =   &H00800000&
               BorderWidth     =   6
               X1              =   840
               X2              =   840
               Y1              =   1440
               Y2              =   240
            End
            Begin VB.Line Line1 
               BorderColor     =   &H00800000&
               BorderWidth     =   12
               X1              =   720
               X2              =   960
               Y1              =   1440
               Y2              =   1440
            End
         End
         Begin MSComctlLib.Toolbar Toolbar2 
            Height          =   390
            Left            =   120
            TabIndex        =   21
            Top             =   240
            Width           =   3375
            _ExtentX        =   5953
            _ExtentY        =   688
            ButtonWidth     =   609
            ButtonHeight    =   582
            Appearance      =   1
            ImageList       =   "ImageList2"
            HotImageList    =   "ImageList2"
            _Version        =   393216
            BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
               NumButtons      =   11

⌨️ 快捷键说明

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