object FormMenu: TFormMenu Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'MyChess 1.0' ClientHeight = 467 ClientWidth = 256 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu OldCreateOrder = False Visible = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GBPlayerInfo: TGroupBox Left = 5 Top = 240 Width = 245 Height = 219 Caption = 'Info hr'#225#269'e' TabOrder = 0 object LblName: TLabel Left = 16 Top = 32 Width = 35 Height = 13 Caption = 'Jm'#233'no:' end object LblWins: TLabel Left = 16 Top = 64 Width = 104 Height = 13 Caption = 'Po'#269'et vyhran'#253'ch her:' end object LblLose: TLabel Left = 16 Top = 96 Width = 108 Height = 13 Caption = 'Po'#269'et prohran'#253'ch her:' end object LblStaleMates: TLabel Left = 16 Top = 128 Width = 59 Height = 13 Caption = 'Po'#269'et rem'#237'z:' end object LblSavedGame: TLabel Left = 16 Top = 160 Width = 76 Height = 13 Caption = 'Nedohran'#225' hra:' end end object GBLogin: TGroupBox Left = 5 Top = 0 Width = 245 Height = 241 Caption = 'P'#345'ihl'#225#353'en'#237 TabOrder = 1 object BtnLogin: TButton Left = 16 Top = 209 Width = 70 Height = 25 Caption = 'P'#345'ihl'#225'sit' Default = True Enabled = False TabOrder = 0 OnClick = BtnLoginClick end object BtnNewPlayer: TButton Left = 92 Top = 209 Width = 65 Height = 25 Caption = 'Nov'#253' hr'#225#269 TabOrder = 1 OnClick = BtnNewPlayerClick end object LBPlayersList: TListBox Left = 16 Top = 24 Width = 212 Height = 179 ItemHeight = 13 TabOrder = 2 OnDblClick = BtnLoginClick end object BtnDeletePlayer: TButton Left = 163 Top = 209 Width = 65 Height = 25 Caption = 'Zru'#353' hr'#225#269'e' Enabled = False TabOrder = 3 OnClick = BtnDeletePlayerClick end end object GBOperations: TGroupBox Left = 5 Top = 0 Width = 245 Height = 241 Caption = 'P'#345'ihl'#225#353'en'#237 TabOrder = 2 Visible = False object BtnNewGame: TButton Left = 24 Top = 33 Width = 193 Height = 25 Caption = 'Nov'#225' Hra' Default = True TabOrder = 0 OnClick = NewGameClick end object BtnLoadGame: TButton Left = 24 Top = 89 Width = 193 Height = 25 Caption = 'Na'#269#237'st nedohranou hru' Enabled = False TabOrder = 1 OnClick = BtnLoadGameClick end object BtnSwitchPlayers: TButton Left = 24 Top = 178 Width = 89 Height = 25 Caption = 'P'#345'epnout hr'#225#269'e' TabOrder = 2 OnClick = BtnSwitchPlayersClick end object BtnQuit: TButton Left = 128 Top = 178 Width = 89 Height = 25 Cancel = True Caption = 'Konec' TabOrder = 3 OnClick = QuitClick end end object MainMenu: TMainMenu Left = 16 Top = 424 object StartMenu: TMenuItem Caption = 'Start' object NewGame: TMenuItem Caption = 'Nov'#225' hra' Enabled = False ShortCut = 16462 OnClick = NewGameClick end object LoadGame: TMenuItem Caption = 'Na'#269#237'st hru' Enabled = False ShortCut = 16460 end object SwitchPlayers: TMenuItem Caption = 'Zm'#283'nit hr'#225#269'e' Enabled = False end object Quit: TMenuItem Caption = 'Konec' ShortCut = 16465 OnClick = QuitClick end end object SettingsMenu: TMenuItem Caption = 'Nastaven'#237 object ChangeSkin: TMenuItem Caption = 'Zm'#283'na vzhledu' OnClick = ChangeSkinClick end end end end