frm_client.frm
来自「德国人用VB开发的DDE SERVER AND CLIENT」· FRM 代码 · 共 73 行
FRM
73 行
VERSION 5.00
Begin VB.Form frm_Client
Caption = "DDEClient"
ClientHeight = 2310
ClientLeft = 60
ClientTop = 345
ClientWidth = 4605
LinkMode = 1 'Source
LinkTopic = "Client"
ScaleHeight = 2310
ScaleWidth = 4605
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdSend
Caption = "Envoyer au Serveur"
Height = 315
Left = 150
TabIndex = 5
Top = 4500
Width = 4305
End
Begin VB.TextBox txtS
Height = 735
Left = 240
MultiLine = -1 'True
TabIndex = 4
Top = 2430
Visible = 0 'False
Width = 4065
End
Begin VB.TextBox txtType
Height = 825
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Top = 1410
Width = 4275
End
Begin VB.TextBox txtR
Height = 1065
Left = 150
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 2
Top = 90
Width = 4185
End
Begin VB.TextBox txtRG
Height = 315
Left = 90
TabIndex = 1
Top = 4110
Visible = 0 'False
Width = 4125
End
Begin VB.TextBox txtSG
Height = 315
Left = 120
TabIndex = 0
Top = 3420
Visible = 0 'False
Width = 4065
End
End
Attribute VB_Name = "frm_Client"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'
' >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
' Application : DDEClient
' Auteur : Andr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?