/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/Graphics32/Examples/Transformation/Sphere/UnitMain.dfm
38 строк
868 B
glscene
fixed external
22 янв 2026, 10:40
22 янв 2026, 10:40
9308f18
Код
Авторство
О чём код?
object FormMain: TFormMain Left = 0 Top = 0 Caption = 'Spherical projection example' ClientHeight = 719 ClientWidth = 1033 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] WindowState = wsMaximized OnResize = FormResize OnShow = FormShow TextHeight = 15 object PaintBox32: TPaintBox32 Left = 0 Top = 0 Width = 1033 Height = 719 Align = alClient TabOrder = 0 TabStop = True OnDblClick = PaintBox32DblClick OnMouseDown = PaintBox32MouseDown OnMouseMove = PaintBox32MouseMove OnMouseUp = PaintBox32MouseUp OnMouseWheel = PaintBox32MouseWheel OnPaintBuffer = PaintBox32PaintBuffer end object TimerRotate: TTimer Interval = 200 OnTimer = TimerRotateTimer Left = 492 Top = 244 end end