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

📄 hardwareinterfacesrc.~dfm

📁 报警地图电子显示源代码
💻 ~DFM
字号:
object FormHardwareInterface: TFormHardwareInterface
  Left = 516
  Top = 196
  BorderStyle = bsDialog
  Caption = #30828#20214#25509#21475#36873#25321
  ClientHeight = 150
  ClientWidth = 224
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 19
    Top = 53
    Width = 70
    Height = 13
    AutoSize = False
    Caption = #36873#25321#20018#21475
  end
  object Label2: TLabel
    Left = 19
    Top = 86
    Width = 78
    Height = 13
    AutoSize = False
    Caption = #36873#25321#27874#29305#29575
  end
  object Label3: TLabel
    Left = 51
    Top = 9
    Width = 142
    Height = 20
    AutoSize = False
    Caption = #20018#21475#21442#25968#37197#32622
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object ComboBoxCOM: TComboBox
    Left = 104
    Top = 47
    Width = 97
    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'
      'COM7'
      'COM8')
  end
  object Button1: TButton
    Left = 101
    Top = 119
    Width = 48
    Height = 25
    Caption = #24320#21551
    TabOrder = 1
    OnClick = ButtonOKClick
  end
  object Button2: TButton
    Left = 164
    Top = 119
    Width = 48
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = ButtonCancelClick
  end
  object MediaPlayer1: TMediaPlayer
    Left = 32
    Top = 184
    Width = 253
    Height = 25
    Visible = False
    TabOrder = 3
  end
  object EditLevel1: TEdit
    Left = 184
    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 = 152
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 5
    Text = 'EditLevel1'
    Visible = False
  end
  object CbBaudRate: TComboBox
    Left = 105
    Top = 82
    Width = 96
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 6
    Text = '110'
    Items.Strings = (
      '110'
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '7500'
      '9600'
      '14400'
      '19200'
      '38400'
      '56000'
      '57600'
      '115200')
  end
  object Button3: TButton
    Left = 13
    Top = 119
    Width = 75
    Height = 25
    Caption = #35774#20026#40664#35748#20540
    TabOrder = 7
    OnClick = Button3Click
  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 = 136
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 32
    Top = 224
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=bj.mdb;Persist Secu' +
      'rity Info=False'
    KeepConnection = False
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 80
    Top = 224
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 128
    Top = 224
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 136
    Top = 272
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 48
    Top = 264
  end
end

⌨️ 快捷键说明

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