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

📄 unit1.dfm

📁 一个串口测试程序
💻 DFM
字号:
object Form1: TForm1
  Left = 350
  Top = 152
  Width = 696
  Height = 480
  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 = 136
    Top = 8
    Width = 17
    Height = 9
    Shape = stCircle
  end
  object Label1: TLabel
    Left = 40
    Top = 8
    Width = 24
    Height = 13
    Caption = #20018#21475
  end
  object Label2: TLabel
    Left = 40
    Top = 48
    Width = 36
    Height = 13
    Caption = #27874#29305#29575
  end
  object Label3: TLabel
    Left = 40
    Top = 88
    Width = 36
    Height = 13
    Caption = #26657#39564#20301
  end
  object Label4: TLabel
    Left = 40
    Top = 128
    Width = 36
    Height = 13
    Caption = #25968#25454#20301
  end
  object Label5: TLabel
    Left = 40
    Top = 168
    Width = 36
    Height = 13
    Caption = #20572#27490#20301
  end
  object ComboBox1: TComboBox
    Left = 40
    Top = 24
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4')
  end
  object ComboBox2: TComboBox
    Left = 40
    Top = 64
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = '2400'
    Items.Strings = (
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '9600'
      '19200'
      '38400')
  end
  object ComboBox3: TComboBox
    Left = 40
    Top = 104
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'N'
    Items.Strings = (
      'N'
      'E'
      'M'
      'O'
      'S')
  end
  object ComboBox4: TComboBox
    Left = 40
    Top = 144
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = '8'
    Items.Strings = (
      '8'
      '7'
      '6')
  end
  object ComboBox5: TComboBox
    Left = 40
    Top = 184
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = '1'
    Items.Strings = (
      '1'
      '1.5'
      '2')
  end
  object Button1: TButton
    Left = 40
    Top = 216
    Width = 75
    Height = 25
    Caption = #25171#24320#20018#21475
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 40
    Top = 296
    Width = 75
    Height = 25
    Caption = #21457#36865#25968#25454
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 40
    Top = 336
    Width = 75
    Height = 25
    Caption = #25509#25910#25968#25454
    TabOrder = 7
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 160
    Top = 32
    Width = 497
    Height = 185
    Lines.Strings = (
      #25509#25910#21306)
    ScrollBars = ssVertical
    TabOrder = 8
  end
  object Memo2: TMemo
    Left = 160
    Top = 232
    Width = 497
    Height = 185
    Lines.Strings = (
      #21457#36865#21306)
    ScrollBars = ssVertical
    TabOrder = 9
  end
  object MSComm1: TMSComm
    Left = 0
    Top = 8
    Width = 32
    Height = 32
    OnComm = OnComm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020300802500000000080000000000000000003F00000009000000}
  end
  object Button2: TButton
    Left = 40
    Top = 256
    Width = 75
    Height = 25
    Caption = #20851#38381#20018#21475
    TabOrder = 11
    OnClick = Button2Click
  end
  object Button5: TButton
    Left = 40
    Top = 376
    Width = 75
    Height = 25
    Caption = #28165#38500#25968#25454
    TabOrder = 12
    OnClick = Button5Click
  end
  object SaveDialog1: TSaveDialog
    Left = 64
    Top = 408
  end
end

⌨️ 快捷键说明

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