inv_invinandpo.dfm

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

DFM
45
字号
inherited Frm_Inv_InvInAndPO: TFrm_Inv_InvInAndPO
  Caption = '采购入库单据与采购订单累计实领数'
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '采购入库单据与采购订单累计实领数'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_OrderTitle: TLabel
      Visible = False
    end
    inherited Lbl_ConditionTitle: TLabel
      Visible = False
    end
  end
  inherited Pnl_Hint: TPanel
    object lbl_Status: TLabel
      Left = 322
      Top = 8
      Width = 6
      Height = 12
    end
  end
  inherited ActionList: TActionList
    inherited Act_Filter: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_next: TAction
      Caption = '开始'
      Hint = '开始'
      ShortCut = 16450
      OnExecute = Act_nextExecute
    end
  end
  inherited DataSource: TDataSource
    DataSet = AdODataSet_Main
  end
  object AdODataSet_Main: TAdODataSet
    Parameters = <>
    Left = 376
    Top = 233
  end
end

⌨️ 快捷键说明

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