namespace UAS_PLCDataReader.CustomerControl.GridViewWithSerialNum { partial class GridViewWithSerialNum { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // GridViewWithSerialNum // this.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.GridViewWithSerialNum_CustomDrawColumnHeader); this.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.GridViewWithSerialNum_CustomDrawRowIndicator); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GridViewWithSerialNum_MouseDown); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.GridViewWithSerialNum_MouseUp); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } #endregion } }