MS 24.07
This commit is contained in:
24
Global_Indexer/My Project/Settings.Designer.vb
generated
24
Global_Indexer/My Project/Settings.Designer.vb
generated
@@ -88,6 +88,30 @@ Namespace My
|
||||
Me("WDSearch_maximized") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
||||
Public Property Show_IndexResult() As Boolean
|
||||
Get
|
||||
Return CType(Me("Show_IndexResult"),Boolean)
|
||||
End Get
|
||||
Set
|
||||
Me("Show_IndexResult") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
||||
Public Property DoNot_Show_Documents() As Boolean
|
||||
Get
|
||||
Return CType(Me("DoNot_Show_Documents"),Boolean)
|
||||
End Get
|
||||
Set
|
||||
Me("DoNot_Show_Documents") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user