📄 ddeclient.frm
字号:
VERSION 5.00
Begin VB.Form DDEClient
Caption = "DDEClient"
ClientHeight = 3330
ClientLeft = 60
ClientTop = 345
ClientWidth = 3540
LinkTopic = "DDEClient"
ScaleHeight = 3330
ScaleWidth = 3540
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text4
Height = 375
Left = 1200
LinkItem = "a4.PV"
LinkTopic = "DB|DB"
TabIndex = 7
Top = 2520
Width = 1575
End
Begin VB.TextBox Text3
Height = 375
Left = 1200
LinkItem = "a3.PV"
LinkTopic = "DB|DB"
TabIndex = 6
Top = 1800
Width = 1575
End
Begin VB.TextBox Text2
Height = 375
Left = 1200
LinkItem = "a2.PV"
LinkTopic = "DB|DB"
TabIndex = 1
Top = 960
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Left = 1200
LinkItem = "a1.PV"
LinkTopic = "DB|DB"
TabIndex = 0
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 = "DDEClient"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command2_Click()
DDEServer.Show (0)
End Sub
Private Sub Form_Load()
Text1.LinkMode = 1
Text2.LinkMode = 1
Text3.LinkMode = 1
Text4.LinkMode = 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -