⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inv_moandbill.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_MoAndBill: TFrm_Inv_MoAndBill
  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 = 320
      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 = 400
    Top = 241
  end
end

⌨️ 快捷键说明

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