📄 serialset.~dfm
字号:
object Form3: TForm3
Left = 413
Top = 119
Width = 506
Height = 350
Caption = '串口设置'
Color = clTeal
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 24
Top = 280
Width = 75
Height = 25
Caption = '串口设置'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 384
Top = 280
Width = 75
Height = 25
Caption = '退出'
TabOrder = 1
OnClick = BitBtn2Click
end
object GroupBox1: TGroupBox
Left = 17
Top = 62
Width = 193
Height = 209
Caption = '串口1设置:'
TabOrder = 2
object Label1: TLabel
Left = 21
Top = 20
Width = 60
Height = 13
Caption = '串口速率:'
end
object Label2: TLabel
Left = 33
Top = 60
Width = 48
Height = 13
Caption = '数据位:'
end
object Label3: TLabel
Left = 20
Top = 100
Width = 60
Height = 13
Caption = '奇偶校验:'
end
object Label4: TLabel
Left = 33
Top = 140
Width = 48
Height = 13
Caption = '停止位:'
end
object Label5: TLabel
Left = 9
Top = 180
Width = 72
Height = 13
Caption = '数据流控制:'
end
object SpeedComBox: TComboBox
Left = 82
Top = 16
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 0
Text = '9600'
Items.Strings = (
'1200'
'2400'
'4800'
'9600'
'19200'
'38400'
'57600'
'115200'
'230400'
'460800')
end
object BitComboBox: TComboBox
Left = 82
Top = 56
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 1
Text = '8'
Items.Strings = (
'5'
'6'
'7'
'8')
end
object VerifyComBox: TComboBox
Left = 82
Top = 96
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 2
Text = '无'
Items.Strings = (
'偶校验'
'奇校验'
'无'
'标记'
'空格')
end
object StopBitComBox: TComboBox
Left = 82
Top = 136
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 3
Text = '1'
Items.Strings = (
'1'
'无')
end
object DataContComBox: TComboBox
Left = 82
Top = 176
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 4
Text = '硬件'
Items.Strings = (
'Xon/Xoff'
'硬件'
'无')
end
end
object GroupBox2: TGroupBox
Left = 205
Top = 62
Width = 193
Height = 209
Caption = '串口2设置:'
TabOrder = 3
object Label6: TLabel
Left = 21
Top = 20
Width = 60
Height = 13
Caption = '串口速率:'
end
object Label7: TLabel
Left = 33
Top = 60
Width = 48
Height = 13
Caption = '数据位:'
end
object Label8: TLabel
Left = 20
Top = 100
Width = 60
Height = 13
Caption = '奇偶校验:'
end
object Label9: TLabel
Left = 33
Top = 140
Width = 48
Height = 13
Caption = '停止位:'
end
object Label10: TLabel
Left = 9
Top = 180
Width = 72
Height = 13
Caption = '数据流控制:'
end
object ComboBox1: TComboBox
Left = 82
Top = 16
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 0
Text = '9600'
Items.Strings = (
'1200'
'2400'
'4800'
'9600'
'19200'
'38400'
'57600'
'115200'
'230400'
'460800')
end
object ComboBox2: TComboBox
Left = 82
Top = 56
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 1
Text = '8'
Items.Strings = (
'5'
'6'
'7'
'8')
end
object ComboBox3: TComboBox
Left = 82
Top = 96
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 2
Text = '无'
Items.Strings = (
'偶校验'
'奇校验'
'无'
'标记'
'空格')
end
object ComboBox4: TComboBox
Left = 82
Top = 136
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 3
Text = '1'
Items.Strings = (
'1'
'1.5'
'2')
end
object ComboBox5: TComboBox
Left = 82
Top = 176
Width = 103
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 4
Text = '硬件'
Items.Strings = (
'Xon/Xoff'
'硬件'
'无')
end
end
object RadioGroup1: TRadioGroup
Left = 17
Top = 8
Width = 381
Height = 49
Caption = '串口选择:'
TabOrder = 4
end
object RadioButton1: TRadioButton
Left = 24
Top = 32
Width = 113
Height = 17
Caption = '串口1设置'
TabOrder = 5
end
object RadioButton2: TRadioButton
Left = 224
Top = 32
Width = 113
Height = 17
Caption = '串口2设置'
TabOrder = 6
end
object BitBtn3: TBitBtn
Left = 208
Top = 280
Width = 75
Height = 25
Caption = '获取设置'
TabOrder = 7
OnClick = BitBtn3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -