/// <summary>
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     //this.SuspendLayout();
     // 
     // StyledListView
     // 
     //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     //this.Name = "StyledListView";
     //this.Size = new System.Drawing.Size(326, 87);
     //this.ResumeLayout(false);
     this.components = new System.ComponentModel.Container();
     this.styles = new StylesCollection();
     this.items = new ListViewItemsCollection(this, this.OnNewItemAdded);
     this.sorter = new StyledControls.ListViewColumnSorter();
     this.ListViewItemSorter = this.sorter;
     this.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.DrawShadedItem);
     this.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.OnColunmClickSort);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     //this.SuspendLayout();
     //
     // StyledListView
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     //this.Name = "StyledListView";
     //this.Size = new System.Drawing.Size(326, 87);
     //this.ResumeLayout(false);
     this.components         = new System.ComponentModel.Container();
     this.styles             = new StylesCollection();
     this.items              = new ListViewItemsCollection(this, this.OnNewItemAdded);
     this.sorter             = new StyledControls.ListViewColumnSorter();
     this.ListViewItemSorter = this.sorter;
     this.DrawItem          += new System.Windows.Forms.DrawListViewItemEventHandler(this.DrawShadedItem);
     this.ColumnClick       += new System.Windows.Forms.ColumnClickEventHandler(this.OnColunmClickSort);
 }