From 236874a930147c27e46c673d8c1a607f1260e8aa Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 31 三月 2025 12:43:43 +0800 Subject: [PATCH] 追溯码 --- DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs | 43 ++++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 21 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs index b0bf6e3..1df30e5 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/SysLog.Designer.cs @@ -64,13 +64,13 @@ 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(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); @@ -100,13 +100,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 +115,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; @@ -168,7 +169,7 @@ // 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 +183,7 @@ // // 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,7 @@ // // 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 +212,7 @@ // // 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 +225,7 @@ // // 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 +246,7 @@ // // 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"; @@ -388,6 +389,18 @@ 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 // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; @@ -487,18 +500,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 +560,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); -- Gitblit v1.9.3