MMCL/SOURCE/agents/delphi_nilm_agent/__history/uMain.dfm.~7~
2026-09-04 11:27:31 +09:00

76 lines
1.6 KiB
Plaintext

object fMain: TfMain
Left = 0
Top = 0
Caption = 'MMCL NILM MQTT Agent'
ClientHeight = 441
ClientWidth = 624
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 = 624
Height = 377
ActivePage = TabSheet2
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'System Log'
object memLog: TMemo
Left = 0
Top = 0
Width = 616
Height = 347
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = 'MQTT Log'
ImageIndex = 1
object memLogMqtt: TMemo
Left = 0
Top = 0
Width = 616
Height = 347
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tnet'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
end
end