MS - Changes Doc2Doc search
This commit is contained in:
24
app/DD_PM_WINDREAM/My Project/Settings.Designer.vb
generated
24
app/DD_PM_WINDREAM/My Project/Settings.Designer.vb
generated
@@ -204,6 +204,30 @@ Namespace My
|
||||
Me("frmMassValidatorposition") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("0, 0")> _
|
||||
Public Property frmValidatorSearchSize() As Global.System.Drawing.Size
|
||||
Get
|
||||
Return CType(Me("frmValidatorSearchSize"),Global.System.Drawing.Size)
|
||||
End Get
|
||||
Set
|
||||
Me("frmValidatorSearchSize") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("0, 0")> _
|
||||
Public Property frmValidatorSearchPosition() As Global.System.Drawing.Point
|
||||
Get
|
||||
Return CType(Me("frmValidatorSearchPosition"),Global.System.Drawing.Point)
|
||||
End Get
|
||||
Set
|
||||
Me("frmValidatorSearchPosition") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user