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

📄 pm_enter_newpasspo.dfm

📁 一个MRPII系统源代码版本
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited Frm_Pm_Enter_NewPassPo: TFrm_Pm_Enter_NewPassPo
  Left = 35
  Top = 112
  Caption = '采购订单批准'
  ClientHeight = 383
  ClientWidth = 758
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 758
    inherited ToolBar: TToolBar
      inherited ToolButton6: TToolButton
        Hint = '反查父项物料(Enter)'
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 758
    Caption = '采购订单批准'
    inherited Image2: TImage
      Width = 758
    end
  end
  inherited Pnl_Head: TPanel
    Width = 758
    inherited Image1: TImage
      Width = 758
    end
    inherited Lbl_OrderTitle: TLabel
      Left = 22
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 22
    end
    inherited Lbl_Condition: TLabel
      Width = 42
      Caption = '未下达 '
    end
    inherited Lbl_Order: TLabel
      Width = 126
      Caption = '采购员代码/采购订单号'
    end
    object Button5: TButton
      Left = 597
      Top = 7
      Width = 89
      Height = 25
      Caption = 'Bom子项联查'
      TabOrder = 0
      OnClick = Button5Click
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 352
    Width = 758
    Height = 31
    inherited Image4: TImage
      Width = 758
      Height = 31
    end
    object Label2: TLabel
      Left = 8
      Top = 3
      Width = 72
      Height = 12
      Caption = '物料标识  :'
      TransParent = True
    end
    object DBText2: TDBText
      Left = 78
      Top = 3
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemFlag'
      DataSource = DataSource
      TransParent = True
    end
    object Label1: TLabel
      Left = 638
      Top = 2
      Width = 72
      Height = 12
      Caption = '约定交货量:'
    end
    object DBText1: TDBText
      Left = 707
      Top = 2
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'POQTY'
      DataSource = DataSource
    end
    object Label3: TLabel
      Left = 638
      Top = 18
      Width = 72
      Height = 12
      Caption = '约定交货日:'
    end
    object DBText3: TDBText
      Left = 707
      Top = 18
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'POLineDATE'
      DataSource = DataSource
    end
    object Label4: TLabel
      Left = 7
      Top = 18
      Width = 72
      Height = 12
      Caption = '供应商标识:'
      TransParent = True
    end
    object DBText4: TDBText
      Left = 78
      Top = 18
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'VendorFlag'
      DataSource = DataSource
      TransParent = True
    end
  end
  inherited Pnl_Body: TPanel
    Width = 758
    Height = 255
    inherited Image3: TImage
      Width = 758
      Height = 255
    end
    inherited DBGridEh: TDBGridEh
      Width = 758
      Height = 255
      ReadOnly = False
      OnDblClick = Act_LookExecute
      OnTitleClick = DBGridEhTitleClick
      FrozenCols = 5
      Columns = <
        Item
          FieldName = 'PoLineCheck'
          PickList.Strings = (
            '1'
            '0')
          Title.Alignment = taCenter
          Title.Caption = '标记'
          Title.Font.ChArset = GB2312_CHArSET
          Title.Font.Color = clBlue
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 28
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购员代码'
          Width = 70
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购姓名'
          Width = 80
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购员标识'
          Width = 62
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PONO'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '采购订单号'
          Width = 67
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POLINENo'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '订单行号'
          Width = 55
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POLINESTATUS'
          PickList.Strings = (
            '5 准备'
            '6 下达'
            '')
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '行状态'
          Width = 43
          KeyList.Strings = (
            '5'
            '6')
        end
        Item
          Alignment = tArightJustify
          FieldName = 'PoDate'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '下单日期'
          Width = 69
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 200
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 153
          KeyList.Strings = ()
        end
        Item
          Alignment = taCenter
          FieldName = 'UomName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 26
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SsQty'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '系统建议量'
          Width = 63
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POQTY'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '约定交货量'
          Width = 65
          KeyList.Strings = ()
        end

⌨️ 快捷键说明

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