diff options
Diffstat (limited to 'Lessons/Lesson_72/HIIFormLabel/Form.vfr')
-rw-r--r-- | Lessons/Lesson_72/HIIFormLabel/Form.vfr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Lessons/Lesson_72/HIIFormLabel/Form.vfr b/Lessons/Lesson_72/HIIFormLabel/Form.vfr new file mode 100644 index 0000000..71f7a41 --- /dev/null +++ b/Lessons/Lesson_72/HIIFormLabel/Form.vfr @@ -0,0 +1,14 @@ +#include "Data.h" + +formset + guid = FORMSET_GUID, + title = STRING_TOKEN(FORMSET_TITLE), + help = STRING_TOKEN(FORMSET_HELP), + form + formid = 1, + title = STRING_TOKEN(FORMID1_TITLE); + + label LABEL_START; + label LABEL_END; + endform; +endformset; |