umain.dfm

来自「简单易用的按件按时计工资管理系统」· DFM 代码 · 共 47 行

DFM
47
字号
inherited MainForm: TMainForm
  Caption = #24037#36164#31649#29702#31995#32479
  Color = clBtnFace
  OldCreateOrder = True
  Position = poScreenCenter
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  inherited SysActionList: TActionList
    object actNavigator: TAction
      Category = 'Windows'
      Caption = #23548#33322#31383#20307
      OnExecute = actNavigatorExecute
    end
  end
  inherited MainMenu: TMainMenu
    inherited W1: TMenuItem
      object N4: TMenuItem
        Caption = '-'
      end
      object N5: TMenuItem
        Action = actNavigator
      end
    end
  end
  object actionsFun: TActionList
    Left = 368
    Top = 24
    object actPayOrder: TAction
      Tag = 1
      Caption = #24037#36164#35745#31639#21333'(&A)'
      OnExecute = actPayOrderExecute
    end
    object actRep: TAction
      Tag = 2
      Caption = #24037#36164#27719#24635#26597#35810'(&B)'
      OnExecute = actRepExecute
    end
    object actBaseInfo: TAction
      Tag = 3
      Caption = #22522#30784#36164#26009'(C)'
      OnExecute = actBaseInfoExecute
    end
  end
end

⌨️ 快捷键说明

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