frmCutEdit Class

Cut profile editing form.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public class frmCutEdit : Form
Inheritance
Form    frmCutEdit

Constructors

frmCutEdit Create a new instance of the frmCutEdit Item.

Properties

CutProfile Get a reference to the cut profile to be edited in this session.
EditMode Get/Set the mode under which this cut will be edited.
SettingsTable Get a reference to the collection containing the runtime user settings for this edit.
WorkpieceInfo Get/Set a reference to the workpiece information for which the cut is being edited.

Methods

btnCancel_Click The Cancel button has been clicked.
btnOK_Click The OK button has been clicked.
comboBox_SelectedIndexChanged The selected index has changed on the editing combo box.
CreateFromTemplate Create a cut profile from a blank template.
dgProperties_CellBeginEdit The current data grid cell is going into edit mode.
dgProperties_CellClick A cell has been clicked on the properties grid.
dgProperties_CellEndEdit The cell has left the edit mode.
dgProperties_CellEnter The cell has been entered on the grid.
dgProperties_EditingControlShowing The current data grid cell editing control is preparing to show.
Dispose Clean up any resources being used.
EditCut Edit the provided cut.
editTextBox_GotFocus The editing textbox has received focus.
editTextBox_TextChanged The grid cell editing textbox text has changed.
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.
mnuFormCloseWithoutSaving_Click The Form / Close Without Saving menu option has been clicked.
mnuFormSaveChangesClose_Click The Form / Save Changes and Close menu option has been clicked.
mRedrawTimer_Tick The redraw timer has elapsed.
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.
pnlPreview_Paint The preview panel is being painted.
pnlPreview_Resize The preview panel is resizing.
SetEditMode Set the edit mode for the form.
UpdateWorkpiece Update the workpiece from the current values.

Fields

btnCancel Cancel button. Click this button to cancel any changes you have made while creating or editing your cut.
btnOK OK button. Click this button to save the changes to your new or updated cut.
components Required designer variable.
dgProperties Properties Data Grid View.
mActivated Value indicating whether the form has already been activated for the first time.
mCutProfile Private member for CutProfile.
mEditMode Private member for EditMode.
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.
menuCut The main menu bar for the cut editing dialog.
mnuForm The Form menu option.
mnuFormCloseWithoutSaving The Form / Close Without Saving menu option.
mnuFormSaveChangesClose The Form / Save Changes and Close menu option.
mRedrawElapsed Value indicating whether the timer until the next valid redraw has elapsed.
mRedrawNeeded Value indicating whether a redraw of the preview panel is needed.
mRedrawTimer The timer used to keep track if a redraw can be performed. This control might no longer be needed since panel-level double-buffering has been activated.
mResolvedOperations Reference to the list of operations that have been resolved while editing.
mSettingsTable Private member for SettingsTable.
mWorkpieceInfo Private member for WorkpieceInfo.
pnlControl The panel containing the user's controls for this session.
pnlPreview The panel upon which the graphic preview of the current cut is displayed.
pnlWorkspace The effective user workspace for this form, not including the OK and Cancel area.
splitter1 The splitter between the control and preview panels.
statMessage Status message control on statusCut.
statusCut The main status message bar for the form.
statValue Current user editing value alternate display on statusCut.

See Also