qc_qcproblem_d.dfm

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

DFM
59
字号
inherited Frm_Qc_QcProblem_D: TFrm_Qc_QcProblem_D
  Left = 234
  Top = 197
  Caption = '请输入数据'
  ClientHeight = 197
  ClientWidth = 326
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 37
    Top = 52
    Width = 84
    Height = 12
    Caption = '质检问题代码:'
  end
  object Label2: TLabel [1]
    Left = 37
    Top = 92
    Width = 84
    Height = 12
    Caption = '质检问题描述:'
  end
  inherited btn_ok: TButton
    Left = 107
    Top = 157
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 216
    Top = 157
    TabOrder = 3
  end
  inherited Pnl_Add: TPanel
    Left = 246
    TabOrder = 4
  end
  object Extedt_Code: TExtEdit [5]
    Left = 122
    Top = 48
    Width = 121
    Height = 20
    TabOrder = 0
    Text = 'Extedt_Code'
  end
  object Extedt_Name: TExtEdit [6]
    Left = 122
    Top = 88
    Width = 121
    Height = 20
    TabOrder = 1
    Text = 'Extedt_Name'
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 296
    Top = 96
  end
end

⌨️ 快捷键说明

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