📄 comm1.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -