C# Class DataHubServicesAddin.Dialogs.ConfigureLocatorListForm

Form for displaying a list of locators
Inheritance: System.Windows.Forms.Form
显示文件 Open project: EsriUK/OnlineServicesAddin Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
ZoomScaleValue_KeyPress void
ZoomScaleValue_TextChanged void
butAddLocator_Click void
butCancel_Click void
butEditLocatorDefinition_Click void
butFieldsConfig_Click void
butMoveLocatorDown_Click void
butMoveLocatorUp_Click void
butOK_Click void
butRemoveLocator_Click void
cboTarget_SelectedIndexChanged void
lstLocators_SelectedIndexChanged void

Public Methods

Method Description
ConfigureLocatorListForm ( ) : System

Initializes a new instance of the frmLocatorCollection class.

ConfigureLocatorListForm ( List locators, int zoomScale ) : System
ConfigureUI ( ) : void

Configures the UI.

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.

ZoomScaleValue_KeyPress ( object sender, KeyPressEventArgs e ) : void
ZoomScaleValue_TextChanged ( object sender, EventArgs e ) : void
butAddLocator_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butAddLocator control.

butCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butCancel control.

butEditLocatorDefinition_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butEditLocatorDefinition control.

butFieldsConfig_Click ( object sender, EventArgs e ) : void
butMoveLocatorDown_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butMoveLocatorDown control.

butMoveLocatorUp_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butMoveLocatorUp control.

butOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butOK control.

butRemoveLocator_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butRemoveLocator control.

cboTarget_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the cboTarget control.

lstLocators_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the lstLocators control.

Method Details

ConfigureLocatorListForm() public method

Initializes a new instance of the frmLocatorCollection class.
public ConfigureLocatorListForm ( ) : System
return System

ConfigureLocatorListForm() public method

public ConfigureLocatorListForm ( List locators, int zoomScale ) : System
locators List
zoomScale int
return System

ConfigureUI() public method

Configures the UI.
public ConfigureUI ( ) : void
return void

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