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

📄 sfc_wipbomopen_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_WipBomOpen_D: TFrm_Sfc_WipBomOpen_D
  Left = 239
  Top = 201
  Caption = '车间盘点产品的Bom分解'
  ClientHeight = 249
  ClientWidth = 379
  Font.ChArset = DEFAULT_CHArSET
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel [0]
    Left = 38
    Top = 56
    Width = 84
    Height = 12
    Caption = '子项物料标识:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel [1]
    Left = 38
    Top = 34
    Width = 84
    Height = 12
    Caption = '父项物料标识:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel [2]
    Left = 62
    Top = 82
    Width = 60
    Height = 12
    Caption = '父项数量:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel [3]
    Left = 65
    Top = 106
    Width = 54
    Height = 12
    Caption = 'Bom定额:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel [4]
    Left = 57
    Top = 128
    Width = 60
    Height = 12
    Caption = 'Bom损耗%:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel [5]
    Left = 62
    Top = 150
    Width = 60
    Height = 12
    Caption = '子项数量:'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object lbl_Itemfather: TLabel [6]
    Left = 123
    Top = 32
    Width = 84
    Height = 12
    Caption = 'lbl_Itemfather'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object lbl_Itemson: TLabel [7]
    Left = 124
    Top = 54
    Width = 66
    Height = 12
    Caption = 'lbl_Itemson'
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  inherited btn_ok: TButton
    Left = 195
    Top = 200
    TabOrder = 4
  end
  inherited btn_Cancel: TButton
    Left = 273
    Top = 200
    TabOrder = 5
  end
  inherited Pnl_Add: TPanel
    Left = 310
    Top = 12
    TabOrder = 6
  end
  object edt_fatherQty: TEdit [11]
    Left = 125
    Top = 77
    Width = 83
    Height = 20
    Enabled = False
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object edt_Bomqty: TEdit [12]
    Left = 125
    Top = 100
    Width = 83
    Height = 20
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnExit = edt_BomqtyExit
  end
  object edt_qty: TEdit [13]
    Left = 125
    Top = 146
    Width = 83
    Height = 20
    Enabled = False
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object edt_BomScrAp: TEdit [14]
    Left = 125
    Top = 123
    Width = 83
    Height = 20
    Font.ChArset = ANSI_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnExit = edt_BomqtyExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 344
    Top = 72
  end
end

⌨️ 快捷键说明

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