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

📄 inv_amountoutadjust_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_AmountoutAdjust_D: TFrm_Inv_AmountoutAdjust_D
  Left = 308
  Top = 103
  Caption = '出库金额调整'
  ClientHeight = 227
  ClientWidth = 421
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 19
    Top = 40
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label2: TLabel [1]
    Left = 19
    Top = 70
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [2]
    Left = 80
    Top = 70
    Width = 6
    Height = 12
  end
  object Label4: TLabel [3]
    Left = 19
    Top = 93
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Lbl_UomName: TLabel [4]
    Left = 80
    Top = 93
    Width = 6
    Height = 12
  end
  object Label5: TLabel [5]
    Left = 43
    Top = 146
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label8: TLabel [6]
    Left = 19
    Top = 122
    Width = 60
    Height = 12
    Caption = '未税金额:'
  end
  inherited btn_ok: TButton
    Left = 253
    Top = 185
  end
  inherited btn_Cancel: TButton
    Left = 329
    Top = 185
  end
  inherited Pnl_Add: TPanel
    Left = 310
  end
  object ExtEdt_ItemCode: TExtEdit [10]
    Left = 80
    Top = 36
    Width = 125
    Height = 20
    TabOrder = 3
    OnExit = InvItemCodeCheck
    OnKeyDown = InOutItemHint
    DispLabel = Lbl_ItemName
  end
  object edt_memo: TEdit [11]
    Left = 80
    Top = 140
    Width = 321
    Height = 20
    TabOrder = 5
  end
  object ExtEdt_NoTaxAmount: TExtEdit [12]
    Left = 80
    Top = 116
    Width = 91
    Height = 20
    TabOrder = 4
    OnExit = ExtEdt_NoTaxAmountExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 272
    Top = 112
  end
end

⌨️ 快捷键说明

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