You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
113 lines
2.0 KiB
Plaintext
113 lines
2.0 KiB
Plaintext
object SLDepFrm: TSLDepFrm
|
|
Left = 176
|
|
Height = 171
|
|
Top = 108
|
|
Width = 386
|
|
Caption = 'Straight Line Depreciation'
|
|
ClientHeight = 171
|
|
ClientWidth = 386
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 16
|
|
Width = 52
|
|
Caption = 'Initial Cost'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 80
|
|
Width = 139
|
|
Caption = 'Salvage Value at End of Life:'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 48
|
|
Width = 154
|
|
Caption = 'No. of Periods of Life Expected:'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 112
|
|
Width = 152
|
|
Caption = 'Depreciation Allowed (Answer):'
|
|
ParentColor = False
|
|
end
|
|
object CostEdit: TEdit
|
|
Left = 171
|
|
Height = 21
|
|
Top = 9
|
|
Width = 88
|
|
TabOrder = 0
|
|
Text = 'CostEdit'
|
|
end
|
|
object SalvageEdit: TEdit
|
|
Left = 171
|
|
Height = 21
|
|
Top = 73
|
|
Width = 88
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object PeriodsEdit: TEdit
|
|
Left = 171
|
|
Height = 21
|
|
Top = 41
|
|
Width = 88
|
|
TabOrder = 2
|
|
Text = 'Edit1'
|
|
end
|
|
object DepreciationEdit: TEdit
|
|
Left = 171
|
|
Height = 21
|
|
Top = 105
|
|
Width = 88
|
|
TabOrder = 3
|
|
Text = 'Edit1'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 289
|
|
Height = 32
|
|
Top = 48
|
|
Width = 84
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 288
|
|
Height = 32
|
|
Top = 88
|
|
Width = 84
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 288
|
|
Height = 32
|
|
Top = 128
|
|
Width = 84
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 6
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 146
|
|
Left = 288
|
|
Height = 31
|
|
Top = 9
|
|
Width = 85
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 7
|
|
end
|
|
end
|