You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
129 lines
2.2 KiB
Plaintext
129 lines
2.2 KiB
Plaintext
object SumYrsDepFrm: TSumYrsDepFrm
|
|
Left = 159
|
|
Height = 176
|
|
Top = 115
|
|
Width = 348
|
|
Caption = 'Sum of Years Depreciation'
|
|
ClientHeight = 176
|
|
ClientWidth = 348
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 16
|
|
Width = 59
|
|
Caption = 'Initial Cost: '
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 48
|
|
Width = 136
|
|
Caption = 'Salvage value at end of life:'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 80
|
|
Width = 171
|
|
Caption = 'Number of Periods of life Expected:'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 112
|
|
Width = 134
|
|
Caption = 'Period for the Depreciation:'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 144
|
|
Width = 163
|
|
Caption = 'Depreciation Allowance (Answer):'
|
|
ParentColor = False
|
|
end
|
|
object CostEdit: TEdit
|
|
Left = 184
|
|
Height = 21
|
|
Top = 9
|
|
Width = 56
|
|
TabOrder = 0
|
|
Text = 'CostEdit'
|
|
end
|
|
object SalvageEdit: TEdit
|
|
Left = 184
|
|
Height = 21
|
|
Top = 41
|
|
Width = 56
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object LifeEdit: TEdit
|
|
Left = 184
|
|
Height = 21
|
|
Top = 73
|
|
Width = 56
|
|
TabOrder = 2
|
|
Text = 'Edit1'
|
|
end
|
|
object PeriodEdit: TEdit
|
|
Left = 184
|
|
Height = 21
|
|
Top = 105
|
|
Width = 56
|
|
TabOrder = 3
|
|
Text = 'Edit1'
|
|
end
|
|
object DepreciationEdit: TEdit
|
|
Left = 184
|
|
Height = 21
|
|
Top = 137
|
|
Width = 56
|
|
TabOrder = 4
|
|
Text = 'Edit1'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 256
|
|
Height = 29
|
|
Top = 48
|
|
Width = 78
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 256
|
|
Height = 29
|
|
Top = 88
|
|
Width = 78
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 6
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 256
|
|
Height = 29
|
|
Top = 129
|
|
Width = 78
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 7
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 149
|
|
Left = 256
|
|
Height = 29
|
|
Top = 8
|
|
Width = 78
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 8
|
|
end
|
|
end
|