C# Class cartographer.Cartographer

Show file Open project: dekz/cartographer

Public Properties

Property Type Description
ge EARTHLib.ApplicationGE
m_Electorates List

Public Methods

Method Description
Cartographer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Cartographer_Resize ( object sender, EventArgs e ) : void
Form_Closing ( object sender, FormClosingEventArgs e ) : void
GetWindowThreadProcessId ( int hwnd, int &lpdwProcessId ) : int
InitializeComponent ( ) : void

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

PostMessage ( int hWnd, uint Msg, int wParam, int lParam ) : bool
ResizeGoogleControl ( ) : void
SendMessage ( int hWnd, uint Msg, int wParam, int lParam ) : int
SetParent ( int hWndChild, int hWndParent ) : int
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindowAsync ( int hWnd, int nCmdShow ) : bool
convertData_Click ( object sender, EventArgs e ) : void
exit_Click ( object sender, EventArgs e ) : void
label2_Click ( object sender, EventArgs e ) : void
loadKML_Click ( object sender, EventArgs e ) : void
midBut_Click ( object sender, EventArgs e ) : void
mifBut_Click ( object sender, EventArgs e ) : void
xlsBut_Click ( object sender, EventArgs e ) : void

Method Details

Cartographer() public method

public Cartographer ( ) : System
return System

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

Property Details

ge public property

public ApplicationGE,EARTHLib ge
return EARTHLib.ApplicationGE

m_Electorates public property

public List m_Electorates
return List