unit1.~dfm

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

~DFM
35
字号
object Form1: TForm1
  Left = 201
  Top = 103
  Width = 535
  Height = 353
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 16
    Top = 16
    object N1: TMenuItem
      Caption = '文件(&F)'
      object E1: TMenuItem
        Caption = '退出(&E)'
      end
    end
    object D1: TMenuItem
      Caption = '编辑(&D)'
    end
    object A1: TMenuItem
      Caption = '关于(&A)'
      OnClick = A1Click
    end
  end
end

⌨️ 快捷键说明

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