qc_qcparam.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 47 行

DFM
47
字号
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 + =
减小字号Ctrl + -
显示快捷键?