object frmConfigMQTT: TfrmConfigMQTT Left = 378 Top = 125 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Config MQTT' ClientHeight = 260 ClientWidth = 385 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #44404#47548 Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 57 Top = 23 Width = 41 Height = 15 Alignment = taRightJustify Caption = 'Topic' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 29 Top = 81 Width = 69 Height = 15 Alignment = taRightJustify Caption = 'Broker IP' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 13 Top = 110 Width = 85 Height = 15 Alignment = taRightJustify Caption = 'Broker Port' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 64 Top = 139 Width = 34 Height = 15 Alignment = taRightJustify Caption = 'User' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 25 Top = 168 Width = 73 Height = 15 Alignment = taRightJustify Caption = 'Password' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 35 Top = 52 Width = 63 Height = 15 Alignment = taRightJustify Caption = 'Client ID' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 113 Top = 20 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Edit2: TEdit Left = 113 Top = 49 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object Edit3: TEdit Left = 113 Top = 78 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 2 Text = '127.0.0.1' end object Edit5: TEdit Left = 113 Top = 136 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object Edit6: TEdit Left = 113 Top = 165 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False PasswordChar = '#' TabOrder = 4 end object Button1: TButton Left = 209 Top = 213 Width = 80 Height = 30 Caption = 'Save' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 294 Top = 213 Width = 80 Height = 30 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = Button2Click end object Edit4: TEdit Left = 113 Top = 107 Width = 261 Height = 23 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #44404#47548 Font.Style = [fsBold] NumbersOnly = True ParentFont = False TabOrder = 7 Text = '0000' end end