From 3d6533f1381e3e513ffb3d65bf34fb254f967088 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 06 九月 2024 11:39:04 +0800 Subject: [PATCH] 优化系统模块下面的增删改查 --- DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs | 171 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 86 insertions(+), 85 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs index 71208af..4907092 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs @@ -29,23 +29,23 @@ /// </summary> private void InitializeComponent() { - DevExpress.XtraLayout.ColumnDefinition columnDefinition21 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition22 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition23 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.ColumnDefinition columnDefinition24 = new DevExpress.XtraLayout.ColumnDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition66 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition67 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition68 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition69 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition70 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition71 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition72 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition73 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition74 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition75 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition76 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition77 = new DevExpress.XtraLayout.RowDefinition(); - DevExpress.XtraLayout.RowDefinition rowDefinition78 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition14 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition15 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition16 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition17 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition18 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition19 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition20 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition21 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition22 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition23 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition24 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition25 = new DevExpress.XtraLayout.RowDefinition(); + DevExpress.XtraLayout.RowDefinition rowDefinition26 = new DevExpress.XtraLayout.RowDefinition(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); @@ -339,9 +339,10 @@ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 2; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.28332F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.71668F)); + this.tableLayoutPanel1.RowCount = 3; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1772, 779); this.tableLayoutPanel1.TabIndex = 0; // @@ -351,16 +352,16 @@ this.toolBarMenu1.Location = new System.Drawing.Point(4, 4); this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4); this.toolBarMenu1.Name = "toolBarMenu1"; - this.toolBarMenu1.Size = new System.Drawing.Size(1764, 72); + this.toolBarMenu1.Size = new System.Drawing.Size(1764, 85); this.toolBarMenu1.TabIndex = 0; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.xtraTabControl1.Location = new System.Drawing.Point(3, 83); + this.xtraTabControl1.Location = new System.Drawing.Point(3, 96); this.xtraTabControl1.Name = "xtraTabControl1"; - this.xtraTabControl1.SelectedTabPage = this.xtraTabPage2; - this.xtraTabControl1.Size = new System.Drawing.Size(1766, 693); + this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; + this.xtraTabControl1.Size = new System.Drawing.Size(1766, 649); this.xtraTabControl1.TabIndex = 1; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, @@ -371,7 +372,7 @@ this.xtraTabPage1.Controls.Add(this.gcSummary); this.xtraTabPage1.Controls.Add(this.pageBar1); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1764, 655); + this.xtraTabPage1.Size = new System.Drawing.Size(1764, 611); this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; // // gcSummary @@ -392,7 +393,7 @@ this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repM_FISBATCHMANAGE}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.gcSummary.Size = new System.Drawing.Size(1764, 607); + this.gcSummary.Size = new System.Drawing.Size(1764, 563); this.gcSummary.TabIndex = 11; this.gcSummary.UseEmbeddedNavigator = true; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { @@ -1194,7 +1195,7 @@ // this.pageBar1.CurrentPage = 0; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pageBar1.Location = new System.Drawing.Point(0, 607); + this.pageBar1.Location = new System.Drawing.Point(0, 563); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; @@ -1207,7 +1208,7 @@ // this.xtraTabPage2.Controls.Add(this.splitContainerEditorAndDetailGrid); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.Size = new System.Drawing.Size(1764, 830); + this.xtraTabPage2.Size = new System.Drawing.Size(1764, 611); this.xtraTabPage2.Text = "鏁版嵁缂栬緫"; // // splitContainerEditorAndDetailGrid @@ -1217,7 +1218,7 @@ this.splitContainerEditorAndDetailGrid.Location = new System.Drawing.Point(0, 0); this.splitContainerEditorAndDetailGrid.Name = "splitContainerEditorAndDetailGrid"; this.splitContainerEditorAndDetailGrid.Panel1.Controls.Add(this.pcDetailEditor); - this.splitContainerEditorAndDetailGrid.Size = new System.Drawing.Size(1764, 830); + this.splitContainerEditorAndDetailGrid.Size = new System.Drawing.Size(1764, 611); this.splitContainerEditorAndDetailGrid.SplitterPosition = 649; this.splitContainerEditorAndDetailGrid.TabIndex = 5; // @@ -1279,7 +1280,7 @@ this.pcDetailEditor.Name = "pcDetailEditor"; this.pcDetailEditor.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400); this.pcDetailEditor.Root = this.layoutGroup; - this.pcDetailEditor.Size = new System.Drawing.Size(1764, 649); + this.pcDetailEditor.Size = new System.Drawing.Size(1764, 596); this.pcDetailEditor.TabIndex = 1; this.pcDetailEditor.Text = "pcDetailEditor"; // @@ -1966,61 +1967,61 @@ this.layoutItemITEM_ID}); this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.layoutGroup.Name = "Root"; - columnDefinition21.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition21.Width = 25D; - columnDefinition22.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition22.Width = 25D; - columnDefinition23.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition23.Width = 25D; - columnDefinition24.SizeType = System.Windows.Forms.SizeType.Percent; - columnDefinition24.Width = 25D; + columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition5.Width = 25D; + columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition6.Width = 25D; + columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition7.Width = 25D; + columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition8.Width = 25D; this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { - columnDefinition21, - columnDefinition22, - columnDefinition23, - columnDefinition24}); - rowDefinition66.Height = 32D; - rowDefinition66.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition67.Height = 32D; - rowDefinition67.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition68.Height = 32D; - rowDefinition68.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition69.Height = 32D; - rowDefinition69.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition70.Height = 32D; - rowDefinition70.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition71.Height = 32D; - rowDefinition71.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition72.Height = 32D; - rowDefinition72.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition73.Height = 32D; - rowDefinition73.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition74.Height = 32D; - rowDefinition74.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition75.Height = 32D; - rowDefinition75.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition76.Height = 32D; - rowDefinition76.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition77.Height = 32D; - rowDefinition77.SizeType = System.Windows.Forms.SizeType.AutoSize; - rowDefinition78.Height = 255D; - rowDefinition78.SizeType = System.Windows.Forms.SizeType.AutoSize; + columnDefinition5, + columnDefinition6, + columnDefinition7, + columnDefinition8}); + rowDefinition14.Height = 32D; + rowDefinition14.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition15.Height = 32D; + rowDefinition15.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition16.Height = 32D; + rowDefinition16.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition17.Height = 32D; + rowDefinition17.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition18.Height = 32D; + rowDefinition18.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition19.Height = 32D; + rowDefinition19.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition20.Height = 32D; + rowDefinition20.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition21.Height = 32D; + rowDefinition21.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition22.Height = 32D; + rowDefinition22.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition23.Height = 32D; + rowDefinition23.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition24.Height = 32D; + rowDefinition24.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition25.Height = 32D; + rowDefinition25.SizeType = System.Windows.Forms.SizeType.AutoSize; + rowDefinition26.Height = 202D; + rowDefinition26.SizeType = System.Windows.Forms.SizeType.AutoSize; this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { - rowDefinition66, - rowDefinition67, - rowDefinition68, - rowDefinition69, - rowDefinition70, - rowDefinition71, - rowDefinition72, - rowDefinition73, - rowDefinition74, - rowDefinition75, - rowDefinition76, - rowDefinition77, - rowDefinition78}); + rowDefinition14, + rowDefinition15, + rowDefinition16, + rowDefinition17, + rowDefinition18, + rowDefinition19, + rowDefinition20, + rowDefinition21, + rowDefinition22, + rowDefinition23, + rowDefinition24, + rowDefinition25, + rowDefinition26}); this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5); - this.layoutGroup.Size = new System.Drawing.Size(1764, 649); + this.layoutGroup.Size = new System.Drawing.Size(1764, 596); this.layoutGroup.TextVisible = false; // // layoutItemID @@ -2638,7 +2639,7 @@ this.layoutItemBZ10.Location = new System.Drawing.Point(0, 384); this.layoutItemBZ10.Name = "layoutItemBZ10"; this.layoutItemBZ10.OptionsTableLayoutItem.RowIndex = 12; - this.layoutItemBZ10.Size = new System.Drawing.Size(438, 255); + this.layoutItemBZ10.Size = new System.Drawing.Size(438, 202); this.layoutItemBZ10.Text = "鍥剧墖5锛�"; this.layoutItemBZ10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutItemBZ10.TextSize = new System.Drawing.Size(64, 22); @@ -2651,7 +2652,7 @@ this.layoutItemQC_TEAMID.Name = "layoutItemQC_TEAMID"; this.layoutItemQC_TEAMID.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutItemQC_TEAMID.OptionsTableLayoutItem.RowIndex = 12; - this.layoutItemQC_TEAMID.Size = new System.Drawing.Size(438, 255); + this.layoutItemQC_TEAMID.Size = new System.Drawing.Size(438, 202); this.layoutItemQC_TEAMID.Text = "QC鍒嗙粍ID锛�"; this.layoutItemQC_TEAMID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutItemQC_TEAMID.TextSize = new System.Drawing.Size(97, 22); @@ -2664,7 +2665,7 @@ this.layoutItemITEM_ID.Name = "layoutItemITEM_ID"; this.layoutItemITEM_ID.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutItemITEM_ID.OptionsTableLayoutItem.RowIndex = 12; - this.layoutItemITEM_ID.Size = new System.Drawing.Size(438, 255); + this.layoutItemITEM_ID.Size = new System.Drawing.Size(438, 202); this.layoutItemITEM_ID.Text = "鐗╂枡ID锛�"; this.layoutItemITEM_ID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutItemITEM_ID.TextSize = new System.Drawing.Size(73, 22); -- Gitblit v1.9.3