📄 vb19c.tmp
字号:
VERSION 5.00
Begin VB.Form DDEServer
Caption = "DDEServer"
ClientHeight = 3105
ClientLeft = 60
ClientTop = 345
ClientWidth = 4245
LinkMode = 1 'Source
LinkTopic = "DDEServer"
ScaleHeight = 3105
ScaleWidth = 4245
StartUpPosition = 3 'Windows Default
Begin VB.TextBox VAR2
Height = 375
Left = 1560
TabIndex = 2
Top = 1200
Width = 1455
End
Begin VB.TextBox VAR1
Height = 375
Left = 1560
TabIndex = 1
Top = 600
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "设置此程序为DDE客户端"
Height = 615
Left = 1080
TabIndex = 0
Top = 2160
Width = 2175
End
Begin VB.Label Label2
Caption = "VAR2"
Height = 255
Left = 720
TabIndex = 4
Top = 1320
Width = 735
End
Begin VB.Label Label1
Caption = "VAR1"
Height = 255
Left = 720
TabIndex = 3
Top = 720
Width = 735
End
End
Attribute VB_Name = "DDEServer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
DDEClient.Show (0)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -