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

📄 inv_purchinaudit_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_PurchInAudit_D: TFrm_Inv_PurchInAudit_D
  Left = 220
  Top = 110
  Caption = ''
  ClientHeight = 273
  ClientWidth = 486
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 30
    Top = 30
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label2: TLabel [1]
    Left = 30
    Top = 57
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label3: TLabel [2]
    Left = 54
    Top = 84
    Width = 36
    Height = 12
    Caption = '数量:'
  end
  object lbl_ItemName: TLabel [3]
    Left = 96
    Top = 56
    Width = 6
    Height = 12
  end
  object lbl_InvBillqty: TLabel [4]
    Left = 96
    Top = 81
    Width = 6
    Height = 12
  end
  object Label6: TLabel [5]
    Left = 42
    Top = 112
    Width = 48
    Height = 12
    Caption = '含税价:'
  end
  object Label7: TLabel [6]
    Left = 30
    Top = 139
    Width = 60
    Height = 12
    Caption = '含税金额:'
  end
  object Label8: TLabel [7]
    Left = 42
    Top = 167
    Width = 48
    Height = 12
    Caption = '未税价:'
  end
  object Label9: TLabel [8]
    Left = 30
    Top = 192
    Width = 60
    Height = 12
    Caption = '未税金额:'
  end
  object lbl_ItemCode: TLabel [9]
    Left = 96
    Top = 30
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    TabOrder = 4
  end
  inherited btn_Cancel: TButton
    Left = 320
    TabOrder = 5
  end
  inherited Pnl_Add: TPanel
    TabOrder = 6
  end
  object Extedt_InvBillPrice: TExtEdit [13]
    Left = 96
    Top = 108
    Width = 121
    Height = 20
    TabOrder = 0
    OnExit = Extedt_InvBillPriceExit
  end
  object Extedt_InvBillAmount: TExtEdit [14]
    Left = 96
    Top = 134
    Width = 121
    Height = 20
    TabOrder = 1
    OnExit = Extedt_InvBillAmountExit
  end
  object Extedt_InvBillnotaxPrice: TExtEdit [15]
    Left = 96
    Top = 161
    Width = 121
    Height = 20
    TabOrder = 2
    OnExit = Extedt_InvBillnotaxPriceExit
  end
  object Extedt_InvBillnotaxAmount: TExtEdit [16]
    Left = 96
    Top = 187
    Width = 121
    Height = 20
    TabOrder = 3
    OnExit = Extedt_InvBillnotaxAmountExit
  end
end

⌨️ 快捷键说明

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