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

📄 qc_qry_qcreport_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Qc_Qry_QcReport_Condition: TFrm_Qc_Qry_QcReport_Condition
  Left = 241
  Top = 169
  Caption = '请输入筛选条件'
  ClientHeight = 153
  ClientWidth = 334
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 88
    Top = 8
    Width = 144
    Height = 12
    Caption = '质检结果分析表--条件选择'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel [1]
    Left = 40
    Top = 48
    Width = 72
    Height = 12
    Caption = '待检月份从:'
  end
  object Label3: TLabel [2]
    Left = 166
    Top = 48
    Width = 12
    Height = 12
    Caption = '到'
  end
  inherited btn_ok: TButton
    Left = 145
    Top = 115
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 230
    Top = 115
    TabOrder = 3
  end
  object Medt_StArtMonth: TMaskEdit [5]
    Left = 108
    Top = 40
    Width = 55
    Height = 20
    EditMask = '9999.99;1;_'
    MaxLength = 7
    TabOrder = 0
    Text = '    .  '
    OnExit = MonthCheck
  end
  object Medt_EndMonth: TMaskEdit [6]
    Left = 181
    Top = 40
    Width = 55
    Height = 20
    EditMask = '9999.99;1;_'
    MaxLength = 7
    TabOrder = 1
    Text = '    .  '
    OnExit = MonthCheck
  end
  object RadioButton1: TRadioButton [7]
    Left = 39
    Top = 82
    Width = 113
    Height = 17
    Caption = '质检判定'
    TabOrder = 4
    Visible = False
  end
  object RadioButton2: TRadioButton [8]
    Left = 131
    Top = 82
    Width = 113
    Height = 17
    Caption = '免检'
    TabOrder = 5
    Visible = False
  end
  object RadioButton3: TRadioButton [9]
    Left = 216
    Top = 82
    Width = 113
    Height = 17
    Caption = '全部'
    TabOrder = 6
    Visible = False
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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