ufrmmt.~dfm

来自「符合DL645规约的电能表数据解析. 可直接实现远程RTU.」· ~DFM 代码 · 共 51 行

~DFM
51
字号
object Form2: TForm2
  Left = 391
  Top = 206
  Width = 274
  Height = 162
  Caption = 'Form2'
  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 Edit1: TEdit
    Left = 40
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object p2: TVaComm
    Parity = paEven
    FlowControl.OutCtsFlow = False
    FlowControl.OutDsrFlow = False
    FlowControl.ControlDtr = dtrEnabled
    FlowControl.ControlRts = rtsEnabled
    FlowControl.XonXoffOut = False
    FlowControl.XonXoffIn = False
    FlowControl.DsrSensitivity = False
    FlowControl.TxContinueOnXoff = False
    PortNum = 2
    DeviceName = 'COM%d'
    MonitorEvents = [ceRxChar]
    Left = 16
    Top = 16
  end
  object MT: TVaCapture
    Comm = p2
    DataLen = 200
    ExpTime = 5000
    MaxMsgLen = 200
    Active = True
    Left = 56
    Top = 16
  end
end

⌨️ 快捷键说明

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