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

📄 inv_checkinbillqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_CheckInBillQry: TFrm_Inv_CheckInBillQry
  Left = 24
  Caption = 'Frm_Inv_CheckInBillQry'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Preview: TToolButton
        Hint = '打印预览(不计打印次数)'
      end
    end
  end
  inherited Pnl_Head: TPanel
    Height = 49
    object Lbl_Warehouse: TLabel
      Left = 325
      Top = 27
      Width = 78
      Height = 12
      Caption = 'Lbl_Warehouse'
    end
    object Lbl_Vendor: TLabel
      Left = 88
      Top = 5
      Width = 60
      Height = 12
      Caption = 'Lbl_Vendor'
    end
    object Lbl_PoNo: TLabel
      Left = 88
      Top = 27
      Width = 48
      Height = 12
      Caption = 'Lbl_PoNo'
    end
    object Lbl_BillType: TLabel
      Left = 325
      Top = 5
      Width = 72
      Height = 12
      Caption = 'Lbl_BillType'
    end
    object Lbl_BillNo: TLabel
      Left = 614
      Top = 5
      Width = 60
      Height = 12
      Caption = 'Lbl_BillNo'
    end
    object Lbl_BillDate: TLabel
      Left = 614
      Top = 27
      Width = 72
      Height = 12
      Caption = 'Lbl_BillDate'
    end
    object Label4: TLabel
      Left = 36
      Top = 5
      Width = 48
      Height = 12
      Caption = '供应商:'
    end
    object Label2: TLabel
      Left = 12
      Top = 27
      Width = 72
      Height = 12
      Caption = '采购订单号:'
    end
    object Label1: TLabel
      Left = 282
      Top = 27
      Width = 36
      Height = 12
      Caption = '仓库:'
    end
    object Label3: TLabel
      Left = 258
      Top = 5
      Width = 60
      Height = 12
      Caption = '单据类型:'
    end
    object Label5: TLabel
      Left = 569
      Top = 27
      Width = 36
      Height = 12
      Caption = '日期:'
    end
    object Label7: TLabel
      Left = 557
      Top = 5
      Width = 48
      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 = 106
    Height = 336
    inherited DBGridEh: TDBGridEh
      Height = 336
      Columns = <
        Item
          FieldName = 'POLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购订单行号'
          Width = 75
          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 = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          Width = 52
          KeyList.Strings = ()
        end
        Item
          FieldName = 'OnCheckQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '数量'
          Width = 73
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BillLineRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 142
          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 + -