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

📄 splash.dfm

📁 GREATIS Print Suite Pro for Delphi (3-7,2005,2006,2007) and C++ Builder (3-6) Set of components for
💻 DFM
字号:
object frmSplash: TfrmSplash
  Left = 137
  Top = 195
  Cursor = crHourGlass
  BorderStyle = bsNone
  Caption = 'Greatis Print Suite Pro Demo'
  ClientHeight = 47
  ClientWidth = 310
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object pnlClient: TPanel
    Left = 0
    Top = 0
    Width = 310
    Height = 47
    Align = alClient
    BorderWidth = 4
    TabOrder = 0
    object imgIcon: TImage
      Left = 5
      Top = 5
      Width = 40
      Height = 37
      Align = alLeft
      Center = True
    end
    object pnlInfo: TPanel
      Left = 45
      Top = 5
      Width = 260
      Height = 37
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object lblName: TLabel
        Left = 0
        Top = 0
        Width = 260
        Height = 23
        Align = alTop
        Alignment = taCenter
        Caption = 'Greatis Print Suite Demo'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object lblCopyright: TLabel
        Left = 0
        Top = 23
        Width = 260
        Height = 13
        Align = alTop
        Alignment = taCenter
        Caption = 'Copyright '#169' 2001-2007 Greatis Software'
      end
    end
  end
end

⌨️ 快捷键说明

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