资源简介
任意改变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个文件信息
- 上一篇:Linux下多线程判断九宫格是否有效
- 下一篇:Xtion PRO Live用户手册
相关资源
- 消消乐自动求解
- OpenMP程序
- 在dos命令行查看nc文件的数据
- KCF代码运行流程图
- 计算机基础组成及运行原理动画视频
- 基于CAN总线的新型智能阀门电动执行
- 线性代数知识网络图考研资料
- 用Ffmpeg进行h265编解码的
- 行为检测代码
- 中国分省行政区矢量图shp
- PCI串行口驱动 PCI串行口驱动
- 滴滴行程单-报销必备神器
-
mavli
nk的入门资料;适合纯粹的mav - 各大银行logo、logo背景、背景图片
- 汇编程序-输入学生成绩并进行排名显
- MPI并行遗传算法
- 遗传算法的并行实现
- 开户的测试用例执行情况.xlsx
- Delta机器人RBE595高级并行机器人项目代
- miniFilter(所有框架代码以及对应的
- 并行遗传算法的程序源代码
- 操作系统银行家算法两个
- 广工操作系统课程设计文档+代码+可执
- 学生成绩管理系统按GPA的值对学生进
- 并行计算——结构·算法·编程习题答
- txt文件和DataGridView控件的操作等.rar
- 组态王电机运行时间记录
- 农行软开面试
- 对含有周期性噪声图像进行高斯带通
- DataGridView过滤及
评论
共有 条评论