C# Class AkaneMail.SettingForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: hijirichan/AkaneMail Class Usage Examples

Public Properties

Property Type Description
checkAutoGetMail System.Windows.Forms.CheckBox
loadFromFlag bool

Public Methods

Method Description
SettingForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

SettingForm_Load ( object sender, EventArgs e ) : void
buttonBrowse_Click ( object sender, EventArgs e ) : void
buttonCencel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
checkAutGetMail_CheckedChanged ( object sender, EventArgs e ) : void
checkBrowser_CheckedChanged ( object sender, EventArgs e ) : void
checkSoundPlay_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

SettingForm() public method

public SettingForm ( ) : System
return System

Property Details

checkAutoGetMail public_oe property

public System.Windows.Forms.CheckBox checkAutoGetMail
return System.Windows.Forms.CheckBox

loadFromFlag public_oe property

public bool loadFromFlag
return bool