/
YakuninAV
/
Convertors
Обзор
Документация
Войти
/
YakuninAV
/
Convertors
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PIR/PIRTableDescriptorItemFrame.dfm
111 строк
2 KB
YakuninAV
begin with gitflick
31 июл 2026, 15:21
31 июл 2026, 15:21
1dc0fc6
Код
Авторство
О чём код?
object frameDescriptorItem: TframeDescriptorItem Left = 0 Top = 0 Width = 458 Height = 91 TabOrder = 0 DesignSize = ( 458 91) object bvlTop: TBevel Left = 2 Top = 1 Width = 454 Height = 87 Anchors = [akLeft, akTop, akRight] Shape = bsFrame Style = bsRaised end object lblItemName: TLabel Left = 8 Top = 8 Width = 59 Height = 13 Caption = 'lblItemName' end object cbbSrcType: TComboBox Left = 6 Top = 28 Width = 97 Height = 21 Style = csDropDownList TabOrder = 0 end object edtRow: TEdit Left = 126 Top = 28 Width = 33 Height = 21 TabOrder = 1 Text = '0' end object edtCol: TEdit Left = 190 Top = 28 Width = 33 Height = 21 TabOrder = 2 Text = '0' end object udRow: TUpDown Left = 159 Top = 28 Width = 16 Height = 21 Associate = edtRow Min = -1 TabOrder = 3 end object udCol: TUpDown Left = 223 Top = 28 Width = 16 Height = 21 Associate = edtCol Min = -1 TabOrder = 4 end object mmoSource: TMemo Left = 6 Top = 55 Width = 447 Height = 29 Anchors = [akLeft, akTop, akRight] Lines.Strings = ( 'mmoSource') TabOrder = 5 end object btnColor: TBitBtn Left = 297 Top = 24 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'btnColor' TabOrder = 6 OnClick = btnColorClick end object btnFont: TBitBtn Left = 378 Top = 24 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'btnFont' TabOrder = 7 OnClick = btnFontClick end object dlgColor: TColorDialog Left = 248 Top = 32 end object dlgFont: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Left = 296 Top = 32 end end