C# Class ZForge.Controls.Update.UpdateSiteManagerForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
SwapToolStripButtonStates void
tableList_EditingStopped void
tableList_SelectionChanged void
toolStripButtonAdd_Click void
toolStripButtonDelete_Click void
toolStripButtonEdit_Click void

Public Methods

Method Description
UpdateSiteManagerForm ( ) : System

Protected Methods

Method Description
AutosizeColumnWidth ( ) : void
ColumnInitialize ( ) : ColumnModel
Dispose ( bool disposing ) : void

Clean up any resources being used.

ListAdd ( UpdateSite us ) : Row
ListInitialize ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SwapToolStripButtonStates ( ) : void
tableList_EditingStopped ( object sender, ZForge e ) : void
tableList_SelectionChanged ( object sender, ZForge e ) : void
toolStripButtonAdd_Click ( object sender, EventArgs e ) : void
toolStripButtonDelete_Click ( object sender, EventArgs e ) : void
toolStripButtonEdit_Click ( object sender, EventArgs e ) : void

Method Details

AutosizeColumnWidth() protected method

protected AutosizeColumnWidth ( ) : void
return void

ColumnInitialize() protected method

protected ColumnInitialize ( ) : ColumnModel
return ZForge.Controls.XPTable.Models.ColumnModel

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ListAdd() protected method

protected ListAdd ( UpdateSite us ) : Row
us UpdateSite
return ZForge.Controls.XPTable.Models.Row

ListInitialize() protected method

protected ListInitialize ( ) : void
return void

UpdateSiteManagerForm() public method

public UpdateSiteManagerForm ( ) : System
return System