📄 unit1.dfm
字号:
object Form1: TForm1
Left = 207
Top = 188
Width = 667
Height = 495
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 80
Top = 200
Width = 60
Height = 13
Caption = #21457#36865#30340#25968#25454
end
object Label2: TLabel
Left = 384
Top = 200
Width = 60
Height = 13
Caption = #25509#25910#30340#25968#25454
end
object rdCom: TRadioGroup
Left = 96
Top = 40
Width = 185
Height = 105
Caption = 'rdCom'
ItemIndex = 0
Items.Strings = (
'COM1'
'COM2')
TabOrder = 0
end
object btn_Read: TButton
Left = 400
Top = 48
Width = 137
Height = 33
Caption = #25171#24320#36890#35759#31471#21475
TabOrder = 1
OnClick = btn_ReadClick
end
object btn_End: TButton
Left = 400
Top = 96
Width = 137
Height = 33
Caption = #32467#26463#31995#32479
TabOrder = 2
OnClick = btn_EndClick
end
object Memo1: TMemo
Left = 56
Top = 224
Width = 241
Height = 201
Lines.Strings = (
'Memo1')
TabOrder = 3
OnKeyPress = Memo1KeyPress
end
object Memo2: TMemo
Left = 368
Top = 224
Width = 233
Height = 201
Lines.Strings = (
'Memo2')
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -