You've already forked lazarus-ccr
267 lines
4.5 KiB
Plaintext
267 lines
4.5 KiB
Plaintext
![]() |
object Rot3DFrm: TRot3DFrm
|
||
|
Left = 77
|
||
|
Height = 577
|
||
|
Top = 102
|
||
|
Width = 757
|
||
|
Caption = 'Three Dimension Rotation'
|
||
|
ClientHeight = 577
|
||
|
ClientWidth = 757
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '0.9.26.2'
|
||
|
object Label1: TLabel
|
||
|
Left = 624
|
||
|
Height = 14
|
||
|
Top = 8
|
||
|
Width = 93
|
||
|
Caption = 'Click the X, Y and Z'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
Left = 623
|
||
|
Height = 14
|
||
|
Top = 24
|
||
|
Width = 93
|
||
|
Caption = 'Variables to Rotate'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label3: TLabel
|
||
|
Left = 600
|
||
|
Height = 14
|
||
|
Top = 256
|
||
|
Width = 7
|
||
|
Caption = 'X'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label4: TLabel
|
||
|
Left = 664
|
||
|
Height = 14
|
||
|
Top = 256
|
||
|
Width = 7
|
||
|
Caption = 'Y'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label5: TLabel
|
||
|
Left = 723
|
||
|
Height = 14
|
||
|
Top = 255
|
||
|
Width = 7
|
||
|
Caption = 'Z'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label6: TLabel
|
||
|
Left = 594
|
||
|
Height = 14
|
||
|
Top = 270
|
||
|
Width = 17
|
||
|
Caption = '-90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label7: TLabel
|
||
|
Left = 656
|
||
|
Height = 14
|
||
|
Top = 270
|
||
|
Width = 17
|
||
|
Caption = '-90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label8: TLabel
|
||
|
Left = 720
|
||
|
Height = 14
|
||
|
Top = 272
|
||
|
Width = 17
|
||
|
Caption = '-90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label9: TLabel
|
||
|
Left = 598
|
||
|
Height = 14
|
||
|
Top = 448
|
||
|
Width = 13
|
||
|
Caption = '90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label10: TLabel
|
||
|
Left = 660
|
||
|
Height = 14
|
||
|
Top = 448
|
||
|
Width = 13
|
||
|
Caption = '90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label11: TLabel
|
||
|
Left = 723
|
||
|
Height = 14
|
||
|
Top = 448
|
||
|
Width = 13
|
||
|
Caption = '90'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label12: TLabel
|
||
|
Left = 641
|
||
|
Height = 14
|
||
|
Top = 472
|
||
|
Width = 41
|
||
|
Caption = 'Degrees'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label13: TLabel
|
||
|
Left = 16
|
||
|
Height = 14
|
||
|
Top = 537
|
||
|
Width = 7
|
||
|
Caption = 'X'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label14: TLabel
|
||
|
Left = 112
|
||
|
Height = 14
|
||
|
Top = 538
|
||
|
Width = 7
|
||
|
Caption = 'Y'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label15: TLabel
|
||
|
Left = 201
|
||
|
Height = 14
|
||
|
Top = 536
|
||
|
Width = 7
|
||
|
Caption = 'Z'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Image1: TImage
|
||
|
Left = 8
|
||
|
Height = 500
|
||
|
Top = 7
|
||
|
Width = 562
|
||
|
end
|
||
|
object VarList: TListBox
|
||
|
Left = 593
|
||
|
Height = 204
|
||
|
Top = 40
|
||
|
Width = 147
|
||
|
OnClick = VarListClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object XScroll: TScrollBar
|
||
|
Left = 594
|
||
|
Height = 151
|
||
|
Top = 288
|
||
|
Width = 22
|
||
|
Kind = sbVertical
|
||
|
TabOrder = 1
|
||
|
OnScroll = XScrollScroll
|
||
|
end
|
||
|
object YScroll: TScrollBar
|
||
|
Left = 656
|
||
|
Height = 151
|
||
|
Top = 288
|
||
|
Width = 22
|
||
|
Kind = sbVertical
|
||
|
TabOrder = 2
|
||
|
OnScroll = YScrollScroll
|
||
|
end
|
||
|
object ZScroll: TScrollBar
|
||
|
Left = 720
|
||
|
Height = 151
|
||
|
Top = 288
|
||
|
Width = 19
|
||
|
Kind = sbVertical
|
||
|
TabOrder = 3
|
||
|
OnScroll = ZScrollScroll
|
||
|
end
|
||
|
object XDegEdit: TEdit
|
||
|
Left = 590
|
||
|
Height = 19
|
||
|
Top = 489
|
||
|
Width = 35
|
||
|
TabOrder = 4
|
||
|
Text = 'XDegEdit'
|
||
|
end
|
||
|
object YDegEdit: TEdit
|
||
|
Left = 656
|
||
|
Height = 19
|
||
|
Top = 489
|
||
|
Width = 35
|
||
|
TabOrder = 5
|
||
|
Text = 'XDegEdit'
|
||
|
end
|
||
|
object ZDegEdit: TEdit
|
||
|
Left = 712
|
||
|
Height = 19
|
||
|
Top = 489
|
||
|
Width = 35
|
||
|
TabOrder = 6
|
||
|
Text = 'XDegEdit'
|
||
|
end
|
||
|
object XEdit: TEdit
|
||
|
Left = 33
|
||
|
Height = 16
|
||
|
Top = 535
|
||
|
Width = 57
|
||
|
TabOrder = 7
|
||
|
Text = 'XEdit'
|
||
|
end
|
||
|
object YEdit: TEdit
|
||
|
Left = 127
|
||
|
Height = 18
|
||
|
Top = 534
|
||
|
Width = 57
|
||
|
TabOrder = 8
|
||
|
Text = 'YEdit'
|
||
|
end
|
||
|
object ZEdit: TEdit
|
||
|
Left = 214
|
||
|
Height = 16
|
||
|
Top = 535
|
||
|
Width = 56
|
||
|
TabOrder = 9
|
||
|
Text = 'ZEdit'
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
Left = 383
|
||
|
Height = 29
|
||
|
Top = 528
|
||
|
Width = 78
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 10
|
||
|
end
|
||
|
object CancelBtn: TButton
|
||
|
Left = 480
|
||
|
Height = 29
|
||
|
Top = 528
|
||
|
Width = 78
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
OnClick = CancelBtnClick
|
||
|
TabOrder = 11
|
||
|
end
|
||
|
object PrintBtn: TButton
|
||
|
Left = 576
|
||
|
Height = 29
|
||
|
Top = 528
|
||
|
Width = 78
|
||
|
Caption = 'Print'
|
||
|
OnClick = PrintBtnClick
|
||
|
TabOrder = 12
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
Left = 669
|
||
|
Height = 29
|
||
|
Top = 528
|
||
|
Width = 78
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
OnClick = ReturnBtnClick
|
||
|
TabOrder = 13
|
||
|
end
|
||
|
object PrintDialog1: TPrintDialog
|
||
|
left = 315
|
||
|
top = 527
|
||
|
end
|
||
|
object PrinterSetupDialog1: TPrinterSetupDialog
|
||
|
left = 277
|
||
|
top = 518
|
||
|
end
|
||
|
end
|