frame_usplash.dfm

来自「企业信息管理系统程序框架」· DFM 代码 · 共 120 行

DFM
120
字号
object Frame_frmSplash: TFrame_frmSplash
  Left = 317
  Top = 270
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 271
  ClientWidth = 519
  Color = clActiveBorder
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnMouseDown = FormMouseDown
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 519
    Height = 271
    Align = alClient
    BevelOuter = bvNone
    Color = clWhite
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 519
      Height = 271
      Align = alClient
      AutoSize = True
      Center = True
      Stretch = True
    end
    object lbl1: TLabel
      Left = 359
      Top = 131
      Width = 56
      Height = 14
      Caption = #29256#26435#25152#26377
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
    object lblSysName: TLabel
      Left = 75
      Top = 23
      Width = 350
      Height = 24
      Caption = #27849#24030#37038#25919#29289#27969#20179#20648#37197#36865#31649#29702#31995#32479
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -24
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object lblVer: TLabel
      Left = 340
      Top = 157
      Width = 40
      Height = 14
      Caption = 'V 1.0'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = #40657#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object lblStat: TLabel
      Left = 96
      Top = 192
      Width = 92
      Height = 14
      Caption = #27491#22312#21021#21270'....'
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      Transparent = True
      Visible = False
    end
    object lblCopyRight: TLabel
      Left = 159
      Top = 107
      Width = 140
      Height = 14
      Caption = #27849#24030#37038#25919#20449#24687#25216#26415#20013#24515
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentColor = False
      ParentFont = False
      Transparent = True
    end
  end
end

⌨️ 快捷键说明

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