form1.frm

来自「用vb写的一个opc的客户端控件」· FRM 代码 · 共 30 行

FRM
30
字号
VERSION 5.00
Begin VB.Form Form_Test 
   Caption         =   "Form1"
   ClientHeight    =   6795
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8940
   LinkTopic       =   "Form1"
   ScaleHeight     =   6795
   ScaleWidth      =   8940
   StartUpPosition =   3  'Windows Default
   Begin OPCTrend.TrendGraph TrendGraph1 
      Height          =   6735
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8895
      _extentx        =   15690
      _extenty        =   11668
   End
End
Attribute VB_Name = "Form_Test"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub TrendGraph1_GotFocus()

End Sub

⌨️ 快捷键说明

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