displayform.dfm

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

DFM
32
字号
object frmDisplay: TfrmDisplay
  Left = 244
  Top = 129
  Width = 222
  Height = 372
  Caption = 'Display Voltage'
  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 = 32
    Top = 16
    Width = 36
    Height = 13
    Caption = 'Voltage'
  end
  object lstBuffer: TListBox
    Left = 16
    Top = 40
    Width = 169
    Height = 281
    ItemHeight = 13
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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