unit1.dfm
来自「BCB串口通讯控件」· DFM 代码 · 共 63 行
DFM
63 行
object Form1: TForm1
Left = 502
Top = 388
Width = 489
Height = 325
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 ButtonSend: TButton
Left = 72
Top = 8
Width = 75
Height = 25
Caption = 'Send'
TabOrder = 1
OnClick = ButtonSendClick
end
object ButtonSet: TButton
Left = 16
Top = 8
Width = 33
Height = 25
Caption = 'Set'
TabOrder = 0
OnClick = ButtonSetClick
end
object Memo1: TMemo
Left = 16
Top = 80
Width = 409
Height = 185
Lines.Strings = (
'Memo1')
TabOrder = 2
end
object YbCommDevice1: TYbCommDevice
PortNo = 1
Baud = br115200
ByteSize = 8
InBufSize = 8192
OutBufSize = 8192
HwInSize = 1200
HwOutSize = 1200
QueueSize = 16
PackageSize = 4096
PackageType = cptFrameHeadTail
FrameSettings.FrameHead = #0
FrameSettings.FrameTail = #0
FrameSettings.FrameCtrl = #0
OnPackage = YbCommDevice1Package
Left = 16
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?