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

📄 hardwareinterfacesrc.dfm

📁 该程序可作为386的接警程序使用
💻 DFM
字号:
object FormHardwareInterface: TFormHardwareInterface
  Left = 306
  Top = 205
  BorderStyle = bsDialog
  Caption = #30828#20214#25509#21475#36873#25321
  ClientHeight = 88
  ClientWidth = 206
  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 ComboBoxCOM: TComboBox
    Left = 16
    Top = 8
    Width = 153
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2')
  end
  object Button1: TButton
    Left = 24
    Top = 48
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 120
    Top = 48
    Width = 57
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = ButtonCancelClick
  end
  object MediaPlayer1: TMediaPlayer
    Left = 104
    Top = 40
    Width = 253
    Height = 25
    Visible = False
    TabOrder = 3
  end
  object EditLevel1: TEdit
    Left = 8
    Top = 32
    Width = 105
    Height = 17
    TabOrder = 4
    Text = 'EditLevel1'
    Visible = False
  end
  object EditLevel2: TEdit
    Left = 16
    Top = 64
    Width = 105
    Height = 17
    TabOrder = 5
    Text = 'EditLevel1'
    Visible = False
  end
  object ListenComm: TComm
    CommName = 'COM1'
    BaudRate = 7500
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = True
    Inx_XonXoffFlow = True
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _2
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 50
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = OnReceiveData
    Left = 65520
    Top = 56
  end
end

⌨️ 快捷键说明

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