You've already forked lazarus-ccr
132 lines
3.1 KiB
Plaintext
132 lines
3.1 KiB
Plaintext
![]() |
object RotateFrm: TRotateFrm
|
||
|
Left = 456
|
||
|
Height = 442
|
||
|
Top = 158
|
||
|
Width = 662
|
||
|
Caption = 'Manual Rotation of Factors'
|
||
|
ClientHeight = 442
|
||
|
ClientWidth = 662
|
||
|
OnActivate = FormActivate
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '2.1.0.0'
|
||
|
object Image1: TImage
|
||
|
Left = 8
|
||
|
Height = 380
|
||
|
Top = 8
|
||
|
Width = 646
|
||
|
Align = alClient
|
||
|
BorderSpacing.Around = 8
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
Left = 0
|
||
|
Height = 46
|
||
|
Top = 396
|
||
|
Width = 662
|
||
|
Align = alBottom
|
||
|
ClientHeight = 46
|
||
|
ClientWidth = 662
|
||
|
TabOrder = 0
|
||
|
object Label1: TLabel
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = ReturnBtn
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
Left = 9
|
||
|
Height = 15
|
||
|
Top = 14
|
||
|
Width = 84
|
||
|
BorderSpacing.Left = 8
|
||
|
Caption = 'Points Rotation:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object DegEdit: TEdit
|
||
|
AnchorSideLeft.Control = Label1
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = ReturnBtn
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
AnchorSideRight.Control = Label1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 101
|
||
|
Height = 23
|
||
|
Top = 10
|
||
|
Width = 64
|
||
|
Alignment = taRightJustify
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Right = 16
|
||
|
TabOrder = 0
|
||
|
Text = 'DegEdit'
|
||
|
end
|
||
|
object ScrollBar1: TScrollBar
|
||
|
AnchorSideLeft.Control = DegEdit
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = ReturnBtn
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
Left = 181
|
||
|
Height = 21
|
||
|
Top = 11
|
||
|
Width = 155
|
||
|
BorderSpacing.Left = 8
|
||
|
PageSize = 0
|
||
|
TabOrder = 1
|
||
|
OnChange = ScrollBar1Change
|
||
|
end
|
||
|
object NextBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = PrintBtn
|
||
|
Left = 451
|
||
|
Height = 25
|
||
|
Top = 9
|
||
|
Width = 74
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Right = 12
|
||
|
Caption = 'Next Pair'
|
||
|
OnClick = NextBtnClick
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object Bevel1: TBevel
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideRight.Control = Panel1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 1
|
||
|
Height = 8
|
||
|
Top = 1
|
||
|
Width = 660
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
Shape = bsTopLine
|
||
|
end
|
||
|
object PrintBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = ReturnBtn
|
||
|
Left = 537
|
||
|
Height = 25
|
||
|
Top = 9
|
||
|
Width = 51
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Right = 12
|
||
|
Caption = 'Print'
|
||
|
OnClick = PrintBtnClick
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Panel1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 600
|
||
|
Height = 25
|
||
|
Top = 9
|
||
|
Width = 61
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
OnClick = ReturnBtnClick
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
end
|
||
|
end
|