sfc_bcpmonthqty_c.dfm

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

DFM
36
字号
inherited Frm_Sfc_BcPMonthqty_C: TFrm_Sfc_BcPMonthqty_C
  Left = 233
  Top = 238
  Caption = '外壳月生产记录'
  ClientHeight = 122
  ClientWidth = 310
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 30
    Top = 32
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  inherited btn_ok: TButton
    Left = 122
    Top = 85
  end
  inherited btn_Cancel: TButton
    Left = 215
    Top = 85
    OnClick = btn_CancelClick
  end
  object MaskEdit1: TMaskEdit [3]
    Left = 78
    Top = 29
    Width = 65
    Height = 20
    EditMask = '!9999/99;1;_'
    MaxLength = 7
    TabOrder = 2
    Text = '    -  '
  end
end

⌨️ 快捷键说明

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