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

📄 mrp_qry_graphanalyzercapacity_d_new.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Qry_GraphAnalyzerCapacity_D_New: TFrm_Mrp_Qry_GraphAnalyzerCapacity_D_New
  Left = 4
  Top = 89
  Caption = '能力需求计划表(日/周/月)图表查询'
  ClientWidth = 788
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 788
    inherited ToolBar: TToolBar
      inherited TlBtn_Filter: TToolButton
        Visible = False
      end
      inherited TlBtn_Locate: TToolButton
        Visible = False
      end
      inherited TlBtn_Order: TToolButton
        Visible = False
      end
      inherited TlBtn_SetColumn: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 788
    Caption = '对当前工作中心超能力负荷进行分析'
  end
  inherited Pnl_Head: TPanel
    Width = 788
    inherited Lbl_Condition: TLabel
      Left = 75
      Top = 4
    end
    inherited Lbl_Order: TLabel
      Left = 75
      Width = 48
      Caption = '完工日期'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 392
    Width = 788
    Height = 37
    object Label2: TLabel
      Left = 12
      Top = 8
      Width = 96
      Height = 12
      Caption = '当前生产订单号:'
    end
    object Label1: TLabel
      Left = 24
      Top = 22
      Width = 84
      Height = 12
      Caption = '当前物料标识:'
    end
    object dbtxtItemflag: TDBText
      Left = 112
      Top = 22
      Width = 78
      Height = 12
      AutoSize = True
      DataField = 'Itemflag'
      DataSource = DataSource
    end
    object dbtxtmono: TDBText
      Left = 113
      Top = 8
      Width = 54
      Height = 12
      AutoSize = True
      DataField = 'mono'
      DataSource = DataSource
    end
    object Label3: TLabel
      Left = 460
      Top = 9
      Width = 72
      Height = 12
      Caption = '超能力比率:'
    end
    object dbtxtOverCapacityrate: TDBText
      Left = 537
      Top = 9
      Width = 126
      Height = 12
      AutoSize = True
      DataField = 'OverCapacityrate'
      DataSource = DataSource
    end
    object dbtxtMpsType: TDBText
      Left = 536
      Top = 22
      Width = 72
      Height = 12
      AutoSize = True
      DataField = 'MpsType'
      DataSource = DataSource
    end
    object Label4: TLabel
      Left = 472
      Top = 23
      Width = 60
      Height = 12
      Caption = '计划类型:'
    end
  end
  inherited Pnl_Body: TPanel
    Width = 788
    Height = 295
    inherited DBGridEh: TDBGridEh
      Width = 788
      Height = 295
      OnDrawColumnCell = DBGridEhDrawColumnCell
      FooterRowCount = 1
      SumList.Active = True
      Columns = <
        Item
          FieldName = 'modate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '完工日期'
          Width = 80
          Footer.Alignment = taCenter
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.Value = '合计'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoLinedate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Width = 70
          Footer.Color = clYellow
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'mono'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单号'
          Width = 80
          Footer.Color = clYellow
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoLineno'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单行号'
          Width = 60
          Footer.Color = clYellow
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Itemflag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 120
          Footer.Color = clYellow
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Footer.Color = clYellow
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Width = 200
          Footer.Color = clYellow
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'moqty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '加工数量'
          Width = 75
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.FieldName = 'moqty'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'mohours'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '需求工时'
          Width = 54
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.FieldName = 'mohours'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Capacityhours'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '额定工时'
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.FieldName = 'Capacityhours'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'OverCapacity'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '超负荷能力'
          Width = 70
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.FieldName = 'OverCapacity'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'OverCapacityrate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '超能力比率(%)'
          Width = 90
          Footer.Color = clYellow
          Footer.ValueType = fvtStaticText
          Footer.FieldName = 'OverCapacityrate'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MpsType'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计划类型'
          Width = 60
          Footer.Color = clYellow
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 176
    Top = 176
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdysjmrm;Data Source=192.168.0.1' +
      '51'
    CurSorType = ctStatic
    SQL.Strings = (
      'select * from Capacitya')
    Left = 296
    Top = 129
  end
end

⌨️ 快捷键说明

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