unit2.dfm

来自「Splash窗口的制作」· DFM 代码 · 共 33 行

DFM
33
字号
object Splash: TSplash
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'Splash'
  ClientHeight = 112
  ClientWidth = 341
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 40
    Width = 209
    Height = 49
    Alignment = taCenter
    Caption = #27426#36814#20351#29992'Delphi6'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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