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

📄 unit1.dfm

📁 RS232串口通讯随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 189
  Top = 133
  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 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 = #29366#24577#20449#21495#28783
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Shape1: TShape
    Left = 236
    Top = 44
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape2: TShape
    Left = 280
    Top = 44
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape3: TShape
    Left = 328
    Top = 44
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape4: TShape
    Left = 372
    Top = 44
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape5: TShape
    Left = 420
    Top = 44
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape6: TShape
    Left = 236
    Top = 112
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape7: TShape
    Left = 280
    Top = 112
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape8: TShape
    Left = 328
    Top = 112
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape9: TShape
    Left = 372
    Top = 112
    Width = 35
    Height = 35
    Shape = stCircle
  end
  object Shape10: TShape
    Left = 420
    Top = 112
    Width = 35
    Height = 35
    Shape = stCircle
  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 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 = 3
    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 = 304
    Top = 204
  end
end

⌨️ 快捷键说明

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