automenufrm.dfm

来自「一个电力企业的后台管理程序」· DFM 代码 · 共 52 行

DFM
52
字号
object Form_AutoMenu: TForm_AutoMenu
  Left = 192
  Top = 107
  Width = 168
  Height = 305
  Caption = '动态菜单'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Btn_Quit: TButton
    Left = 48
    Top = 224
    Width = 75
    Height = 25
    Caption = '退出'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Btn_QuitClick
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 40
    Top = 96
    object N_tools: TMenuItem
      Caption = '工具'
      object N_ConfigTools: TMenuItem
        Caption = '配置工具'
        OnClick = N_ConfigToolsClick
      end
      object N_none: TMenuItem
        Caption = '-'
        Visible = False
      end
    end
  end
end

⌨️ 快捷键说明

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