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

📄 frmoption.frm

📁 用VB编写的接收卫星接收机的是数据
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{FE0065C0-1B7B-11CF-9D53-00AA003C9CB6}#1.1#0"; "COMCT232.OCX"
Begin VB.Form frmOption 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "选项"
   ClientHeight    =   4845
   ClientLeft      =   45
   ClientTop       =   315
   ClientWidth     =   6765
   ForeColor       =   &H8000000A&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4845
   ScaleWidth      =   6765
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdDefault 
      Caption         =   "默认"
      Height          =   375
      Left            =   360
      TabIndex        =   32
      Top             =   4320
      Width           =   1215
   End
   Begin VB.Frame frameTransferOption 
      Caption         =   "通信配置选项"
      Height          =   1935
      Left            =   120
      TabIndex        =   4
      Top             =   2160
      Width           =   6495
      Begin VB.TextBox txtRetryTimes 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2355
         TabIndex        =   28
         Top             =   1320
         Width           =   480
      End
      Begin VB.TextBox txtDogDelay 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2355
         TabIndex        =   23
         Top             =   795
         Width           =   480
      End
      Begin VB.TextBox txtTransDelay 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2355
         TabIndex        =   19
         Top             =   315
         Width           =   480
      End
      Begin ComCtl2.UpDown updTransDelay 
         Height          =   270
         Left            =   2850
         TabIndex        =   20
         Top             =   315
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         Value           =   1
         BuddyControl    =   "txtTransDelay"
         BuddyDispid     =   196612
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   60000
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin ComCtl2.UpDown updDogDelay 
         Height          =   270
         Left            =   2850
         TabIndex        =   24
         Top             =   795
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         Value           =   1
         BuddyControl    =   "txtDogDelay"
         BuddyDispid     =   196611
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   60000
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin ComCtl2.UpDown updRetryTimes 
         Height          =   270
         Left            =   2850
         TabIndex        =   29
         Top             =   1320
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         Value           =   1
         BuddyControl    =   "txtRetryTimes"
         BuddyDispid     =   196610
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   100
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "(立即生效)"
         ForeColor       =   &H000000FF&
         Height          =   180
         Left            =   3500
         TabIndex        =   31
         Top             =   1365
         Width           =   900
      End
      Begin VB.Label lblrt 
         AutoSize        =   -1  'True
         Caption         =   "次"
         Height          =   180
         Left            =   3240
         TabIndex        =   30
         Top             =   1365
         Width           =   180
      End
      Begin VB.Label lblRetryTimes 
         AutoSize        =   -1  'True
         Caption         =   "3.通信错误重试次数 "
         Height          =   180
         Left            =   240
         TabIndex        =   27
         Top             =   1320
         Width           =   1710
      End
      Begin VB.Label lblDmm 
         AutoSize        =   -1  'True
         Caption         =   "毫秒(ms)"
         Height          =   180
         Left            =   3240
         TabIndex        =   26
         Top             =   840
         Width           =   720
      End
      Begin VB.Label lblDogDelay 
         AutoSize        =   -1  'True
         Caption         =   "2.通信状态检测线程延时 "
         Height          =   180
         Left            =   240
         TabIndex        =   25
         Top             =   840
         Width           =   2070
      End
      Begin VB.Label lblTmm 
         AutoSize        =   -1  'True
         Caption         =   "毫秒(ms)"
         Height          =   180
         Left            =   3240
         TabIndex        =   22
         Top             =   360
         Width           =   720
      End
      Begin VB.Label lblTransferDelay 
         AutoSize        =   -1  'True
         Caption         =   "1.数据接收线程延时 "
         Height          =   180
         Left            =   240
         TabIndex        =   21
         Top             =   360
         Width           =   1710
      End
   End
   Begin VB.Frame frameDevOption 
      Caption         =   "设备配置选项"
      Height          =   1935
      Left            =   120
      TabIndex        =   3
      Top             =   120
      Width           =   6495
      Begin ComCtl2.UpDown updDevTo 
         Height          =   270
         Left            =   4680
         TabIndex        =   16
         Top             =   360
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         BuddyControl    =   "txtDevTo"
         BuddyDispid     =   196622
         OrigLeft        =   4680
         OrigTop         =   360
         OrigRight       =   4935
         OrigBottom      =   615
         Max             =   32
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin ComCtl2.UpDown updDevFrom 
         Height          =   270
         Left            =   2850
         TabIndex        =   15
         Top             =   360
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         BuddyControl    =   "txtDevFrom"
         BuddyDispid     =   196623
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   32
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin VB.TextBox txtPluginDelay 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2350
         TabIndex        =   10
         Top             =   1275
         Width           =   480
      End
      Begin VB.TextBox txtDetachDelay 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2350
         TabIndex        =   8
         Top             =   795
         Width           =   480
      End
      Begin VB.TextBox txtDevTo 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   4200
         TabIndex        =   7
         Top             =   360
         Width           =   480
      End
      Begin VB.TextBox txtDevFrom 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000F&
         Height          =   270
         Left            =   2350
         TabIndex        =   5
         Top             =   360
         Width           =   480
      End
      Begin ComCtl2.UpDown updDetachDelay 
         Height          =   270
         Left            =   2850
         TabIndex        =   17
         Top             =   795
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         Value           =   1
         BuddyControl    =   "txtDetachDelay"
         BuddyDispid     =   196621
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   600
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin ComCtl2.UpDown updPluginDelay 
         Height          =   270
         Left            =   2850
         TabIndex        =   18
         Top             =   1275
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   476
         _Version        =   327681
         Value           =   1
         BuddyControl    =   "txtPluginDelay"
         BuddyDispid     =   196620
         OrigLeft        =   2880
         OrigTop         =   360
         OrigRight       =   3135
         OrigBottom      =   615
         Max             =   600
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin VB.Label lblPluginDelay 
         AutoSize        =   -1  'True
         Caption         =   "3.新驱动程序加载延时"
         Height          =   180
         Left            =   240
         TabIndex        =   14
         Top             =   1320
         Width           =   1800
      End
      Begin VB.Label lblDetachDelay 
         AutoSize        =   -1  'True
         Caption         =   "2.驱动程序卸载等待延时 "
         Height          =   180
         Left            =   240
         TabIndex        =   13
         Top             =   840
         Width           =   2070
      End
      Begin VB.Label lblRangFrom 
         AutoSize        =   -1  'True
         Caption         =   "1.扫描设备范围从 Ezusb-"
         Height          =   180
         Left            =   240
         TabIndex        =   12
         Top             =   405
         Width           =   2070
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "秒(s)"
         Height          =   180
         Left            =   3240

⌨️ 快捷键说明

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