sfc_monthsumqrybcppj_c.dfm

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

DFM
76
字号
inherited Frm_Sfc_MonthSumQrybcppj_C: TFrm_Sfc_MonthSumQrybcppj_C
  Left = 257
  Top = 211
  ActiveControl = ExtEdt_Dept
  Caption = 'Frm_Sfc_MonthSumQrybcppj_C'
  ClientHeight = 187
  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 = 53
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 142
    Top = 147
  end
  inherited btn_Cancel: TButton
    Left = 221
    Top = 147
  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
  object CheckBox1: TCheckBox [7]
    Left = 64
    Top = 103
    Width = 233
    Height = 17
    Caption = '由系统将原材料耗用金额分配给半成品'
    TabOrder = 4
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 23
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 240
    Top = 24
  end
end

⌨️ 快捷键说明

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