From 1b799e1d64e6a2e151f52092542c6892ea858f0c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 09 五月 2025 13:13:56 +0800 Subject: [PATCH] 工序采集 --- DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs | 46 ++++++++++++++++++++++------------------------ 1 files changed, 22 insertions(+), 24 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs index b0bf6e3..7e6fffb 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs @@ -29,6 +29,7 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); @@ -64,15 +65,16 @@ this.txt_rtnJson = new DevExpress.XtraEditors.MemoEdit(); this.txt_msg = new DevExpress.XtraEditors.MemoEdit(); this.txt_sendJson = new DevExpress.XtraEditors.MemoEdit(); + this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -100,13 +102,13 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_rtnJson.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_msg.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_sendJson.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); this.SuspendLayout(); @@ -115,6 +117,7 @@ // this.toolBarMenu1.chkParameter = null; this.toolBarMenu1.currentAction = null; + this.toolBarMenu1.defaultActions = null; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; @@ -160,15 +163,14 @@ // // split1.Panel2 // - 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(1126, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -182,7 +184,6 @@ // // gridView1 // - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_operationTime, @@ -198,7 +199,6 @@ // // gv_operationTime // - this.gv_operationTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_operationTime.AppearanceCell.Options.UseFont = true; this.gv_operationTime.Caption = "鎿嶄綔鏃堕棿"; this.gv_operationTime.FieldName = "operationTime"; @@ -211,7 +211,6 @@ // // gv_userName // - this.gv_userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_userName.AppearanceCell.Options.UseFont = true; this.gv_userName.Caption = "鎿嶄綔浜哄憳"; this.gv_userName.FieldName = "userName"; @@ -224,7 +223,6 @@ // // gv_operationTable // - this.gv_operationTable.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_operationTable.AppearanceCell.Options.UseFont = true; this.gv_operationTable.Caption = "鐩稿叧琛�"; this.gv_operationTable.FieldName = "operationTable"; @@ -245,7 +243,6 @@ // // gv_msg // - this.gv_msg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_msg.AppearanceCell.Options.UseFont = true; this.gv_msg.Caption = "鎿嶄綔璇︽儏"; this.gv_msg.FieldName = "msg"; @@ -289,7 +286,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 // @@ -387,6 +384,18 @@ this.txt_sendJson.Size = new System.Drawing.Size(1025, 54); this.txt_sendJson.StyleController = this.layoutMx1; this.txt_sendJson.TabIndex = 12; + // + // layoutControlItem8 + // + this.layoutControlItem8.Control = this.lbGuid; + this.layoutControlItem8.Location = new System.Drawing.Point(828, 30); + this.layoutControlItem8.Name = "layoutControlItem8"; + this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem8.Size = new System.Drawing.Size(278, 31); + this.layoutControlItem8.Text = "lbGuid"; + this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem8.TextVisible = false; // // Root // @@ -487,18 +496,6 @@ this.layoutControlItem5.Text = "鎿嶄綔璇︽儏"; this.layoutControlItem5.TextSize = new System.Drawing.Size(65, 18); // - // layoutControlItem8 - // - this.layoutControlItem8.Control = this.lbGuid; - this.layoutControlItem8.Location = new System.Drawing.Point(828, 30); - this.layoutControlItem8.Name = "layoutControlItem8"; - this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem8.Size = new System.Drawing.Size(278, 31); - this.layoutControlItem8.Text = "lbGuid"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem8.TextVisible = false; - // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_sendJson; @@ -559,13 +556,13 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_rtnJson.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_msg.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_sendJson.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); this.ResumeLayout(false); @@ -606,5 +603,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; + private DevExpress.Utils.ToolTipController tips; } } \ No newline at end of file -- Gitblit v1.9.3