MainUnit.lfm 286 B

1234567891011121314
  1. object FresnelCheckBoxForm: TFresnelCheckBoxForm
  2. Caption = 'Fresnel CheckBox'
  3. FormLeft = 301
  4. FormTop = 206
  5. FormWidth = 320
  6. FormHeight = 240
  7. Stylesheet.Strings = (
  8. ':root {'
  9. ' font-size: 15px;'
  10. '}'
  11. )
  12. OnCreate = FresnelCheckBoxFormCreate
  13. Visible = true
  14. end