feng.dfm

来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· DFM 代码 · 共 41 行

DFM
41
字号
object SplashForm: TSplashForm
  Left = 209
  Top = 133
  BorderStyle = bsNone
  Caption = 'SplashForm'
  ClientHeight = 335
  ClientWidth = 459
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 459
    Height = 335
    Align = alClient
    BevelInner = bvRaised
    BevelWidth = 2
    BorderStyle = bsSingle
    TabOrder = 0
    object Image1: TImage
      Left = 4
      Top = 4
      Width = 447
      Height = 323
      Align = alClient
    end
  end
end

⌨️ 快捷键说明

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