showdataform.dfm

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

DFM
44
字号
object frmShowData: TfrmShowData
  Left = 152
  Top = 175
  Width = 696
  Height = 374
  Caption = 'Show the Digital Value'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object btnPrev: TButton
    Left = 112
    Top = 8
    Width = 75
    Height = 25
    Caption = '<<'
    TabOrder = 0
    OnClick = btnPrevClick
  end
  object btnNext: TButton
    Left = 208
    Top = 8
    Width = 75
    Height = 25
    Caption = '>>'
    TabOrder = 1
    OnClick = btnNextClick
  end
  object lstData: TListBox
    Left = 16
    Top = 40
    Width = 657
    Height = 297
    ItemHeight = 13
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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