/
DmitryBar
/
computer_modeling
Обзор
Документация
Войти
/
DmitryBar
/
computer_modeling
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Lab4/Sources/Interface/fTableC.dfm
105 строк
2 KB
Dmitry
Выполнение лабораторной 4
26 дек 2024, 16:00
26 дек 2024, 16:00
732519d
Код
Авторство
О чём код?
object FormTable: TFormTable Left = 0 Top = 0 Caption = 'GEO Table' ClientHeight = 458 ClientWidth = 708 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Position = poScreenCenter TextHeight = 13 object PanelRight: TPanel Left = 588 Top = 0 Width = 120 Height = 458 Align = alRight TabOrder = 0 DesignSize = ( 120 458) object RadioGroup1: TRadioGroup Left = 6 Top = 143 Width = 105 Height = 302 Anchors = [akTop, akRight] Caption = 'Select class:' Items.Strings = ( 'A_Delaunay' 'A_Voronoi' 'B_Delaunay' 'B_Voronoi' 'F_Delaunay' 'F_Voronoi' 'G_Delaunay' 'G_Voronoi' 'K_Delaunay' 'K_Voronoi' 'M_Delaunay' 'M_Voronoi' 'O_Delaunay' 'O_Voronoi') TabOrder = 0 end object RadioGroup2: TRadioGroup Left = 6 Top = 8 Width = 111 Height = 129 Anchors = [akTop, akRight] Caption = 'Tables:' TabOrder = 1 end end object PanelLeft: TPanel Left = 0 Top = 0 Width = 588 Height = 458 Align = alClient TabOrder = 1 object DBGrid1: TDBGrid Left = 1 Top = 1 Width = 586 Height = 456 Align = alClient DataSource = DataSource1 ReadOnly = True TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] end end object FDConnection1: TFDConnection Left = 208 Top = 16 end object FDQuery1: TFDQuery Connection = FDConnection1 Left = 208 Top = 96 end object FDPhysSQLiteDriverLink1: TFDPhysSQLiteDriverLink Left = 344 Top = 96 end object DataSource1: TDataSource DataSet = FDQuery2 Left = 488 Top = 16 end object FDQuery2: TFDQuery Connection = FDConnection1 Left = 344 Top = 16 end end