unitflash.dfm

来自「包含众多详细的delphi对数据库的访问代码」· DFM 代码 · 共 32 行

DFM
32
字号
object FormFlash: TFormFlash
  Left = 249
  Top = 205
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'FormFlash'
  ClientHeight = 236
  ClientWidth = 448
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 448
    Height = 236
    Align = alClient
    BevelInner = bvLowered
    BevelWidth = 2
    BorderWidth = 2
    Caption = '欢迎屏幕'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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