资源简介

任意改变GridView某一行颜色和任意单元格颜色的源代码

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行库版本:2.0.50727.832
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace AllUsing {
    using System;
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
    [Serializable()]
    [System.ComponentModel.DesignerCategoryAttribute(“code“)]
    [System.ComponentModel.ToolboxItem(true)]
    [System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
    [System.xml.Serialization.xmlRootAttribute(“bygpsDataSet“)]
    [System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class bygpsDataSet : System.Data.DataSet {
        
        private V_CarTroubleInfoDataTable tableV_CarTroubleInfo;
        
        private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public bygpsDataSet() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
            base.Tables.Collectionchanged += schemaChangedHandler;
            base.Relations.Collectionchanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected bygpsDataSet(System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context) : 
                base(info context false) {
            if ((this.IsBinarySerialized(info context) == true)) {
                this.InitVars(false);
                System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
                this.Tables.Collectionchanged += schemaChangedHandler1;
                this.Relations.Collectionchanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
                System.Data.DataSet ds = new System.Data.DataSet();
                ds.ReadxmlSchema(new System.xml.xmlTextReader(new System.IO.StringReader(strSchema)));
                if ((ds.Tables[“V_CarTroubleInfo“] != null)) {
                    base.Tables.Add(new V_CarTroubleInfoDataTable(ds.Tables[“V_CarTroubleInfo“]));
                }
                this.DataSetName = ds.DataSetNam

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3860  2007-09-10 15:11  AllUsing\AllUsing\AllUsing.csproj

     文件        429  2007-09-10 15:10  AllUsing\AllUsing\app.config

     文件      40960  2007-09-10 16:15  AllUsing\AllUsing\bin\Debug\AllUsing.exe

     文件        429  2007-09-10 15:10  AllUsing\AllUsing\bin\Debug\AllUsing.exe.config

     文件      67072  2007-09-10 16:15  AllUsing\AllUsing\bin\Debug\AllUsing.pdb

     文件       5632  2005-12-08 14:51  AllUsing\AllUsing\bin\Debug\AllUsing.vshost.exe

     文件        429  2007-09-10 15:10  AllUsing\AllUsing\bin\Debug\AllUsing.vshost.exe.config

     目录          0  2007-09-10 15:11  AllUsing\AllUsing\bin\Debug

     目录          0  2007-09-10 15:10  AllUsing\AllUsing\bin

     文件      43027  2007-09-10 15:10  AllUsing\AllUsing\bygpsDataSet.Designer.cs

     文件          3  2007-09-10 15:10  AllUsing\AllUsing\bygpsDataSet.xsc

     文件       9015  2007-09-10 15:10  AllUsing\AllUsing\bygpsDataSet.xsd

     文件          3  2007-09-10 15:10  AllUsing\AllUsing\bygpsDataSet.xss

     文件       2051  2007-09-10 16:15  AllUsing\AllUsing\Form1.cs

     文件      10399  2007-09-10 15:51  AllUsing\AllUsing\Form1.Designer.cs

     文件       6630  2007-09-10 15:51  AllUsing\AllUsing\Form1.resx

     文件        306  2007-11-21 09:05  AllUsing\AllUsing\obj\AllUsing.csproj.FileList.txt

     文件        842  2007-09-10 15:51  AllUsing\AllUsing\obj\Debug\AllUsing.csproj.GenerateResource.Cache

     文件      40960  2007-09-10 16:15  AllUsing\AllUsing\obj\Debug\AllUsing.exe

     文件        180  2007-09-10 15:51  AllUsing\AllUsing\obj\Debug\AllUsing.Form1.resources

     文件      67072  2007-09-10 16:15  AllUsing\AllUsing\obj\Debug\AllUsing.pdb

     文件        180  2007-09-10 15:11  AllUsing\AllUsing\obj\Debug\AllUsing.Properties.Resources.resources

     文件      36864  2007-09-10 15:10  AllUsing\AllUsing\obj\Debug\TempPE\bygpsDataSet.Designer.cs.dll

     目录          0  2007-09-10 15:10  AllUsing\AllUsing\obj\Debug\TempPE

     目录          0  2007-09-10 16:15  AllUsing\AllUsing\obj\Debug

     目录          0  2007-09-10 15:11  AllUsing\AllUsing\obj

     文件        467  2007-09-10 15:07  AllUsing\AllUsing\Program.cs

     文件       1172  2007-09-10 15:07  AllUsing\AllUsing\Properties\AssemblyInfo.cs

     文件       2871  2007-09-10 15:07  AllUsing\AllUsing\Properties\Resources.Designer.cs

     文件       5612  2007-09-10 15:07  AllUsing\AllUsing\Properties\Resources.resx

............此处省略10个文件信息

评论

共有 条评论