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

📄 inv_itemsalesum.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_ItemSaleSum: TFrm_Inv_ItemSaleSum
  Left = 116
  Top = 37
  ClientHeight = 441
  ClientWidth = 678
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 678
  end
  inherited Pnl_Title: TPanel
    Width = 678
  end
  inherited Pnl_Head: TPanel
    Width = 678
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '物料标识'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 440
    Width = 678
    Height = 1
  end
  inherited Pnl_Body: TPanel
    Width = 678
    Height = 343
    inherited DBGridEh: TDBGridEh
      Width = 678
      Height = 343
      Columns = <
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 369
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 62
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料名称'
          Width = 182
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 62
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillSalePrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税价'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillSaleAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '含税金额'
          Width = 72
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 413
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 200
    Top = 232
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    SQL.Strings = (
      'Select InvOutBillLine.ItemCode'
      '    ,Item.ItemName'
      '    ,InvOutBillLine.ItemCode+'#39' '#39'+Item.ItemName As ItemCodeName'
      '    ,Uom.UomName'
      '    ,InvOutBillLine.InvBillQty'
      '    ,RealSalePrice.InvBillSalePrice'
      '    ,RealSalePrice.InvBillSaleAmount'
      '     From InvOutBillLine'
      
        '     Join InvOutBill on InvOutBillLine.InvBillId=InvOutBillLine.' +
        'InvBillId'
      '     Join Item on InvOutBillLine.ItemCode=Item.ItemCode'
      '     Join Uom on Item.UomCode=Uom.UomCode'
      
        '     Join RealSalePrice on InvOutBillLine.InvBillId=RealSalePric' +
        'e.InvBillId'
      
        '     And InvOutBillLine.InvBillLineNo=RealSalePrice.InvBillLineN' +
        'o')
    Left = 328
    Top = 201
    object AdoQry_MainItemCode: TStringField
      FieldName = 'ItemCode'
      Origin = 'InvOutBillLine'
      Size = 16
    end
    object AdoQry_MainItemName: TStringField
      FieldName = 'ItemName'
      Origin = 'Item'
      Size = 60
    end
    object AdoQry_MainItemCodeName: TStringField
      FieldName = 'ItemCodeName'
      ReadOnly = True
      Size = 77
    end
    object AdoQry_MainUomName: TStringField
      FieldName = 'UomName'
      Origin = 'Uom'
      Size = 10
    end
    object AdoQry_MainInvBillQty: TFloatField
      FieldName = 'InvBillQty'
      Origin = 'InvOutBillLine'
    end
    object AdoQry_MainInvBillSalePrice: TFloatField
      FieldName = 'InvBillSalePrice'
      Origin = 'RealSalePrice'
    end
    object AdoQry_MainInvBillSaleAmount: TBCDField
      FieldName = 'InvBillSaleAmount'
      Origin = 'RealSalePrice'
      Precision = 12
      Size = 2
    end
  end
  inherited DataSource: TDataSource
    Left = 392
    Top = 257
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 272
    Top = 257
  end
end

⌨️ 快捷键说明

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