MMCL/agents/delphi_nilm_agent/__history/uMain.dfm.~4~
2026-09-04 11:24:42 +09:00

78 lines
1.6 KiB
Plaintext

object fMain: TfMain
Left = 0
Top = 0
Caption = 'MMCL NILM MQTT Agent'
ClientHeight = 556
ClientWidth = 747
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object btnStart: TButton
Left = 8
Top = 8
Width = 120
Height = 40
Caption = 'Start Agent'
TabOrder = 0
OnClick = btnStartClick
end
object btnStop: TButton
Left = 134
Top = 8
Width = 120
Height = 40
Caption = 'Stop Agent'
TabOrder = 1
OnClick = btnStopClick
end
object PageControl1: TPageControl
Left = 0
Top = 64
Width = 747
Height = 492
ActivePage = TabSheet1
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'System Log'
object memLog: TMemo
Left = 0
Top = 0
Width = 739
Height = 462
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
ExplicitLeft = 80
ExplicitTop = 72
ExplicitWidth = 451
ExplicitHeight = 230
end
end
object TabSheet2: TTabSheet
Caption = 'MQTT Log'
ImageIndex = 1
object memLogMqtt: TMemo
Left = 0
Top = 0
Width = 739
Height = 462
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
ExplicitLeft = 80
ExplicitTop = 72
ExplicitWidth = 451
ExplicitHeight = 230
end
end
end
end