object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 480 ClientWidth = 458 FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop] OnCreate = FormCreate DesignerMasterStyle = 0 object Layout1: TLayout Align = MostTop Size.Width = 458.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False TabOrder = 1 object Label1: TLabel Align = Client Size.Width = 458.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False TextSettings.HorzAlign = Center Text = '0' TabOrder = 0 end end object Layout2: TLayout Align = MostBottom Position.Y = 430.000000000000000000 Size.Width = 458.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False TabOrder = 0 object Button1: TButton Align = Center StyledSettings = [Family, FontColor] Size.Width = 127.000000000000000000 Size.Height = 35.000000000000000000 Size.PlatformDefault = False TabOrder = 0 Text = 'Start' TextSettings.Font.Size = 18.000000000000000000 TextSettings.Font.StyleExt = {00070000000000000004000000} OnClick = Button1Click end end end