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

📄 mrp_qry_oblongmps.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Qry_OblongMps: TFrm_Mrp_Qry_OblongMps
  Left = 16
  Top = 115
  Caption = '主生产计划日分布表'
  ClientWidth = 775
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 775
    inherited ToolBar: TToolBar
      inherited ToolButton9: TToolButton
        Enabled = False
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 775
    Caption = '主生产计划日分布表'
  end
  inherited Pnl_Head: TPanel
    Width = 775
    inherited Lbl_Condition: TLabel
      Width = 36
      Caption = '未关闭'
    end
    inherited Lbl_Order: TLabel
      Width = 78
      Caption = '月份/物料代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 400
    Width = 775
    Height = 29
    object Label1: TLabel
      Left = 5
      Top = 17
      Width = 36
      Height = 12
      Caption = '月份:'
    end
    object Label2: TLabel
      Left = 5
      Top = 3
      Width = 60
      Height = 12
      Caption = '物料标识:'
    end
    object Label3: TLabel
      Left = 612
      Top = 17
      Width = 48
      Height = 12
      Caption = '月累计:'
    end
    object DbTxt_Month: TDBText
      Left = 68
      Top = 17
      Width = 66
      Height = 12
      AutoSize = True
      DataSource = DataSource
    end
    object DbTxt_ItemFlag: TDBText
      Left = 67
      Top = 3
      Width = 84
      Height = 12
      AutoSize = True
      DataSource = DataSource
    end
    object DbTxt_MonthQty: TDBText
      Left = 660
      Top = 17
      Width = 84
      Height = 12
      AutoSize = True
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Width = 775
    Height = 303
    inherited DBGridEh: TDBGridEh
      Width = 775
      Height = 303
      OnDblClick = Act_LookExecute
      Columns = <
        Item
          FieldName = 'MpsMonth'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '月份'
          Width = 50
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 200
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 200
          KeyList.Strings = ()
        end
        Item
          Alignment = taCenter
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 25
          KeyList.Strings = ()
        end
        Item
          Alignment = tArightJustify
          FieldName = 'MonthTotalQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '月累计'
          Width = 58
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 351
    Top = 188
  end
  inherited ActionList: TActionList
    Left = 365
    Top = 135
    inherited Act_Order: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Look: TAction
      Enabled = True
      Visible = True
      OnExecute = Act_LookExecute
    end
    inherited Act_SetColumn: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    CurSorType = ctStatic
    SQL.Strings = (
      
        'select * from  Mps,Item,Uom where Mps.ItemCode=Item.ItemCode and' +
        ' Item.UomCode=Uom.UomCode')
    Left = 450
    Top = 226
  end
  inherited DataSource: TDataSource
    Left = 225
    Top = 283
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 402
    Top = 145
  end
end

⌨️ 快捷键说明

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