inv_consistency_d.dfm

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

DFM
80
字号
inherited Frm_Inv_Consistency_D: TFrm_Inv_Consistency_D
  Left = 8
  Top = 104
  Caption = '查询明细'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited ToolButton1: TToolButton
        Enabled = False
        Visible = False
      end
      inherited ToolButton5: TToolButton
        Enabled = False
        Visible = False
      end
      inherited ToolButton6: TToolButton
        Enabled = False
        Visible = False
      end
    end
  end
  inherited Pnl_Head: TPanel
    Font.Height = -14
    ParentFont = False
  end
  inherited Pnl_Hint: TPanel
    object Label1: TLabel
      Left = 320
      Top = 8
      Width = 66
      Height = 12
      Caption = '总计记录共_'
    end
    object lbl_qty: TLabel
      Left = 392
      Top = 8
      Width = 6
      Height = 12
    end
    object Label2: TLabel
      Left = 424
      Top = 8
      Width = 12
      Height = 12
      Caption = '条'
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      AutoFitColWidths = True
    end
  end
  inherited ActionList: TActionList
    inherited Act_New: TAction
      Visible = False
    end
    inherited Act_Modify: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_InsertLine: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_DeleteLine: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Save: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Hint: TAction
      Enabled = False
      Visible = False
    end
  end
end

⌨️ 快捷键说明

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