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

📄 inv_salesum_cost.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_SaleSum_Cost: TFrm_Inv_SaleSum_Cost
  Left = -116
  Top = 41
  ClientHeight = 481
  ClientWidth = 790
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 790
  end
  inherited Pnl_Title: TPanel
    Width = 790
  end
  inherited Pnl_Head: TPanel
    Width = 790
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '客户标识'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 480
    Width = 790
    Height = 1
  end
  inherited Pnl_Body: TPanel
    Width = 790
    Height = 383
    inherited DBGridEh: TDBGridEh
      Width = 790
      Height = 348
      UseMultiTitle = True
      Columns = <
        Item
          FieldName = 'CustomerCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户标识'
          Width = 186
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CustomerCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户代码'
          Width = 62
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CustomerName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户名称'
          Width = 182
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 297
          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 = 34
          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
    object Panel1: TPanel
      Left = 0
      Top = 348
      Width = 790
      Height = 35
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 577
        Top = 12
        Width = 60
        Height = 12
        Caption = '金额合计:'
      end
      object Edit1: TEdit
        Left = 641
        Top = 8
        Width = 121
        Height = 20
        ReadOnly = True
        TabOrder = 0
      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'
      '    ,InvOutBill.CustomerCode'
      '    ,Customer.CustomerName'
      
        '    ,InvOutBill.CustomerCode+'#39' '#39'+Customer.CustomerName As Custom' +
        'erCodeName'
      '    ,InvOutBillLine.InvBillQty'
      '    ,RealSalePrice.InvBillSalePrice'
      '    ,RealSalePrice.InvBillSaleAmount'
      '     From InvOutBillLine'
      
        '     Join InvOutBill on InvOutBillLine.InvBillId=InvOutBill.InvB' +
        'illId'
      '     Join Item on InvOutBillLine.ItemCode=Item.ItemCode'
      
        '     Join Customer on InvOutBill.CustomerCode=Customer.CustomerC' +
        'ode'
      '     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
  end
  inherited DataSource: TDataSource
    Left = 392
    Top = 257
  end
  inherited ExtPrintReport: TExtPrintReport
    PAperType = ptWide
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 272
    Top = 257
  end
end

⌨️ 快捷键说明

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