inv_spadjust_c.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 35 行
DFM
35 行
inherited Frm_Inv_SPAdjust_C: TFrm_Inv_SPAdjust_C
Left = 238
Top = 249
ClientHeight = 138
ClientWidth = 313
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 16
Top = 48
Width = 90
Height = 12
Caption = '调整/查询月份:'
end
inherited btn_ok: TButton
Left = 132
Top = 92
end
inherited btn_Cancel: TButton
Left = 217
Top = 92
end
object medt_Month: TMaskEdit [3]
Left = 115
Top = 43
Width = 49
Height = 20
EditMask = '9999.99;1; '
MaxLength = 7
TabOrder = 2
Text = ' . '
OnExit = MonthCheck
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?