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

📄 unit1.~dfm

📁 delphi编写的串口
💻 ~DFM
字号:
object Form1: TForm1
  Left = 371
  Top = 196
  Width = 424
  Height = 327
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 247
    Height = 19
    Caption = #19981#29992#39537#21160#31243#24207#30452#25509#39537#21160#25171#21360#26426
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 40
    Top = 40
    Width = 161
    Height = 33
    Caption = #24182#21475#36275#34892#25171#21360
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 112
    Width = 153
    Height = 41
    Caption = #20018#21475#25171#21360#65288#26080#25928#65289
    TabOrder = 1
    OnClick = Button2Click
  end
  object MSComm1: TMSComm
    Left = 360
    Top = 216
    Width = 32
    Height = 32
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020000802500000000080000000000000000003F00000001000000}
  end
  object Button3: TButton
    Left = 80
    Top = 208
    Width = 145
    Height = 41
    Caption = #20018#21475#36755#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 248
    Top = 56
    Width = 137
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 264
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 264
    Top = 160
    Width = 121
    Height = 21
    TabOrder = 6
    Text = 'Edit3'
  end
  object Button4: TButton
    Left = 280
    Top = 128
    Width = 89
    Height = 25
    Caption = 'ASII'
    TabOrder = 7
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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