From b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 14:08:05 +0800 Subject: [PATCH] 页面跳转 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs | 139 ++++++++++++++++++++-------------------------- 1 files changed, 61 insertions(+), 78 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs index 0d29e61..f017fa1 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs @@ -254,7 +254,7 @@ // split1.Panel2 // this.split1.Panel2.Controls.Add(this.splitMx1); - this.split1.Panel2.Text = "Panel2"; + this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1236, 632); this.split1.SplitterPosition = 504; this.split1.TabIndex = 0; @@ -262,7 +262,6 @@ // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -275,7 +274,6 @@ // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; @@ -307,7 +305,6 @@ // // gv_itemNo // - this.gv_itemNo.AppearanceCell.Options.UseFont = true; this.gv_itemNo.Caption = "鐗╂枡缂栫爜"; this.gv_itemNo.FieldName = "itemNo"; @@ -321,7 +318,6 @@ // // gv_itemName // - this.gv_itemName.AppearanceCell.Options.UseFont = true; this.gv_itemName.AppearanceCell.Options.UseTextOptions = true; this.gv_itemName.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; @@ -337,7 +333,6 @@ // // gv_itemModel // - this.gv_itemModel.AppearanceCell.Options.UseFont = true; this.gv_itemModel.Caption = "瑙勬牸鍨嬪彿"; this.gv_itemModel.FieldName = "itemModel"; @@ -366,7 +361,7 @@ 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"; + this.splitMx1.Name = "splitMx1";this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; // // splitMx1.Panel1 // @@ -427,86 +422,80 @@ // // txt_fMaxWeight // - this.txt_fMaxWeight.Location = new System.Drawing.Point(438, 76); + this.txt_fMaxWeight.Location = new System.Drawing.Point(438, 74); this.txt_fMaxWeight.Name = "txt_fMaxWeight"; - this.txt_fMaxWeight.Properties.Appearance.Options.UseFont = true; - this.txt_fMaxWeight.Size = new System.Drawing.Size(79, 28); + this.txt_fMaxWeight.Size = new System.Drawing.Size(79, 24); this.txt_fMaxWeight.StyleController = this.layoutMx1; this.txt_fMaxWeight.TabIndex = 378; this.txt_fMaxWeight.Tag = "fissueType"; // // txt_fMinWeight // - this.txt_fMinWeight.Location = new System.Drawing.Point(438, 108); + this.txt_fMinWeight.Location = new System.Drawing.Point(438, 105); this.txt_fMinWeight.Name = "txt_fMinWeight"; - this.txt_fMinWeight.Properties.Appearance.Options.UseFont = true; - this.txt_fMinWeight.Size = new System.Drawing.Size(79, 28); + this.txt_fMinWeight.Size = new System.Drawing.Size(79, 24); this.txt_fMinWeight.StyleController = this.layoutMx1; this.txt_fMinWeight.TabIndex = 370; this.txt_fMinWeight.Tag = "finishRate"; // // txt_itemName // - this.txt_itemName.Location = new System.Drawing.Point(99, 76); + this.txt_itemName.Location = new System.Drawing.Point(99, 74); this.txt_itemName.Name = "txt_itemName"; - this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(78, 28); + this.txt_itemName.Size = new System.Drawing.Size(78, 27); this.txt_itemName.StyleController = this.layoutMx1; this.txt_itemName.TabIndex = 216; this.txt_itemName.Tag = "readonly"; // // txt_itemModel // - this.txt_itemModel.Location = new System.Drawing.Point(99, 108); + this.txt_itemModel.Location = new System.Drawing.Point(99, 105); this.txt_itemModel.Name = "txt_itemModel"; - this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(78, 28); + this.txt_itemModel.Size = new System.Drawing.Size(78, 27); this.txt_itemModel.StyleController = this.layoutMx1; this.txt_itemModel.TabIndex = 219; this.txt_itemModel.Tag = "readonly"; // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(99, 44); + this.txt_itemNo.Location = new System.Drawing.Point(99, 43); this.txt_itemNo.Name = "txt_itemNo"; - this.txt_itemNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemNo.Size = new System.Drawing.Size(78, 28); + this.txt_itemNo.Size = new System.Drawing.Size(78, 24); this.txt_itemNo.StyleController = this.layoutMx1; this.txt_itemNo.TabIndex = 213; this.txt_itemNo.Tag = "readonly"; // // txt_fSumPeople // - this.txt_fSumPeople.Location = new System.Drawing.Point(268, 76); + this.txt_fSumPeople.Location = new System.Drawing.Point(268, 74); this.txt_fSumPeople.Name = "txt_fSumPeople"; this.txt_fSumPeople.Properties.Appearance.Options.UseFont = true; - this.txt_fSumPeople.Size = new System.Drawing.Size(79, 28); + this.txt_fSumPeople.Size = new System.Drawing.Size(79, 24); this.txt_fSumPeople.StyleController = this.layoutMx1; this.txt_fSumPeople.TabIndex = 231; this.txt_fSumPeople.Tag = "itemVersion"; // // txt_fCapacity // - this.txt_fCapacity.Location = new System.Drawing.Point(268, 108); + this.txt_fCapacity.Location = new System.Drawing.Point(268, 105); this.txt_fCapacity.Name = "txt_fCapacity"; this.txt_fCapacity.Properties.Appearance.Options.UseFont = true; - this.txt_fCapacity.Size = new System.Drawing.Size(79, 28); + this.txt_fCapacity.Size = new System.Drawing.Size(79, 24); this.txt_fCapacity.StyleController = this.layoutMx1; this.txt_fCapacity.TabIndex = 319; this.txt_fCapacity.Tag = "bomNo"; // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(268, 140); + this.txt_remark.Location = new System.Drawing.Point(268, 136); this.txt_remark.Name = "txt_remark"; - this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(419, 28); + this.txt_remark.Size = new System.Drawing.Size(419, 24); this.txt_remark.StyleController = this.layoutMx1; this.txt_remark.TabIndex = 258; this.txt_remark.Tag = "lowLimt"; @@ -514,7 +503,7 @@ // txt_fJingDu // this.txt_fJingDu.EditValue = "PSC娴�"; - this.txt_fJingDu.Location = new System.Drawing.Point(268, 44); + this.txt_fJingDu.Location = new System.Drawing.Point(268, 43); this.txt_fJingDu.Name = "txt_fJingDu"; this.txt_fJingDu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -542,7 +531,7 @@ // txt_fEndDate // this.txt_fEndDate.EditValue = null; - this.txt_fEndDate.Location = new System.Drawing.Point(438, 44); + this.txt_fEndDate.Location = new System.Drawing.Point(438, 43); this.txt_fEndDate.Name = "txt_fEndDate"; this.txt_fEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -582,7 +571,7 @@ this.btnSelect.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; this.btnSelect.Appearance.Options.UseBackColor = true; this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; - this.btnSelect.Location = new System.Drawing.Point(12, 140); + this.btnSelect.Location = new System.Drawing.Point(12, 136); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(96, 27); this.btnSelect.StyleController = this.layoutMx1; @@ -608,7 +597,7 @@ // // txt_lastUpdateDate // - this.txt_lastUpdateDate.Location = new System.Drawing.Point(608, 44); + this.txt_lastUpdateDate.Location = new System.Drawing.Point(608, 43); this.txt_lastUpdateDate.Name = "txt_lastUpdateDate"; this.txt_lastUpdateDate.Size = new System.Drawing.Size(79, 24); this.txt_lastUpdateDate.StyleController = this.layoutMx1; @@ -617,7 +606,7 @@ // // txt_checkBy // - this.txt_checkBy.Location = new System.Drawing.Point(608, 76); + this.txt_checkBy.Location = new System.Drawing.Point(608, 74); this.txt_checkBy.Name = "txt_checkBy"; this.txt_checkBy.Size = new System.Drawing.Size(79, 24); this.txt_checkBy.StyleController = this.layoutMx1; @@ -626,7 +615,7 @@ // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(608, 108); + this.txt_checkDate.Location = new System.Drawing.Point(608, 105); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Size = new System.Drawing.Size(79, 24); this.txt_checkDate.StyleController = this.layoutMx1; @@ -635,7 +624,7 @@ // // txt_isCheck // - this.txt_isCheck.Location = new System.Drawing.Point(521, 140); + this.txt_isCheck.Location = new System.Drawing.Point(521, 136); this.txt_isCheck.Name = "txt_isCheck"; this.txt_isCheck.Properties.Caption = "瀹℃牳鐘舵��"; this.txt_isCheck.Size = new System.Drawing.Size(166, 24); @@ -721,7 +710,7 @@ rowDefinition3, rowDefinition4, rowDefinition5}); - this.Root.Size = new System.Drawing.Size(699, 180); + this.Root.Size = new System.Drawing.Size(699, 175); this.Root.TextVisible = false; // // layoutControlItem4 @@ -730,40 +719,40 @@ this.layoutControlItem4.Location = new System.Drawing.Point(339, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem4.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem4.Size = new System.Drawing.Size(170, 31); this.layoutControlItem4.Text = "鐢熸晥鏃ユ湡"; this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_fEndDate; - this.layoutControlItem9.Location = new System.Drawing.Point(339, 32); + this.layoutControlItem9.Location = new System.Drawing.Point(339, 31); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem9.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem9.Size = new System.Drawing.Size(170, 31); this.layoutControlItem9.Text = "澶辨晥鏃ユ湡"; this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem18 // this.layoutControlItem18.Control = this.txt_fMaxWeight; - this.layoutControlItem18.Location = new System.Drawing.Point(339, 64); + this.layoutControlItem18.Location = new System.Drawing.Point(339, 62); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem18.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem18.Size = new System.Drawing.Size(170, 31); this.layoutControlItem18.Text = "閲嶉噺涓婇檺"; this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem19 // this.layoutControlItem19.Control = this.txt_fMinWeight; - this.layoutControlItem19.Location = new System.Drawing.Point(339, 96); + this.layoutControlItem19.Location = new System.Drawing.Point(339, 93); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem19.Size = new System.Drawing.Size(170, 31); this.layoutControlItem19.Text = "閲嶉噺涓嬮檺"; this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18); // @@ -771,63 +760,63 @@ // this.layoutControlItem8.Control = this.txt_fCapacity; this.layoutControlItem8.CustomizationFormText = "鏍囧噯浜ц兘(PCS?H)"; - this.layoutControlItem8.Location = new System.Drawing.Point(169, 96); + this.layoutControlItem8.Location = new System.Drawing.Point(169, 93); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem8.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem8.Size = new System.Drawing.Size(170, 31); this.layoutControlItem8.Text = "鏍囧噯浜ц兘"; this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem7 // this.layoutControlItem7.Control = this.txt_fSumPeople; - this.layoutControlItem7.Location = new System.Drawing.Point(169, 64); + this.layoutControlItem7.Location = new System.Drawing.Point(169, 62); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem7.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem7.Size = new System.Drawing.Size(170, 31); this.layoutControlItem7.Text = "鎬诲畾鍛�"; this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_fJingDu; - this.layoutControlItem3.Location = new System.Drawing.Point(169, 32); + this.layoutControlItem3.Location = new System.Drawing.Point(169, 31); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem3.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem3.Size = new System.Drawing.Size(170, 31); this.layoutControlItem3.Text = "绠$悊绮惧害"; this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_itemModel; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 96); + this.layoutControlItem2.Location = new System.Drawing.Point(0, 93); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem2.Size = new System.Drawing.Size(169, 32); + this.layoutControlItem2.Size = new System.Drawing.Size(169, 31); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem1 // this.layoutControlItem1.Control = this.txt_itemName; - this.layoutControlItem1.Location = new System.Drawing.Point(0, 64); + this.layoutControlItem1.Location = new System.Drawing.Point(0, 62); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem1.Size = new System.Drawing.Size(169, 32); + this.layoutControlItem1.Size = new System.Drawing.Size(169, 31); this.layoutControlItem1.Text = "鐗╂枡鍚嶇О"; this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txt_itemNo; - this.layoutControlItem5.Location = new System.Drawing.Point(0, 32); + this.layoutControlItem5.Location = new System.Drawing.Point(0, 31); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(169, 32); + this.layoutControlItem5.Size = new System.Drawing.Size(169, 31); this.layoutControlItem5.Text = "鐗╂枡缂栫爜"; this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); // @@ -836,7 +825,7 @@ this.layoutControlItem14.Control = this.txt_orgName; this.layoutControlItem14.Location = new System.Drawing.Point(0, 0); this.layoutControlItem14.Name = "layoutControlItem14"; - this.layoutControlItem14.Size = new System.Drawing.Size(169, 32); + this.layoutControlItem14.Size = new System.Drawing.Size(169, 31); this.layoutControlItem14.Text = "浣跨敤缁勭粐"; this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); // @@ -846,7 +835,7 @@ this.layoutControlItem6.Location = new System.Drawing.Point(169, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem6.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem6.Size = new System.Drawing.Size(170, 31); this.layoutControlItem6.Text = "鐢熶骇绫诲瀷"; this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18); // @@ -856,51 +845,51 @@ this.layoutControlItem20.Location = new System.Drawing.Point(509, 0); this.layoutControlItem20.Name = "layoutControlItem20"; this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem20.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem20.Size = new System.Drawing.Size(170, 31); this.layoutControlItem20.Text = "鏈�鍚庢洿鏂颁汉"; this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem21 // this.layoutControlItem21.Control = this.txt_lastUpdateDate; - this.layoutControlItem21.Location = new System.Drawing.Point(509, 32); + this.layoutControlItem21.Location = new System.Drawing.Point(509, 31); this.layoutControlItem21.Name = "layoutControlItem21"; this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem21.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem21.Size = new System.Drawing.Size(170, 31); this.layoutControlItem21.Text = "鏇存柊鏃堕棿"; this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem22 // this.layoutControlItem22.Control = this.txt_checkBy; - this.layoutControlItem22.Location = new System.Drawing.Point(509, 64); + this.layoutControlItem22.Location = new System.Drawing.Point(509, 62); this.layoutControlItem22.Name = "layoutControlItem22"; this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem22.Size = new System.Drawing.Size(170, 32); - this.layoutControlItem22.Text = "瀹℃牳浜�"; + this.layoutControlItem22.Size = new System.Drawing.Size(170, 31); + this.layoutControlItem22.Text = "瀹℃牳浜哄憳"; this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem23 // this.layoutControlItem23.Control = this.txt_checkDate; - this.layoutControlItem23.Location = new System.Drawing.Point(509, 96); + this.layoutControlItem23.Location = new System.Drawing.Point(509, 93); this.layoutControlItem23.Name = "layoutControlItem23"; this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem23.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem23.Size = new System.Drawing.Size(170, 31); this.layoutControlItem23.Text = "瀹℃牳鏃堕棿"; this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem25 // this.layoutControlItem25.Control = this.txt_isCheck; - this.layoutControlItem25.Location = new System.Drawing.Point(509, 128); + this.layoutControlItem25.Location = new System.Drawing.Point(509, 124); this.layoutControlItem25.Name = "layoutControlItem25"; this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem25.Size = new System.Drawing.Size(170, 32); + this.layoutControlItem25.Size = new System.Drawing.Size(170, 31); this.layoutControlItem25.Text = "瀹℃牳鐘舵��"; this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem25.TextVisible = false; @@ -908,12 +897,12 @@ // layoutControlItem15 // this.layoutControlItem15.Control = this.btnSelect; - this.layoutControlItem15.Location = new System.Drawing.Point(0, 128); + this.layoutControlItem15.Location = new System.Drawing.Point(0, 124); this.layoutControlItem15.MaxSize = new System.Drawing.Size(100, 31); this.layoutControlItem15.MinSize = new System.Drawing.Size(90, 31); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem15.Size = new System.Drawing.Size(169, 32); + this.layoutControlItem15.Size = new System.Drawing.Size(169, 31); this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem15.Text = "閫夋嫨宸ュ簭"; this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); @@ -922,12 +911,12 @@ // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_remark; - this.layoutControlItem12.Location = new System.Drawing.Point(169, 128); + this.layoutControlItem12.Location = new System.Drawing.Point(169, 124); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 3; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem12.Size = new System.Drawing.Size(510, 32); + this.layoutControlItem12.Size = new System.Drawing.Size(510, 31); this.layoutControlItem12.Text = "娴佺▼鎻忚堪"; this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18); // @@ -991,7 +980,6 @@ // // gvMx1daa002 // - this.gvMx1daa002.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1daa002.AppearanceCell.Options.UseFont = true; this.gvMx1daa002.AppearanceCell.Options.UseForeColor = true; @@ -1009,7 +997,6 @@ // // gvMx1daa010 // - this.gvMx1daa010.AppearanceCell.Options.UseFont = true; this.gvMx1daa010.Caption = "宸ュ簭浠g爜"; this.gvMx1daa010.FieldName = "processNo"; @@ -1023,7 +1010,6 @@ // // gvMx1daa005 // - this.gvMx1daa005.AppearanceCell.Options.UseFont = true; this.gvMx1daa005.Caption = "宸ュ簭鍚嶇О"; this.gvMx1daa005.FieldName = "processName"; @@ -1037,7 +1023,6 @@ // // gvMx1daa003 // - this.gvMx1daa003.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1daa003.AppearanceCell.Options.UseFont = true; this.gvMx1daa003.AppearanceCell.Options.UseForeColor = true; @@ -1099,7 +1084,6 @@ // // gvMx1daa004 // - this.gvMx1daa004.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1daa004.AppearanceCell.Options.UseFont = true; this.gvMx1daa004.AppearanceCell.Options.UseForeColor = true; @@ -1126,7 +1110,6 @@ // // gvMx1reporttime // - this.gvMx1reporttime.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1reporttime.AppearanceCell.Options.UseFont = true; this.gvMx1reporttime.AppearanceCell.Options.UseForeColor = true; -- Gitblit v1.9.3