📄 terminal.dfm
字号:
Top = 407
Width = 684
Height = 25
Panels = <
item
Alignment = taCenter
Text = '9600 8N1'
Width = 100
end
item
Alignment = taCenter
Text = 'No Flow Control'
Width = 100
end
item
Alignment = taCenter
Text = 'Local Echo : Off'
Width = 100
end
item
Alignment = taCenter
Text = 'CR/LF : On'
Width = 80
end
item
Alignment = taCenter
Text = 'HexMode : Off'
Width = 90
end
item
Alignment = taCenter
Text = 'Disconnected'
Width = 90
end
item
Alignment = taCenter
Text = 'No Error'
Width = 100
end
item
Width = 50
end>
SimplePanel = False
end
object ToolBar2: TToolBar
Left = 0
Top = 35
Width = 684
Height = 30
ButtonHeight = 24
ButtonWidth = 25
Caption = 'ToolBar2'
Images = ImageList2
TabOrder = 3
object ToolButton2: TToolButton
Left = 0
Top = 2
Width = 8
Caption = 'ToolButton2'
Style = tbsSeparator
end
object ClearButton: TToolButton
Left = 8
Top = 2
Hint = 'Clear Screen'
Caption = 'ClearButton'
ImageIndex = 0
ParentShowHint = False
ShowHint = True
OnClick = ClearButtonClick
end
object ToolButton8: TToolButton
Left = 33
Top = 2
Width = 8
Caption = 'ToolButton8'
ImageIndex = 0
Style = tbsSeparator
end
object EchoButton: TToolButton
Left = 41
Top = 2
Hint = 'Local Echo On/Off'
Caption = 'EchoButton'
ImageIndex = 1
ParentShowHint = False
ShowHint = True
OnClick = EchoButtonClick
end
object CRLFButton: TToolButton
Left = 66
Top = 2
Hint = 'Send Return as CR/LF'
Caption = 'CRLFButton'
ImageIndex = 2
ParentShowHint = False
ShowHint = True
OnClick = CRLFButtonClick
end
object HexModeBut: TToolButton
Left = 91
Top = 2
Hint = 'Hex Display On/Off'
Caption = 'HexModeBut'
ImageIndex = 3
ParentShowHint = False
ShowHint = True
OnClick = HexModeButClick
end
object ToolButton6: TToolButton
Left = 116
Top = 2
Width = 8
Caption = 'ToolButton6'
ImageIndex = 3
Style = tbsSeparator
end
object Bevel3: TBevel
Left = 124
Top = 2
Width = 8
Height = 24
Shape = bsLeftLine
end
object HexInput: TEdit
Left = 132
Top = 2
Width = 33
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Text = 'FF'
OnKeyPress = HexInputKeyPress
end
object HexSend: TButton
Left = 165
Top = 2
Width = 41
Height = 24
Hint = 'Transmit Single Char'
Caption = 'Send'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = HexSendClick
end
object ToolButton3: TToolButton
Left = 206
Top = 2
Width = 8
Caption = 'ToolButton3'
ImageIndex = 4
Style = tbsSeparator
end
object Bevel4: TBevel
Left = 214
Top = 2
Width = 8
Height = 24
Shape = bsLeftLine
end
object ResetButton: TToolButton
Left = 222
Top = 2
Hint = 'Reset MCU'
Caption = 'ResetButton'
ImageIndex = 4
ParentShowHint = False
ShowHint = True
OnClick = ResetButtonClick
end
object ToolButton9: TToolButton
Left = 247
Top = 2
Width = 8
Caption = 'ToolButton9'
ImageIndex = 5
Style = tbsSeparator
end
object ToolButton10: TToolButton
Left = 255
Top = 2
Hint = 'Bring To Back'
Caption = 'ToolButton10'
ImageIndex = 8
ParentShowHint = False
ShowHint = True
OnClick = ToolButton10Click
end
end
object MainMenu1: TMainMenu
Images = ImageList2
Left = 216
Top = 240
object File1: TMenuItem
Caption = 'Main'
object ClearEdit: TMenuItem
Caption = 'Clear'
ImageIndex = 0
OnClick = ClearEditClick
end
object SaveAs: TMenuItem
Caption = 'Save As'
ImageIndex = 5
OnClick = SaveAsClick
end
object CloseForm: TMenuItem
Caption = 'Close'
ImageIndex = 6
OnClick = CloseFormClick
end
end
object Comm1: TMenuItem
Caption = 'Comm'
object TransmitFile1: TMenuItem
Caption = 'Transmit File'
ImageIndex = 7
OnClick = TransmitFile1Click
end
object RecordText1: TMenuItem
Caption = 'Record Text'
OnClick = RecordText1Click
end
end
end
object ImageList1: TImageList
Height = 24
Width = 24
Left = 272
Top = 240
Bitmap = {
494C010107000900040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
000000000000360000002800000060000000480000000100200000000000006C
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -