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

📄 form1.frm

📁 用于嵌入式系统的数据采集
💻 FRM
📖 第 1 页 / 共 2 页
字号:
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"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   9120
   ClientLeft      =   2460
   ClientTop       =   1050
   ClientWidth     =   14175
   LinkTopic       =   "Form1"
   ScaleHeight     =   11490
   ScaleWidth      =   19080
   Begin VB.PictureBox Picture6 
      Height          =   375
      Left            =   1560
      ScaleHeight     =   315
      ScaleWidth      =   10755
      TabIndex        =   54
      Top             =   8280
      Width           =   10815
   End
   Begin VB.PictureBox Picture5 
      Height          =   375
      Left            =   1560
      ScaleHeight     =   315
      ScaleWidth      =   10755
      TabIndex        =   53
      Top             =   7800
      Width           =   10815
   End
   Begin VB.CommandButton Command2 
      Caption         =   "kp-1"
      Height          =   495
      Left            =   8760
      TabIndex        =   47
      Top             =   1920
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "kp+1"
      Height          =   495
      Left            =   7200
      TabIndex        =   46
      Top             =   1920
      Width           =   1215
   End
   Begin VB.HScrollBar HScPicture 
      Height          =   375
      Left            =   1320
      Max             =   2000
      TabIndex        =   45
      Top             =   2520
      Width           =   11175
   End
   Begin VB.CommandButton CmdInPlus1 
      Caption         =   "微加"
      Height          =   315
      Left            =   12720
      TabIndex        =   43
      Top             =   8040
      Width           =   1095
   End
   Begin VB.CommandButton CmdInjian1 
      Caption         =   "微减"
      Height          =   315
      Left            =   12720
      TabIndex        =   42
      Top             =   8400
      Width           =   1095
   End
   Begin VB.CommandButton CmdInjian 
      Caption         =   "进气阀减"
      Height          =   315
      Left            =   12720
      TabIndex        =   37
      Top             =   7680
      Width           =   1095
   End
   Begin VB.CommandButton CmdOutPlus 
      Caption         =   "排气阀加"
      Height          =   315
      Left            =   10080
      TabIndex        =   36
      Top             =   8640
      Width           =   1095
   End
   Begin VB.CommandButton CmdOutjian 
      Caption         =   "排气阀减"
      Height          =   315
      Left            =   11160
      TabIndex        =   35
      Top             =   8640
      Width           =   1095
   End
   Begin VB.CommandButton CmdInPlus 
      Caption         =   "进气阀加"
      Height          =   315
      Left            =   12720
      TabIndex        =   34
      Top             =   7320
      Width           =   1095
   End
   Begin VB.CommandButton CmdFenli 
      Caption         =   "分离"
      Height          =   315
      Left            =   12720
      TabIndex        =   31
      Top             =   6720
      Width           =   1095
   End
   Begin VB.CommandButton CmdJiehe 
      Caption         =   "接合"
      Height          =   315
      Left            =   12720
      TabIndex        =   30
      Top             =   6360
      Width           =   1095
   End
   Begin VB.CommandButton CmdCloseVIn 
      Caption         =   "关闭进气阀"
      Height          =   315
      Left            =   12720
      TabIndex        =   29
      Top             =   5880
      Width           =   1095
   End
   Begin VB.CommandButton CmdOpenVIn 
      Caption         =   "打开进气阀"
      Height          =   315
      Left            =   12720
      TabIndex        =   28
      Top             =   5520
      Width           =   1095
   End
   Begin VB.CommandButton CmdCloseVOut 
      Caption         =   "关闭排气阀"
      Height          =   315
      Left            =   12720
      TabIndex        =   27
      Top             =   5160
      Width           =   1095
   End
   Begin VB.CommandButton CmdOpenVOut 
      Caption         =   "打开排气阀"
      Height          =   315
      Left            =   12720
      TabIndex        =   26
      Top             =   4860
      Width           =   1095
   End
   Begin VB.CommandButton CmdOpen 
      Caption         =   "打开文件"
      Height          =   315
      Left            =   9000
      TabIndex        =   25
      Top             =   8640
      Width           =   1095
   End
   Begin VB.PictureBox Picture4 
      Height          =   1215
      Left            =   1560
      ScaleHeight     =   1155
      ScaleWidth      =   10635
      TabIndex        =   17
      Top             =   6480
      Width           =   10695
   End
   Begin VB.PictureBox Picture3 
      Height          =   1215
      Left            =   1560
      ScaleHeight     =   1155
      ScaleWidth      =   10635
      TabIndex        =   11
      Top             =   5280
      Width           =   10695
   End
   Begin VB.PictureBox Picture2 
      Height          =   1215
      Left            =   1560
      ScaleHeight     =   1155
      ScaleWidth      =   10635
      TabIndex        =   10
      Top             =   4080
      Width           =   10695
   End
   Begin VB.PictureBox Picture1 
      Height          =   1215
      Left            =   1560
      ScaleHeight     =   1155
      ScaleWidth      =   10635
      TabIndex        =   9
      Top             =   2880
      Width           =   10695
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "保存"
      Height          =   375
      Left            =   6840
      TabIndex        =   8
      Top             =   120
      Width           =   1095
   End
   Begin VB.CommandButton CmdClearText 
      Caption         =   "清空"
      Height          =   375
      Left            =   12600
      TabIndex        =   4
      Top             =   1800
      Width           =   1095
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   10
      Left            =   10800
      Top             =   240
   End
   Begin VB.CommandButton CmdExit 
      Caption         =   "退出"
      Height          =   375
      Left            =   8160
      TabIndex        =   3
      Top             =   120
      Width           =   1095
   End
   Begin VB.CommandButton CmdCloseSPort 
      Caption         =   "关闭串口"
      Height          =   375
      Left            =   5520
      TabIndex        =   2
      Top             =   120
      Width           =   1095
   End
   Begin VB.CommandButton CmdOpenSPort 
      Caption         =   "打开串口"
      Height          =   375
      Left            =   4080
      TabIndex        =   1
      Top             =   120
      Width           =   1095
   End
   Begin VB.TextBox Text1 
      Height          =   1335
      Left            =   11640
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Top             =   360
      Width           =   2295
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   10080
      Top             =   840
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSCommLib.MSComm MSComm1 
      Left            =   10800
      Top             =   720
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
   End
   Begin VB.Label Label18 
      Caption         =   "出气"
      Height          =   375
      Left            =   360
      TabIndex        =   56
      Top             =   8280
      Width           =   975
   End
   Begin VB.Label Label17 
      Caption         =   "进气"
      Height          =   375
      Left            =   480
      TabIndex        =   55
      Top             =   7680
      Width           =   855
   End
   Begin VB.Label Label16 
      Caption         =   "Label16"
      Height          =   255
      Left            =   2760
      TabIndex        =   52
      Top             =   120
      Width           =   735
   End
   Begin VB.Label LblOutFlag 
      Caption         =   "0"
      Height          =   255
      Left            =   3720
      TabIndex        =   51
      Top             =   1320
      Width           =   1095
   End
   Begin VB.Label Label15 
      Caption         =   "outflag"
      Height          =   255
      Left            =   2640
      TabIndex        =   50
      Top             =   1320
      Width           =   735
   End
   Begin VB.Label LblInFlag 
      Caption         =   "0"
      Height          =   255
      Left            =   3720
      TabIndex        =   49
      Top             =   960
      Width           =   1215
   End
   Begin VB.Label Label14 
      Caption         =   "inflag"
      Height          =   255
      Left            =   2640
      TabIndex        =   48
      Top             =   960
      Width           =   1095
   End
   Begin VB.Label Label11 
      Caption         =   "Label11"
      Height          =   495
      Left            =   10440
      TabIndex        =   44
      Top             =   1920
      Width           =   735
   End
   Begin VB.Label LblOutDuty 
      Caption         =   "0"
      Height          =   495
      Left            =   5640
      TabIndex        =   41
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label Label13 
      Caption         =   "出气阀占空比"
      Height          =   495
      Left            =   4200
      TabIndex        =   40
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label Label12 
      Caption         =   "进气阀占空比"
      Height          =   495
      Left            =   1320
      TabIndex        =   39
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label LblInDuty 
      Caption         =   "0"
      Height          =   495
      Left            =   2760
      TabIndex        =   38
      Top             =   1920
      Width           =   975
   End
   Begin VB.Label Label10 
      Caption         =   "命令反馈"
      Height          =   495
      Left            =   7440
      TabIndex        =   33
      Top             =   600
      Width           =   975
   End
   Begin VB.Label LblCmdBack 
      Caption         =   "0"
      Height          =   495
      Left            =   8880
      TabIndex        =   32
      Top             =   600
      Width           =   1095
   End
   Begin VB.Image Image2 
      Height          =   735
      Left            =   12600
      Top             =   3960
      Width           =   375
   End
   Begin VB.Image Image1 
      Height          =   735
      Left            =   13680
      Top             =   3960
      Width           =   375
   End
   Begin VB.Image Image3 
      Height          =   780
      Left            =   12480
      Picture         =   "Form1.frx":0000
      Top             =   3120
      Width           =   1545
   End
   Begin VB.Label Label9 
      Caption         =   "Bar"
      Height          =   255
      Left            =   1920
      TabIndex        =   24
      Top             =   720
      Width           =   615
   End
   Begin VB.Label LblPosCounter 
      Caption         =   "0"
      Height          =   255
      Left            =   3960
      TabIndex        =   23
      Top             =   600
      Width           =   975
   End
   Begin VB.Label Label8 
      Caption         =   "位置量"
      Height          =   255
      Left            =   2760
      TabIndex        =   22
      Top             =   600
      Width           =   1095
   End
   Begin VB.Label Label7 
      Caption         =   "位置量"
      Height          =   255
      Left            =   480
      TabIndex        =   21
      Top             =   6720
      Width           =   735
   End
   Begin VB.Label Label6 
      Caption         =   "占空比"
      Height          =   255
      Left            =   600
      TabIndex        =   20
      Top             =   5640
      Width           =   735
   End
   Begin VB.Label Label5 
      Caption         =   "气压"
      Height          =   255
      Left            =   720
      TabIndex        =   19
      Top             =   4560
      Width           =   615
   End
   Begin VB.Label Label2 
      Caption         =   "踏板"
      Height          =   255
      Index           =   1
      Left            =   480
      TabIndex        =   18
      Top             =   3240
      Width           =   495
   End
   Begin VB.Label Label4 
      Caption         =   "串口缓冲区"
      Height          =   255
      Left            =   360
      TabIndex        =   16
      Top             =   360
      Width           =   975
   End
   Begin VB.Label Label3 
      Caption         =   "占空比"
      Height          =   255
      Left            =   360
      TabIndex        =   15
      Top             =   1200

⌨️ 快捷键说明

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