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 |
Method | Description | |
---|---|---|
ConfigureLocatorListForm ( ) : System |
Initializes a new instance of the frmLocatorCollection class.
|
|
ConfigureLocatorListForm ( List |
||
ConfigureUI ( ) : void |
Configures the UI.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
||
ZoomScaleValue_TextChanged ( object sender, |
||
butAddLocator_Click ( object sender, |
Handles the Click event of the butAddLocator control.
|
|
butCancel_Click ( object sender, |
Handles the Click event of the butCancel control.
|
|
butEditLocatorDefinition_Click ( object sender, |
Handles the Click event of the butEditLocatorDefinition control.
|
|
butFieldsConfig_Click ( object sender, |
||
butMoveLocatorDown_Click ( object sender, |
Handles the Click event of the butMoveLocatorDown control.
|
|
butMoveLocatorUp_Click ( object sender, |
Handles the Click event of the butMoveLocatorUp control.
|
|
butOK_Click ( object sender, |
Handles the Click event of the butOK control.
|
|
butRemoveLocator_Click ( object sender, |
Handles the Click event of the butRemoveLocator control.
|
|
cboTarget_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the cboTarget control.
|
|
lstLocators_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the lstLocators control.
|
public ConfigureLocatorListForm ( List |
||
locators | List |
|
zoomScale | int | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |