b1b4fe5c42
- riordinato direttorio con cartelle - sistemazioni varie per lucidature e svuotature.
19 lines
645 B
VB.net
19 lines
645 B
VB.net
Module ConstKitData
|
|
|
|
Public Const S_HEADER As String = "Header"
|
|
Public Const K_KIT As String = "Kit"
|
|
|
|
Public Const S_KIT As String = "Kit"
|
|
Public Const K_TOOL As String = "Tool"
|
|
Public Const K_TOOLNAME As String = "ToolName"
|
|
Public Const K_CONTOUR As String = "Contour"
|
|
Public Const K_ZIGZAGX As String = "ZigZagX"
|
|
Public Const K_STEPX As String = "StepX"
|
|
Public Const K_ZIGZAGY As String = "ZigZagY"
|
|
Public Const K_STEPY As String = "StepY"
|
|
Public Const K_LILEN As String = "LiLen"
|
|
Public Const K_LIHEIGHT As String = "LiHeight"
|
|
Public Const K_LILOAD As String = "LiLoad"
|
|
|
|
End Module
|