object Form1: TForm1 Left = 240 Top = 216 Width = 303 Height = 300 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 16 Width = 75 Height = 25 Caption = 'Load' TabOrder = 0 OnClick = Button1Click end object ListBox1: TListBox Left = 96 Top = 16 Width = 185 Height = 241 ItemHeight = 13 TabOrder = 1 end object Button2: TButton Left = 8 Top = 136 Width = 75 Height = 25 Caption = 'Tile' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 8 Top = 168 Width = 75 Height = 25 Caption = 'Cascade' TabOrder = 3 OnClick = Button3Click end object BitBtn1: TBitBtn Left = 8 Top = 56 Width = 75 Height = 25 Caption = 'Show' TabOrder = 4 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 8 Top = 88 Width = 75 Height = 25 Caption = 'Hide' TabOrder = 5 OnClick = BitBtn2Click end object OpenDialog1: TOpenDialog Filter = 'DMR Soubory|*.dmr' Left = 144 Top = 32 end end