46 lines
849 B
Plaintext
46 lines
849 B
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 = []
|
|
DesignSize = (
|
|
624
|
|
441)
|
|
TextHeight = 15
|
|
object btnStart: TButton
|
|
Left = 24
|
|
Top = 24
|
|
Width = 120
|
|
Height = 40
|
|
Caption = 'Start Agent'
|
|
TabOrder = 0
|
|
OnClick = btnStartClick
|
|
end
|
|
object btnStop: TButton
|
|
Left = 160
|
|
Top = 24
|
|
Width = 120
|
|
Height = 40
|
|
Caption = 'Stop Agent'
|
|
TabOrder = 1
|
|
OnClick = btnStopClick
|
|
end
|
|
object memLog: TMemo
|
|
Left = 24
|
|
Top = 80
|
|
Width = 577
|
|
Height = 337
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
end
|