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

📄 inv_mnoutaudit_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_MnOutAudit_C: TFrm_Inv_MnOutAudit_C
  Left = 306
  Top = 236
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 48
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label2: TLabel [1]
    Left = 14
    Top = 77
    Width = 84
    Height = 12
    Caption = '领料部门名称:'
  end
  object Label3: TLabel [2]
    Left = 38
    Top = 104
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object lbl_DeptName1: TLabel [3]
    Left = 307
    Top = 69
    Width = 6
    Height = 12
    Visible = False
  end
  inherited btn_ok: TButton
    Left = 203
    Top = 153
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 280
    Top = 153
    TabOrder = 3
  end
  object Extedt_DeptCode1: TExtEdit [6]
    Left = 243
    Top = 35
    Width = 121
    Height = 20
    TabOrder = 0
    Visible = False
    DispLabel = lbl_DeptName1
  end
  object cmbbx_Shift: TComboBox [7]
    Left = 97
    Top = 100
    Width = 126
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
  end
  object lbl_DeptName: TEdit [8]
    Left = 96
    Top = 73
    Width = 177
    Height = 20
    TabStop = False
    ReadOnly = True
    TabOrder = 4
  end
  object Extedt_DeptCode: TLinkEdit [9]
    Left = 96
    Top = 44
    Width = 114
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 5
    OnButtonClick = Extedt_DeptCodeButtonClick
    OnExit = DeptCodeCheck
    OnKeyDown = Extedt_DeptCodeKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 304
    Top = 0
  end
end

⌨️ 快捷键说明

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