main_qdform.dfm

来自「采用delphi7.0制作的校园管理系统」· DFM 代码 · 共 28 行

DFM
28
字号
object main_qd: Tmain_qd
  Left = 240
  Top = 241
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 235
  ClientWidth = 472
  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 = 472
    Height = 235
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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