📄 digcommstate.frm
字号:
VERSION 5.00
Begin VB.Form DigCommState
BorderStyle = 3 'Fixed Dialog
Caption = "于PLC通讯状态"
ClientHeight = 5925
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 3780
Icon = "DigCommState.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5925
ScaleWidth = 3780
ShowInTaskbar = 0 'False
Begin VB.ListBox List2
Height = 5460
Left = 1800
TabIndex = 1
Top = 330
Width = 1845
End
Begin VB.ListBox List1
Height = 5460
Left = 0
TabIndex = 0
Top = 330
Width = 1665
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "接收"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Index = 1
Left = 480
TabIndex = 3
Top = 30
Width = 615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "发送"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 315
Index = 0
Left = 2250
TabIndex = 2
Top = 0
Width = 585
End
End
Attribute VB_Name = "DigCommState"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
SetWindowPos DigCommState.hwnd, -1, 0, 0, 0, 0, &H1 Or &H2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -