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

📄 form1.frm

📁 电力行业通用的矢量图控件原码
💻 FRM
字号:
VERSION 5.00
Object = "{8B00A465-4EE1-11D7-B27E-000795A93004}#5.0#0"; "矢量图.ocx"
Begin VB.Form Form1 
   BackColor       =   &H0000C0C0&
   Caption         =   "Form1"
   ClientHeight    =   9525
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   14115
   LinkTopic       =   "Form1"
   ScaleHeight     =   9525
   ScaleWidth      =   14115
   StartUpPosition =   3  '窗口缺省
   Begin 矢量图.ctlMeter ctlMeter1 
      Height          =   3030
      Left            =   825
      TabIndex        =   1
      Top             =   765
      Width           =   3030
      _ExtentX        =   5345
      _ExtentY        =   5345
      Ua              =   100
      Ub              =   100
      Uc              =   100
      Ia              =   100
      Ib              =   100
      Ic              =   100
      UaQ             =   90
      UbQ             =   210
      UcQ             =   330
      IaQ             =   90
      IbQ             =   210
      IcQ             =   330
      R               =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   315
      Left            =   11655
      TabIndex        =   0
      Top             =   660
      Width           =   1950
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   200
      Left            =   13410
      Top             =   1515
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
  ctlMeter1.RefreshMeter
End Sub

⌨️ 快捷键说明

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