unit3.~dfm

来自「Delphi结合Access」· ~DFM 代码 · 共 55 行

~DFM
55
字号
object Form5: TForm5
  Left = 443
  Top = 231
  Width = 466
  Height = 274
  Caption = #23398#29983#20449#24687#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 24
    Top = 8
    object N1: TMenuItem
      Caption = #25968#25454#25805#20316
      object N2: TMenuItem
        Caption = #26723#26696#36755#20837
        ShortCut = 112
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object N4: TMenuItem
        Caption = #36864#20986#31995#32479
        ShortCut = 113
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #26597#25214#33756#21333
      object N6: TMenuItem
        Caption = #32452#21512#26597#25214
        ShortCut = 114
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = '-'
      end
      object N8: TMenuItem
        Caption = #27169#31946#26597#25214
        ShortCut = 115
        OnClick = N8Click
      end
    end
  end
end

⌨️ 快捷键说明

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