/
IvanPolyakov
/
LabWork_5
Обзор
Документация
Войти
/
IvanPolyakov
/
LabWork_5
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Unit1.dfm
48 строк
1 KB
IvanPolyakov
create: Mendeleev.cpp, MendeleevPCH1.h, Unit1.cpp, Unit1.dfm, Unit1.h, Mendeleev.cbproj
06 май 2026, 08:08
Верифицирован
06 май 2026, 08:08
8c8233d
Код
Авторство
О чём код?
object Form1: TForm1 Left = 0 Top = 0 Caption = #1058#1072#1073#1083#1080#1094#1072' '#1052#1077#1085#1076#1077#1083#1077#1077#1074#1072 ClientHeight = 600 ClientWidth = 1000 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OnCreate = FormCreate TextHeight = 15 object PaintBox1: TPaintBox Left = 0 Top = 400 Width = 600 Height = 200 OnPaint = PaintBox1Paint end object LabelInfo: TLabel Left = 610 Top = 400 Width = 3 Height = 15 WordWrap = True end object Grid: TStringGrid Left = 0 Top = 0 Width = 1000 Height = 400 ColCount = 18 DefaultColWidth = 50 DefaultRowHeight = 40 FixedCols = 0 RowCount = 10 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] TabOrder = 0 OnClick = GridClick end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer end end