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

📄 inv_noorderopin_realopqty_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_NoOrderOpIn_RealOpQty_D: TFrm_Inv_NoOrderOpIn_RealOpQty_D
  Left = 223
  Top = 190
  Caption = '无订单委外入库'
  ClientHeight = 246
  ClientWidth = 327
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 59
    Top = 41
    Width = 72
    Height = 12
    Caption = '父物料描述:'
  end
  object Lbl_Ite_ItemCode: TLabel [1]
    Left = 139
    Top = 42
    Width = 96
    Height = 12
    Caption = 'Lbl_Ite_ItemCode'
  end
  object Label3: TLabel [2]
    Left = 71
    Top = 119
    Width = 60
    Height = 12
    Caption = '实际定额:'
  end
  object Label4: TLabel [3]
    Left = 71
    Top = 149
    Width = 60
    Height = 12
    Caption = '实际损耗:'
  end
  object Label5: TLabel [4]
    Left = 59
    Top = 68
    Width = 72
    Height = 12
    Caption = '子物料代码:'
  end
  object Label2: TLabel [5]
    Left = 59
    Top = 92
    Width = 72
    Height = 12
    Caption = '子物料描述:'
  end
  object Lbl_ItemName: TLabel [6]
    Left = 139
    Top = 92
    Width = 72
    Height = 12
    Caption = 'Lbl_ItemName'
  end
  inherited btn_ok: TButton
    Left = 154
    Top = 204
  end
  inherited btn_Cancel: TButton
    Left = 232
    Top = 204
  end
  inherited Pnl_Add: TPanel
    Left = 342
    Top = 7
  end
  object ExtEdt_RealOpQty: TExtEdit [10]
    Left = 139
    Top = 115
    Width = 101
    Height = 20
    TabOrder = 4
    Text = 'ExtEdt_RealOpQty'
    OnExit = FloatCheck
  end
  object ExtEdt_RealOPScrAp_Percent: TExtEdit [11]
    Left = 139
    Top = 145
    Width = 101
    Height = 20
    TabOrder = 5
    Text = 'ExtEdt_RealOPScrAp_Percent'
    OnExit = FloatCheck
  end
  object ExtEdt_ItemCode: TExtEdit [12]
    Left = 139
    Top = 63
    Width = 125
    Height = 20
    TabOrder = 3
    Text = 'ExtEdt_ItemCode'
    OnExit = InvItemCodeCheck
    OnKeyDown = ExtEdt_ItemCodeKeyDown
    DispLabel = Lbl_ItemName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 288
    Top = 0
  end
end

⌨️ 快捷键说明

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