unit1.dfm
来自「BCB串口通讯控件」· DFM 代码 · 共 67 行
DFM
67 行
object Form1: TForm1
Left = 361
Top = 320
Width = 550
Height = 303
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 449
Height = 257
HideSelection = False
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
object ButtonSend1: TButton
Left = 464
Top = 224
Width = 75
Height = 41
Caption = 'ButtonSend1'
TabOrder = 2
OnClick = ButtonSend1Click
end
object ButtonSet1: TButton
Left = 464
Top = 192
Width = 33
Height = 25
Caption = 'Set'
TabOrder = 1
OnClick = ButtonSet1Click
end
object YbCommDevice1: TYbCommDevice
PortNo = 1
Baud = br115200
ByteSize = 8
InBufSize = 8192
OutBufSize = 8192
HwInSize = 1200
HwOutSize = 1200
QueueSize = 16
PackageSize = 4096
Left = 464
Top = 136
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 496
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?