object MainForm: TMainForm Left = 0 Top = 0 Caption = 'MainForm' ClientHeight = 519 ClientWidth = 716 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 716 519) PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 16 Top = 491 Width = 616 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 0 Text = '/ip address {:foreach i in=[find] do={:put ("address=".[get $i a' + 'ddress]." comment=".[get $i comment]." network=".[get $i network' + '])}}' end object Button1: TButton Left = 638 Top = 491 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Odeslat' TabOrder = 1 OnClick = Button1Click end object PageControl1: TPageControl Left = 8 Top = 0 Width = 705 Height = 485 ActivePage = TabSheet1 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 object TabSheet1: TTabSheet Caption = 'TabSheet1' object Memo1: TMemo Left = 0 Top = 0 Width = 697 Height = 457 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end end object TabSheet2: TTabSheet Caption = 'TabSheet2' ImageIndex = 1 object Memo2: TMemo Left = 0 Top = 0 Width = 697 Height = 457 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end end end end