unit1.dfm

来自「本例是用delphi开发的学生与课程信息管理系统」· DFM 代码 · 共 96 行

DFM
96
字号
object Formmain: TFormmain
  Left = 142
  Top = 123
  Width = 544
  Height = 375
  Caption = #23398#29983#19982#35838#31243#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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 96
    Width = 433
    Height = 37
    AutoSize = False
    Caption = #23398#29983#19982#35838#31243#20449#24687#31649#29702#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object MainMenu1: TMainMenu
    Left = 128
    Top = 32
    object Nstu: TMenuItem
      Caption = #23398#29983#31649#29702#31995#32479
      object Nstu_sel: TMenuItem
        Caption = #23398#29983#20449#24687#26597#35810
        OnClick = Nstu_selClick
      end
      object N1: TMenuItem
        Caption = #23398#29983#20449#24687#20462#25913
        OnClick = N1Click
      end
      object Nstu_add: TMenuItem
        Caption = #26032#29983#20837#23398#30331#35760
        OnClick = Nstu_addClick
      end
      object Nstu_del: TMenuItem
        Caption = #27605#19994#23398#29983#27880#38144
        OnClick = Nstu_delClick
      end
    end
    object Ncou: TMenuItem
      Caption = #35838#31243#31649#29702#31995#32479
      object Ncou_sel: TMenuItem
        Caption = #35838#31243#20449#24687#26597#35810
        OnClick = Ncou_selClick
      end
      object Ncou_alt: TMenuItem
        Caption = #35838#31243#20449#24687#20462#25913
        OnClick = Ncou_altClick
      end
      object Ncou_add: TMenuItem
        Caption = #35838#31243#20449#24687#30331#35760
        OnClick = Ncou_addClick
      end
      object Ncou_del: TMenuItem
        Caption = #35838#31243#21024#38500
        OnClick = Ncou_delClick
      end
    end
    object Nsc: TMenuItem
      Caption = #36873#35838#21450#25104#32489#26597#35810
      object Nsc_upd: TMenuItem
        Caption = #23398#29983#36873#35838
        OnClick = Nsc_updClick
      end
      object Nsc_sel: TMenuItem
        Caption = #20010#20154#35838#34920#26597#35810
        OnClick = Nsc_selClick
      end
      object Ng_sel: TMenuItem
        Caption = #25104#32489#26597#35810
        OnClick = Ng_selClick
      end
    end
    object Nsys: TMenuItem
      Caption = #31995#32479
      object Nexit: TMenuItem
        Caption = #36864#20986
        OnClick = NexitClick
      end
    end
  end
end

⌨️ 快捷键说明

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