Chrono.fmx 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 480
  6. ClientWidth = 458
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnCreate = FormCreate
  11. DesignerMasterStyle = 0
  12. object Layout1: TLayout
  13. Align = MostTop
  14. Size.Width = 458.000000000000000000
  15. Size.Height = 50.000000000000000000
  16. Size.PlatformDefault = False
  17. TabOrder = 1
  18. object Label1: TLabel
  19. Align = Client
  20. Size.Width = 458.000000000000000000
  21. Size.Height = 50.000000000000000000
  22. Size.PlatformDefault = False
  23. TextSettings.HorzAlign = Center
  24. Text = '0'
  25. TabOrder = 0
  26. end
  27. end
  28. object Layout2: TLayout
  29. Align = MostBottom
  30. Position.Y = 430.000000000000000000
  31. Size.Width = 458.000000000000000000
  32. Size.Height = 50.000000000000000000
  33. Size.PlatformDefault = False
  34. TabOrder = 0
  35. object Button1: TButton
  36. Align = Center
  37. StyledSettings = [Family, FontColor]
  38. Size.Width = 127.000000000000000000
  39. Size.Height = 35.000000000000000000
  40. Size.PlatformDefault = False
  41. TabOrder = 0
  42. Text = 'Start'
  43. TextSettings.Font.Size = 18.000000000000000000
  44. TextSettings.Font.StyleExt = {00070000000000000004000000}
  45. OnClick = Button1Click
  46. end
  47. end
  48. end