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

📄 sfc_mnoutbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MnOutBillQry: TFrm_Sfc_MnOutBillQry
  Left = 197
  Top = 148
  Caption = 'Frm_Sfc_MnOutBillQry'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Preview: TToolButton
        Hint = '打印预览(不计打印次数)'
      end
    end
  end
  inherited Pnl_Head: TPanel
    Height = 80
    inherited Image1: TImage
      Height = 80
    end
    object Label1: TLabel
      Left = 44
      Top = 4
      Width = 36
      Height = 12
      Caption = '仓库:'
    end
    object Label2: TLabel
      Left = 296
      Top = 4
      Width = 36
      Height = 12
      Caption = '货位:'
    end
    object Label4: TLabel
      Left = 606
      Top = 4
      Width = 48
      Height = 12
      Caption = '单据号:'
    end
    object Label6: TLabel
      Left = 618
      Top = 23
      Width = 36
      Height = 12
      Caption = '日期:'
    end
    object Label5: TLabel
      Left = 297
      Top = 23
      Width = 36
      Height = 12
      Caption = '班别:'
    end
    object Label11: TLabel
      Left = 298
      Top = 42
      Width = 36
      Height = 12
      Caption = '物料:'
    end
    object Label9: TLabel
      Left = 8
      Top = 42
      Width = 72
      Height = 12
      Caption = '生产订单号:'
    end
    object Label3: TLabel
      Left = 20
      Top = 23
      Width = 60
      Height = 12
      Caption = '领料部门:'
    end
    object Label10: TLabel
      Left = 215
      Top = 42
      Width = 60
      Height = 12
      Caption = '订单行号:'
    end
    object Label12: TLabel
      Left = 44
      Top = 61
      Width = 36
      Height = 12
      Caption = '备注:'
    end
    object Lbl_Warehouse: TLabel
      Left = 80
      Top = 4
      Width = 6
      Height = 12
    end
    object Lbl_Dept: TLabel
      Left = 80
      Top = 23
      Width = 6
      Height = 12
    end
    object Lbl_MoNo: TLabel
      Left = 80
      Top = 42
      Width = 6
      Height = 12
    end
    object Lbl_RemArk: TLabel
      Left = 80
      Top = 61
      Width = 6
      Height = 12
    end
    object Lbl_MoLineNo: TLabel
      Left = 276
      Top = 42
      Width = 6
      Height = 12
    end
    object Lbl_WhPosition: TLabel
      Left = 333
      Top = 4
      Width = 6
      Height = 12
    end
    object Lbl_Shift: TLabel
      Left = 333
      Top = 23
      Width = 6
      Height = 12
    end
    object Lbl_Item: TLabel
      Left = 333
      Top = 42
      Width = 48
      Height = 12
      Caption = 'Lbl_Item'
    end
    object Lbl_BillNo: TLabel
      Left = 654
      Top = 4
      Width = 6
      Height = 12
    end
    object Lbl_BillDate: TLabel
      Left = 654
      Top = 23
      Width = 6
      Height = 12
    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 = 137
    Height = 305
    inherited Image3: TImage
      Height = 305
    end
    inherited DBGridEh: TDBGridEh
      Height = 305
      Columns = <
        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 = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 68
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoCtrlQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '限额数量'
          Width = 88
          KeyList.Strings = ()
        end
        Item
          FieldName = 'MoRealQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '累计实领数量'
          Width = 80
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillSfcQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '请领数量'
          Width = 85
          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 + -