From f526e43a7be75b4370c6be30f222eda8bd7d1621 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 17 三月 2025 11:29:54 +0800 Subject: [PATCH] 仓库报表 --- /dev/null | 120 ------------------------------ DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs | 2 DevApp/Gs.DevApp/Gs.DevApp.csproj | 7 - DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs | 106 ++++++++++++++++++++++++++ 4 files changed, 109 insertions(+), 126 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Report/CK.resx b/DevApp/Gs.DevApp/DevFrm/Report/CK.resx deleted file mode 100644 index 1af7de1..0000000 --- a/DevApp/Gs.DevApp/DevFrm/Report/CK.resx +++ /dev/null @@ -1,120 +0,0 @@ -锘�<?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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" /> - <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" use="required" type="xsd:string" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - <xsd:attribute ref="xml:space" /> - </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" use="required" msdata:Ordinal="1" /> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> - <xsd:attribute ref="xml:space" /> - </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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> -</root> \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs new file mode 100644 index 0000000..d1d2681 --- /dev/null +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs @@ -0,0 +1,106 @@ +锘縩amespace Gs.DevApp.DevFrm.Rpt +{ + partial class CK + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); + ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit(); + this.splitMx1.Panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit(); + this.splitMx1.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // splitMx1 + // + this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitMx1.Horizontal = false; + this.splitMx1.Location = new System.Drawing.Point(0, 0); + this.splitMx1.Name = "splitMx1"; + // + // splitMx1.splitMx1_Panel1 + // + this.splitMx1.Panel1.Controls.Add(this.flowLayoutPanel1); + this.splitMx1.Panel1.Text = "Panel1"; + // + // splitMx1.splitMx1_Panel2 + // + this.splitMx1.Panel2.Text = "Panel2"; + this.splitMx1.Size = new System.Drawing.Size(924, 567); + this.splitMx1.SplitterPosition = 530; + this.splitMx1.TabIndex = 0; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Controls.Add(this.simpleButton2); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(100); + this.flowLayoutPanel1.Size = new System.Drawing.Size(924, 530); + this.flowLayoutPanel1.TabIndex = 2; + // + // simpleButton2 + // + this.simpleButton2.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dclusteredcolumn_32x32; + this.simpleButton2.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter; + this.simpleButton2.Location = new System.Drawing.Point(103, 103); + this.simpleButton2.Name = "simpleButton2"; + this.simpleButton2.Size = new System.Drawing.Size(145, 128); + this.simpleButton2.TabIndex = 1; + this.simpleButton2.Text = "鏉$爜搴撳瓨鏄庣粏琛�"; + // + // CK + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(924, 567); + this.Controls.Add(this.splitMx1); + this.Name = "CK"; + this.Text = "CK"; + ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit(); + this.splitMx1.Panel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit(); + this.splitMx1.ResumeLayout(false); + this.flowLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private DevExpress.XtraEditors.SplitContainerControl splitMx1; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private DevExpress.XtraEditors.SimpleButton simpleButton2; + } +} \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Report/CK.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs similarity index 91% rename from DevApp/Gs.DevApp/DevFrm/Report/CK.cs rename to DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs index 30d5e23..ac3f283 100644 --- a/DevApp/Gs.DevApp/DevFrm/Report/CK.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; -namespace Gs.DevApp.DevFrm.Report +namespace Gs.DevApp.DevFrm.Rpt { public partial class CK : DevExpress.XtraEditors.XtraForm { diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index 0c63b47..7822526 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -373,10 +373,10 @@ <Compile Include="DevFrm\QC\Models\MesQmCheckitemDt.cs" /> <Compile Include="DevFrm\QC\Models\MesSysLookups.cs" /> <Compile Include="DevFrm\QC\Models\MesSysLookupTypes.cs" /> - <Compile Include="DevFrm\Report\CK.cs"> + <Compile Include="DevFrm\Rpt\CK.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="DevFrm\Report\CK.Designer.cs"> + <Compile Include="DevFrm\Rpt\CK.Designer.cs"> <DependentUpon>CK.cs</DependentUpon> </Compile> <Compile Include="DevFrm\Rk\Frm_MesInvItemIns.cs"> @@ -1140,9 +1140,6 @@ </EmbeddedResource> <EmbeddedResource Include="DevFrm\QC\Frm_MesSysLookups.resx"> <DependentUpon>Frm_MesSysLookups.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="DevFrm\Report\CK.resx"> - <DependentUpon>CK.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="DevFrm\Rk\Frm_MesInvItemIns.resx"> <DependentUpon>Frm_MesInvItemIns.cs</DependentUpon> -- Gitblit v1.9.3