checkform.dfm

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

DFM
75
字号
object frmCheck: TfrmCheck
  Left = 257
  Top = 246
  BorderStyle = bsDialog
  Caption = 'Check Event'
  ClientHeight = 88
  ClientWidth = 372
  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 Label1: TLabel
    Left = 40
    Top = 24
    Width = 70
    Height = 13
    Caption = 'Interrupt Count'
  end
  object Label2: TLabel
    Left = 12
    Top = 48
    Width = 101
    Height = 13
    Caption = 'Buffer change Count '
  end
  object Label4: TLabel
    Left = 224
    Top = 8
    Width = 54
    Height = 13
    Caption = 'Input Value'
  end
  object txtInt: TEdit
    Left = 128
    Top = 16
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 0
    Text = '0'
  end
  object txtBuffChange: TEdit
    Left = 128
    Top = 40
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 1
    Text = '0'
  end
  object txtValue: TEdit
    Left = 224
    Top = 24
    Width = 97
    Height = 21
    ReadOnly = True
    TabOrder = 2
    Text = '0'
  end
  object btnExit: TButton
    Left = 240
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 3
    OnClick = btnExitClick
  end
end

⌨️ 快捷键说明

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