- object FresnelCheckBoxForm: TFresnelCheckBoxForm
- Caption = 'Fresnel CheckBox'
- FormLeft = 301
- FormTop = 206
- FormWidth = 320
- FormHeight = 240
- Stylesheet.Strings = (
- ':root {'
- ' font-size: 15px;'
- '}'
- )
- OnCreate = FresnelCheckBoxFormCreate
- Visible = true
- end
|