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

📄 inv_batchlist.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_BatchList: TFrm_Inv_BatchList
  Left = -11
  Top = 91
  Caption = '批次明细列表'
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = '批次明细列表'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_OrderTitle: TLabel
      Left = 14
      Caption = '查询日期:'
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 617
      Top = 25
      Visible = False
    end
    inherited Lbl_Condition: TLabel
      Left = 20
      Visible = False
    end
    inherited Lbl_Order: TLabel
      Left = 77
      Top = 19
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 400
    Height = 29
    object Label1: TLabel
      Left = 16
      Top = 11
      Width = 60
      Height = 12
      Caption = '当前物料:'
    end
    object DBText1: TDBText
      Left = 78
      Top = 11
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemCode'
      DataSource = DataSource
    end
    object Label2: TLabel
      Left = 395
      Top = 12
      Width = 156
      Height = 12
      Caption = '当前供应商/领料部门标识:'
    end
    object DBText2: TDBText
      Left = 551
      Top = 11
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'VendorCode'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Height = 303
    inherited DBGridEh: TDBGridEh
      Height = 303
      FrozenCols = 2
      UseMultiTitle = True
      Columns = <
        Item
          FieldName = 'InvBilldate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '日期'
          Width = 65
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Batchno'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批次号'
          Width = 90
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BatchName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '批次描述'
          Width = 112
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 250
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商/领料部门标识'
          Width = 151
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillqty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '收入数量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvOBillqty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '发出数量'
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 317
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 176
    Top = 72
    inherited Act_Order: 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_test_zcw;Data Source=192' +
      '.168.0.151;Use procedure for Prepare=1;Auto Translate=True;Packe' +
      't Size=4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select a.InvBilldate,a.VendorCode+'#39' '#39'+d.VendorName VendorCode,'
      '              a.ItemCode+'#39' '#39'+c.ItemName ItemCode,a.InvBillqty,'
      '              a.InvOBillqty,b.BatchName,a.Batchno '
      '              from Billtmp a '
      '              left join Batchline b on a.Batchno=b.Batchno'
      '              left join Item  c on a.ItemCode=c.ItemCode'
      '              left join Vendor d on a.VendorCode=d.VendorCode')
    Left = 256
    Top = 73
    object AdoQry_MainInvBilldate: TDateTimeField
      FieldName = 'InvBilldate'
    end
    object AdoQry_MaInvendorCode: TStringField
      FieldName = 'VendorCode'
      ReadOnly = True
      Size = 73
    end
    object AdoQry_MainItemCode: TStringField
      FieldName = 'ItemCode'
      ReadOnly = True
      Size = 77
    end
    object AdoQry_MainInvBillqty: TFloatField
      FieldName = 'InvBillqty'
    end
    object AdoQry_MainInvOBillqty: TFloatField
      FieldName = 'InvOBillqty'
    end
    object AdoQry_MainBatchName: TStringField
      FieldName = 'BatchName'
      Size = 60
    end
    object AdoQry_MainBatchno: TStringField
      FieldName = 'Batchno'
      Size = 16
    end
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 480
    Top = 193
  end
end

⌨️ 快捷键说明

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