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

📄 mrp_qry_analyzermonthtotalmps.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Qry_AnalyzerMonthTotalMps: TFrm_Mrp_Qry_AnalyzerMonthTotalMps
  Left = 54
  Top = 108
  Caption = '主生产计划执行情况分析月度汇总列表'
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '主生产计划执行情况分析月度汇总列表'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '年份'
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '物料代码'
    end
  end
  inherited Pnl_Hint: TPanel
    object Label2: TLabel
      Left = 5
      Top = 3
      Width = 60
      Height = 12
      Caption = '物料标识:'
    end
    object DbTxt_ItemFlag: TDBText
      Left = 67
      Top = 3
      Width = 84
      Height = 12
      AutoSize = True
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      OnDblClick = Act_LookExecute
      Columns = <
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 90
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MpsQTY'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '年需用累计量'
          Width = 77
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MpsFinishQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '年累计完成量'
          Width = 82
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MpsQtyFinishQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '年累计完成率'
          Width = 85
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 368
    Top = 56
    inherited Act_Look: TAction
      Enabled = True
      Visible = True
      OnExecute = Act_LookExecute
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    CurSorType = ctStatic
    Left = 432
    Top = 89
  end
end

⌨️ 快捷键说明

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