📄 mainform.frm
字号:
VERSION 5.00
Begin VB.Form MainForm
BorderStyle = 1 'Fixed Single
Caption = "OPC Client for SNMP Server VB6 - sample"
ClientHeight = 9765
ClientLeft = 5160
ClientTop = 4035
ClientWidth = 11280
LinkTopic = "Form1"
ScaleHeight = 9765
ScaleWidth = 11280
Begin VB.Frame Frame4
Caption = "Activity"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 5655
Left = 7320
TabIndex = 31
Top = 120
Width = 3855
Begin VB.Frame Frame6
Height = 3735
Left = 120
TabIndex = 36
Top = 1800
Width = 3615
Begin VB.CommandButton cmdAddItem
Appearance = 0 'Flat
Caption = "Add Items"
Enabled = 0 'False
Height = 375
Left = 720
TabIndex = 42
Top = 480
Width = 1335
End
Begin VB.CommandButton cmdRemItem
Appearance = 0 'Flat
Caption = "Remove Items"
Enabled = 0 'False
Height = 375
Left = 2160
TabIndex = 41
Top = 480
Width = 1335
End
Begin VB.CommandButton cmdWriteSync
Appearance = 0 'Flat
Caption = "Write synchronous"
Enabled = 0 'False
Height = 495
Left = 2160
TabIndex = 40
Top = 1440
Width = 1335
End
Begin VB.CommandButton cmdWriteAsync
Appearance = 0 'Flat
Caption = "Write asynchronous"
Enabled = 0 'False
Height = 495
Left = 2160
TabIndex = 39
Top = 2520
Width = 1335
End
Begin VB.CommandButton cmdReadSync
Appearance = 0 'Flat
Caption = "Read synchronous"
Enabled = 0 'False
Height = 495
Left = 720
TabIndex = 38
Top = 1440
Width = 1335
End
Begin VB.CommandButton cmdReadAsync
Appearance = 0 'Flat
Caption = "Read asynchronous"
Enabled = 0 'False
Height = 495
Left = 720
TabIndex = 37
Top = 2520
Width = 1335
End
Begin VB.Label Label17
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "5"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 120
TabIndex = 48
Top = 2520
Width = 495
End
Begin VB.Label Label15
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "4"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 120
TabIndex = 46
Top = 1440
Width = 495
End
Begin VB.Label Label14
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "3"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 120
TabIndex = 45
Top = 480
Width = 495
End
End
Begin VB.Frame Frame5
Height = 1575
Left = 120
TabIndex = 32
Top = 240
Width = 3615
Begin VB.CommandButton cmdConnect
Appearance = 0 'Flat
Caption = "Connect"
Height = 375
Left = 720
TabIndex = 0
Top = 240
Width = 1335
End
Begin VB.CommandButton cmdDisconnect
Caption = "Disconnect"
Enabled = 0 'False
Height = 375
Left = 2160
TabIndex = 35
Top = 240
Width = 1335
End
Begin VB.CommandButton cmdAddGroup
Appearance = 0 'Flat
Caption = "Add Group"
Enabled = 0 'False
Height = 375
Left = 720
TabIndex = 34
Top = 960
Width = 1335
End
Begin VB.CommandButton cmdRemGroup
Appearance = 0 'Flat
Caption = "Remove Group"
Enabled = 0 'False
Height = 375
Left = 2160
TabIndex = 33
Top = 960
Width = 1335
End
Begin VB.Label Label13
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "2"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 120
TabIndex = 44
Top = 960
Width = 495
End
Begin VB.Label Label12
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Caption = "1"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 120
TabIndex = 43
Top = 240
Width = 495
End
End
End
Begin VB.Frame Frame3
Caption = "SAEAUT SNMP OPC Server"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 238
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1815
Left = 120
TabIndex = 25
Top = 120
Width = 7095
Begin VB.TextBox txtGroup
Appearance = 0 'Flat
Height = 285
Left = 4320
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -