📄 port.dfm
字号:
object serialport: Tserialport
Left = 207
Top = 168
Width = 696
Height = 480
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'port'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 446
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object GroupBox1: TGroupBox
Left = 72
Top = 32
Width = 569
Height = 401
Color = clSkyBlue
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 72
Top = 48
Width = 70
Height = 14
Caption = #31471#21475#36873#25321#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 72
Top = 88
Width = 56
Height = 14
Caption = #27874#29305#29575#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 72
Top = 136
Width = 56
Height = 14
Caption = #26657#39564#20301#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 72
Top = 176
Width = 56
Height = 14
Caption = #25968#25454#20301#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 72
Top = 216
Width = 56
Height = 14
Caption = #20572#27490#20301#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Button3: TButton
Left = 304
Top = 352
Width = 81
Height = 25
Caption = #36864#20986#31243#24207
TabOrder = 0
OnClick = Button3Click
end
object ComboBox1: TComboBox
Left = 152
Top = 48
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnChange = ComboBox1Change
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4'
'')
end
object ComboBox2: TComboBox
Left = 152
Top = 88
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
OnChange = ComboBox2Change
OnKeyPress = ComboBox2KeyPress
Items.Strings = (
'Custom'
'300'
'600'
'1200'
'2400'
'4800'
'9600'
'19200'
'38400'
'43000'
'56000'
'57600'
'115200')
end
object ComboBox3: TComboBox
Left = 152
Top = 128
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox3Change
Items.Strings = (
'None'
'Odd'
'Even'
'Mark'
'Space')
end
object ComboBox5: TComboBox
Left = 152
Top = 208
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnChange = ComboBox5Change
Items.Strings = (
'1'
'1.5'
'2')
end
object ComboBox4: TComboBox
Left = 152
Top = 168
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 5
OnChange = ComboBox4Change
Items.Strings = (
'5'
'6'
'7'
'8')
end
object Button1: TButton
Left = 105
Top = 352
Width = 81
Height = 25
Caption = #20445#23384
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 202
Top = 352
Width = 81
Height = 25
Caption = #23454#26102#26174#31034
TabOrder = 7
OnClick = Button2Click
end
object edPath: TEdit
Left = 480
Top = 304
Width = 73
Height = 21
TabOrder = 8
Text = 'C:\'
end
object Memo1: TMemo
Left = 32
Top = 240
Width = 441
Height = 105
Lines.Strings = (
'')
ReadOnly = True
TabOrder = 9
end
object cbRecHex: TCheckBox
Left = 304
Top = 128
Width = 73
Height = 25
Caption = #21313#20845#36827#21046#26174#31034
TabOrder = 10
end
object btnSwitch: TButton
Left = 8
Top = 352
Width = 81
Height = 25
Caption = #25171#24320#20018#21475
TabOrder = 11
OnClick = btnSwitchClick
end
object Button4: TButton
Left = 408
Top = 352
Width = 81
Height = 25
Caption = #28165#31354#25509#25910#21306
TabOrder = 12
OnClick = Button4Click
end
end
end
object OpenDialog1: TOpenDialog
Left = 432
Top = 48
end
object SaveDialog1: TSaveDialog
Left = 480
Top = 48
end
object Comm1: TComm
CommName = 'COM2'
BaudRate = 9600
ParityCheck = False
Outx_CtsFlow = False
Outx_DsrFlow = False
DtrControl = DtrEnable
DsrSensitivity = False
TxContinueOnXoff = True
Outx_XonXoffFlow = True
Inx_XonXoffFlow = True
ReplaceWhenParityError = False
IgnoreNullChar = False
RtsControl = RtsEnable
XonLimit = 500
XoffLimit = 500
ByteSize = _8
Parity = None
StopBits = _1
XonChar = #17
XoffChar = #19
ReplacedChar = #0
ReadIntervalTimeout = 100
ReadTotalTimeoutMultiplier = 0
ReadTotalTimeoutConstant = 0
WriteTotalTimeoutMultiplier = 0
WriteTotalTimeoutConstant = 0
OnReceiveData = Comm1ReceiveData
Left = 536
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -