From 2993e61e9d1fbe09884f1ec42307f41df60192e0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 24 十二月 2024 14:56:50 +0800 Subject: [PATCH] 细节修理 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs index 3fd3881..c2695fd 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs @@ -52,6 +52,7 @@ this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.panelMx1 = new DevExpress.XtraEditors.PanelControl(); + this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint(); this.lbMxGuid = new DevExpress.XtraEditors.LabelControl(); this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); @@ -132,7 +133,6 @@ this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint(); this.tabMxPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); @@ -212,12 +212,16 @@ // gvMx1tld005 // this.gvMx1tld005.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1tld005.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1tld005.AppearanceCell.Options.UseFont = true; + this.gvMx1tld005.AppearanceCell.Options.UseForeColor = true; + this.gvMx1tld005.AppearanceHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); + this.gvMx1tld005.AppearanceHeader.Options.UseForeColor = true; this.gvMx1tld005.Caption = "鐢宠鏁伴噺"; this.gvMx1tld005.FieldName = "tld005"; this.gvMx1tld005.MinWidth = 50; this.gvMx1tld005.Name = "gvMx1tld005"; - this.gvMx1tld005.Tag = "query_a.tld005"; + this.gvMx1tld005.Tag = "edit"; this.gvMx1tld005.Visible = true; this.gvMx1tld005.VisibleIndex = 5; this.gvMx1tld005.Width = 94; @@ -405,6 +409,15 @@ this.panelMx1.Name = "panelMx1"; this.panelMx1.Size = new System.Drawing.Size(1124, 98); this.panelMx1.TabIndex = 1; + // + // ucBtnPrint1 + // + this.ucBtnPrint1.guidKey = null; + this.ucBtnPrint1.Location = new System.Drawing.Point(543, 59); + this.ucBtnPrint1.Name = "ucBtnPrint1"; + this.ucBtnPrint1.rptParameter = null; + this.ucBtnPrint1.Size = new System.Drawing.Size(218, 41); + this.ucBtnPrint1.TabIndex = 231; // // lbMxGuid // @@ -1342,15 +1355,6 @@ this.picCheckBox.TabIndex = 5; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; - // - // ucBtnPrint1 - // - this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(543, 59); - this.ucBtnPrint1.Name = "ucBtnPrint1"; - this.ucBtnPrint1.rptParameter = null; - this.ucBtnPrint1.Size = new System.Drawing.Size(218, 41); - this.ucBtnPrint1.TabIndex = 231; // // Frm_MesItemTbl // -- Gitblit v1.9.3