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

📄 sfc_monthsumqrybcp_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MonthSumQrybcp_C: TFrm_Sfc_MonthSumQrybcp_C
  Left = 258
  Top = 237
  ActiveControl = ExtEdt_Dept
  Caption = 'Frm_Sfc_MonthSumQrybcp_C'
  ClientHeight = 166
  ClientWidth = 323
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 64
    Top = 32
    Width = 36
    Height = 12
    Caption = '部门:'
  end
  object Label2: TLabel [1]
    Left = 63
    Top = 78
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Lbl_Dept: TLabel [2]
    Left = 100
    Top = 56
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 142
    Top = 126
  end
  inherited btn_Cancel: TButton
    Left = 221
    Top = 126
  end
  object MEdt_Month: TMaskEdit [5]
    Left = 100
    Top = 75
    Width = 57
    Height = 20
    EditMask = '0000.00'
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
    OnExit = MonthCheck
  end
  object ExtEdt_Dept: TExtEdit [6]
    Left = 100
    Top = 28
    Width = 97
    Height = 20
    TabOrder = 2
    OnExit = GetDeptName
    OnKeyDown = DeptHint
    DispLabel = Lbl_Dept
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 96
    Top = 103
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 216
    Top = 56
  end
  object AdoQry_yin: TAdoQuery
    Parameters = <>
    Left = 248
    Top = 32
  end
end

⌨️ 快捷键说明

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