/
YakuninAV
/
Convertors
Обзор
Документация
Войти
/
YakuninAV
/
Convertors
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Core/dbdMessageFrm.dfm
62 строки
1 KB
YakuninAV
begin with gitflick
31 июл 2026, 15:21
31 июл 2026, 15:21
1dc0fc6
Код
Авторство
О чём код?
object TdbdMsgForm: TTdbdMsgForm Left = 0 Top = 0 Caption = 'TdbdMsgForm' ClientHeight = 528 ClientWidth = 661 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] DesignSize = ( 661 528) TextHeight = 15 object mmoLog: TMemo Left = 0 Top = 0 Width = 661 Height = 490 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'mmoLog') ScrollBars = ssBoth TabOrder = 0 ExplicitWidth = 657 ExplicitHeight = 489 end object btnOK: TButton Left = 16 Top = 497 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 ExplicitTop = 496 end object btnIgnore: TButton Left = 104 Top = 497 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Ignore' TabOrder = 2 ExplicitTop = 496 end object btnCancel: TButton Left = 192 Top = 496 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Cancel' TabOrder = 3 ExplicitTop = 495 end end