Add NewFileIndex
This commit is contained in:
14
EDMI_ClientSuite/FormEntityDesigner/ClassControlUtils.vb
Normal file
14
EDMI_ClientSuite/FormEntityDesigner/ClassControlUtils.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Public Class ClassControlUtils
|
||||
Public Enum ControlType
|
||||
Label = 0
|
||||
TextBox = 1
|
||||
Combobox = 2
|
||||
End Enum
|
||||
|
||||
Public Class ControlMetadata
|
||||
Public Id As Integer
|
||||
Public Type As ControlType
|
||||
End Class
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user