914 lines
38 KiB
VB.net
914 lines
38 KiB
VB.net
|
|
'------------------------------------------------------------------------------
|
|||
|
|
' <auto-generated>
|
|||
|
|
' 此代码由工具生成。
|
|||
|
|
' 运行时版本:4.0.30319.42000
|
|||
|
|
'
|
|||
|
|
' 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
|
|
' 重新生成代码,这些更改将会丢失。
|
|||
|
|
' </auto-generated>
|
|||
|
|
'------------------------------------------------------------------------------
|
|||
|
|
|
|||
|
|
Option Strict On
|
|||
|
|
Option Explicit On
|
|||
|
|
|
|||
|
|
|
|||
|
|
Namespace My
|
|||
|
|
|
|||
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|||
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0"), _
|
|||
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|||
|
|
Partial Friend NotInheritable Class MySettings
|
|||
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|||
|
|
|
|||
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
|||
|
|
|
|||
|
|
#Region "My.Settings 自动保存功能"
|
|||
|
|
#If _MyType = "WindowsForms" Then
|
|||
|
|
Private Shared addedHandler As Boolean
|
|||
|
|
|
|||
|
|
Private Shared addedHandlerLockObject As New Object
|
|||
|
|
|
|||
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|||
|
|
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
|||
|
|
If My.Application.SaveMySettingsOnExit Then
|
|||
|
|
My.Settings.Save()
|
|||
|
|
End If
|
|||
|
|
End Sub
|
|||
|
|
#End If
|
|||
|
|
#End Region
|
|||
|
|
|
|||
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|||
|
|
Get
|
|||
|
|
|
|||
|
|
#If _MyType = "WindowsForms" Then
|
|||
|
|
If Not addedHandler Then
|
|||
|
|
SyncLock addedHandlerLockObject
|
|||
|
|
If Not addedHandler Then
|
|||
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|||
|
|
addedHandler = True
|
|||
|
|
End If
|
|||
|
|
End SyncLock
|
|||
|
|
End If
|
|||
|
|
#End If
|
|||
|
|
Return defaultInstance
|
|||
|
|
End Get
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property TXT_USERNAME() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("TXT_USERNAME"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("TXT_USERNAME") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_SAVEUSERNAME() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_SAVEUSERNAME"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_SAVEUSERNAME") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_PREVIEW() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_PREVIEW"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_PREVIEW") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("358")> _
|
|||
|
|
Public Property FORM_QUERYSIM_WIDHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSIM_WIDHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSIM_WIDHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("499")> _
|
|||
|
|
Public Property FORM_QUERYSIM_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSIM_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSIM_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("444")> _
|
|||
|
|
Public Property FORM_QUERYSTORAGE_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSTORAGE_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSTORAGE_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("444")> _
|
|||
|
|
Public Property FORM_QUERYSTORAGE_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSTORAGE_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSTORAGE_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSIM_WINSTATE() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSIM_WINSTATE"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSIM_WINSTATE") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSTORAGE_WINSTATE() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSTORAGE_WINSTATE"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSTORAGE_WINSTATE") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSIM_X() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSIM_X"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSIM_X") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSIM_Y() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSIM_Y"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSIM_Y") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSTORAGE_X() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSTORAGE_X"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSTORAGE_X") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_QUERYSTORAGE_Y() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_QUERYSTORAGE_Y"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_QUERYSTORAGE_Y") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_PARTNUMBER_X() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_PARTNUMBER_X"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_PARTNUMBER_X") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_PARTNUMBER_Y() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_PARTNUMBER_Y"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_PARTNUMBER_Y") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_MATERIAL_X() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_MATERIAL_X"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_MATERIAL_X") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_MATERIAL_Y() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_MATERIAL_Y"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_MATERIAL_Y") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("730")> _
|
|||
|
|
Public Property FORM_SYSLOG_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_SYSLOG_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_SYSLOG_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("530")> _
|
|||
|
|
Public Property FORM_SYSLOG_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_SYSLOG_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_SYSLOG_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_SYSLOG_X() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_SYSLOG_X"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_SYSLOG_X") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property FORM_SYSLOG_Y() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_SYSLOG_Y"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_SYSLOG_Y") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_SHOWIMAGE() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_SHOWIMAGE"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_SHOWIMAGE") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("30")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_序号() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_序号"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_序号") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_料号PN() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_料号PN"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_料号PN") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("200")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_物料名称() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_物料名称"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_物料名称") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_规格描述() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_规格描述"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_规格描述") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_单位() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_单位"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_单位") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_用量() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_用量"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_用量") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_使用位置() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_使用位置"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_使用位置") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_父料号() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_父料号"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_父料号") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_图片() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_图片"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_图片") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_备注() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_备注"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_备注") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("800")> _
|
|||
|
|
Public Property FORM_BOM_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property FORM_BOM_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_SHOWPNINFO() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_SHOWPNINFO"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_SHOWPNINFO") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_SHOWPNIMAGE() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_SHOWPNIMAGE"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_SHOWPNIMAGE") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property DLG_IMAGE_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DLG_IMAGE_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DLG_IMAGE_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property DLG_IMAGE_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DLG_IMAGE_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DLG_IMAGE_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property DLG_IMAGE_LEFT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DLG_IMAGE_LEFT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DLG_IMAGE_LEFT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("0")> _
|
|||
|
|
Public Property DLG_IMAGE_TOP() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DLG_IMAGE_TOP"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DLG_IMAGE_TOP") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_BOM_COL_WIDTH_工艺流程() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_BOM_COL_WIDTH_工艺流程"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_BOM_COL_WIDTH_工艺流程") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|||
|
|
Public Property CHK_AUTOLOGIN() As Boolean
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("CHK_AUTOLOGIN"),Boolean)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("CHK_AUTOLOGIN") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property TXT_PASSWORD() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("TXT_PASSWORD"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("TXT_PASSWORD") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_序号() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_序号"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_序号") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_日期() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_日期"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_日期") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_时间() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_时间"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_时间") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_收入() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_收入"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_收入") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_支出() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_支出"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_支出") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_收支类别() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_收支类别"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_收支类别") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("150")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_收支子类别() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_收支子类别"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_收支子类别") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_机种() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_机种"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_机种") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_交易方() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_交易方"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_交易方") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("150")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_业务类型() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_业务类型"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_业务类型") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("200")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_事由() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_事由"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_事由") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_经手人() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_经手人"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_经手人") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_单据类型() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_单据类型"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_单据类型") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_单据编号() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_单据编号"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_单据编号") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_备注1() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_备注1"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_备注1") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_备注2() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_备注2"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_备注2") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_备注3() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_备注3"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_备注3") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("800")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_FINAN_RECORD_COL_WIDTH_余额() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_FINAN_RECORD_COL_WIDTH_余额"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_FINAN_RECORD_COL_WIDTH_余额") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("50")> _
|
|||
|
|
Public Property FORM_合并用料查询_COL_WIDTH_序号() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_COL_WIDTH_序号"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_COL_WIDTH_序号") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_合并用料查询_COL_WIDTH_料号PN() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_COL_WIDTH_料号PN"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_COL_WIDTH_料号PN") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_合并用料查询_COL_WIDTH_物料名称() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_COL_WIDTH_物料名称"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_COL_WIDTH_物料名称") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("100")> _
|
|||
|
|
Public Property FORM_合并用料查询_COL_WIDTH_规格描述() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_COL_WIDTH_规格描述"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_COL_WIDTH_规格描述") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("50")> _
|
|||
|
|
Public Property FORM_合并用料查询_COL_WIDTH_单位() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_COL_WIDTH_单位"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_COL_WIDTH_单位") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("800")> _
|
|||
|
|
Public Property FORM_合并用料查询_WIDTH() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_WIDTH"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_WIDTH") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("400")> _
|
|||
|
|
Public Property FORM_合并用料查询_HEIGHT() As Integer
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("FORM_合并用料查询_HEIGHT"),Integer)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("FORM_合并用料查询_HEIGHT") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
End Class
|
|||
|
|
End Namespace
|
|||
|
|
|
|||
|
|
Namespace My
|
|||
|
|
|
|||
|
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
|||
|
|
Friend Module MySettingsProperty
|
|||
|
|
|
|||
|
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
|||
|
|
Friend ReadOnly Property Settings() As Global.WT_DMS.My.MySettings
|
|||
|
|
Get
|
|||
|
|
Return Global.WT_DMS.My.MySettings.Default
|
|||
|
|
End Get
|
|||
|
|
End Property
|
|||
|
|
End Module
|
|||
|
|
End Namespace
|