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

📄 pm_qry_newinformalsspoinfo.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Qry_NewInformalSsPoInfo: TFrm_Pm_Qry_NewInformalSsPoInfo
  Left = 85
  Top = 98
  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
    Top = 400
    Height = 29
    object dbtxtItemflag: TDBText
      Left = 96
      Top = 11
      Width = 78
      Height = 12
      AutoSize = True
      DataField = 'Itemflag'
      DataSource = DataSource
    end
    object Label1: TLabel
      Left = 12
      Top = 11
      Width = 84
      Height = 12
      Caption = '当前物料标识:'
    end
  end
  inherited Pnl_Body: TPanel
    Height = 303
    inherited DBGridEh: TDBGridEh
      Height = 303
      FrozenCols = 1
      Columns = <
        Item
          FieldName = 'Itemflag'
          PickList.Strings = ()
          Width = 200
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Width = 200
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Caption = '计量单位'
          Width = 55
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Preparelt'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'runlt'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Qclt'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PmBatch'
          PickList.Strings = ()
          Width = 33
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CurrentonhandInv'
          PickList.Strings = ()
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ssdate'
          PickList.Strings = ()
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ssqty'
          PickList.Strings = ()
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 192
    Top = 168
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=ZHENGJIArONG'
    CurSorType = ctStatic
    SQL.Strings = (
      'select Informalss.ItemCode,'
      '       Item.ItemName,'
      '       Itemflag=Informalss.ItemCode+'#39' '#39'+Item.ItemName,'
      '       Uom.UomName,'
      '       Item.Preparelt,'
      '       Item.runlt,'
      '       Item.Qclt,'
      '       Item.PmBatch,'
      '       Item.CurrentonhandInv,'
      '       Informalss.ssdate,'
      '       Informalss.ssqty'
      'from  Informalss(nolock),Item(nolock),Uom(nolock)'
      'where Informalss.ItemCode=Item.ItemCode'
      ' and  Item.UomCode=Uom.UomCode'
      '')
    Left = 296
    Top = 225
    object AdoQry_MainItemCode: TStringField
      DisplayLabel = '物料代码'
      FieldName = 'ItemCode'
      Origin = '#newtmpInformal'
      Size = 16
    end
    object AdoQry_MainItemName: TStringField
      DisplayLabel = '物料描述'
      FieldName = 'ItemName'
      Origin = '#newtmpInformal'
      Size = 30
    end
    object AdoQry_MainUomName: TStringField
      DisplayLabel = '单位'
      FieldName = 'UomName'
      Origin = '#newtmpInformal'
      Size = 10
    end
    object AdoQry_MainPmBatch: TIntegerField
      DisplayLabel = '批量'
      FieldName = 'PmBatch'
      Origin = '#newtmpInformal'
    end
    object AdoQry_MainCurrentonhandInv: TFloatField
      DisplayLabel = '当前库存量'
      FieldName = 'CurrentonhandInv'
      Origin = '#newtmpInformal'
    end
    object AdoQry_Mainssdate: TDateTimeField
      DisplayLabel = '约定交货日'
      FieldName = 'ssdate'
      Origin = '#newtmpInformal'
    end
    object AdoQry_Mainssqty: TFloatField
      DisplayLabel = '约定交货量'
      FieldName = 'ssqty'
      Origin = '#newtmpInformal'
    end
    object AdoQry_MainItemflag: TStringField
      DisplayLabel = '物料标识'
      FieldName = 'Itemflag'
      Origin = '#newtmpInformal'
      ReadOnly = True
      Size = 77
    end
    object AdoQry_MainPreparelt: TIntegerField
      DisplayLabel = '准备提前期'
      FieldName = 'Preparelt'
      Origin = '#newtmpInformal'
    end
    object AdoQry_Mainrunlt: TIntegerField
      DisplayLabel = '运行提前期'
      FieldName = 'runlt'
      Origin = '#newtmpInformal'
    end
    object AdoQry_MainQclt: TIntegerField
      DisplayLabel = '质检提前期'
      FieldName = 'Qclt'
      Origin = '#newtmpInformal'
    end
  end
  inherited DataSource: TDataSource
    Top = 129
  end
end

⌨️ 快捷键说明

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