form2.frm

来自「VB通过PPI协议访问S7-200 PLC的源程序,」· FRM 代码 · 共 50 行

FRM
50
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "关于"
   ClientHeight    =   3090
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label4 
      Caption         =   "   大海          youhm        2008.2.3"
      Height          =   615
      Left            =   3120
      TabIndex        =   3
      Top             =   2040
      Width           =   1215
   End
   Begin VB.Label Label3 
      Caption         =   "Email:youhm1@163.com"
      Height          =   255
      Left            =   480
      TabIndex        =   2
      Top             =   2400
      Width           =   2055
   End
   Begin VB.Label Label2 
      Caption         =   " QQ:443129651"
      Height          =   255
      Left            =   840
      TabIndex        =   1
      Top             =   1800
      Width           =   1455
   End
   Begin VB.Label Label1 
      Caption         =   "    鉴于网上流传的PPI协议不完善,且找不到可用的VB源码,写此程序,欢迎交流。"
      Height          =   495
      Left            =   480
      TabIndex        =   0
      Top             =   360
      Width           =   3735
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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