Property | Type | Description | |
---|---|---|---|
btnAdd | System.Windows.Forms.ToolStripButton | ||
btnDelete | System.Windows.Forms.ToolStripButton | ||
btnEdit | System.Windows.Forms.ToolStripButton | ||
btnFind | System.Windows.Forms.ToolStripButton | ||
btnMoveDown | System.Windows.Forms.ToolStripButton | ||
btnMoveUp | System.Windows.Forms.ToolStripButton | ||
components | System.ComponentModel.IContainer | ||
lvList | System.Windows.Forms.ListView | ||
toolStrip | System.Windows.Forms.ToolStrip |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.ToolStripButton btnAdd | ||
return | System.Windows.Forms.ToolStripButton |
protected System.Windows.Forms.ToolStripButton btnDelete | ||
return | System.Windows.Forms.ToolStripButton |
protected System.Windows.Forms.ToolStripButton btnEdit | ||
return | System.Windows.Forms.ToolStripButton |
protected System.Windows.Forms.ToolStripButton btnFind | ||
return | System.Windows.Forms.ToolStripButton |
protected System.Windows.Forms.ToolStripButton btnMoveDown | ||
return | System.Windows.Forms.ToolStripButton |
protected System.Windows.Forms.ToolStripButton btnMoveUp | ||
return | System.Windows.Forms.ToolStripButton |
protected System.ComponentModel.IContainer components | ||
return | System.ComponentModel.IContainer |
protected System.Windows.Forms.ListView lvList | ||
return | System.Windows.Forms.ListView |