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

📄 inv_opdiffbilllistqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpDiffBillListQry: TFrm_Inv_OpDiffBillListQry
  Left = 22
  Top = 151
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    inherited Image2: TImage
      Width = 800
    end
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Image1: TImage
      Width = 800
    end
    inherited Lbl_Order: TLabel
      Width = 66
      Caption = '日期,单据号'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 523
    Width = 800
    Height = 30
    inherited Image4: TImage
      Width = 800
      Height = 30
    end
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 84
      Height = 12
      Caption = '当前物料描述:'
    end
    object DBText1: TDBText
      Left = 112
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemCodeName'
      DataSource = DataSource
    end
    object Label2: TLabel
      Left = 591
      Top = 13
      Width = 60
      Height = 12
      Caption = '金额合计:'
    end
    object Edit1: TEdit
      Left = 656
      Top = 8
      Width = 121
      Height = 20
      TabOrder = 0
    end
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 426
    inherited Image3: TImage
      Width = 800
      Height = 426
    end
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 426
      OnDblClick = Act_LookExecute
      Columns = <
        Item
          FieldName = 'InvBillDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '日期'
          Width = 65
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单据号'
          Width = 67
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商标识'
          Width = 176
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购订单号'
          Width = 67
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购订单行号'
          Width = 72
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WHCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库'
          Width = 118
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 250
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          Width = 57
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '录入员'
          Width = 88
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 333
    Top = 147
  end
  inherited ActionList: TActionList
    Top = 176
    inherited Act_Look: TAction
      Enabled = True
      ShortCut = 16462
      Visible = True
      OnExecute = Act_LookExecute
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = ''
    CurSorType = ctStatic
    SQL.Strings = (
      'Select '
      'InvInBill.InvBillDate, '
      'InvInBill.InvBillNo,'
      ' InvInBill.VendorCode+'#39' '#39'+Vendor.VendorName As VendorCodeName,'
      'Warehouse.whCode,'
      ' Warehouse.whCode+'#39' '#39'+Warehouse.WHName AS WHName ,'
      ' InvInBill.PONo,'
      ' InvInBillLine.POLineNo,'
      ' InvInBillLine.BilllineremArk,'
      ' InvInBillLine.ItemCode,'
      ' InvInBillline.Valuation,'
      'InvInBillLine.ItemCode+'#39' '#39'+Item.ItemName as ItemCodeName,'
      ' Uom.UomName,'
      ' InvInBillLine.InvBillQty,'
      ' InvInBillLine.InvBillNoTaxPrice, '
      'InvInBillLine.InvBillNoTaxAmount,'
      
        'InvInBill.CurrencyCode+'#39' '#39'+Currency.CurrencyName As CurrencyCode' +
        'Name,'
      ' InvInBillLine.InvBillNoTaxPriceC,'
      ' InvInBillLine.InvBillNoTaxAmountC,'
      
        ' InvInBill.EmployeeCode+'#39' '#39'+Employee.EmployeeName As EmployeeCod' +
        'eName,'
      ' InvInBillLine.BatchNo '
      'From  InvInBillLine '
      'Left Outer Join Item On  InvInBillLine.ItemCode=Item.ItemCode '
      ' Left Outer Join Uom On  Item.UomCode=Uom.UomCode, InvInBill '
      'Left Outer Join Dept On  InvInBill.DeptCode=Dept.DeptCode '
      
        'Left Outer Join Vendor On InvInBill.VendorCode=Vendor.VendorCode' +
        ' '
      
        'Left Outer Join Employee On  InvInBill.EmployeeCode=Employee.Emp' +
        'loyeeCode '
      
        'Left Outer Join Currency on Currency.CurrencyCode=InvInBill.Curr' +
        'encyCode '
      'left outer join Warehouse on InvInBill.WHCode=Warehouse.WhCode  '
      'where (InvInBillLine.InvBillId=InvInBill.InvBillId)')
    Top = 160
  end
  inherited DataSource: TDataSource
    Left = 384
    Top = 169
  end
end

⌨️ 快捷键说明

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