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

📄 pm_pobalance_b.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_PoBalance_B: TFrm_Pm_PoBalance_B
  Left = 33
  Top = 29
  Caption = ''
  Windowstate = wsMaximized
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Check: TToolButton
        Hint = '结算'
      end
      inherited TlBtn_CancelCheck: TToolButton
        Visible = False
      end
      inherited TlBtn_Preview: TToolButton
        Visible = False
      end
      inherited TlBtn_Print: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Head: TPanel
    object Label1: TLabel
      Left = 8
      Top = 10
      Width = 72
      Height = 12
      Caption = '采购订单号:'
    end
    object Lbl_FPoNo: TLabel
      Left = 88
      Top = 10
      Width = 6
      Height = 12
    end
    object Label3: TLabel
      Left = 176
      Top = 10
      Width = 48
      Height = 12
      Caption = '供应商:'
    end
    object Lbl_VendorCodeName: TLabel
      Left = 232
      Top = 10
      Width = 6
      Height = 12
    end
    object SpeedButton1: TSpeedButton
      Left = 624
      Top = 8
      Width = 129
      Height = 30
      Caption = '采购入库单据核价'
      Font.ChArset = GB2312_CHArSET
      Font.Color = clBlue
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object Label2: TLabel
      Left = 19
      Top = 32
      Width = 60
      Height = 12
      Caption = '订单类型:'
    end
    object lbl_PoType: TLabel
      Left = 83
      Top = 32
      Width = 6
      Height = 12
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      Columns = <
        Item
          FieldName = 'PoLineNo'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '订单行号'
          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 = 125
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '计量单位'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoLineDate'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '约定交货期'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '约定交货量'
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PoNoFinishQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '未结量'
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    inherited Act_CancelCheck: TAction
      Enabled = False
    end
    inherited Act_Check: TAction
      OnExecute = Act_CheckExecute
    end
    inherited Act_Print: TAction
      Enabled = False
    end
    inherited Act_Preview: TAction
      Enabled = False
    end
  end
  inherited AdoQry_Body: TAdoQuery
    SQL.Strings = (
      
        'Select PoLine.PoLineNo,PoLine.ItemCode,Item.ItemName,Uom.UomName' +
        ', '
      
        '              PoLine.PoLineDate,PoLine.PoQty,PoLine.PoNoFinishQt' +
        'y '
      '           From PoLine,Item,Uom '
      '           Where '
      '             Item.ItemCode=PoLine.ItemCode '
      '             and Item.UomCode=Uom.UomCode ')
    object AdoQry_BodyPoLineNo: TIntegerField
      FieldName = 'PoLineNo'
      Origin = 'PoLine'
    end
    object AdoQry_BodyItemCode: TStringField
      FieldName = 'ItemCode'
      Origin = 'PoLine'
      Size = 16
    end
    object AdoQry_BodyItemName: TStringField
      FieldName = 'ItemName'
      Origin = 'Item'
      Size = 60
    end
    object AdoQry_BodyUomName: TStringField
      FieldName = 'UomName'
      Origin = 'Uom'
      Size = 10
    end
    object AdoQry_BodyPoLineDate: TDateTimeField
      FieldName = 'PoLineDate'
      Origin = 'PoLine'
    end
    object AdoQry_BodyPoQty: TFloatField
      FieldName = 'PoQty'
      Origin = 'PoLine'
    end
    object AdoQry_BodyPoNoFinishQty: TFloatField
      FieldName = 'PoNoFinishQty'
      Origin = 'PoLine'
    end
  end
end

⌨️ 快捷键说明

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