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

📄 inv_valuationbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_ValuationBillQry: TFrm_Inv_ValuationBillQry
  Left = 19
  Top = 137
  BOrderIcons = [biSystemMenu, biMinimize]
  Caption = '暂估价单据查询'
  ClientHeight = 397
  ClientWidth = 764
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 764
    inherited ToolBar: TToolBar
      inherited TlBtn_Filter: TToolButton
        Enabled = False
      end
      inherited TlBtn_Locate: TToolButton
        Enabled = False
      end
      inherited TlBtn_Order: TToolButton
        Enabled = False
      end
      inherited TlBtn_SetColumn: TToolButton
        Enabled = False
      end
      inherited TlBtn_Print: TToolButton
        Enabled = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 764
    Height = 35
    Caption = '暂估价单据查询'
  end
  inherited Pnl_Head: TPanel
    Top = 65
    Width = 764
    Height = 104
    inherited Lbl_Order: TLabel
      Width = 66
      Caption = '日期,单据号'
    end
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 764
      Height = 105
      Align = alTop
      BevelOuter = bvNone
      Enabled = False
      TabOrder = 0
      object Label2: TLabel
        Left = 26
        Top = 5
        Width = 36
        Height = 12
        Caption = '仓库:'
      end
      object Label3: TLabel
        Left = 406
        Top = 5
        Width = 72
        Height = 12
        Caption = '采购订单号:'
      end
      object Label4: TLabel
        Left = 14
        Top = 33
        Width = 48
        Height = 12
        Caption = '供应商:'
      end
      object Label7: TLabel
        Left = 609
        Top = 5
        Width = 48
        Height = 12
        Caption = '单据号:'
      end
      object Label8: TLabel
        Left = 621
        Top = 33
        Width = 36
        Height = 12
        Caption = '日期:'
      end
      object lbl_VendorCodeName: TLabel
        Left = 72
        Top = 33
        Width = 6
        Height = 12
      end
      object Label5: TLabel
        Left = 26
        Top = 64
        Width = 36
        Height = 12
        Caption = '备注:'
      end
      object Label6: TLabel
        Left = 201
        Top = 5
        Width = 36
        Height = 12
        Caption = '货位:'
      end
      object Lbl_WhPosition: TLabel
        Left = 240
        Top = 5
        Width = 6
        Height = 12
      end
      object Lbl_Pono: TLabel
        Left = 480
        Top = 5
        Width = 6
        Height = 12
      end
      object Lbl_WhName: TLabel
        Left = 63
        Top = 5
        Width = 6
        Height = 12
      end
      object Label9: TLabel
        Left = 597
        Top = 64
        Width = 60
        Height = 12
        Caption = '单据类型:'
      end
      object Lbl_BillTypeName: TLabel
        Left = 664
        Top = 64
        Width = 6
        Height = 12
      end
      object Edt_BillNo: TEdit
        Left = 659
        Top = 3
        Width = 100
        Height = 20
        TabStop = False
        Enabled = False
        ReadOnly = True
        TabOrder = 0
      end
      object MEdt_Date: TMaskEdit
        Left = 659
        Top = 29
        Width = 100
        Height = 20
        Enabled = False
        EditMask = '0000\.00\.00;1;_'
        MaxLength = 10
        TabOrder = 1
        Text = '    .  .  '
      end
      object Edt_RemArk: TEdit
        Left = 72
        Top = 63
        Width = 502
        Height = 20
        Enabled = False
        TabOrder = 2
      end
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 371
    Width = 764
    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 = 'ItemName'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Top = 169
    Width = 764
    Height = 202
    inherited DBGridEh: TDBGridEh
      Width = 764
      Height = 202
      Columns = <
        Item
          FieldName = 'POLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购订单行号'
          Width = 80
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 350
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 59
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxPrice'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税价'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillNoTaxAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未税金额'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Batchno'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批次号'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BilllineremArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 150
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 333
    Top = 243
  end
  inherited ActionList: TActionList
    Left = 208
    Top = 264
    inherited Act_Look: TAction
      ShortCut = 16462
    end
    inherited Act_Excel: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8'
    CurSorType = ctStatic
    SQL.Strings = (
      'Select InvOutBill.InvBillDate,'
      '  InvOutBill.InvBillNo,'
      '  InvOutBill.DeptCode+'#39' '#39'+Dept.DeptName As DeptCodeName,'
      '  InvOutBill.MONo,'
      '  InvOutBillLine.MoLineNo,'
      '  InvOutBillLine.ItemCode,'
      '  Item.ItemName,'
      '  Uom.UomName,'
      '  InvOutBillLine.InvBillQty,'
      '  InvOutBillLine.InvBillNoTaxPrice,'
      '  InvOutBillLine.InvBillNoTaxAmount,'
      
        '  InvOutBill.EmployeeCode+'#39' '#39'+Employee.EmployeeName As EmployeeC' +
        'odeName,'
      '  InvOutBillLine.BatchNo'
      'From  InvOutBillLine'
      '  Left Outer Join Item On  InvOutBillLine.ItemCode=Item.ItemCode'
      '  Left Outer Join Uom On  Item.UomCode=Uom.UomCode,'
      '  InvOutBill'
      '  Left Outer Join Dept On  InvOutBill.DeptCode=Dept.DeptCode'
      
        '  Left Outer Join Employee On  InvOutBill.EmployeeCode=Employee.' +
        'EmployeeCode'
      'Where  InvOutBillLine.InvBillId=InvOutBill.InvBillId'
      ''
      ' '
      ' '
      ' '
      ' '
      ' '
      ' '
      ' ')
    Left = 56
    Top = 265
  end
  inherited DataSource: TDataSource
    Left = 312
    Top = 281
  end
  inherited ExtPrintReport: TExtPrintReport
    Left = 456
    Top = 257
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 104
    Top = 273
  end
end

⌨️ 快捷键说明

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