flogo.dfm.~1~

来自「delphi2007开发的汽车配件进销存系统.实用级的源码.」· ~1~ 代码 · 共 23 行

~1~
23
字号
object frmlogo: Tfrmlogo
  Left = 0
  Top = 0
  Caption = 'LOGO'
  ClientHeight = 287
  ClientWidth = 440
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 353
    Height = 249
  end
end

⌨️ 快捷键说明

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