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

📄 form1.frm

📁 流量计标定程序,用于对涡轮流量计的标定工作的完成。
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "自动化流量计标定系统"
   ClientHeight    =   8820
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   14100
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   12
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H00C0C0C0&
   LinkTopic       =   "Form1"
   ScaleHeight     =   8820
   ScaleWidth      =   14100
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command4 
      BackColor       =   &H00C000C0&
      Caption         =   "打印报表"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   6960
      Style           =   1  'Graphical
      TabIndex        =   42
      Top             =   7560
      Width           =   1935
   End
   Begin VB.CommandButton Command3 
      BackColor       =   &H00FF0000&
      Caption         =   "数据清除"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   4800
      Style           =   1  'Graphical
      TabIndex        =   41
      Top             =   7560
      Width           =   1935
   End
   Begin VB.CommandButton Command2 
      BackColor       =   &H0000FF00&
      Caption         =   "停止测试"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   2640
      Style           =   1  'Graphical
      TabIndex        =   40
      Top             =   7560
      Width           =   1935
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H000000FF&
      Caption         =   "开始测试"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   480
      Style           =   1  'Graphical
      TabIndex        =   39
      Top             =   7560
      Width           =   1935
   End
   Begin VB.Frame Frame5 
      Caption         =   "标定结果输出"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   4095
      Left            =   9240
      TabIndex        =   16
      Top             =   4440
      Width           =   4335
      Begin VB.TextBox Text17 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   38
         Text            =   "Text17"
         Top             =   3240
         Width           =   2175
      End
      Begin VB.TextBox Text16 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   37
         Text            =   "Text16"
         Top             =   2400
         Width           =   2175
      End
      Begin VB.TextBox Text15 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   36
         Text            =   "Text15"
         Top             =   1440
         Width           =   2295
      End
      Begin VB.TextBox Text14 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   35
         Text            =   "Text14"
         Top             =   480
         Width           =   2175
      End
      Begin VB.Label Label17 
         Caption         =   "被检表瞬时流量"
         Height          =   495
         Left            =   120
         TabIndex        =   24
         Top             =   3360
         Width           =   1815
      End
      Begin VB.Label Label16 
         Caption         =   "标准表瞬时流量"
         Height          =   375
         Left            =   120
         TabIndex        =   23
         Top             =   2520
         Width           =   1695
      End
      Begin VB.Label Label12 
         Caption         =   "被检表重复误差"
         Height          =   495
         Left            =   120
         TabIndex        =   22
         Top             =   1560
         Width           =   1695
      End
      Begin VB.Label Label11 
         Caption         =   "被检表系数"
         Height          =   495
         Left            =   120
         TabIndex        =   21
         Top             =   600
         Width           =   1335
      End
   End
   Begin VB.Frame Frame4 
      Caption         =   "参数设置"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   480
      TabIndex        =   15
      Top             =   4440
      Width           =   8415
      Begin VB.TextBox Text13 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   5880
         TabIndex        =   34
         Text            =   "Text13"
         Top             =   1440
         Width           =   2055
      End
      Begin VB.TextBox Text12 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   5880
         TabIndex        =   33
         Text            =   "Text12"
         Top             =   480
         Width           =   2055
      End
      Begin VB.TextBox Text11 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   32
         Text            =   "Text11"
         Top             =   1440
         Width           =   1695
      End
      Begin VB.TextBox Text10 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1920
         TabIndex        =   31
         Text            =   "Text10"
         Top             =   480
         Width           =   1695
      End
      Begin VB.Label Label10 
         Caption         =   "时间脉冲周期(uS)"
         Height          =   495
         Left            =   3720
         TabIndex        =   20
         Top             =   1560
         Width           =   2295
      End
      Begin VB.Label Label6 
         Caption         =   "设定时间脉冲数"
         Height          =   495
         Left            =   120
         TabIndex        =   19
         Top             =   1560
         Width           =   1815
      End
      Begin VB.Label Label5 
         Caption         =   "预设被检表流量系数"
         Height          =   375
         Left            =   3720
         TabIndex        =   18
         Top             =   600
         Width           =   2175
      End
      Begin VB.Label Label4 
         Caption         =   "标准表流量系数"
         Height          =   375
         Left            =   120
         TabIndex        =   17
         Top             =   600
         Width           =   1695
      End
   End
   Begin VB.Timer Timer1 
      Index           =   0
      Interval        =   500
      Left            =   4320
      Top             =   240
   End
   Begin VB.Frame Frame3 
      Caption         =   "被测表系数"
      BeginProperty Font 

⌨️ 快捷键说明

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