curve.frm

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

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