C# Class gmap.demo.winform.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Méthode Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

ToolCheckChanged ( string toolName ) : void
sQLQuery_Click ( object sender, EventArgs e ) : void
tsbMeasureArea_Click ( object sender, EventArgs e ) : void
tsbMeasureDistance_Click ( object sender, EventArgs e ) : void
tsbOpen_Click ( object sender, EventArgs e ) : void
tsbPan_Click ( object sender, EventArgs e ) : void
tsbPointQuery_Click ( object sender, EventArgs e ) : void
tsbQueryByPolygon_Click ( object sender, EventArgs e ) : void
tsbRectQuery_Click ( object sender, EventArgs e ) : void
tsbZoomIn_Click ( object sender, EventArgs e ) : void
tsbZoomOut_Click ( object sender, EventArgs e ) : void
tsbtnClearhighlight_Click ( object sender, EventArgs e ) : void
tsbtnQuerySetting_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System