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

📄 inv_vendorsalesum.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_VendorSaleSum: TFrm_Inv_VendorSaleSum
  Left = 113
  Top = 72
  Caption = ''
  ClientHeight = 438
  ClientWidth = 623
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 623
  end
  inherited Pnl_Title: TPanel
    Width = 623
  end
  inherited Pnl_Head: TPanel
    Width = 623
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = '客户标识'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 437
    Width = 623
    Height = 1
  end
  inherited Pnl_Body: TPanel
    Width = 623
    Height = 340
    inherited DBGridEh: TDBGridEh
      Width = 623
      Height = 340
      Columns = <
        Item
          FieldName = 'CustomerCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '客户标识'
          Width = 451
          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 = '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 InvOutBill.CustomerCode'
      '    ,Customer.CustomerName'
      
        '    ,InvOutBill.CustomerCode+'#39' '#39'+Customer.CustomerName As Custom' +
        'erCodeName'
      '    ,RealSalePrice.InvBillSaleAmount'
      '     From InvOutBillLine'
      
        '     Join InvOutBill on InvOutBillLine.InvBillId=InvOutBill.InvB' +
        'illId'
      
        '     Join Customer on InvOutBill.CustomerCode=Customer.CustomerC' +
        'ode'
      
        '     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 PopuPmenu: TPopuPmenu
    Left = 272
    Top = 257
  end
end

⌨️ 快捷键说明

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