unit1.lfm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. object Form1: TForm1
  2. Left = 214
  3. Height = 403
  4. Top = 122
  5. Width = 331
  6. Caption = 'Form1'
  7. ClientHeight = 403
  8. ClientWidth = 331
  9. Color = clWhite
  10. OnCreate = FormCreate
  11. LCLVersion = '2.0.4.0'
  12. object BCImageButton1: TBCImageButton
  13. Left = 32
  14. Height = 55
  15. Top = 16
  16. Width = 275
  17. AlphaTest = False
  18. Anchors = [akTop, akLeft, akRight]
  19. Animation = False
  20. BitmapFile = 'sample_1.png'
  21. BitmapOptions.AutoDetectRepeat = True
  22. BitmapOptions.MarginTop = 4
  23. BitmapOptions.MarginRight = 4
  24. BitmapOptions.MarginBottom = 2
  25. BitmapOptions.MarginLeft = 2
  26. BitmapOptions.Direction = sdVertical
  27. Caption = 'BCImageButton1'
  28. OnClick = BCImageButton1Click
  29. ParentFont = False
  30. end
  31. object BCImageButton2: TBCImageButton
  32. Left = 32
  33. Height = 55
  34. Top = 79
  35. Width = 275
  36. AlphaTest = False
  37. Anchors = [akTop, akLeft, akRight]
  38. BitmapFile = 'sample_2.png'
  39. BitmapOptions.Direction = sdVertical
  40. BitmapOptions.Proportional = True
  41. ParentFont = False
  42. end
  43. object BCImageButton3: TBCImageButton
  44. Left = 32
  45. Height = 55
  46. Top = 143
  47. Width = 275
  48. Anchors = [akTop, akLeft, akRight]
  49. BitmapFile = 'sample_3.png'
  50. BitmapOptions.AutoDetectRepeat = True
  51. BitmapOptions.RepeatMiddleHorizontal = True
  52. BitmapOptions.RepeatMiddleVertical = True
  53. BitmapOptions.MarginTop = 2
  54. BitmapOptions.MarginRight = 2
  55. BitmapOptions.MarginBottom = 2
  56. BitmapOptions.MarginLeft = 2
  57. BitmapOptions.Direction = sdVertical
  58. BitmapOptions.ResampleMode = rmSimpleStretch
  59. Caption = 'BCImageButton3'
  60. ParentFont = False
  61. end
  62. object BCImageButton4: TBCImageButton
  63. Left = 32
  64. Height = 55
  65. Top = 205
  66. Width = 275
  67. Anchors = [akTop, akLeft, akRight]
  68. BitmapFile = 'sample_4.png'
  69. BitmapOptions.AutoDetectRepeat = True
  70. BitmapOptions.MarginTop = 5
  71. BitmapOptions.MarginRight = 5
  72. BitmapOptions.MarginBottom = 5
  73. BitmapOptions.MarginLeft = 5
  74. BitmapOptions.Direction = sdVertical
  75. BitmapOptions.ResampleMode = rmSimpleStretch
  76. Caption = 'BCImageButton4'
  77. ParentFont = False
  78. end
  79. object BCImageButton5: TBCImageButton
  80. Left = 32
  81. Height = 55
  82. Top = 269
  83. Width = 275
  84. Anchors = [akTop, akLeft, akRight]
  85. BitmapFile = 'sample_5.png'
  86. BitmapOptions.AutoDetectRepeat = True
  87. BitmapOptions.MarginTop = 4
  88. BitmapOptions.MarginRight = 4
  89. BitmapOptions.MarginBottom = 4
  90. BitmapOptions.MarginLeft = 4
  91. BitmapOptions.Direction = sdVertical
  92. Caption = 'BCImageButton5'
  93. ParentFont = False
  94. end
  95. object BCImageButton6: TBCImageButton
  96. Left = 32
  97. Height = 55
  98. Top = 333
  99. Width = 275
  100. Anchors = [akTop, akLeft, akRight]
  101. Animation = False
  102. BitmapOptions.Direction = sdVertical
  103. Caption = 'BCImageButton6'
  104. ParentFont = False
  105. end
  106. end