unit1.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 29 行

DFM
29
字号
object Form1: TForm1
  Left = 204
  Top = 108
  Width = 406
  Height = 240
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object MainMenu1: TMainMenu
    Left = 8
    Top = 16
    object N11: TMenuItem
      Caption = '菜单1'
    end
    object N21: TMenuItem
      Caption = '菜单2'
    end
  end
end

⌨️ 快捷键说明

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