Files
egtstone3d/Constants/ConstIni.vb
T
2025-02-04 16:47:20 +01:00

23 lines
912 B
VB.net

Module ConstIni
Public Const INI_FILE_NAME As String = "EgtStone3D.ini"
Public Const K_NETKEY As String = "NetKey"
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 K_THEMA As String = "Thema"
Public Const K_LASTNGEDIR As String = "LastNgeDir"
Public Const K_LASTIMPDIR As String = "LastImpDir"
Public Const K_CNCFLAG As String = "CncFlag"
Public Const K_TOPPANEL As String = "TopPanelThema"
Public Const S_PRINTING3D As String = "3dPrinting"
Public Const S_COLORS As String = "Colors"
Public Const S_MRUFILES As String = "MruFiles"
Public Const S_MRUIMPORTFILES As String = "MruImportFiles"
Public Const S_IMPORT As String = "Import"
Public Const K_GRIDSTATE As String = "GridState"
End Module