初始化

This commit is contained in:
2025-12-11 11:43:00 +08:00
commit 3ccb7d9375
467 changed files with 32608 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
'------------------------------------------------------------------------------
' <auto-generated>
' 此代码由工具生成。
' 运行时版本:4.0.30319.42000
'
' 对此文件的更改可能会导致不正确的行为,并且如果
' 重新生成代码,这些更改将会丢失。
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
'注意:此文件是自动生成的;请勿直接进行修改。若要更改,
' 或者如果您在此文件中遇到生成错误,请转至项目设计器
' (转至“项目属性”或在解决方案资源管理器中双击“我的项目”节点)
' 然后在“应用程序”选项卡中进行更改。
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.WT_DMS.LoginForm1
End Sub
End Class
End Namespace

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>LoginForm1</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

View File

@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列特性集
' 控制。更改这些特性值可修改
' 与程序集关联的信息。
' 查看程序集特性的值
<Assembly: AssemblyTitle("INHAOS-DMS")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("INHAOS Technology Co.,Ltd")>
<Assembly: AssemblyProduct("INHAOS-DMS")>
<Assembly: AssemblyCopyright("Copyright © W&&T DESIGN 2013")>
<Assembly: AssemblyTrademark("INHAOS(R)")>
<Assembly: ComVisible(False)>
'如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
<Assembly: Guid("77491530-8893-4c75-ba88-414e977d10b0")>
' 程序集的版本信息由下面四个值组成:
'
' 主版本
' 次版本
' 内部版本号
' 修订号
'
' 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
' 方法是按如下所示使用“*”:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.8.0.0")>
<Assembly: AssemblyFileVersion("3.6.0.0")>

View File

@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列特性集
' 控制。更改这些特性值可修改
' 与程序集关联的信息。
' 查看程序集特性的值
<Assembly: AssemblyTitle("INHAOS-DMS")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("INHAOS Technology Co.,Ltd")>
<Assembly: AssemblyProduct("INHAOS-DMS")>
<Assembly: AssemblyCopyright("Copyright © W&&T DESIGN 2013")>
<Assembly: AssemblyTrademark("INHAOS(R)")>
<Assembly: ComVisible(False)>
'如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
<Assembly: Guid("77491530-8893-4c75-ba88-414e977d10b0")>
' 程序集的版本信息由下面四个值组成:
'
' 主版本
' 次版本
' 内部版本号
' 修订号
'
' 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
' 方法是按如下所示使用“*”:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.8.0.0")>
<Assembly: AssemblyFileVersion("3.8.0.0")>

63
WT-DMS/My Project/Resources.Designer.vb generated Normal file
View File

@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' 此代码由工具生成。
' 运行时版本:4.0.30319.42000
'
' 对此文件的更改可能会导致不正确的行为,并且如果
' 重新生成代码,这些更改将会丢失。
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'此类是由 StronglyTypedResourceBuilder
'类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
'若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
'(以 /str 作为命令选项),或重新生成 VS 项目。
'''<summary>
''' 一个强类型的资源类,用于查找本地化的字符串等。
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' 返回此类使用的缓存的 ResourceManager 实例。
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("WT_DMS.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' 重写当前线程的 CurrentUICulture 属性,对
''' 使用此强类型资源类的所有资源查找执行重写。
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

913
WT-DMS/My Project/Settings.Designer.vb generated Normal file
View File

@@ -0,0 +1,913 @@
'------------------------------------------------------------------------------
' <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

View File

@@ -0,0 +1,216 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
<Profiles />
<Settings>
<Setting Name="TXT_USERNAME" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CHK_SAVEUSERNAME" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="CHK_PREVIEW" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="FORM_QUERYSIM_WIDHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">358</Value>
</Setting>
<Setting Name="FORM_QUERYSIM_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">499</Value>
</Setting>
<Setting Name="FORM_QUERYSTORAGE_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">444</Value>
</Setting>
<Setting Name="FORM_QUERYSTORAGE_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">444</Value>
</Setting>
<Setting Name="FORM_QUERYSIM_WINSTATE" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_QUERYSTORAGE_WINSTATE" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_QUERYSIM_X" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_QUERYSIM_Y" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_QUERYSTORAGE_X" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_QUERYSTORAGE_Y" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_PARTNUMBER_X" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_PARTNUMBER_Y" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_MATERIAL_X" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_MATERIAL_Y" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_SYSLOG_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">730</Value>
</Setting>
<Setting Name="FORM_SYSLOG_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">530</Value>
</Setting>
<Setting Name="FORM_SYSLOG_X" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_SYSLOG_Y" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="CHK_SHOWIMAGE" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_序号" Type="System.Int32" Scope="User">
<Value Profile="(Default)">30</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_料号PN" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_物料名称" Type="System.Int32" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_规格描述" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_单位" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_用量" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_使用位置" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_父料号" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_图片" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_备注" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="FORM_BOM_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">800</Value>
</Setting>
<Setting Name="FORM_BOM_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CHK_SHOWPNINFO" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="CHK_SHOWPNIMAGE" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="DLG_IMAGE_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="DLG_IMAGE_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="DLG_IMAGE_LEFT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="DLG_IMAGE_TOP" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="FORM_BOM_COL_WIDTH_工艺流程" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="CHK_AUTOLOGIN" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TXT_PASSWORD" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_序号" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_日期" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_时间" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_收入" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_支出" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_收支类别" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_收支子类别" Type="System.Int32" Scope="User">
<Value Profile="(Default)">150</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_机种" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_交易方" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_业务类型" Type="System.Int32" Scope="User">
<Value Profile="(Default)">150</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_事由" Type="System.Int32" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_经手人" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_单据类型" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_单据编号" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_备注1" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_备注2" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_备注3" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">800</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="FORM_FINAN_RECORD_COL_WIDTH_余额" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_合并用料查询_COL_WIDTH_序号" Type="System.Int32" Scope="User">
<Value Profile="(Default)">50</Value>
</Setting>
<Setting Name="FORM_合并用料查询_COL_WIDTH_料号PN" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_合并用料查询_COL_WIDTH_物料名称" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_合并用料查询_COL_WIDTH_规格描述" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="FORM_合并用料查询_COL_WIDTH_单位" Type="System.Int32" Scope="User">
<Value Profile="(Default)">50</Value>
</Setting>
<Setting Name="FORM_合并用料查询_WIDTH" Type="System.Int32" Scope="User">
<Value Profile="(Default)">800</Value>
</Setting>
<Setting Name="FORM_合并用料查询_HEIGHT" Type="System.Int32" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 清单选项
如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
requestedExecutionLevel 节点。
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 节点将会禁用文件和注册表虚拟化。
如果要利用文件和注册表虚拟化实现向后
兼容性,则删除 requestedExecutionLevel 节点。
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
<applicationRequestMinimum>
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 此应用程序设计使用的所有 Windows 版本的列表。Windows 将会自动选择最兼容的环境。-->
<!-- 如果应用程序设计使用 Windows 7请取消注释以下 supportedOS 节点-->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
</application>
</compatibility>
<!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->
<!-- <dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>-->
</asmv1:assembly>