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

📄 sfc_mninbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MnInBillQry: TFrm_Sfc_MnInBillQry
  Left = -61
  Top = 81
  Caption = 'Frm_Sfc_MnInBillQry'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Preview: TToolButton
        Hint = '打印预览(不计打印次数)'
      end
    end
  end
  inherited Pnl_Head: TPanel
    Height = 64
    object Lbl_Warehouse: TLabel
      Left = 68
      Top = 5
      Width = 78
      Height = 12
      Caption = 'Lbl_Warehouse'
    end
    object Lbl_Dept: TLabel
      Left = 68
      Top = 25
      Width = 48
      Height = 12
      Caption = 'Lbl_Dept'
    end
    object Lbl_MoNo: TLabel
      Left = 68
      Top = 45
      Width = 48
      Height = 12
      Caption = 'Lbl_MoNo'
    end
    object Lbl_RemArk: TLabel
      Left = 341
      Top = 45
      Width = 60
      Height = 12
      Caption = 'Lbl_RemArk'
    end
    object Lbl_WhPosition: TLabel
      Left = 341
      Top = 5
      Width = 84
      Height = 12
      Caption = 'Lbl_WhPosition'
    end
    object Lbl_Shift: TLabel
      Left = 341
      Top = 25
      Width = 54
      Height = 12
      Caption = 'Lbl_Shift'
    end
    object Lbl_BillNo: TLabel
      Left = 625
      Top = 5
      Width = 60
      Height = 12
      Caption = 'Lbl_BillNo'
    end
    object Lbl_BillDate: TLabel
      Left = 625
      Top = 25
      Width = 72
      Height = 12
      Caption = 'Lbl_BillDate'
    end
    object Label5: TLabel
      Left = 32
      Top = 5
      Width = 36
      Height = 12
      Caption = '仓库:'
    end
    object Label1: TLabel
      Left = 8
      Top = 25
      Width = 60
      Height = 12
      Caption = '生产部门:'
    end
    object Label3: TLabel
      Left = 20
      Top = 45
      Width = 48
      Height = 12
      Caption = '订单号:'
    end
    object Label6: TLabel
      Left = 304
      Top = 5
      Width = 36
      Height = 12
      Caption = '货位:'
    end
    object Label2: TLabel
      Left = 304
      Top = 25
      Width = 36
      Height = 12
      Caption = '班别:'
    end
    object Label9: TLabel
      Left = 304
      Top = 45
      Width = 36
      Height = 12
      Caption = '备注:'
    end
    object Label7: TLabel
      Left = 576
      Top = 5
      Width = 48
      Height = 12
      Caption = '单据号:'
    end
    object Label4: TLabel
      Left = 588
      Top = 25
      Width = 36
      Height = 12
      Caption = '日期:'
    end
  end
  inherited Pnl_Hint: TPanel
    object Label8: TLabel
      Left = 21
      Top = 7
      Width = 60
      Height = 12
      Caption = '物料描述:'
    end
    object DBText1: TDBText
      Left = 85
      Top = 7
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Top = 121
    Height = 321
    inherited DBGridEh: TDBGridEh
      Height = 321
      Columns = <
        Item
          FieldName = 'MoLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单行号'
          Width = 53
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 125
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 250
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '约定交货量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoLineDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '约定交货日'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoNoFinishQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '实际未结量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoRealInQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '累计实入量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillSfcQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '本次拟入量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillLineRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 131
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 216
    Top = 184
  end
  inherited ExtPrintReport: TExtPrintReport
    Top = 193
  end
end

⌨️ 快捷键说明

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