object NewRoom: TNewRoom Left = 399 Top = 245 BorderStyle = bsDialog Caption = 'Vytvo'#345'en'#237' m'#237'stnosti' ClientHeight = 103 ClientWidth = 275 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow DesignSize = ( 275 103) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 114 Height = 13 Caption = 'Zadejte jm'#233'no m'#237'stnosti:' end object Button2: TButton Left = 144 Top = 70 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 0 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 8 Top = 48 Width = 121 Height = 17 Caption = 'Soukrom'#225' m'#237'stnost' TabOrder = 1 end object Button1: TButton Left = 61 Top = 71 Width = 68 Height = 25 Caption = 'Ok' TabOrder = 2 OnClick = Button1Click end object Edit1: TEdit Left = 8 Top = 22 Width = 259 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 3 end end