base.dfm

来自「房屋中介软件」· DFM 代码 · 共 23 行

DFM
23
字号
object Frm_Base: TFrm_Base
  Left = 62
  Top = 182
  Width = 584
  Height = 297
  BorderIcons = [biSystemMenu]
  Caption = #21333#20803#22522#31867
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Arial'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
end

⌨️ 快捷键说明

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