142 lines
2.5 KiB
Plaintext
142 lines
2.5 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 IntNum1: TIntNum
|
|
Left = 105
|
|
Top = 85
|
|
Width = 56
|
|
Height = 20
|
|
TabOrder = 5
|
|
Text = '1883'
|
|
Value = 1883
|
|
Min = 0
|
|
Max = 999999
|
|
ErrorMessage = '[No Text]'
|
|
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 = 7
|
|
OnClick = Button2Click
|
|
end
|
|
end
|