개정판 e282643f
Progress bar
DTI_PID/SPPIDConverter/My Project/Settings.Designer.vb | ||
---|---|---|
56 | 56 |
|
57 | 57 |
<Global.System.Configuration.UserScopedSettingAttribute(), _ |
58 | 58 |
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ |
59 |
Global.System.Configuration.DefaultSettingValueAttribute("\\desktop-9vlq0dp\Test02Site\P188943_SPPID_Plant\Plant_Hierarchy")> _
|
|
60 |
Public Property PlantPath() As String
|
|
59 |
Global.System.Configuration.DefaultSettingValueAttribute("")> _ |
|
60 |
Public Property DBPath() As String
|
|
61 | 61 |
Get |
62 |
Return CType(Me("PlantPath"),String)
|
|
62 |
Return CType(Me("DBPath"),String)
|
|
63 | 63 |
End Get |
64 | 64 |
Set |
65 |
Me("PlantPath") = value |
|
65 |
Me("DBPath") = value |
|
66 |
End Set |
|
67 |
End Property |
|
68 |
|
|
69 |
<Global.System.Configuration.UserScopedSettingAttribute(), _ |
|
70 |
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ |
|
71 |
Global.System.Configuration.DefaultSettingValueAttribute("")> _ |
|
72 |
Public Property Plant_Hierarchy() As String |
|
73 |
Get |
|
74 |
Return CType(Me("Plant_Hierarchy"),String) |
|
75 |
End Get |
|
76 |
Set |
|
77 |
Me("Plant_Hierarchy") = value |
|
66 | 78 |
End Set |
67 | 79 |
End Property |
68 | 80 |
End Class |
내보내기 Unified diff