constelation.dfm

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

DFM
29
字号
object ConstelationForm: TConstelationForm
  Left = 275
  Top = 123
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Constelation'
  ClientHeight = 242
  ClientWidth = 242
  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 ConstalationImage: TImage
    Left = 0
    Top = 0
    Width = 242
    Height = 242
    Align = alClient
    Stretch = True
  end
end

⌨️ 快捷键说明

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