realtimecurve.frm

来自「异步电机控制 异步电机控制 异步电机控制 异步电机控制」· FRM 代码 · 共 51 行

FRM
51
字号
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 + =
减小字号Ctrl + -
显示快捷键?