FormLogger.fmx 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. object fmLogger: TfmLogger
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu]
  5. Caption = #26085#24535
  6. ClientHeight = 480
  7. ClientWidth = 664
  8. Position = ScreenCenter
  9. FormFactor.Width = 320
  10. FormFactor.Height = 480
  11. FormFactor.Devices = [Desktop]
  12. OnCreate = FormCreate
  13. DesignerMasterStyle = 0
  14. object btnClear: TButton
  15. Anchors = [akTop, akRight]
  16. CanFocus = False
  17. Position.X = 576.000000000000000000
  18. Position.Y = 8.000000000000000000
  19. TabOrder = 0
  20. Text = 'Clear'
  21. TextSettings.Trimming = None
  22. OnClick = btnClearClick
  23. end
  24. object pnl1: TPanel
  25. Anchors = [akLeft, akTop, akRight, akBottom]
  26. Position.X = 8.000000000000000000
  27. Position.Y = 8.000000000000000000
  28. Size.Width = 560.000000000000000000
  29. Size.Height = 464.000000000000000000
  30. Size.PlatformDefault = False
  31. TabOrder = 1
  32. object mmoLog: TMemo
  33. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  34. DataDetectorTypes = []
  35. ReadOnly = True
  36. StyledSettings = [Size, Style, FontColor]
  37. TextSettings.Font.Family = #23435#20307
  38. TextSettings.WordWrap = True
  39. Align = Client
  40. Margins.Left = 5.000000000000000000
  41. Margins.Top = 2.000000000000000000
  42. Margins.Right = 2.000000000000000000
  43. Margins.Bottom = 2.000000000000000000
  44. Size.Width = 553.000000000000000000
  45. Size.Height = 460.000000000000000000
  46. Size.PlatformDefault = False
  47. TabOrder = 0
  48. Viewport.Width = 549.000000000000000000
  49. Viewport.Height = 456.000000000000000000
  50. end
  51. end
  52. end