⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.dfm

📁 《delphi深度编程及其项目开发》
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 166
  Top = 111
  Width = 544
  Height = 375
  Caption = 'XXX'#24212#29992#31243#24207
  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
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 136
    Top = 72
    object N1: TMenuItem
      Caption = #12304'XXX'#12305
    end
    object N2: TMenuItem
      Caption = #12304'XXX-XX'#12305
    end
    object N_Plugins: TMenuItem
      Caption = #12304'Plugins'#12305
    end
  end
end

⌨️ 快捷键说明

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