public class frmSettings : FormPublic Class frmSettings
Inherits FormNo code example is currently available or this language may not be supported.| frmSettings | Create a new instance of the frmSettings Item. |
| Configuration | Get/Set a reference to the configuration profile to be used with this instance. |
| IsMetric | Get/Set a value indicating whether the current unit mode is metric. |
| btnCancel_Click | The Cancel button has been clicked. |
| btnEditTools_Click | The Edit Tools button has been clicked. |
| btnOK_Click | The OK button has been clicked. |
| chkXOpenEnded_CheckedChanged | The checked state of the 'X is open ended' checkbox has changed. |
| chkYOpenEnded_CheckedChanged | The checked state of the 'Y is open ended' checkbox has changed. |
| cmboGeneralCuttingTool_SelectedIndexChanged | The selected index has changed on the General Cutting Tool dropdown list. |
| cmboXYOrigin_SelectedIndexChanged | The selected index has changed on the Workspace XY Origin dropdown list. |
| cmboZOrigin_SelectedIndexChanged | The selected index has changed on the Workspace Z Origin dropdown list. |
| Dispose | Clean up any resources being used. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| optUS_CheckedChanged | The checked state of the U.S. Units option button has changed. |
| optXPRight_CheckedChanged | The checked state of the X+ Right option button has changed. |
| optYPUp_CheckedChanged | The checked state of the Y+ Up option button has changed. |
| optZPUp_CheckedChanged | The checked state of the Z+ Up option button has changed. |
| pnlCanvasArea_Paint | The canvas panel is being re-painted. |
| RefreshControls | Referesh the settings of the controls based upon the current configuration. |
| txtXDimension_TextChanged | The text in the X dimension textbox has changed. |
| txtYDimension_TextChanged | The text in the Y dimension textbox has changed. |
| txtZDimension_TextChanged | The text in the Z dimension textbox has changed. |
| UpdatePanelLayout | Update the layout of the visual canvas panel, given the current width and height settings. |
| UpdateSummary | Update the contents of the summary box. |
| btnCancel | Cancel button. Cancels changes to the settings and closes the dialog box, returning to the calling form. |
| btnEditTools | Edit Tools button. Opens frmEditTools. |
| btnOK | OK button. Saves changes to configuration settings and closes the dialog box, returning to the calling form. |
| chkXOpenEnded | X is open-ended checkbox. |
| chkYOpenEnded | Y is open-ended checkbox. |
| cmboGeneralCuttingTool | Drop down list for selecting the default tool. |
| cmboXYOrigin | Drop down list for selecting the X/Y origin of the canvas. |
| cmboZOrigin | Drop down list for selecting the Z origin of the canvas. |
| components | Required designer variable. |
| lblGeneralCuttingTool | General Cutting title label. |
| lblStockAccess | Stock Access title label. |
| lblStockAccessTip | Stock Access information tip title label. |
| lblSystemSummary | System Summary title label. |
| lblTools | Tools title label. |
| lblTravel | Travel title label. |
| lblUnits | Units title label. |
| lblWorkingArea | Working Area (Canvas) title label. |
| lblXDimension | X Dimension title label. |
| lblXDimensionUnit | Alternate measurement display for the X Dimension textbox. |
| lblXYOrigin | X/Y Origin title label. |
| lblYDimension | Y Dimension title label. |
| lblYDimensionUnit | Alternate measurement display for the Y Dimension textbox. |
| lblZDimension | Z Dimension title label. |
| lblZDimensionUnit | Alternate measurement display for the Z Dimension textbox. |
| lblZOrigin | Z Origin title label. |
| mConfiguration | Private member for Configuration. |
| mControlBusy | Value indicating whether the control causing the event is busy and should not respond to related events. |
| mOriginDotSize | Established size for the origin symbol. |
| optMetric | Metric (mm, cm, m) radio button. |
| optUS | U.S. (in, ft, ', ") radio button. |
| optXPLeft | X+ Left radio button. |
| optXPRight | X+ Right radio button. |
| optYPDown | Y+ Down radio button. |
| optYPUp | Y+ Up radio button. |
| optZPDown | Z+ Down radio button. |
| optZPUp | Z+ Up radio button. |
| pnlCanvasArea | Panel control in the general shape of the working table canvas, according to the current dimensions and origin. |
| pnlTravelX | Container for the X+ Travel options. |
| pnlTravelY | Container for the Y+ Travel options. |
| pnlTravelZ | Container for the Z+ Travel options. |
| pnlUnits | Container for the Display Units options. |
| txtSystemSummary | Written summary description of the current configuration of dimensions and origin. |
| txtXDimension | X Dimension textbox. |
| txtYDimension | Y Dimension textbox. |
| txtZDimension | Z Dimension textbox. |