u_public.dfm

来自「人事考勤管理系統源代碼」· DFM 代码 · 共 43 行

DFM
43
字号
object F_public: TF_public
  Left = 182
  Top = 124
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = 'F_public'
  ClientHeight = 363
  ClientWidth = 551
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 551
    Height = 65
    Align = alTop
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clTeal
    Font.Height = -19
    Font.Name = '夹发砰'
    Font.Style = [fsItalic, fsUnderline]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 65
    Width = 551
    Height = 298
    Align = alClient
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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