/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/utilities/keymap/fdKeymap.dfm
78 строк
1 KB
glscene
Updated avi recorder
23 янв 2026, 11:30
23 янв 2026, 11:30
50d5f68
Код
Авторство
О чём код?
object FormKeymap: TFormKeymap Left = 209 Top = 108 Margins.Left = 2 Margins.Top = 2 Margins.Right = 2 Margins.Bottom = 2 Caption = 'Key Map' ClientHeight = 128 ClientWidth = 286 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 8 Top = 32 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Type key to map to this panel...' end object Label2: TLabel Left = 8 Top = 8 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Click a panel to choose the key' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end object PAUp: TPanel Left = 88 Top = 64 Width = 105 Height = 25 Caption = 'MBUTTON' TabOrder = 0 OnClick = PAUpClick end object PALeft: TPanel Left = 8 Top = 96 Width = 97 Height = 25 Caption = 'LBUTTON' TabOrder = 1 OnClick = PAUpClick end object PARight: TPanel Left = 176 Top = 96 Width = 97 Height = 25 Caption = 'RBUTTON' TabOrder = 2 OnClick = PAUpClick end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer Left = 8 Top = 56 end end