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

📄 form0.frm

📁 采用VB编写的用于采集PC机串口数据
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form0 
   Caption         =   "曲线扫描T1.0"
   ClientHeight    =   10815
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   15240
   ForeColor       =   &H00FF0000&
   Icon            =   "Form0.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   10815
   ScaleMode       =   0  'User
   ScaleWidth      =   15240
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.ComboBox P 
      Height          =   300
      ItemData        =   "Form0.frx":0442
      Left            =   14160
      List            =   "Form0.frx":045E
      TabIndex        =   133
      Text            =   "1"
      Top             =   10440
      Width           =   615
   End
   Begin VB.TextBox Text11 
      Height          =   270
      Left            =   14400
      TabIndex        =   127
      Text            =   "0"
      Top             =   8880
      Width           =   735
   End
   Begin VB.TextBox Text10 
      Height          =   270
      Left            =   13560
      TabIndex        =   126
      Text            =   "0"
      Top             =   8880
      Width           =   735
   End
   Begin VB.TextBox Text8 
      Height          =   270
      Left            =   13560
      TabIndex        =   125
      Text            =   "0"
      Top             =   8280
      Width           =   735
   End
   Begin VB.TextBox Text9 
      Height          =   270
      Left            =   14400
      TabIndex        =   124
      Text            =   "0"
      Top             =   8280
      Width           =   735
   End
   Begin VB.CommandButton Command14 
      Caption         =   "信号仪器参数设置"
      Height          =   375
      Left            =   13560
      TabIndex        =   123
      Top             =   7560
      Width           =   1695
   End
   Begin VB.CommandButton Command11 
      Caption         =   "检测仪表参数设置"
      Height          =   375
      Left            =   13560
      TabIndex        =   96
      Top             =   7080
      Width           =   1695
   End
   Begin VB.Timer Timer3 
      Interval        =   100
      Left            =   14760
      Top             =   6840
   End
   Begin VB.CommandButton Command10 
      Caption         =   "分 析"
      Height          =   375
      Left            =   13560
      TabIndex        =   62
      Top             =   9240
      Width           =   1575
   End
   Begin VB.CommandButton Command5 
      Caption         =   "清   屏"
      Height          =   495
      Left            =   13560
      TabIndex        =   23
      Top             =   4560
      Width           =   1575
   End
   Begin VB.CommandButton Command3 
      Caption         =   "恢复位置"
      Height          =   495
      Left            =   13560
      TabIndex        =   19
      Top             =   5160
      Width           =   1575
   End
   Begin VB.VScrollBar V 
      Height          =   10815
      LargeChange     =   100
      Left            =   13200
      TabIndex        =   18
      Top             =   0
      Value           =   16383
      Width           =   255
   End
   Begin VB.TextBox Text4 
      Height          =   270
      Left            =   13560
      TabIndex        =   13
      Text            =   "0"
      Top             =   4080
      Width           =   1215
   End
   Begin VB.TextBox Text3 
      Height          =   270
      Left            =   13560
      TabIndex        =   11
      Text            =   "0"
      Top             =   3480
      Width           =   1215
   End
   Begin VB.TextBox Text2 
      Height          =   270
      Left            =   13560
      TabIndex        =   10
      Text            =   "0"
      Top             =   6480
      Width           =   1575
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Y 默认"
      Height          =   375
      Left            =   14400
      TabIndex        =   9
      Top             =   2760
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "X 默认"
      Height          =   375
      Left            =   13560
      TabIndex        =   8
      Top             =   2760
      Width           =   735
   End
   Begin VB.TextBox Text1 
      Alignment       =   1  'Right Justify
      Height          =   270
      Left            =   13560
      TabIndex        =   7
      Top             =   6120
      Width           =   1575
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   13920
      Top             =   1680
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   975
      Left            =   15000
      Max             =   10
      Min             =   1
      TabIndex        =   6
      Top             =   1200
      Value           =   1
      Width           =   255
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   13560
      Max             =   10
      TabIndex        =   5
      Top             =   2160
      Value           =   2
      Width           =   1455
   End
   Begin VB.OptionButton O4 
      Caption         =   "128 倍采集"
      Height          =   255
      Left            =   13680
      TabIndex        =   4
      Top             =   840
      Width           =   1455
   End
   Begin VB.OptionButton O3 
      Caption         =   "32  倍采集"
      Height          =   255
      Left            =   13680
      TabIndex        =   3
      Top             =   600
      Width           =   1455
   End
   Begin VB.OptionButton O2 
      Caption         =   "2   倍采集"
      Height          =   255
      Left            =   13680
      TabIndex        =   2
      Top             =   360
      Width           =   1575
   End
   Begin VB.OptionButton O1 
      Caption         =   "1   倍采集"
      Height          =   255
      Left            =   13680
      TabIndex        =   1
      Top             =   120
      Width           =   1455
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   300
      Left            =   14520
      Top             =   1680
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00E0E0E0&
      FillColor       =   &H00FFFFFF&
      ForeColor       =   &H00FF0000&
      Height          =   10815
      Left            =   0
      Picture         =   "Form0.frx":047A
      ScaleHeight     =   65536
      ScaleMode       =   0  'User
      ScaleWidth      =   10000
      TabIndex        =   0
      Top             =   0
      Width           =   13455
      Begin VB.PictureBox Picture3 
         Height          =   7215
         Left            =   8040
         ScaleHeight     =   7155
         ScaleWidth      =   5115
         TabIndex        =   65
         Top             =   0
         Visible         =   0   'False
         Width           =   5175
         Begin VB.Timer Timer4 
            Enabled         =   0   'False
            Interval        =   500
            Left            =   4680
            Top             =   2640
         End
         Begin VB.TextBox R 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   2040
            TabIndex        =   89
            Text            =   "0"
            Top             =   2160
            Width           =   735
         End
         Begin VB.TextBox Y3 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3960
            TabIndex        =   88
            Text            =   "0"
            Top             =   1680
            Width           =   735
         End
         Begin VB.TextBox Y2 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3960
            TabIndex        =   87
            Text            =   "0"
            Top             =   1320
            Width           =   735
         End
         Begin VB.TextBox I3 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   2040
            TabIndex        =   84
            Text            =   "0"
            Top             =   1680
            Width           =   735
         End
         Begin VB.TextBox I2 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   2040
            TabIndex        =   83
            Text            =   "0"
            Top             =   1320
            Width           =   735
         End
         Begin VB.TextBox I1 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   2040
            TabIndex        =   82
            Text            =   "0"
            Top             =   960
            Width           =   735
         End
         Begin VB.TextBox T1 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   1080
            TabIndex        =   74
            Text            =   "0"
            Top             =   960
            Width           =   735
         End
         Begin VB.TextBox T2 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   1080
            TabIndex        =   73
            Text            =   "0"
            Top             =   1320
            Width           =   735
         End
         Begin VB.TextBox G3 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3000
            TabIndex        =   72
            Text            =   "0"
            Top             =   1680
            Width           =   735
         End
         Begin VB.TextBox G2 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3000
            TabIndex        =   71
            Text            =   "0"
            Top             =   1320
            Width           =   735
         End
         Begin VB.TextBox T3 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   1080
            TabIndex        =   70
            Text            =   "0"
            Top             =   1680
            Width           =   735
         End
         Begin VB.TextBox G1 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3000
            TabIndex        =   69
            Text            =   "0"
            Top             =   960
            Width           =   735
         End
         Begin VB.CommandButton Command6 
            Caption         =   "下 载"
            Height          =   270
            Left            =   3960
            TabIndex        =   68
            Top             =   2160
            Width           =   735
         End
         Begin VB.CommandButton Command7 
            Caption         =   "默 认"
            Height          =   270
            Left            =   3000
            TabIndex        =   67
            Top             =   2160
            Width           =   735
         End
         Begin VB.TextBox Y1 
            Alignment       =   2  'Center
            Height          =   270
            Left            =   3960
            TabIndex        =   66
            Text            =   "0"
            Top             =   960
            Width           =   735
         End
         Begin VB.Label Label28 
            BackStyle       =   0  'Transparent
            Caption         =   "说明5:“电阻改变”是指检测过程中,输出电阻每次改变的大小。该标单位为欧姆。          该指标范围:50~9000"
            ForeColor       =   &H00800080&
            Height          =   615
            Left            =   240
            TabIndex        =   95
            Top             =   6360
            Width           =   4335
         End
         Begin VB.Label Label27 
            BackStyle       =   0  'Transparent
            Caption         =   "说明4:“异常阀值”是指认为接地,但数据实际是干扰产生的比例。该指标单位为百分比(%)。    该指标范围:1~100"
            ForeColor       =   &H00008080&
            Height          =   615
            Left            =   240
            TabIndex        =   94
            Top             =   5640
            Width           =   4335
         End
         Begin VB.Label Label26 
            BackStyle       =   0  'Transparent
            Caption         =   $"Form0.frx":1D56D4
            ForeColor       =   &H00008000&
            Height          =   615
            Left            =   240
            TabIndex        =   93
            Top             =   4920
            Width           =   4335
         End
         Begin VB.Label Label25 
            BackStyle       =   0  'Transparent
            Caption         =   $"Form0.frx":1D5766
            ForeColor       =   &H000040C0&
            Height          =   975

⌨️ 快捷键说明

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