comset.frm
来自「omron 2d code reader」· FRM 代码 · 共 193 行
FRM
193 行
VERSION 5.00
Begin VB.Form ComSet
Caption = "Communication setup"
ClientHeight = 2910
ClientLeft = 60
ClientTop = 345
ClientWidth = 5430
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2910
ScaleWidth = 5430
StartUpPosition = 3 '鈞岥銥徣
Begin VB.PictureBox Picture1
BackColor = &H00FFC0C0&
DrawStyle = 4 'Dash-Dot-Dot
Height = 2895
Left = 0
ScaleHeight = 2835
ScaleWidth = 5355
TabIndex = 0
Top = 0
Width = 5415
Begin VB.CommandButton Command2
BackColor = &H00C0FFFF&
Caption = "Cancel"
Height = 615
Left = 3000
Style = 1 'Graphical
TabIndex = 15
Top = 2040
Width = 1215
End
Begin VB.CommandButton dcButton1
BackColor = &H00C0FFFF&
Caption = "OK"
Height = 615
Left = 1080
Style = 1 'Graphical
TabIndex = 14
Top = 2040
Width = 1215
End
Begin VB.ComboBox Parity
BackColor = &H80000018&
Height = 300
ItemData = "ComSet.frx":0000
Left = 3960
List = "ComSet.frx":000D
TabIndex = 13
Text = "N"
Top = 720
Width = 735
End
Begin VB.ComboBox StopBit
BackColor = &H80000018&
Height = 300
ItemData = "ComSet.frx":001A
Left = 3960
List = "ComSet.frx":0024
TabIndex = 10
Text = "1"
Top = 1320
Width = 735
End
Begin VB.ComboBox DataLength
BackColor = &H80000018&
Height = 300
ItemData = "ComSet.frx":002E
Left = 1440
List = "ComSet.frx":0038
TabIndex = 6
Text = "8"
Top = 1320
Width = 735
End
Begin VB.ComboBox BaudRate
BackColor = &H80000018&
Height = 300
ItemData = "ComSet.frx":0042
Left = 1200
List = "ComSet.frx":004F
TabIndex = 4
Text = "38400"
Top = 720
Width = 975
End
Begin VB.ComboBox Combo1
BackColor = &H80000018&
Height = 300
ItemData = "ComSet.frx":0067
Left = 1200
List = "ComSet.frx":0083
TabIndex = 2
Text = "1"
Top = 240
Width = 735
End
Begin VB.Label Label8
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "Parity: "
Height = 180
Left = 2880
TabIndex = 12
Top = 780
Width = 720
End
Begin VB.Label Label7
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "bit"
Height = 180
Left = 4800
TabIndex = 11
Top = 1380
Width = 270
End
Begin VB.Label Label6
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "Stop bits: "
Height = 180
Left = 2880
TabIndex = 9
Top = 1380
Width = 990
End
Begin VB.Label Label5
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "bit"
Height = 180
Left = 2280
TabIndex = 8
Top = 1380
Width = 270
End
Begin VB.Label Label4
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "bps"
Height = 180
Left = 2280
TabIndex = 7
Top = 780
Width = 270
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "Data length: "
Height = 180
Left = 240
TabIndex = 5
Top = 1380
Width = 1170
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "Baud rate: "
Height = 180
Left = 240
TabIndex = 3
Top = 780
Width = 990
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "COM Port: "
Height = 180
Left = 240
TabIndex = 1
Top = 300
Width = 900
End
End
End
Attribute VB_Name = "ComSet"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Me.Hide
End Sub
Private Sub dcButton1_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?