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

📄 unit2.dfm

📁 在Delphi 環境下編寫的串口調試程序 ,能與下位機(MSP430F147)實現串口485通訊.完成對下位機狀態的檢測.校準. 對於使用Delphi的串口編程有一定的作用.
💻 DFM
字号:
object Form2: TForm2
  Left = 303
  Top = 228
  Width = 454
  Height = 304
  Caption = 'Form2'
  Color = clSilver
  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 = 209
    Height = 25
    AutoSize = False
    Caption = #36890#35759#21475#19982#20027#26426#22320#22336#35774#32622
    Color = clGray
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36873#25321#20018#21475
  end
  object Label3: TLabel
    Left = 8
    Top = 96
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #36215#22987#20301
  end
  object Label4: TLabel
    Left = 8
    Top = 136
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #23383#33410#38271#24230
  end
  object Label5: TLabel
    Left = 8
    Top = 176
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #20027#26426#22320#22336
  end
  object Label6: TLabel
    Left = 240
    Top = 56
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #27874#29305#29575
  end
  object Label7: TLabel
    Left = 240
    Top = 96
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20572#27490#20301
  end
  object Label8: TLabel
    Left = 232
    Top = 136
    Width = 57
    Height = 25
    AutoSize = False
    Caption = #22855#20598#26657#39564
  end
  object ComboBox1: TComboBox
    Left = 72
    Top = 56
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6'
      'COM7')
  end
  object ComboBox2: TComboBox
    Left = 72
    Top = 96
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      '1')
  end
  object ComboBox3: TComboBox
    Left = 72
    Top = 136
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      '5'
      '6'
      '7'
      '8')
  end
  object ComboBox4: TComboBox
    Left = 296
    Top = 56
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '4800'
      '9600'
      '11520')
  end
  object ComboBox5: TComboBox
    Left = 296
    Top = 96
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 4
    Items.Strings = (
      '1'
      '1.5'
      '2')
  end
  object ComboBox6: TComboBox
    Left = 296
    Top = 136
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 5
    Items.Strings = (
      'NOND'
      'ODD'
      'EVEN')
  end
  object ComboBox7: TComboBox
    Left = 72
    Top = 176
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20116#31508
    ItemHeight = 13
    TabOrder = 6
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 224
    Width = 105
    Height = 33
    Caption = #40664#35748
    TabOrder = 7
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 296
    Top = 224
    Width = 105
    Height = 33
    Caption = #30830#23450
    TabOrder = 8
    OnClick = BitBtn2Click
  end
  object Comm1: TComm
    CommName = 'COM1'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = False
    Inx_XonXoffFlow = True
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 100
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 48
    Top = 16
  end
end

⌨️ 快捷键说明

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