show.dfm

来自「信息系统工作核心代码,若要具体可以联系我,这只是一部分核心代码,大家一起交流分享」· DFM 代码 · 共 35 行

DFM
35
字号
object ShowForm: TShowForm
  Left = 216
  Top = 103
  BorderStyle = bsNone
  Caption = #31995#32479#25552#31034
  ClientHeight = 345
  ClientWidth = 531
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 200
    Top = 136
    Width = 67
    Height = 13
    Caption = 'showmessage'
  end
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 531
    Height = 345
    Align = alClient
    Transparent = True
  end
end

⌨️ 快捷键说明

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