15 lines
556 B
XML
15 lines
556 B
XML
# mywgt.res -- Resource manifest for sample widget
|
|
#
|
|
# Widgets can embed resources just like apps.
|
|
# The icon24 resource is used by the IDE toolbox to
|
|
# display the widget's icon when designing forms.
|
|
|
|
# Widget toolbox icon (24x24 BMP for the form designer toolbox)
|
|
icon24 icon icon24.bmp
|
|
|
|
# Widget display name (shown in the IDE toolbox and properties panel)
|
|
name text "My Widget"
|
|
|
|
# Author and description (for documentation and about dialogs)
|
|
author text "Sample Developer"
|
|
description text "A sample custom widget for DVX"
|