convert.dfm

来自「16 relay output channels and 16 isolated」· DFM 代码 · 共 79 行

DFM
79
字号
object FrmConvert: TFrmConvert
  Left = 324
  Top = 257
  BorderStyle = bsDialog
  Caption = 'Advantech Demo: Converting & transfering  data'
  ClientHeight = 141
  ClientWidth = 349
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 70
    Height = 13
    Caption = 'Interrupt Count'
  end
  object Label2: TLabel
    Left = 12
    Top = 56
    Width = 101
    Height = 13
    Caption = 'Buffer change Count '
  end
  object butTerminate: TButton
    Left = 240
    Top = 16
    Width = 97
    Height = 25
    Caption = '&Terminate'
    TabOrder = 0
    OnClick = butTerminateClick
  end
  object prgsDataCounts: TProgressBar
    Left = 24
    Top = 104
    Width = 297
    Height = 25
    Min = 0
    Max = 100
    ParentShowHint = False
    ShowHint = False
    TabOrder = 1
  end
  object txtInt: TEdit
    Left = 128
    Top = 16
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 2
    Text = '0'
  end
  object txtBuffChange: TEdit
    Left = 128
    Top = 48
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 3
    Text = '0'
  end
  object tmrDataCounts: TTimer
    Enabled = False
    Interval = 100
    OnTimer = tmrDataCountsTimer
    Left = 264
    Top = 64
  end
end

⌨️ 快捷键说明

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