umain.lfm 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object frmMain: TfrmMain
  2. Left = 354
  3. Height = 353
  4. Top = 146
  5. Width = 491
  6. Caption = 'Test Drawing'
  7. ClientHeight = 353
  8. ClientWidth = 491
  9. Color = clSilver
  10. DesignTimePPI = 120
  11. OnCreate = FormCreate
  12. LCLVersion = '1.8.4.0'
  13. object BCImageButton1: TBCImageButton
  14. Left = 8
  15. Height = 137
  16. Top = 8
  17. Width = 188
  18. BitmapOptions.MarginTop = 9
  19. BitmapOptions.MarginRight = 13
  20. BitmapOptions.MarginBottom = 15
  21. BitmapOptions.MarginLeft = 13
  22. BitmapOptions.Direction = sdVertical
  23. Caption = 'Button'
  24. Font.Height = 30
  25. ParentFont = False
  26. ParentShowHint = False
  27. end
  28. object BCImageButton2: TBCImageButton
  29. Left = 208
  30. Height = 137
  31. Top = 8
  32. Width = 188
  33. BitmapOptions.MarginTop = 9
  34. BitmapOptions.MarginRight = 13
  35. BitmapOptions.MarginBottom = 15
  36. BitmapOptions.MarginLeft = 13
  37. BitmapOptions.Direction = sdVertical
  38. Caption = 'Toggle Button'
  39. Font.Height = 30
  40. ParentFont = False
  41. ParentShowHint = False
  42. Toggle = True
  43. Pressed = True
  44. end
  45. end