transparentform.dfm

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

DFM
35
字号
object frmTransparent: TfrmTransparent
  Left = 230
  Top = 153
  Width = 337
  Height = 250
  Caption = 'Transparent form'
  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 JvLabel1: TJvLabel
    Left = 80
    Top = 48
    Width = 179
    Height = 13
    Caption = 'Move the form around to see throug it'
    AutoOpenURL = False
    HotTrackFont.Charset = DEFAULT_CHARSET
    HotTrackFont.Color = clWindowText
    HotTrackFont.Height = -11
    HotTrackFont.Name = 'MS Sans Serif'
    HotTrackFont.Style = []
  end
  object JvTransparentForm1: TJvTransparentForm
    Active = True
    Left = 156
    Top = 140
  end
end

⌨️ 快捷键说明

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