public class frmEditOperation : Form
Public Class frmEditOperation
Inherits Form
No code example is currently available or this language may not be supported.
frmEditOperation | Create a new instance of the frmEditOperation Item. |
Operation | Get a reference to the operation being edited. |
SettingsTable | Get a reference to the collection containing the runtime user settings for this edit. |
AutoSizeGrid | Auto-size the grid. |
btnCancel_Click | The Cancel button has been clicked. |
btnOK_Click | The OK button has been clicked. |
cmboAction_SelectedIndexChanged | The selected index has changed on the Action combo box. |
comboBox_SelectedIndexChanged | The selected index has changed on the editing combo box. |
CreateOperation | Create an operation record and edit it. |
dgVariables_CellBeginEdit | The current data grid cell is going into edit mode. |
dgVariables_CellClick | A cell has been clicked on the variables grid. |
dgVariables_CellEndEdit | The cell has left the edit mode. |
dgVariables_CellEnter | The cell has been entered on the grid. |
dgVariables_EditingControlShowing | The current data grid cell editing control is preparing to show. |
Dispose | Clean up any resources being used. |
EditOperation | Edit the provided operation. |
editTextBox_GotFocus | The editing textbox has received focus. |
editTextBox_TextChanged | The grid cell editing textbox text has changed. |
GetDisplayName | Return the display name for the specified property name. |
InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
InitializeEditors | Initialize the editors for each of the cells. |
OnActivated | Raises the Activated event when the form has been activated. |
OnLoad | Raises the Load event when the form has been loaded and is ready to display. |
txtOperationName_TextChanged | The text in the operation name has changed. |
UpdateEntry | Update the record entry. |
UpdateGrid | Update the grid to reflect the properties present for the selected action. |
btnCancel | Cancel button. |
btnOK | OK button. |
cmboAction | Assigned action drop-down list. |
components | Required designer variable. |
dgVariables | Variables data grid containing all of the variables available for the currently selected action. |
lblAction | Action label. |
lblHiddenVariables | Hidden Variables label. |
lblOperationName | Operation Name label. |
lblOperationNameHint | Operation Name hint label. |
lblStatValue | Current status message value. |
lblVariables | Variables label. |
lstHiddenVariables | Hidden Variables checked list control. |
mActivated | Value indicating whether the form has already been activated for the first time. |
mEntryNamesDLRE | Entry names for Direction Left Right Enumeration. |
mEntryNamesOLRE | Entry names for Offset Left Right Enumeration. |
mEntryNamesOTBE | Entry names for Offset Top Bottom Enumeration. |
mEntryNamesTool | Currently defined tool names. |
mOperation | Private member for Operation. |
mReady | Value indicating whether the fields have been made ready. |
mSettingsTable | Private member for SettingsTable. |
txtOperationName | Operation Name textbox. |