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

📄 unit1.dfm

📁 delphi串口通信 WAPI串口编程示例
💻 DFM
字号:
object Form1: TForm1
  Left = 427
  Top = -17
  Width = 547
  Height = 412
  Caption = 'Win32API '#20018#21475#32534#31243#31034#20363
  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 = 136
    Top = 8
    Width = 30
    Height = 13
    Caption = #21457#36865'  '
  end
  object Label2: TLabel
    Left = 136
    Top = 176
    Width = 30
    Height = 13
    Caption = #25509#25910'  '
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 366
    Width = 539
    Height = 19
    Panels = <>
  end
  object Memo1: TMemo
    Left = 8
    Top = 32
    Width = 329
    Height = 129
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 1
  end
  object Memo2: TMemo
    Left = 8
    Top = 208
    Width = 329
    Height = 145
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 352
    Top = 16
    Width = 177
    Height = 185
    Caption = #22522#26412#35774#32622
    TabOrder = 3
    object Label3: TLabel
      Left = 7
      Top = 24
      Width = 42
      Height = 13
      Caption = #31471#21475#21495'  '
    end
    object Label4: TLabel
      Left = 9
      Top = 56
      Width = 42
      Height = 13
      Caption = #27874#29305#29575'  '
    end
    object Label5: TLabel
      Left = 9
      Top = 88
      Width = 42
      Height = 13
      Caption = #25968#25454#20301'  '
    end
    object Label6: TLabel
      Left = 9
      Top = 120
      Width = 30
      Height = 13
      Caption = #26657#39564'  '
    end
    object Label7: TLabel
      Left = 9
      Top = 152
      Width = 42
      Height = 13
      Caption = #20572#27490#20301'  '
    end
    object ComboBox4: TComboBox
      Left = 64
      Top = 120
      Width = 105
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        'EVENPARITY'
        'NOPARITY'
        'MARKPARITY'
        'ODDPARITY'
        'SPACEPARITY')
    end
    object ComboBox3: TComboBox
      Left = 64
      Top = 88
      Width = 105
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        '4'
        '5'
        '6'
        '7'
        '8')
    end
    object ComboBox2: TComboBox
      Left = 64
      Top = 56
      Width = 105
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        '2400'
        '4800'
        '9600'
        '19200'
        '38400'
        '57600'
        '115200')
    end
    object ComboBox1: TComboBox
      Left = 64
      Top = 24
      Width = 105
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        'COM1'
        'COM2')
    end
    object ComboBox5: TComboBox
      Left = 64
      Top = 152
      Width = 105
      Height = 21
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 13
      TabOrder = 4
      Items.Strings = (
        'ONESTOPBIT'
        'ONE5STOPBITS'
        'TWOSTOPBITS')
    end
  end
  object btnOpenCom: TButton
    Left = 448
    Top = 224
    Width = 75
    Height = 33
    Caption = #25171#24320#20018#21475' '
    TabOrder = 4
    OnClick = btnOpenComClick
  end
  object btnSendData: TButton
    Left = 352
    Top = 224
    Width = 75
    Height = 33
    Caption = #21457#36865#25968#25454
    TabOrder = 5
    OnClick = btnSendDataClick
  end
  object btnReceiveData: TButton
    Left = 352
    Top = 280
    Width = 75
    Height = 33
    Caption = #25509#25910#25968#25454
    TabOrder = 6
    OnClick = btnReceiveDataClick
  end
  object btnCloseCom: TButton
    Left = 448
    Top = 280
    Width = 75
    Height = 33
    Caption = #20851#38381#20018#21475
    TabOrder = 7
    OnClick = btnCloseComClick
  end
end

⌨️ 快捷键说明

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