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

📄 unit1.dfm

📁 通过串口控件的串口小程序
💻 DFM
字号:
object Form1: TForm1
  Left = 283
  Top = 196
  Width = 386
  Height = 401
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Shape1: TShape
    Left = 248
    Top = 71
    Width = 105
    Height = 42
    Shape = stCircle
  end
  object Label1: TLabel
    Left = 40
    Top = 55
    Width = 89
    Height = 20
    AutoSize = False
    Caption = #21457#36865#21306#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 199
    Width = 89
    Height = 20
    AutoSize = False
    Caption = #25509#25910#21306#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 40
    Top = 8
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #36873#25321#31471#21475#21495#65306
  end
  object Label4: TLabel
    Left = 216
    Top = 8
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #36873#25321#27874#29305#29575#65306
  end
  object Button1: TButton
    Left = 264
    Top = 127
    Width = 75
    Height = 25
    Caption = #25171#24320#20018#21475
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 180
    Width = 75
    Height = 25
    Caption = #20851#38381#20018#21475
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 264
    Top = 233
    Width = 75
    Height = 25
    Caption = #21457#36865#25968#25454
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 264
    Top = 287
    Width = 75
    Height = 25
    Caption = #20445#23384#25968#25454
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 152
    Top = 327
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button5Click
  end
  object MSComm1: TMSComm
    Left = 8
    Top = 336
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020100802500000000080000000000000000003F00000001000000}
  end
  object Memo1: TMemo
    Left = 40
    Top = 79
    Width = 185
    Height = 89
    TabOrder = 6
  end
  object Memo2: TMemo
    Left = 40
    Top = 223
    Width = 185
    Height = 89
    TabOrder = 7
  end
  object Button7: TButton
    Left = 128
    Top = 55
    Width = 49
    Height = 25
    Caption = #28165#31354
    TabOrder = 8
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 128
    Top = 199
    Width = 49
    Height = 25
    Caption = #28165#31354
    TabOrder = 9
    OnClick = Button8Click
  end
  object ComboBox1: TComboBox
    Left = 40
    Top = 24
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 10
    Text = '1'
    Items.Strings = (
      '1'
      '2'
      '3'
      '4')
  end
  object ComboBox2: TComboBox
    Left = 216
    Top = 24
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 11
    Text = '19200'
    Items.Strings = (
      '4800'
      '9600'
      '19200'
      '38400'
      '57600'
      '115200')
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'txt'
    Filter = 'Text'#25991#26723'(*.txt)|*.txt'
    FilterIndex = 2
    Left = 40
    Top = 336
  end
end

⌨️ 快捷键说明

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