C# Class FunctionForm.Operation.frmCollectionIndex

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: magicdict/MongoCola

Public Methods

Method Description
frmCollectionIndex ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

RefreshList ( ) : void

刷新索引列表

chkTTL_CheckedChanged ( object sender, EventArgs e ) : void

TTL Changed

cmdAddIndex_Click ( object sender, EventArgs e ) : void

增加索引

cmdDelIndex_Click ( object sender, EventArgs e ) : void

删除索引

frmCollectionIndex_Load ( object sender, EventArgs e ) : void

Load事件

Method Details

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

frmCollectionIndex() public method

public frmCollectionIndex ( ) : System
return System