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

📄 frmshow.frm

📁 气体流动仪控制软件 属于工业控制软件 delphi开发
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmShow 
   AutoRedraw      =   -1  'True
   BackColor       =   &H0099FFFE&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "数据采集"
   ClientHeight    =   7110
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   13230
   DrawStyle       =   4  'Dash-Dot-Dot
   FillStyle       =   7  'Diagonal Cross
   Icon            =   "frmShow.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmShow.frx":0442
   ScaleHeight     =   7110
   ScaleWidth      =   13230
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame3 
      BackColor       =   &H0080FF80&
      Caption         =   "驱替泵选择"
      Height          =   975
      Left            =   240
      TabIndex        =   38
      Top             =   120
      Width           =   1815
      Begin VB.OptionButton Opt_Qtb2 
         BackColor       =   &H0080FF80&
         Caption         =   "双缸泵Ⅱ"
         Height          =   255
         Left            =   240
         TabIndex        =   40
         Top             =   600
         Width           =   1335
      End
      Begin VB.OptionButton Opt_Qtb1 
         BackColor       =   &H0080FF80&
         Caption         =   "双缸泵Ⅰ"
         Height          =   255
         Left            =   240
         TabIndex        =   39
         Top             =   240
         Value           =   -1  'True
         Width           =   1335
      End
   End
   Begin VB.Timer T_show1 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   12720
      Top             =   6000
   End
   Begin MSAdodcLib.Adodc Ado_1 
      Height          =   375
      Left            =   1560
      Top             =   7800
      Width           =   2055
      _ExtentX        =   3625
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   2
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   ""
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSComDlg.CommonDialog Cd 
      Left            =   0
      Top             =   5160
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      DialogTitle     =   "选择数据保存文件"
      Filter          =   "Microsoft Access文件|*.mdb"
   End
   Begin VB.Timer T_HY 
      Enabled         =   0   'False
      Interval        =   2000
      Left            =   10920
      Top             =   5280
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   2280
      Top             =   5760
   End
   Begin MSCommLib.MSComm MSC_Qtb1 
      Left            =   2640
      Top             =   5640
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      CommPort        =   6
      DTREnable       =   -1  'True
   End
   Begin MSCommLib.MSComm MSC_Wd 
      Left            =   12480
      Top             =   1800
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
   End
   Begin MSCommLib.MSComm MSC_Tp 
      Left            =   9600
      Top             =   4320
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      CommPort        =   4
      DTREnable       =   -1  'True
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1200
      Top             =   5640
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H0099FFFE&
      Caption         =   "差压传感器选择"
      Height          =   1215
      Left            =   11280
      TabIndex        =   24
      Top             =   1920
      Width           =   1575
      Begin VB.OptionButton Opt_Cy1 
         BackColor       =   &H0099FFFE&
         Caption         =   "0.8MPa"
         Height          =   375
         Left            =   240
         TabIndex        =   26
         Top             =   720
         Width           =   1095
      End
      Begin VB.OptionButton Opt_Cy 
         BackColor       =   &H0099FFFE&
         Caption         =   "3MPa"
         Height          =   375
         Left            =   240
         TabIndex        =   25
         Top             =   360
         Value           =   -1  'True
         Width           =   1095
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H0099FFFE&
      Caption         =   "环压差设置"
      Enabled         =   0   'False
      Height          =   3015
      Left            =   11280
      TabIndex        =   21
      Top             =   3240
      Width           =   1695
      Begin VB.CommandButton Com_Back 
         BackColor       =   &H0099FFFE&
         Caption         =   "退泵"
         Height          =   375
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   37
         Top             =   1320
         Width           =   975
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H0099FFFE&
         Caption         =   "停止"
         Height          =   375
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   36
         Top             =   840
         Width           =   975
      End
      Begin VB.CommandButton Com_Go 
         BackColor       =   &H0099FFFE&
         Caption         =   "进泵"
         Height          =   375
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   35
         Top             =   360
         Width           =   975
      End
      Begin VB.CommandButton Command5 
         BackColor       =   &H0099FFFE&
         Caption         =   "确认"
         Height          =   375
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   2400
         Width           =   975
      End
      Begin VB.TextBox Txt_Hyc 
         Alignment       =   2  'Center
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   120
         TabIndex        =   22
         Text            =   "2"
         Top             =   1920
         Width           =   975
      End
      Begin VB.Label Label3 
         BackColor       =   &H0099FFFE&
         Caption         =   "MPa"
         Height          =   255
         Left            =   1200
         TabIndex        =   27
         Top             =   2040
         Width           =   375
      End
   End
   Begin MSCommLib.MSComm MSC_Qtb 
      Left            =   1200
      Top             =   5040
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      CommPort        =   5
      DTREnable       =   -1  'True
   End
   Begin VB.Timer T_save 
      Enabled         =   0   'False
      Interval        =   30000
      Left            =   720
      Top             =   5640
   End
   Begin VB.Timer T_show 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   120
      Top             =   5640
   End
   Begin VB.CommandButton Cmd_Test 
      BackColor       =   &H0099FFFE&
      Caption         =   "硬件测试(&Test)"
      Height          =   495
      Left            =   9480
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   120
      Width           =   1575
   End
   Begin VB.CommandButton Cmd_End 
      Caption         =   "退出(E&xit)"
      Height          =   495
      Left            =   11040
      TabIndex        =   4
      Top             =   6480
      Width           =   1815
   End
   Begin VB.CommandButton Cmd_Stop 
      Caption         =   "实验结束(&Stop)"
      Enabled         =   0   'False
      Height          =   495
      Left            =   8370
      TabIndex        =   3
      Top             =   6480
      Width           =   1815
   End
   Begin VB.CommandButton Cmd_Pause 
      Caption         =   "暂停(&Pause)"
      Enabled         =   0   'False
      Height          =   495
      Left            =   5700
      TabIndex        =   2
      Top             =   6480
      Width           =   1815
   End
   Begin VB.CommandButton Cmd_Begin 
      Caption         =   "开始实验(&Begin)"
      Enabled         =   0   'False
      Height          =   495
      Left            =   3030
      TabIndex        =   1
      Top             =   6480
      Width           =   1815
   End
   Begin VB.CommandButton Cmd_Input 
      Caption         =   "参数输入(&Input)"
      Height          =   495
      Left            =   360
      TabIndex        =   0
      Top             =   6480
      Width           =   1815
   End
   Begin VB.Label Label8 
      BackColor       =   &H00FF00FF&
      Caption         =   "请选择好双缸泵并启动,然后按下《开始实验》。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   1695
      Left            =   4200
      TabIndex        =   41
      Top             =   1560
      Visible         =   0   'False
      Width           =   4095
   End
   Begin VB.Label Lab_Qyzq 
      Alignment       =   2  'Center
      BackColor       =   &H00000000&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "1"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   375
      Left            =   11520
      TabIndex        =   34
      Top             =   600
      Width           =   1095
   End
   Begin VB.Label Label7 
      Alignment       =   2  'Center
      BackColor       =   &H0099FFFE&
      Caption         =   "采集周期(min):"
      Height          =   255
      Left            =   11280
      TabIndex        =   33
      Top             =   240
      Width           =   1575
   End
   Begin VB.Label Label6 
      BackColor       =   &H000080FF&
      Caption         =   "注意:请先建立环压!通过手动进/退来实现。   然后设置好跟踪所需的压差值,按下确认。"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2295
      Left            =   3600
      TabIndex        =   32
      Top             =   1320
      Visible         =   0   'False
      Width           =   5535
   End
   Begin VB.Label Label5 
      BackColor       =   &H0099FFFE&
      Caption         =   "MPa"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4320
      TabIndex        =   31
      Top             =   4200
      Width           =   375
   End
   Begin VB.Label Lab_JKYL1 
      Alignment       =   2  'Center
      BackColor       =   &H00000000&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "1"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   375
      Left            =   3480
      TabIndex        =   30
      Top             =   4080
      Width           =   855
   End
   Begin VB.Label Label4 
      Alignment       =   2  'Center
      BackColor       =   &H0099FFFE&
      Caption         =   "实验温度(℃):"
      Height          =   255
      Left            =   11400
      TabIndex        =   29
      Top             =   1080
      Width           =   1335
   End
   Begin VB.Label Lab_Wd 
      Alignment       =   2  'Center
      BackColor       =   &H00000000&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "20"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FF00&
      Height          =   375
      Left            =   11520

⌨️ 快捷键说明

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