aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_72/HIIFormLabel/Form.vfr
blob: 71f7a410ca64572124737cdf5646be8adaf3d6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;