Form
Form part is an item about the window which is a basis that places other parts.
- Script
specifies the script file which you apply to this form. - Attribute
By specifying parts which is different for each attribute, you can use the data in plug-in, template printing, etc. uniformly.
(The contents of the parenthesis are the parts which can be specified to attribute)- Title(Simple text,Masked text) : Used as a title
- Category(Simple text,Masked text,ComboBox,Radio list) : Used for a classification of data
- MainText(Simple text,Masked text,Code editor,HTML editoir) : Used as a main element of data
- Picture(File viewer) : Used as a picture which symbolizes data
- Date1(Calendar) : Used as a starting point of the date
- Date2(Calendar) : Used as a end point of the date
- SizeValiable
Specifies whether you accept change of window size. It becomes variable by True. - VirticalTabOrder
Specifies the order of shift of parts when the tab key is pressed.True False - Background
Specifies a graphics file to make into the background of form.