unit1.dfm

来自「机房管理系统源代码2006-7-8制作的非常实用」· DFM 代码 · 共 41 行

DFM
41
字号
object frmmain: Tfrmmain
  Left = 190
  Top = 107
  Width = 640
  Height = 480
  Caption = #27605#19994#35774#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 144
    Top = 96
    object N1: TMenuItem
      Caption = #19978#26426#29992#25143#31649#29702
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #35774#22791#31649#29702
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #19978'/'#19979#26426#31649#29702
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = #25805#20316#21592#31649#29702
      OnClick = N4Click
    end
  end
end

⌨️ 快捷键说明

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