spectrum.dfm

来自「QAM module to use in Java with an easy i」· DFM 代码 · 共 29 行

DFM
29
字号
object SpectrumForm: TSpectrumForm
  Left = 529
  Top = 124
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Spectrum'
  ClientHeight = 214
  ClientWidth = 243
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object SpectrumImage: TImage
    Left = 0
    Top = 0
    Width = 243
    Height = 214
    Align = alClient
    Stretch = True
  end
end

⌨️ 快捷键说明

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