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

📄 hardwareinterfacesrc.dfm

📁 该程序可作为386的接警程序使用
💻 DFM
字号:
object FormHardwareInterface: TFormHardwareInterface
  Left = 514
  Top = 196
  BorderStyle = bsDialog
  Caption = #30828#20214#25509#21475#36873#25321
  ClientHeight = 84
  ClientWidth = 181
  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
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6')
  end
  object Button1: TButton
    Left = 16
    Top = 48
    Width = 57
    Height = 25
    Caption = #25171#24320' '
    TabOrder = 1
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 112
    Top = 48
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = ButtonCancelClick
  end
  object MediaPlayer1: TMediaPlayer
    Left = 8
    Top = 120
    Width = 253
    Height = 25
    Visible = False
    TabOrder = 3
  end
  object EditLevel1: TEdit
    Left = 24
    Top = 152
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 4
    Text = 'EditLevel1'
    Visible = False
  end
  object EditLevel2: TEdit
    Left = 8
    Top = 96
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    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 = 160
    Top = 96
  end
end

⌨️ 快捷键说明

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