umain.lfm 663 B

123456789101112131415161718192021222324252627282930313233
  1. object Form1: TForm1
  2. Left = 374
  3. Height = 240
  4. Top = 149
  5. Width = 320
  6. Caption = 'Toggle'
  7. ClientHeight = 240
  8. ClientWidth = 320
  9. OnCreate = FormCreate
  10. LCLVersion = '2.1.0.0'
  11. object BCImageButton1: TBCImageButton
  12. Cursor = crHandPoint
  13. Left = 15
  14. Height = 28
  15. Top = 15
  16. Width = 57
  17. AlphaTest = False
  18. BitmapFile = 'TOGGLE'
  19. BitmapOptions.Direction = sdVertical
  20. Toggle = True
  21. end
  22. object BCImageButton2: TBCImageButton
  23. Cursor = crHandPoint
  24. Left = 15
  25. Height = 52
  26. Top = 56
  27. Width = 100
  28. AlphaTest = False
  29. BitmapFile = 'TOGGLE'
  30. BitmapOptions.Direction = sdVertical
  31. Toggle = True
  32. end
  33. end