inv_invcompare.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 21 行

DFM
21
字号
inherited Frm_Inv_InvCompare: TFrm_Inv_InvCompare
  Left = 65
  Top = 188
  Caption = '新旧系统收发数量对比'
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '新旧系统收发数量对比'
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      OnDblClick = DBGridEhDblClick
    end
  end
  inherited ActionList: TActionList
    inherited Act_Look: TAction
      OnExecute = Act_LookExecute
    end
  end
end

⌨️ 快捷键说明

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