MS - Changes Doc2Doc search

This commit is contained in:
Digital Data - Marlon Schreiber
2019-02-12 17:46:51 +01:00
parent e19930b48d
commit 35723d8dd6
13 changed files with 729 additions and 413 deletions

View File

@@ -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

View File

@@ -43,5 +43,11 @@
<Setting Name="frmMassValidatorposition" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
<Setting Name="frmValidatorSearchSize" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
<Setting Name="frmValidatorSearchPosition" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
</Settings>
</SettingsFile>