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

📄 fabout.frm

📁 OPC 开发工具包2.0 OPC工具包是用来简化OPC规范服务器开发的工具包
💻 FRM
字号:
VERSION 5.00
Begin VB.Form fAbout 
   Caption         =   "About"
   ClientHeight    =   2985
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5250
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2985
   ScaleWidth      =   5250
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.Frame Frame1 
      Caption         =   "Frame1"
      Height          =   2055
      Left            =   240
      TabIndex        =   1
      Top             =   240
      Width           =   4815
      Begin VB.Label Label2 
         Caption         =   "http://www.agilewill.com"
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   5
         Top             =   1680
         Width           =   3375
      End
      Begin VB.Label Label1 
         Caption         =   "VB样例程序"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   1
         Left            =   600
         TabIndex        =   4
         Top             =   720
         Width           =   3495
      End
      Begin VB.Label Label1 
         Caption         =   "OPC数据访问服务器开发工具包"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   3
         Top             =   360
         Width           =   3495
      End
      Begin VB.Label Label2 
         Caption         =   "北京安捷尔软件技术有限公司 2005.11"
         Height          =   255
         Index           =   0
         Left            =   600
         TabIndex        =   2
         Top             =   1320
         Width           =   3375
      End
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Close"
      Default         =   -1  'True
      Height          =   375
      Left            =   3600
      TabIndex        =   0
      Top             =   2520
      Width           =   1215
   End
End
Attribute VB_Name = "fAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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