You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
78 lines
1.4 KiB
Plaintext
78 lines
1.4 KiB
Plaintext
object RotateFrm: TRotateFrm
|
|
Left = 135
|
|
Height = 442
|
|
Top = 95
|
|
Width = 662
|
|
Caption = 'Manual Rotation of Factors'
|
|
ClientHeight = 442
|
|
ClientWidth = 662
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.26.2'
|
|
object Image1: TImage
|
|
Height = 396
|
|
Width = 662
|
|
Align = alClient
|
|
end
|
|
object Panel1: TPanel
|
|
Height = 46
|
|
Top = 396
|
|
Width = 662
|
|
Align = alBottom
|
|
ClientHeight = 46
|
|
ClientWidth = 662
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 16
|
|
Width = 78
|
|
Caption = 'Points Rotation:'
|
|
ParentColor = False
|
|
end
|
|
object DegEdit: TEdit
|
|
Left = 88
|
|
Height = 18
|
|
Top = 10
|
|
Width = 36
|
|
TabOrder = 0
|
|
Text = 'DegEdit'
|
|
end
|
|
object ScrollBar1: TScrollBar
|
|
Left = 137
|
|
Height = 21
|
|
Top = 10
|
|
Width = 141
|
|
TabOrder = 1
|
|
OnChange = ScrollBar1Change
|
|
end
|
|
object NextBtn: TButton
|
|
Left = 296
|
|
Height = 30
|
|
Top = 10
|
|
Width = 80
|
|
Caption = 'Next Pair'
|
|
OnClick = NextBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object PrintBtn: TButton
|
|
Left = 416
|
|
Height = 28
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Print'
|
|
OnClick = PrintBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 536
|
|
Height = 28
|
|
Top = 408
|
|
Width = 80
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
OnClick = ReturnBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|