C# Class PckView.BmpForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
BmpForm ( ) : 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.

btnOk_Click ( object sender, System e ) : void
cbTypes_SelectedIndexChanged ( object sender, System e ) : void
drawPanel_Paint ( object sender, System e ) : void
guess ( ) : void
miClose_Click ( object sender, System e ) : void
miLineColor_Click ( object sender, System e ) : void
scrollHeight_Scroll ( object sender, System e ) : void
scrollSpace_Scroll ( object sender, ScrollEventArgs e ) : void
scrollWidth_Scroll ( object sender, System e ) : void
txtHeight_TextChanged ( object sender, System e ) : void
txtSpace_TextChanged ( object sender, EventArgs e ) : void
txtWidth_TextChanged ( object sender, System e ) : void

Method Details

BmpForm() public method

public BmpForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void