sfc_backflushoutin_d.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 154 行

DFM
154
字号
inherited Frm_Sfc_BackFlushOutIn_D: TFrm_Sfc_BackFlushOutIn_D
  Left = 221
  Top = 257
  Caption = '拉式生产订单补退料'
  ClientHeight = 323
  ClientWidth = 403
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 34
    Top = 40
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label2: TLabel [1]
    Left = 34
    Top = 65
    Width = 60
    Height = 12
    Caption = '物料名称:'
  end
  object Label3: TLabel [2]
    Left = 10
    Top = 175
    Width = 84
    Height = 12
    Caption = '    领料数量:'
  end
  object lbl_ItemName: TLabel [3]
    Left = 98
    Top = 65
    Width = 6
    Height = 12
  end
  object Label4: TLabel [4]
    Left = 34
    Top = 87
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object lbl_MoCtrlqty: TLabel [5]
    Left = 98
    Top = 109
    Width = 6
    Height = 12
  end
  object Label6: TLabel [6]
    Left = 34
    Top = 109
    Width = 60
    Height = 12
    Caption = '限额数量:'
  end
  object lbl_BFRealQty: TLabel [7]
    Left = 98
    Top = 131
    Width = 6
    Height = 12
  end
  object Label8: TLabel [8]
    Left = 10
    Top = 131
    Width = 84
    Height = 12
    Caption = '累计实领数量:'
  end
  object lbl_onhandInv: TLabel [9]
    Left = 98
    Top = 153
    Width = 6
    Height = 12
  end
  object Label12: TLabel [10]
    Left = 34
    Top = 153
    Width = 60
    Height = 12
    Caption = '可用库存:'
  end
  object lbl_UomName: TLabel [11]
    Left = 98
    Top = 87
    Width = 6
    Height = 12
  end
  object Label5: TLabel [12]
    Left = 58
    Top = 221
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label7: TLabel [13]
    Left = 46
    Top = 198
    Width = 48
    Height = 12
    Caption = '批次号:'
  end
  inherited btn_ok: TButton
    Left = 213
    Top = 272
    TabOrder = 4
  end
  inherited btn_Cancel: TButton
    Left = 290
    Top = 272
    TabOrder = 5
  end
  inherited Pnl_Add: TPanel
    Left = 302
    TabOrder = 6
  end
  object Extedt_MoRequestqty: TExtEdit [17]
    Left = 98
    Top = 171
    Width = 121
    Height = 20
    TabOrder = 1
    OnExit = FloatCheck
  end
  object Extedt_ItemCode: TExtEdit [18]
    Left = 98
    Top = 36
    Width = 125
    Height = 20
    TabOrder = 0
    OnExit = InOutItemCodeCheck
    OnKeyDown = InOutItemHint
    DispLabel = lbl_ItemName
  end
  object edt_memo: TEdit [19]
    Left = 98
    Top = 217
    Width = 277
    Height = 20
    TabOrder = 3
  end
  object Extedt_Batchno: TExtEdit [20]
    Left = 98
    Top = 194
    Width = 121
    Height = 20
    TabOrder = 2
    OnExit = Extedt_BatchnoExit
    OnKeyDown = Extedt_BatchnoKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 336
  end
end

⌨️ 快捷键说明

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