unit23.dfm

来自「进销存管理系统jxc」· DFM 代码 · 共 37 行

DFM
37
字号
object logo: Tlogo
  Left = 398
  Top = 280
  AutoSize = True
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 73
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Shape1: TShape
    Left = 0
    Top = 0
    Width = 313
    Height = 73
    Pen.Color = clGray
  end
  object Panel1: TPanel
    Left = 1
    Top = 1
    Width = 312
    Height = 72
    BevelWidth = 2
    BorderWidth = 2
    Caption = #27491#22312#30331#24405#25968#25454#24211'... ...'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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