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

📄 realtimecurve.frm

📁 异步电机控制 异步电机控制 异步电机控制 异步电机控制
💻 FRM
字号:
VERSION 5.00
Begin VB.Form realtimecurve 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "实时曲线"
   ClientHeight    =   5220
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   6030
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5220
   ScaleWidth      =   6030
   ShowInTaskbar   =   0   'False
   Visible         =   0   'False
   Begin VB.Timer realtimecurvetimer 
      Interval        =   500
      Left            =   4200
      Top             =   4800
   End
   Begin VB.PictureBox Picshow 
      Height          =   4695
      Left            =   0
      ScaleHeight     =   4635
      ScaleWidth      =   5955
      TabIndex        =   1
      Top             =   0
      Width           =   6015
   End
   Begin VB.CommandButton CancelButton 
      Caption         =   "退出"
      Height          =   375
      Left            =   2400
      TabIndex        =   0
      Top             =   4800
      Width           =   1215
   End
End
Attribute VB_Name = "realtimecurve"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub CancelButton_Click()
Unload realtimecurve
End Sub

⌨️ 快捷键说明

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