module types;

public enum ValueType{
	String,
	StringArray,
	WString,
	WStringArray,
	Int,
	Bool,
}
public enum ElementType{
	NULL,
	Label,
	Button,
	SmallButton,
	TextBox,
	ListBox,
	RadioButtonGroup,
	CheckBox,
	HSlider,
	VSlider,
	MenuBar,
}