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

📄 inv_backpricedefine_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_BackPriceDefine_D: TFrm_Inv_BackPriceDefine_D
  Left = 246
  Top = 175
  Caption = '退库价格定义'
  ClientHeight = 246
  ClientWidth = 421
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 68
    Top = 23
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Label2: TLabel [1]
    Left = 68
    Top = 48
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Label4: TLabel [2]
    Left = 44
    Top = 73
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label5: TLabel [3]
    Left = 44
    Top = 98
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label6: TLabel [4]
    Left = 44
    Top = 124
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Label7: TLabel [5]
    Left = 67
    Top = 152
    Width = 36
    Height = 12
    Caption = '价格:'
  end
  object Label8: TLabel [6]
    Left = 66
    Top = 177
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object lbl_Vendor: TLabel [7]
    Left = 108
    Top = 73
    Width = 6
    Height = 12
  end
  object lbl_UomName: TLabel [8]
    Left = 108
    Top = 124
    Width = 6
    Height = 12
  end
  object lbl_ItemName: TLabel [9]
    Left = 108
    Top = 98
    Width = 6
    Height = 12
  end
  object lbl_Month: TLabel [10]
    Left = 106
    Top = 22
    Width = 54
    Height = 12
    Caption = 'lbl_Month'
  end
  object lbl_WhCode: TLabel [11]
    Left = 105
    Top = 47
    Width = 60
    Height = 12
    Caption = 'lbl_WhCode'
  end
  inherited btn_ok: TButton
    Top = 211
  end
  inherited btn_Cancel: TButton
    Left = 306
    Top = 211
  end
  inherited Pnl_Add: TPanel
    Left = 318
  end
  object edt_Price: TEdit [15]
    Left = 103
    Top = 146
    Width = 75
    Height = 20
    TabOrder = 3
    Text = 'edt_Price'
    OnExit = edt_PriceExit
  end
  object edt_remArk: TEdit [16]
    Left = 103
    Top = 171
    Width = 226
    Height = 20
    TabOrder = 4
    Text = 'edt_remArk'
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 344
    Top = 40
  end
end

⌨️ 快捷键说明

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