untbase.dfm

来自「简要说明:对医院幼儿心理情况做的一个调查,统计系统.」· DFM 代码 · 共 22 行

DFM
22
字号
object frmBase: TfrmBase
  Left = 242
  Top = 256
  Width = 696
  Height = 480
  Caption = 'frmBase'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
end

⌨️ 快捷键说明

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