main.~dfm

来自「一个简单的DELPHI的图书管理系统,具有一般图书管理系统的基本功能!-」· ~DFM 代码 · 共 93 行

~DFM
93
字号
object MainForm: TMainForm
  Left = -51
  Top = 123
  Width = 349
  Height = 205
  Caption = #22270#20070#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
  Position = poDesktopCenter
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 157
    Top = 9
    object N19: TMenuItem
      Caption = #31995#32479#30331#24405
      object N20: TMenuItem
        Caption = #30331#24405'&Q'
        OnClick = N20Click
      end
      object E1: TMenuItem
        Caption = #27880#38144'&E'
        OnClick = E1Click
      end
      object N21: TMenuItem
        Caption = '-'
      end
      object N22: TMenuItem
        Caption = #36864#20986'&R'
        OnClick = N22Click
      end
    end
    object N7: TMenuItem
      Caption = #20449#24687#26597#35810
      Enabled = False
      object N8: TMenuItem
        Caption = #22270#20070#26597#35810'&F'
        OnClick = N8Click
      end
      object N9: TMenuItem
        Caption = #35835#32773#26597#35810'&G'
        OnClick = N9Click
      end
      object N10: TMenuItem
        Caption = #20511#38405#26597#35810'&K'
        OnClick = N10Click
      end
      object N11: TMenuItem
        Caption = #20462#25913#23494#30721'&L'
        OnClick = N11Click
      end
    end
    object N1: TMenuItem
      Caption = #20449#24687#31649#29702
      Enabled = False
      object N2: TMenuItem
        Caption = #22270#20070#31649#29702'&A'
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #35835#32773#31649#29702'&B'
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #20511#38405#31649#29702'&C'
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #29992#25143#23494#30721#35774#32622'&D'
        OnClick = N5Click
      end
    end
    object N13: TMenuItem
      Caption = #20851#20110
      object N14: TMenuItem
        Caption = #20851#20110#31995#32479'&N'
        OnClick = N14Click
      end
      object N15: TMenuItem
        Caption = '-'
      end
    end
  end
end

⌨️ 快捷键说明

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