⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 此文章是关于Delphi串口通信类的一些文章和源代码,它是单片机串口通讯较好的上位机设计的参考!
💻 DFM
字号:
object Form1: TForm1
  Left = 126
  Top = 143
  Width = 490
  Height = 274
  Caption = 'Memo And Data'
  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 Label3: TLabel
    Left = 28
    Top = 8
    Width = 97
    Height = 20
    AutoSize = False
    Caption = #25968#25454#32472#22270
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Pic1: TPaintBox
    Left = 8
    Top = 36
    Width = 445
    Height = 153
    OnPaint = Pic1Paint
  end
  object cmdCalc: TButton
    Left = 164
    Top = 200
    Width = 137
    Height = 41
    Caption = #23383#31526#20018#36865#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = cmdCalcClick
  end
  object cmdClose: TButton
    Left = 316
    Top = 200
    Width = 137
    Height = 41
    Caption = #32467#26463#31243#24207
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = cmdCloseClick
  end
  object cmdClearCom: TButton
    Left = 16
    Top = 200
    Width = 137
    Height = 41
    Caption = #35774#32622'PSIS'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = cmdClearComClick
  end
  object Comm1: TComm
    CommPort = pnCOM1
    PortOpen = False
    BaudRate = br9600
    HwHandShaking = hhNone
    SwHandShaking = shNone
    DataBits = DB8
    Parity = None
    StopBits = SB1
    InputLen = 0
    RThreshold = 0
    DTREnabled = False
    RTSEnabled = False
    DataCount = 1358962521
    OnReceiveData = Comm1ReceiveData
    Left = 192
    Top = 4
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -