ad_enter_depreciation.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 58 行
DFM
58 行
inherited Frm_Ad_Enter_Depreciation: TFrm_Ad_Enter_Depreciation
BOrderIcons = [biSystemMenu]
Caption = '计提折旧'
ClientHeight = 153
ClientWidth = 360
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 24
Top = 56
Width = 108
Height = 12
Caption = '本次计提折旧月份:'
end
object Label2: TLabel [1]
Left = 24
Top = 14
Width = 108
Height = 12
Caption = '上次计提折旧月份:'
end
inherited btn_ok: TButton
Left = 148
Top = 109
TabOrder = 1
end
inherited btn_Cancel: TButton
Left = 241
Top = 109
TabOrder = 2
OnClick = btn_CancelClick
end
object Edit1: TEdit [4]
Left = 88
Top = 74
Width = 73
Height = 20
MaxLength = 7
TabOrder = 0
Text = '2002.02'
OnExit = MonthCheck
end
object Edit2: TEdit [5]
Left = 88
Top = 30
Width = 73
Height = 20
Enabled = False
MaxLength = 7
TabOrder = 3
Text = '2002.01'
end
inherited AdoQry_Tmp: TAdoQuery
Left = 254
Top = 14
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?