18 lines
451 B
VB.net
18 lines
451 B
VB.net
Module ConstIni
|
|
|
|
Public Const INI_FILE_NAME As String = "EgtStone3D.ini"
|
|
|
|
Public Const K_NETKEY As String = "NetKey"
|
|
|
|
Public Const S_PRINTING3D As String = "3dPrinting"
|
|
Public Const K_3PRNBASEDIR As String = "BaseDir"
|
|
|
|
Public Const K_LINEWIDTH As String = "LineWidth"
|
|
Public Const K_CUSTOMCOLORS As String = "CustomColors"
|
|
|
|
Public Const K_VEIND3D As String = "Vein3D"
|
|
|
|
Public Const S_COLORS As String = "Colors"
|
|
|
|
End Module
|