lu
2025-03-17 f526e43a7be75b4370c6be30f222eda8bd7d1621
仓库报表
已重命名1个文件
已删除1个文件
已修改1个文件
已添加1个文件
235 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Report/CK.resx 120 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs 106 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/Gs.DevApp.csproj 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Report/CK.resx
ÎļþÒÑɾ³ý
DevApp/Gs.DevApp/DevFrm/Rpt/CK.Designer.cs
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,106 @@
namespace 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;
    }
}
DevApp/Gs.DevApp/DevFrm/Rpt/CK.cs
ÎļþÃû´Ó DevApp/Gs.DevApp/DevFrm/Report/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
    {
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>