⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 splashtestu1.dfm

📁 Threaded Splash Form on Screen in Delphi, show an example on how to make a threaded splashscreen
💻 DFM
字号:
object Form1: TForm1
  Left = 234
  Top = 132
  Width = 450
  Height = 254
  Caption = 'Threaded Splashscreen Demo'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 17
  object StatusBar: TStatusBar
    Left = 0
    Top = 196
    Width = 442
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Closebutton: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 1
    OnClick = ClosebuttonClick
  end
  object AboutButton: TButton
    Left = 24
    Top = 56
    Width = 75
    Height = 25
    Caption = 'About...'
    TabOrder = 2
    OnClick = AboutButtonClick
  end
end

⌨️ 快捷键说明

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