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

📄 qc_qcparam.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Qc_QcParam: TFrm_Qc_QcParam
  Caption = '质量控制系统参数设置'
  ClientHeight = 165
  ClientWidth = 302
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 32
    Top = 48
    Width = 84
    Height = 12
    Caption = '质检物料字段:'
  end
  inherited btn_ok: TButton
    Left = 45
    Top = 119
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 162
    Top = 119
    TabOrder = 2
    OnClick = btn_CancelClick
  end
  object cmbx_QcParamCode: TComboBox [3]
    Left = 120
    Top = 44
    Width = 130
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
    OnChange = cmbx_QcParamCodeChange
    Items.Strings = (
      '物料分类1'
      '物料分类2'
      '物料分类3'
      '物料分类4'
      '物料分类5')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 280
    Top = 32
  end
end

⌨️ 快捷键说明

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