/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/AdvDemos/GLSViewer/Source/fGLDialog.dfm
80 строк
1 KB
glscene
Updated graph/GraphC.cbproj
20 ноя 2025, 15:21
20 ноя 2025, 15:21
56f8d16
Код
Авторство
О чём код?
inherited GLDialog: TGLDialog BorderIcons = [biSystemMenu] Caption = 'GLScene Dialog' ClientHeight = 362 ClientWidth = 484 StyleElements = [seFont, seClient, seBorder] ExplicitWidth = 500 ExplicitHeight = 401 TextHeight = 21 object PanelTop: TPanel Left = 0 Top = 0 Width = 484 Height = 35 Align = alTop TabOrder = 0 ExplicitWidth = 476 end object PanelMiddle: TPanel Left = 0 Top = 35 Width = 484 Height = 286 Align = alClient TabOrder = 1 ExplicitWidth = 476 ExplicitHeight = 261 object Memo: TMemo Left = 1 Top = 1 Width = 482 Height = 284 Align = alClient Lines.Strings = ( '' '' '') TabOrder = 0 ExplicitWidth = 474 ExplicitHeight = 259 end end object PanelBottom: TPanel Left = 0 Top = 321 Width = 484 Height = 41 Align = alBottom TabOrder = 2 ExplicitTop = 296 ExplicitWidth = 476 object ButtonOK: TButton Left = 126 Top = 6 Width = 93 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 238 Top = 6 Width = 93 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonHelp: TButton Left = 337 Top = 6 Width = 98 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = ButtonHelpClick end end end