utest.lfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. object Form1: TForm1
  2. Left = 353
  3. Height = 283
  4. Top = 169
  5. Width = 368
  6. Caption = 'BCXButton'
  7. ClientHeight = 283
  8. ClientWidth = 368
  9. DesignTimePPI = 72
  10. OnCreate = FormCreate
  11. OnDestroy = FormDestroy
  12. LCLVersion = '1.9.0.0'
  13. object vs1: TBGRAVirtualScreen
  14. Left = 0
  15. Height = 283
  16. Top = 0
  17. Width = 368
  18. OnRedraw = vs1Redraw
  19. Align = alClient
  20. Alignment = taLeftJustify
  21. ClientHeight = 283
  22. ClientWidth = 368
  23. Color = clWhite
  24. ParentColor = False
  25. ParentFont = False
  26. TabOrder = 0
  27. object BCXButton2: TBCXButton
  28. Left = 12
  29. Height = 39
  30. Top = 120
  31. Width = 318
  32. OnRenderControl = BCXButton1RenderControl
  33. Caption = 'Button 2'
  34. ParentFont = False
  35. end
  36. object BCXButton1: TBCXButton
  37. Left = 12
  38. Height = 30
  39. Top = 6
  40. Width = 102
  41. OnRenderControl = BCXButton1RenderControl
  42. Caption = 'Button 1'
  43. ParentFont = False
  44. end
  45. object BCXButton3: TBCXButton
  46. Left = 12
  47. Height = 30
  48. Top = 42
  49. Width = 102
  50. OnRenderControl = BCXButton3RenderControl
  51. Caption = 'Button 3'
  52. ParentFont = False
  53. end
  54. object BCXButton4: TBCXButton
  55. Left = 12
  56. Height = 30
  57. Top = 78
  58. Width = 102
  59. OnRenderControl = BCXButton3RenderControl
  60. Caption = 'Button 4'
  61. ParentFont = False
  62. end
  63. object BCXButton5: TBCXButton
  64. Left = 120
  65. Height = 102
  66. Top = 6
  67. Width = 102
  68. OnRenderControl = BCXButton1RenderControl
  69. Caption = 'Button 5'
  70. ParentFont = False
  71. end
  72. object BCXButton6: TBCXButton
  73. Left = 228
  74. Height = 102
  75. Top = 6
  76. Width = 102
  77. OnRenderControl = BCXButton1RenderControl
  78. Caption = 'Button 6'
  79. ParentFont = False
  80. end
  81. object BCXButton7: TBCXButton
  82. Left = 12
  83. Height = 66
  84. Top = 174
  85. Width = 318
  86. OnRenderControl = BCXButton1RenderControl
  87. Caption = 'Button 7'
  88. ParentFont = False
  89. end
  90. end
  91. end