From 557bbc16b5341d4e9ba1352ec48e66fc573b88cb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 27 五月 2025 15:50:55 +0800
Subject: [PATCH] 检验
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | 37 ++++++++++++++++++++++++-------------
1 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
index 26db264..0c6f6e2 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -41,11 +41,12 @@
this.tlcActions = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.tl8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.tl9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemEdt = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemRoot = new System.Windows.Forms.ToolStripMenuItem();
+ this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -55,7 +56,7 @@
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
this.split1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
+ this.cms1.SuspendLayout();
this.SuspendLayout();
//
// toolBarMenu1
@@ -122,7 +123,8 @@
this.tlcMenuName,
this.tlcActions,
this.tl8,
- this.tl9});
+ this.tl9,
+ this.treeListColumn1});
this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
this.tlMenu.Location = new System.Drawing.Point(0, 0);
@@ -187,7 +189,7 @@
this.tl8.FieldName = "lastupdateBy";
this.tl8.Name = "tl8";
this.tl8.Visible = true;
- this.tl8.VisibleIndex = 4;
+ this.tl8.VisibleIndex = 5;
//
// tl9
//
@@ -195,18 +197,18 @@
this.tl9.FieldName = "lastupdateDate";
this.tl9.Name = "tl9";
this.tl9.Visible = true;
- this.tl9.VisibleIndex = 5;
+ this.tl9.VisibleIndex = 6;
//
- // contextMenuStrip1
+ // cms1
//
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.cms1.ImageScalingSize = new System.Drawing.Size(20, 20);
+ this.cms1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemAdd,
this.toolStripMenuItemEdt,
this.toolStripMenuItemDel,
this.toolStripMenuItemRoot});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(143, 108);
+ this.cms1.Name = "contextMenuStrip1";
+ this.cms1.Size = new System.Drawing.Size(143, 108);
//
// toolStripMenuItemAdd
//
@@ -234,7 +236,15 @@
this.toolStripMenuItemRoot.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16;
this.toolStripMenuItemRoot.Name = "toolStripMenuItemRoot";
this.toolStripMenuItemRoot.Size = new System.Drawing.Size(142, 26);
- this.toolStripMenuItemRoot.Text = "澧炲姞椤圭洰";
+ this.toolStripMenuItemRoot.Text = "澧炲姞涓婚」";
+ //
+ // treeListColumn1
+ //
+ this.treeListColumn1.Caption = "鍙敤鏍囪瘑";
+ this.treeListColumn1.FieldName = "type1";
+ this.treeListColumn1.Name = "treeListColumn1";
+ this.treeListColumn1.Visible = true;
+ this.treeListColumn1.VisibleIndex = 4;
//
// Frm_MesDefectCode
//
@@ -254,7 +264,7 @@
((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
this.split1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tlMenu)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
+ this.cms1.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -268,12 +278,13 @@
private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuCaption;
private DevExpress.XtraTreeList.Columns.TreeListColumn tlcMenuName;
private DevExpress.XtraTreeList.Columns.TreeListColumn tlcActions;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
+ private System.Windows.Forms.ContextMenuStrip cms1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEdt;
private DevExpress.XtraTreeList.Columns.TreeListColumn tl8;
private DevExpress.XtraTreeList.Columns.TreeListColumn tl9;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRoot;
+ private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3