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

📄 inv_mninaudit_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_MnInAudit_C: TFrm_Inv_MnInAudit_C
  Left = 261
  Top = 187
  ClientHeight = 186
  ClientWidth = 364
  PixelsPerInch = 96
  TextHeight = 12
  object Lbl_DeptName: TLabel [0]
    Left = 110
    Top = 51
    Width = 6
    Height = 12
  end
  object Label1: TLabel [1]
    Left = 24
    Top = 23
    Width = 60
    Height = 12
    Caption = '生产部门:'
  end
  object Label2: TLabel [2]
    Left = 24
    Top = 51
    Width = 60
    Height = 12
    Caption = '部门名称:'
  end
  object Label3: TLabel [3]
    Left = 24
    Top = 102
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object Label4: TLabel [4]
    Left = 48
    Top = 74
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object lbl_WhName: TLabel [5]
    Left = 216
    Top = 72
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 187
    Top = 142
    ModalResult = 1
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 263
    Top = 142
    TabOrder = 3
  end
  object ExtEdt_DeptCode: TExtEdit [8]
    Left = 110
    Top = 19
    Width = 137
    Height = 20
    TabOrder = 0
    OnExit = DeptCodeCheck
    OnKeyDown = DeptHint
    DispLabel = Lbl_DeptName
  end
  object Cmbx_MoFinishShift: TComboBox [9]
    Left = 110
    Top = 98
    Width = 137
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
    OnExit = Cmbx_MoFinishShiftExit
  end
  object ExtEdt_WhCode: TExtEdit [10]
    Left = 111
    Top = 70
    Width = 96
    Height = 20
    TabOrder = 4
    OnExit = WarehouseCodeCheck
    OnKeyDown = WarehouseHint
    DispLabel = lbl_WhName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 296
    Top = 88
  end
end

⌨️ 快捷键说明

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