ad_enter_startusead.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 63 行
DFM
63 行
inherited Frm_Ad_Enter_StartUseAd: TFrm_Ad_Enter_StartUseAd
Left = 259
Top = 191
Caption = '模块启动'
ClientHeight = 138
ClientWidth = 277
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 40
Top = 28
Width = 78
Height = 12
Caption = '模块起用月份:'
end
object Label2: TLabel [1]
Left = 52
Top = 61
Width = 66
Height = 12
Caption = '模块启用否:'
end
inherited btn_ok: TButton
Left = 88
Top = 92
Caption = '启动(&O)'
end
inherited btn_Cancel: TButton
Left = 181
Top = 92
OnClick = btn_CancelClick
end
object MEDT_Month: TMaskEdit [4]
Left = 120
Top = 23
Width = 57
Height = 20
Enabled = False
EditMask = '9999.99;1;_'
MaxLength = 7
TabOrder = 2
Text = ' . '
OnExit = MonthCheck
end
object Cmbx_StartUse: TComboBox [5]
Left = 120
Top = 56
Width = 81
Height = 20
Style = csDropDownList
Enabled = False
ItemHeight = 12
TabOrder = 3
Items.Strings = (
'0 未启用 '
'1 已启用')
end
inherited AdoQry_Tmp: TAdoQuery
Left = 320
Top = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?