fxDash.fmx 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. object FormDash: TFormDash
  2. Left = 0
  3. Top = 0
  4. Caption = 'DashGR32x'
  5. ClientHeight = 688
  6. ClientWidth = 556
  7. Position = ScreenCenter
  8. FormFactor.Width = 320
  9. FormFactor.Height = 480
  10. FormFactor.Devices = [Desktop]
  11. OnShow = TrackBar1Change
  12. DesignerMasterStyle = 3
  13. object Image1: TImage
  14. MultiResBitmap = <
  15. item
  16. end>
  17. Align = Client
  18. Size.Width = 556.000000000000000000
  19. Size.Height = 586.000000000000000000
  20. Size.PlatformDefault = False
  21. end
  22. object ToolBar1: TToolBar
  23. Padding.Left = 5.000000000000000000
  24. Padding.Top = 5.000000000000000000
  25. Padding.Right = 5.000000000000000000
  26. Padding.Bottom = 5.000000000000000000
  27. Size.Width = 556.000000000000000000
  28. Size.Height = 48.000000000000000000
  29. Size.PlatformDefault = False
  30. TabOrder = 2
  31. object TrackBar1: TTrackBar
  32. Align = VertCenter
  33. CanParentFocus = True
  34. Min = 1.000000000000000000
  35. Orientation = Horizontal
  36. Position.X = 76.000000000000000000
  37. Position.Y = 8.000000000000000000
  38. Size.Width = 475.000000000000000000
  39. Size.Height = 32.000000000000000000
  40. Size.PlatformDefault = False
  41. TabOrder = 0
  42. Value = 20.000000000000000000
  43. OnChange = TrackBar1Change
  44. end
  45. object DashChk: TCheckBox
  46. Align = Left
  47. IsChecked = True
  48. Position.X = 5.000000000000000000
  49. Position.Y = 5.000000000000000000
  50. Size.Width = 71.000000000000000000
  51. Size.Height = 38.000000000000000000
  52. Size.PlatformDefault = False
  53. TabOrder = 1
  54. Text = 'Dash'
  55. OnChange = TrackBar1Change
  56. end
  57. end
  58. object Panel1: TLayout
  59. Align = Bottom
  60. Position.Y = 634.000000000000000000
  61. Size.Width = 556.000000000000000000
  62. Size.Height = 54.000000000000000000
  63. Size.PlatformDefault = False
  64. TabOrder = 3
  65. object Button1: TButton
  66. Align = Center
  67. Size.Width = 129.000000000000000000
  68. Size.Height = 44.000000000000000000
  69. Size.PlatformDefault = False
  70. TabOrder = 0
  71. Text = 'Refresh'
  72. TextSettings.Trimming = None
  73. OnClick = TrackBar1Change
  74. end
  75. end
  76. end