ddeserver.frm

来自「VB与力控之间的DDE通讯」· FRM 代码 · 共 88 行

FRM
88
字号
VERSION 5.00
Begin VB.Form DDEServer 
   Caption         =   "DDEServer"
   ClientHeight    =   3330
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   3540
   LinkMode        =   1  'Source
   LinkTopic       =   "DDEServer"
   ScaleHeight     =   3330
   ScaleWidth      =   3540
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox var4 
      Height          =   375
      Left            =   1200
      TabIndex        =   7
      Text            =   "1.00000"
      Top             =   2520
      Width           =   1575
   End
   Begin VB.TextBox var3 
      Height          =   375
      Left            =   1200
      TabIndex        =   6
      Text            =   "1.00000"
      Top             =   1800
      Width           =   1575
   End
   Begin VB.TextBox var2 
      Height          =   375
      Left            =   1200
      TabIndex        =   1
      Text            =   "1.00000"
      Top             =   960
      Width           =   1575
   End
   Begin VB.TextBox var1 
      Height          =   375
      Left            =   1200
      TabIndex        =   0
      Text            =   "1.00000"
      Top             =   240
      Width           =   1575
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "a4.PV"
      Height          =   195
      Left            =   360
      TabIndex        =   5
      Top             =   2640
      Width           =   435
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "a3.PV"
      Height          =   195
      Left            =   360
      TabIndex        =   4
      Top             =   1920
      Width           =   435
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "a2.PV"
      Height          =   195
      Left            =   360
      TabIndex        =   3
      Top             =   960
      Width           =   435
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "a1.PV"
      Height          =   195
      Left            =   360
      TabIndex        =   2
      Top             =   360
      Width           =   435
   End
End
Attribute VB_Name = "DDEServer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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