unit1.dfm

来自「其他应用程序加菜单 如何给exe文件加个 菜单」· DFM 代码 · 共 37 行

DFM
37
字号
object FrmHooked: TFrmHooked
  Left = 483
  Top = 255
  Width = 254
  Height = 195
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 56
    Top = 40
    object dd1: TMenuItem
      Caption = #33756#21333#19968
      object cc1: TMenuItem
        Caption = #23376#33756#21333#19968
      end
    end
    object asdf1: TMenuItem
      Caption = #33756#21333#20108
    end
    object cc2: TMenuItem
      Caption = #33756#21333#19977
      object dsdd1: TMenuItem
        Caption = 'dsdd'
      end
    end
  end
end

⌨️ 快捷键说明

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