comm1.dfm

来自「串口调试助手源码」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 478
  Top = 373
  BorderStyle = bsDialog
  Caption = #20018#21475#35843#35797#31243#24207'COM2'
  ClientHeight = 172
  ClientWidth = 227
  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 Edit1: TEdit
    Left = 8
    Top = 144
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 144
    Top = 144
    Width = 75
    Height = 21
    Caption = 'Send'
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 209
    Height = 129
    ItemHeight = 13
    PopupMenu = PopupMenu1
    TabOrder = 2
  end
  object PopupMenu1: TPopupMenu
    Left = 8
    Top = 8
    object Clear1: TMenuItem
      Caption = 'Clear'
      OnClick = Clear1Click
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?