📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 320
Top = 186
Width = 314
Height = 147
Caption = '串行'
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 Label1: TLabel
Left = 56
Top = 16
Width = 8
Height = 16
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '黑体'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 64
Top = 72
Width = 217
Height = 21
TabOrder = 1
OnChange = Edit1Change
end
object Button1: TButton
Left = 8
Top = 72
Width = 41
Height = 25
Caption = '发送'
TabOrder = 2
OnClick = Button1Click
end
object MSComm1: TMSComm
Left = 24
Top = 16
Width = 32
Height = 32
OnComm = MSComm1Comm
ControlData = {
2143341208000000ED030000ED03000001568A64000006002000010000040000
00022000802500000000080000000000000000003F00000001000000}
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -