📄 gpdppg.frm
字号:
VERSION 5.00
Begin VB.Form GPDPpg
BorderStyle = 4 'Fixed ToolWindow
Caption = "Select Channel Properties"
ClientHeight = 3570
ClientLeft = 45
ClientTop = 285
ClientWidth = 7410
Icon = "gpdppg.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3570
ScaleWidth = 7410
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.Frame frm_ChannelNGridSpace
Caption = "Channel Name And Grid Space Allocation"
Height = 1695
Left = 0
TabIndex = 22
Top = 0
Width = 3615
Begin VB.TextBox txt_MaxMembers
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
TabIndex = 8
ToolTipText = "The number of integers per message."
Top = 1200
Width = 1935
End
Begin VB.TextBox txt_MaxMessages
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
TabIndex = 7
ToolTipText = "The number of target messages to read."
Top = 720
Width = 1935
End
Begin VB.TextBox txt_ChannelName
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
MaxLength = 32
TabIndex = 6
Text = "ALL"
ToolTipText = "Enter the channel name as declared in target application."
Top = 240
Width = 1935
End
Begin VB.Label lbl_MaxMembers
Caption = "MAX MEMBERS:"
Height = 375
Left = 120
TabIndex = 2
Top = 1200
Width = 1455
End
Begin VB.Label lbl_MaxMessages
Caption = "MAX MESSAGES:"
Height = 375
Left = 120
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.Label lbl_ChannelName
Caption = "CHANNEL NAME:"
Height = 375
Left = 120
TabIndex = 4
Top = 240
Width = 1455
End
End
Begin VB.Frame frm_BoardNProcessor
Caption = "Board And Processor"
Height = 1215
Left = 0
TabIndex = 21
Top = 2280
Width = 5655
Begin VB.ListBox list_Boards
Height = 540
IntegralHeight = 0 'False
Left = 120
TabIndex = 16
Top = 600
Width = 3255
End
Begin VB.ListBox list_Processors
Height = 540
IntegralHeight = 0 'False
Left = 3480
TabIndex = 17
Top = 600
Width = 2055
End
Begin VB.Label label_Board
Caption = "Board:"
Height = 255
Left = 120
TabIndex = 1
Top = 240
Width = 3255
End
Begin VB.Label Label_Processor
Caption = "Processor:"
Height = 255
Left = 3480
TabIndex = 0
Top = 240
Width = 2175
End
End
Begin VB.CommandButton cmd_Cancel
Cancel = -1 'True
Caption = "Cancel"
Height = 375
Left = 5760
TabIndex = 19
Top = 3120
Width = 1575
End
Begin VB.CommandButton cmd_OK
Caption = "OK"
Default = -1 'True
Height = 375
Left = 5760
TabIndex = 18
Top = 2760
Width = 1575
End
Begin VB.Frame frm_ChannelReadWrite
BackColor = &H8000000A&
Caption = "Channel Type"
Height = 1215
Left = 3720
TabIndex = 20
Top = 0
Width = 1935
Begin VB.OptionButton opt_WriteChannel
Caption = "Write Only Channel"
Height = 375
Left = 120
TabIndex = 10
Top = 720
Width = 1695
End
Begin VB.OptionButton opt_ReadChannel
BackColor = &H8000000A&
Caption = "Read Only Channel"
Height = 375
Left = 120
TabIndex = 9
Top = 240
Width = 1695
End
End
Begin VB.Frame frm_ChannelIntSize
BackColor = &H8000000A&
Caption = "Data Type"
Height = 2655
Left = 5760
TabIndex = 5
Top = 0
Width = 1575
Begin VB.OptionButton opt_64BitFloat
Caption = "64-Bit Float"
Enabled = 0 'False
Height = 375
Left = 120
TabIndex = 15
Top = 2160
Width = 1335
End
Begin VB.OptionButton opt_32BitFloat
Caption = "32-Bit Float"
Enabled = 0 'False
Height = 375
Left = 120
TabIndex = 14
Top = 1680
Width = 1335
End
Begin VB.OptionButton opt_32BitInteger
Caption = "32-Bit Integer"
Height = 375
Left = 120
TabIndex = 13
Top = 1200
Width = 1335
End
Begin VB.OptionButton opt_16BitInteger
Caption = "16-Bit Integer"
Height = 375
Left = 120
TabIndex = 12
Top = 720
Width = 1335
End
Begin VB.OptionButton opt_8BitInteger
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -