📄 comfr.dfm
字号:
object Form1: TForm1 Left = 324 Top = 229 Width = 544 Height = 349 VertScrollBar.Range = 185 ActiveControl = Terminal1 Caption = 'COM demo' Color = clButton Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 object Splitter1: TSplitter Left = 0 Top = 150 Width = 544 Height = 3 Cursor = crVSplit Align = alTop end object Label1: TLabel Left = 0 Top = 0 Width = 544 Height = 13 Align = alTop Caption = 'TX' end object Label2: TLabel Left = 0 Top = 153 Width = 544 Height = 13 Align = alTop Caption = 'RX' end object Terminal1: TTerminal Left = 0 Top = 13 Width = 544 Height = 137 MaxLines = 100 Align = alTop Font.Color = clText Font.Height = 14 Font.Name = 'fixed' Font.Pitch = fpFixed Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnKeyPress = Terminal1KeyPress end object Terminal2: TTerminal Left = 0 Top = 166 Width = 544 Height = 164 MaxLines = 100 Align = alClient Font.Color = clText Font.Height = 14 Font.Name = 'fixed' Font.Pitch = fpFixed Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 1 end object StatusBar1: TStatusBar Left = 0 Top = 330 Width = 544 Height = 19 Panels = < item end item end item Width = 20 end item Width = 20 end item Width = 20 end item end> end object Comm1: TComm Active = False AfterOpen = Comm1AfterOpen AfterClose = Comm1AfterClose Baudrate = br19200 Options = [] DontSynchronize = False MonitorEvents = [evBreak, evCts, evDsr, evError, evRing, evRlsd, evRxChar, evRxFlag, evTxEmpty] OnRxChar = Comm1RxChar DeviceName = '/dev/ttyS0' Left = 224 Top = 64 endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -