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

📄 inv_mnlistaudit_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_MnListAudit_C: TFrm_Inv_MnListAudit_C
  Left = 239
  Top = 220
  ClientHeight = 156
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 34
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label3: TLabel [1]
    Left = 38
    Top = 70
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object lbl_DeptName: TLabel [2]
    Left = 161
    Top = 33
    Width = 58
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 203
    Top = 117
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 280
    Top = 117
    TabOrder = 3
  end
  object cmbbx_Shift: TComboBox [5]
    Left = 96
    Top = 66
    Width = 128
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
  end
  object cmbbx_DeptCode: TExtEdit [6]
    Left = 96
    Top = 30
    Width = 54
    Height = 20
    TabOrder = 0
    OnChange = cmbbx_DeptCodeChange
    OnExit = cmbbx_DeptCodeExit
    OnKeyDown = DeptHint
    DispLabel = lbl_DeptName
  end
end

⌨️ 快捷键说明

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