object Form1: TForm1 Left = 201 Top = 170 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Hlavi'#269'ka hlavn'#237'ho okna' ClientHeight = 604 ClientWidth = 223 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 40 Width = 173 Height = 13 Caption = 'Zadej &text (Enterem p'#345'id'#225#353' do mema)' FocusControl = Edit1 end object Label2: TLabel Left = 8 Top = 136 Width = 81 Height = 13 Caption = 'Zarovn'#225'n'#237' Mema' end object btn1: TButton Left = 10 Top = 10 Width = 199 Height = 25 Caption = 'Hello World!' TabOrder = 0 OnClick = btn1Click end object Edit1: TEdit Left = 8 Top = 56 Width = 201 Height = 21 TabOrder = 1 OnKeyUp = Edit1KeyUp end object Button1: TButton Left = 8 Top = 80 Width = 201 Height = 25 Caption = 'Vypi'#353 TabOrder = 2 OnClick = Button1Click end object Memo1: TMemo Left = 0 Top = 184 Width = 221 Height = 321 TabOrder = 3 OnClick = Memo1Click OnKeyUp = Memo1KeyUp end object CheckBox1: TCheckBox Left = 8 Top = 112 Width = 129 Height = 17 Caption = 'Lze ps'#225't do mema' Checked = True State = cbChecked TabOrder = 4 OnClick = CheckBox1Click end object ComboBox1: TComboBox Left = 8 Top = 152 Width = 201 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 5 Text = 'Vlevo' OnChange = ComboBox1Change Items.Strings = ( 'Vlevo' 'Vpravo' 'Na st'#345'ed') end object Panel1: TPanel Left = 0 Top = 512 Width = 220 Height = 92 TabOrder = 6 object Label3: TLabel Left = 8 Top = 12 Width = 74 Height = 13 Caption = 'Ozna'#269'en'#253' text: ' end object Label4: TLabel Left = 8 Top = 36 Width = 90 Height = 13 Caption = 'Za'#269#225'tek ozna'#269'en'#237':' end object Label5: TLabel Left = 8 Top = 60 Width = 110 Height = 13 Caption = 'Po'#269'et znak'#367' ozna'#269'en'#237':' end end end