MS v2.0
This commit is contained in:
48
app/DD_PM_WINDREAM/My Project/Settings.Designer.vb
generated
48
app/DD_PM_WINDREAM/My Project/Settings.Designer.vb
generated
@@ -240,6 +240,54 @@ Namespace My
|
||||
Me("frmValSearchSplitterDistance") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Normal")> _
|
||||
Public Property frmMainWindowState() As String
|
||||
Get
|
||||
Return CType(Me("frmMainWindowState"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("frmMainWindowState") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("0, 0")> _
|
||||
Public Property frmDocViewSize() As Global.System.Drawing.Size
|
||||
Get
|
||||
Return CType(Me("frmDocViewSize"),Global.System.Drawing.Size)
|
||||
End Get
|
||||
Set
|
||||
Me("frmDocViewSize") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("0, 0")> _
|
||||
Public Property frmDocViewPosition() As Global.System.Drawing.Point
|
||||
Get
|
||||
Return CType(Me("frmDocViewPosition"),Global.System.Drawing.Point)
|
||||
End Get
|
||||
Set
|
||||
Me("frmDocViewPosition") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Normal")> _
|
||||
Public Property frmValidatorWindowState() As String
|
||||
Get
|
||||
Return CType(Me("frmValidatorWindowState"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("frmValidatorWindowState") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user