formkd.frm
来自「This is Modbus RTU Protocl that i have 」· FRM 代码 · 共 50 行
FRM
50 行
VERSION 5.00
Begin VB.Form FormKD
Caption = "Form2"
ClientHeight = 6060
ClientLeft = 60
ClientTop = 345
ClientWidth = 8130
LinkTopic = "Form2"
ScaleHeight = 6060
ScaleWidth = 8130
StartUpPosition = 3 'Windows Default
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 600
Left = 3105
TabIndex = 3
Top = 2070
Width = 960
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 510
Left = 1530
TabIndex = 2
Top = 2115
Width = 870
End
Begin VB.TextBox Text1
Height = 465
Left = 1755
TabIndex = 0
Text = "Text1"
Top = 765
Width = 2760
End
Begin VB.Label Label1
Caption = "Label1"
Height = 420
Left = 315
TabIndex = 1
Top = 765
Width = 1230
End
End
Attribute VB_Name = "FormKD"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?