ad_enter_adparam.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 40 行
DFM
40 行
inherited Frm_Ad_Enter_AdParam: TFrm_Ad_Enter_AdParam
Left = 259
Top = 191
Caption = '参数设置'
ClientHeight = 117
ClientWidth = 277
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 40
Top = 28
Width = 78
Height = 12
Caption = '模块起用月份:'
end
inherited btn_ok: TButton
Left = 88
Top = 71
end
inherited btn_Cancel: TButton
Left = 181
Top = 71
end
object MEDT_Month: TMaskEdit [3]
Left = 120
Top = 23
Width = 50
Height = 20
EditMask = '9999.99;1;_'
MaxLength = 7
TabOrder = 2
Text = ' . '
OnExit = MonthCheck
end
inherited AdoQry_Tmp: TAdoQuery
Left = 320
Top = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?