SmartFactory_NEOL/SOURCE/NILM_Viewer_D104/uConfigMQTT.dfm
2026-09-04 14:06:10 +09:00

139 lines
2.4 KiB
Plaintext

object frmConfigMQTT: TfrmConfigMQTT
Left = 378
Top = 125
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Config MQTT'
ClientHeight = 229
ClientWidth = 384
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #44404#47548
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 20
Top = 15
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'Topic'
end
object Label2: TLabel
Left = 20
Top = 65
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'Broker IP'
end
object Label3: TLabel
Left = 20
Top = 90
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'Broker Port'
end
object Label4: TLabel
Left = 20
Top = 115
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'User'
end
object Label5: TLabel
Left = 20
Top = 140
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'Password'
end
object Label6: TLabel
Left = 20
Top = 40
Width = 70
Height = 12
Alignment = taRightJustify
AutoSize = False
Caption = 'Client ID'
end
object Edit1: TEdit
Left = 105
Top = 12
Width = 261
Height = 20
TabOrder = 0
end
object Edit2: TEdit
Left = 105
Top = 37
Width = 261
Height = 20
TabOrder = 1
end
object Edit3: TEdit
Left = 105
Top = 62
Width = 106
Height = 20
TabOrder = 2
Text = '127.0.0.1'
end
object Edit5: TEdit
Left = 105
Top = 112
Width = 261
Height = 20
TabOrder = 3
end
object Edit6: TEdit
Left = 105
Top = 137
Width = 261
Height = 20
TabOrder = 4
end
object Button1: TButton
Left = 100
Top = 185
Width = 75
Height = 25
Caption = 'Save'
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 185
Top = 185
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 5
OnClick = Button2Click
end
object Edit4: TEdit
Left = 105
Top = 87
Width = 106
Height = 20
NumbersOnly = True
TabOrder = 7
Text = '0000'
end
end