u_about.dfm

来自「delphi+SQL编写的销售系统」· DFM 代码 · 共 33 行

DFM
33
字号
object F_about: TF_about
  Left = 264
  Top = 204
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 179
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 144
    Width = 281
    Height = 3
  end
  object Panel1: TPanel
    Left = 9
    Top = 7
    Width = 153
    Height = 125
    BorderStyle = bsSingle
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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