Files
egtstone3d/Constants/ConstIni.vb
T
Demetrio Cassarino 2533192b24 -aggiunto popup view
-pulito codice
2025-01-14 12:32:00 +01:00

21 lines
805 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 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"
End Module