public_show.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 41 行

DFM
41
字号
inherited Frm_Public_Show: TFrm_Public_Show
  Left = 326
  Top = 271
  BOrderIcons = []
  BOrderStyle = bsNone
  Caption = ''
  ClientHeight = 45
  ClientWidth = 260
  Color = clInactiveCaptionText
  Constraints.MaxHeight = 72
  Constraints.MaxWidth = 268
  Constraints.MinHeight = 45
  Constraints.MinWidth = 260
  FormStyle = fsStayOnTop
  Position = poDesigned
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel [0]
    Left = 0
    Top = 0
    Width = 260
    Height = 45
    Align = alClient
    BevelInner = bvLowered
    BevelWidth = 2
    BOrderWidth = 5
    Constraints.MaxHeight = 45
    Constraints.MaxWidth = 260
    Constraints.MinHeight = 45
    Constraints.MinWidth = 260
    Locked = True
    TabOrder = 0
    object Lbl_Show: TLabel
      Left = 39
      Top = 17
      Width = 6
      Height = 12
    end
  end
end

⌨️ 快捷键说明

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