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

📄 curve.frm

📁 异步电机控制 异步电机控制 异步电机控制 异步电机控制
💻 FRM
字号:
VERSION 5.00
Begin VB.Form curve 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "曲线"
   ClientHeight    =   5190
   ClientLeft      =   2850
   ClientTop       =   3975
   ClientWidth     =   5925
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5190
   ScaleWidth      =   5925
   ShowInTaskbar   =   0   'False
   Visible         =   0   'False
   Begin VB.Timer curvetimer 
      Interval        =   500
      Left            =   4320
      Top             =   4800
   End
   Begin VB.PictureBox Picshow 
      Height          =   4695
      Left            =   0
      ScaleHeight     =   4635
      ScaleWidth      =   5835
      TabIndex        =   1
      Top             =   0
      Width           =   5895
   End
   Begin VB.CommandButton CancelButton 
      Caption         =   "退出"
      Height          =   375
      Left            =   2280
      TabIndex        =   0
      Top             =   4800
      Width           =   1215
   End
End
Attribute VB_Name = "curve"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub CancelButton_Click()
Unload curve
End Sub

⌨️ 快捷键说明

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