inv_monthclasssumqry_c.dfm

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

DFM
82
字号
inherited Frm_Inv_MonthClassSumQry_C: TFrm_Inv_MonthClassSumQry_C
  Left = 370
  ActiveControl = CmBx_Warehouse
  Caption = 'Frm_Inv_MonthClassSumQry_C'
  ClientHeight = 182
  ClientWidth = 344
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 24
    Top = 56
    Width = 60
    Height = 12
    Caption = '查询月份:'
  end
  object Label3: TLabel [1]
    Left = 48
    Top = 28
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Label2: TLabel [2]
    Left = 48
    Top = 85
    Width = 36
    Height = 12
    Caption = '类别:'
  end
  inherited btn_ok: TButton
    Left = 168
    Top = 137
  end
  inherited btn_Cancel: TButton
    Left = 245
    Top = 137
  end
  object MEdt_Starttime: TMaskEdit [5]
    Left = 96
    Top = 52
    Width = 72
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
    OnExit = MonthCheck
  end
  object CmBx_Warehouse: TComboBox [6]
    Left = 96
    Top = 24
    Width = 201
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
  end
  object CmBx_Type: TComboBox [7]
    Left = 96
    Top = 81
    Width = 73
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 56
    Top = 136
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 240
    Top = 48
  end
  object AdoQry_tmp2: TAdoQuery
    Parameters = <>
    Left = 264
    Top = 88
  end
end

⌨️ 快捷键说明

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