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

📄 unit1.dfm

📁 RS232串口通讯随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 219
  Top = 119
  Width = 451
  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 Label1: TLabel
    Left = 64
    Top = 16
    Width = 93
    Height = 20
    AutoSize = False
    Caption = #21629#20196#23383#31526#20018
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 244
    Top = 12
    Width = 97
    Height = 20
    AutoSize = False
    Caption = #25910#21462#25968#25454
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object txtInput: TEdit
    Left = 56
    Top = 40
    Width = 145
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object cmdCalc: TButton
    Left = 60
    Top = 80
    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 = 1
    OnClick = cmdCalcClick
  end
  object cmdClose: TButton
    Left = 60
    Top = 196
    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 = 2
    OnClick = cmdCloseClick
  end
  object mReceive: TMemo
    Left = 240
    Top = 36
    Width = 153
    Height = 153
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object cmdClearCom: TButton
    Left = 60
    Top = 136
    Width = 137
    Height = 41
    Caption = #28165#38500#36890#20449#31471#21475
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = cmdClearComClick
  end
  object cmdReceive: TButton
    Left = 248
    Top = 196
    Width = 137
    Height = 41
    Caption = #25509#25910#25968#25454
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = cmdReceiveClick
  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
    Left = 12
    Top = 120
  end
end

⌨️ 快捷键说明

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