/
dimferon
/
AstrobloQ
Обзор
Документация
Войти
/
dimferon
/
AstrobloQ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
source/fMonitor.pas
39 строк
485 B
glscene
UniverseAGI included
10 янв 2025, 15:05
10 янв 2025, 15:05
5e6ea7a
Код
Авторство
О чём код?
unit fMonitor; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.ComCtrls, fForm, /// fStarLife, fStarProj, fdForm; type TFormMonitor = class(TFormG) PanelBottom: TPanel; ButtonOk: TButton; TreeView1: TTreeView; private public end; var FormMonitor: TFormMonitor; implementation {$R *.dfm} end.