main.fmx 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 480
  6. ClientWidth = 331
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnActivate = FormActivate
  11. OnCreate = FormCreate
  12. OnClose = FormClose
  13. DesignerMasterStyle = 0
  14. object meLog: TMemo
  15. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  16. DataDetectorTypes = []
  17. Align = Client
  18. Size.Width = 331.000000000000000000
  19. Size.Height = 430.000000000000000000
  20. Size.PlatformDefault = False
  21. TabOrder = 0
  22. Viewport.Width = 327.000000000000000000
  23. Viewport.Height = 426.000000000000000000
  24. end
  25. object Layout1: TLayout
  26. Align = MostBottom
  27. Position.Y = 430.000000000000000000
  28. Size.Width = 331.000000000000000000
  29. Size.Height = 50.000000000000000000
  30. Size.PlatformDefault = False
  31. TabOrder = 2
  32. object btnStart: TButton
  33. Align = Center
  34. StyledSettings = [Family, FontColor]
  35. Size.Width = 167.000000000000000000
  36. Size.Height = 35.000000000000000000
  37. Size.PlatformDefault = False
  38. TabOrder = 0
  39. Text = 'Start Scheduler'
  40. TextSettings.Font.Size = 18.000000000000000000
  41. TextSettings.Font.StyleExt = {00070000000000000004000000}
  42. OnClick = btnStartClick
  43. end
  44. end
  45. end