Files
lazarus-ccr/applications/lazstats/source/forms/analysis/financial/sumyrsdepunit.lfm
2020-08-17 13:55:43 +00:00

288 lines
7.0 KiB
Plaintext

object SumYrsDepFrm: TSumYrsDepFrm
Left = 461
Height = 231
Top = 241
Width = 372
HelpType = htKeyword
HelpKeyword = 'html/SumsofYearsDigitsDepreciation.htm'
AutoSize = True
BorderStyle = bsSingle
Caption = 'Sum of Years Depreciation'
ClientHeight = 231
ClientWidth = 372
OnActivate = FormActivate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Label1: TLabel
AnchorSideTop.Control = CostEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label3
AnchorSideRight.Side = asrBottom
Left = 152
Height = 15
Top = 16
Width = 62
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Initial Cost: '
ParentColor = False
end
object Label2: TLabel
AnchorSideTop.Control = SalvageEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label3
AnchorSideRight.Side = asrBottom
Left = 68
Height = 15
Top = 47
Width = 146
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Salvage Value at End of Life:'
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LifeEdit
AnchorSideTop.Side = asrCenter
Left = 24
Height = 15
Top = 78
Width = 190
BorderSpacing.Left = 24
Caption = 'Number of Periods of Life Expected:'
ParentColor = False
end
object Label4: TLabel
AnchorSideTop.Control = PeriodEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label3
AnchorSideRight.Side = asrBottom
Left = 69
Height = 15
Top = 109
Width = 145
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Period for the Depreciation:'
ParentColor = False
end
object Label5: TLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DepreciationEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Label3
AnchorSideRight.Side = asrBottom
Left = 36
Height = 15
Top = 148
Width = 178
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Depreciation Allowance (Answer):'
ParentColor = False
end
object CostEdit: TEdit
AnchorSideLeft.Control = LifeEdit
AnchorSideTop.Control = Owner
AnchorSideRight.Control = LifeEdit
AnchorSideRight.Side = asrBottom
Left = 222
Height = 23
Top = 12
Width = 126
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
TabOrder = 0
Text = 'CostEdit'
end
object SalvageEdit: TEdit
AnchorSideLeft.Control = LifeEdit
AnchorSideTop.Control = CostEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LifeEdit
AnchorSideRight.Side = asrBottom
Left = 222
Height = 23
Top = 43
Width = 126
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
TabOrder = 1
Text = 'SalvageEdit'
end
object LifeEdit: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SalvageEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 222
Height = 23
Top = 74
Width = 126
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 24
OnChange = LifeEditChange
TabOrder = 2
Text = 'LifeEdit'
end
object PeriodEdit: TEdit
AnchorSideLeft.Control = LifeEdit
AnchorSideTop.Control = LifeEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PrevBtn
Left = 222
Height = 23
Top = 105
Width = 76
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 2
TabOrder = 3
Text = 'PeriodEdit'
end
object DepreciationEdit: TEdit
AnchorSideLeft.Control = LifeEdit
AnchorSideTop.Control = Bevel2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LifeEdit
AnchorSideRight.Side = asrBottom
Left = 222
Height = 23
Top = 144
Width = 126
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
TabOrder = 4
Text = 'Edit1'
end
object CloseBtn: TButton
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 305
Height = 25
Top = 191
Width = 55
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 12
BorderSpacing.Bottom = 8
Caption = 'Close'
ModalResult = 11
TabOrder = 8
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = DepreciationEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 8
Top = 175
Width = 372
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
Shape = bsBottomLine
end
object ComputeBtn: TButton
AnchorSideTop.Control = CloseBtn
AnchorSideRight.Control = CloseBtn
Left = 221
Height = 25
Top = 191
Width = 76
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 7
end
object ResetBtn: TButton
AnchorSideTop.Control = CloseBtn
AnchorSideRight.Control = ComputeBtn
Left = 159
Height = 25
Top = 191
Width = 54
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 6
end
object HelpBtn: TButton
Tag = 149
AnchorSideTop.Control = ResetBtn
AnchorSideRight.Control = ResetBtn
Left = 100
Height = 25
Top = 191
Width = 51
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 12
BorderSpacing.Right = 8
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 5
end
object Bevel2: TBevel
AnchorSideLeft.Control = Label5
AnchorSideTop.Control = PeriodEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = NextBtn
AnchorSideRight.Side = asrBottom
Left = 36
Height = 8
Top = 130
Width = 312
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
Shape = bsBottomLine
end
object PrevBtn: TSpeedButton
AnchorSideTop.Control = PeriodEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = NextBtn
Left = 300
Height = 22
Top = 105
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Right = 2
Caption = '<'
OnClick = PrevBtnClick
end
object NextBtn: TSpeedButton
AnchorSideTop.Control = PeriodEdit
AnchorSideRight.Control = CostEdit
Left = 325
Height = 22
Top = 105
Width = 23
Anchors = [akTop]
Caption = '>'
OnClick = NextBtnClick
end
end