init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
43
Kreta.Enums/ManualEnums/GridEnums.cs
Normal file
43
Kreta.Enums/ManualEnums/GridEnums.cs
Normal file
|
@ -0,0 +1,43 @@
|
|||
namespace Kreta.Enums.ManualEnums
|
||||
{
|
||||
public enum ColumnTypeEnum
|
||||
{
|
||||
Text,
|
||||
EditText,
|
||||
EditTextarea,
|
||||
EditTextWithEditor,
|
||||
NumericText,
|
||||
LinkButton,
|
||||
SelectLinkButton,
|
||||
Combo,
|
||||
CheckBox,
|
||||
TextAndCheckBox,
|
||||
SelectCheckBox,
|
||||
Decimal,
|
||||
Selector
|
||||
}
|
||||
public enum LevelTypeEnum
|
||||
{
|
||||
First = 1,
|
||||
Second = 2,
|
||||
Third = 3,
|
||||
Fourth = 4,
|
||||
Fifth = 5,
|
||||
Sixth = 6
|
||||
}
|
||||
public enum TabDirectionEnum
|
||||
{
|
||||
Vertical,
|
||||
Horizontal
|
||||
}
|
||||
|
||||
public enum NavigatorTypeEnum
|
||||
{
|
||||
Firefox,
|
||||
IE,
|
||||
Opera,
|
||||
Safari,
|
||||
Other
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue