jvmagnetformdemo.dfm

来自「East make Tray Icon in delphi」· DFM 代码 · 共 37 行

DFM
37
字号
object frmagnet: Tfrmagnet
  Left = 358
  Top = 195
  Width = 277
  Height = 210
  Caption = 'Magnet'
  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 JvxLabel1: TJvLabel
    Left = 40
    Top = 72
    Width = 168
    Height = 40
    Caption = 'Move me to the corners'#13#10'of your screen ...'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object JvFormMagnet1: TJvFormMagnet
    Active = True
    FormGlue = False
    MainFormMagnet = True
    Left = 16
    Top = 8
  end
end

⌨️ 快捷键说明

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