unit1.lfm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. object Form1: TForm1
  2. Left = 164
  3. Height = 240
  4. Top = 250
  5. Width = 320
  6. Caption = 'Form1'
  7. ClientHeight = 240
  8. ClientWidth = 320
  9. Color = clWhite
  10. LCLVersion = '2.0.12.0'
  11. object BCMaterialEdit1: TBCMaterialEdit
  12. Left = 8
  13. Height = 50
  14. Top = 8
  15. Width = 170
  16. Color = clWhite
  17. Text = 'Text'
  18. DisabledColor = 12103592
  19. AccentColor = clHighlight
  20. OnChange = BCMaterialEdit1Change
  21. end
  22. object BCMaterialFloatSpinEdit1: TBCMaterialFloatSpinEdit
  23. Left = 8
  24. Height = 50
  25. Top = 64
  26. Width = 170
  27. Color = clWhite
  28. Text = 'Float'
  29. DisabledColor = 12103592
  30. AccentColor = clMoneyGreen
  31. OnChange = BCMaterialFloatSpinEdit1Change
  32. end
  33. object BCMaterialSpinEdit1: TBCMaterialSpinEdit
  34. Left = 8
  35. Height = 50
  36. Top = 120
  37. Width = 170
  38. Color = clWhite
  39. Text = 'Integer'
  40. DisabledColor = 12103592
  41. AccentColor = clRed
  42. OnChange = BCMaterialSpinEdit1Change
  43. end
  44. object Label1: TLabel
  45. Left = 184
  46. Height = 16
  47. Top = 8
  48. Width = 33
  49. Caption = 'Label1'
  50. ParentColor = False
  51. end
  52. object Label2: TLabel
  53. Left = 184
  54. Height = 16
  55. Top = 64
  56. Width = 33
  57. Caption = 'Label2'
  58. ParentColor = False
  59. end
  60. object Label3: TLabel
  61. Left = 184
  62. Height = 16
  63. Top = 120
  64. Width = 33
  65. Caption = 'Label3'
  66. ParentColor = False
  67. end
  68. object Button1: TButton
  69. Left = 240
  70. Height = 25
  71. Top = 208
  72. Width = 75
  73. Caption = 'Dark'
  74. OnClick = Button1Click
  75. TabOrder = 3
  76. end
  77. end