public class frmEditTemplates : Form
Public Class frmEditTemplates
Inherits Form
No code example is currently available or this language may not be supported.
frmEditTemplates | Create a new instance of the frmEditPatterns Item. |
Patterns | Get/Set a reference to the collection of pattern templates to be edited. |
btnCancel_Click | The Cancel button has been clicked. |
btnCreate_Click | The Create button has been clicked. Create a new pattern entry and select it. |
btnDelete_Click | The Delete button has been clicked. |
btnIconFilename_Click | The Icon Filename button has been clicked. |
btnMoveDown_Click | The Move Down button has been clicked. |
btnMoveUp_Click | The Move Up button has been clicked. |
btnOK_Click | The OK button has been clicked. |
btnOperationAdd_Click | The Add Operation button has been clicked. |
btnOperationDelete_Click | The Delete Operation button has been clicked. |
btnOperationDown_Click | The move operation down button has been clicked. |
btnOperationEdit_Click | The Operations button has been clicked. |
btnOperationUp_Click | The move operation up button has been clicked. |
btnTemplateID_Click | The Template ID button has been clicked. |
CheckSharedVariable | Check the shared variable having the same value as that specified by the caller. |
Dispose | Clean up any resources being used. |
EditSelectedOperation | Edit the selected operation item. |
InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
InitializePatterns | Initialize all of the template pattern tools. |
lstSharedVariables_ItemCheck | The checked state of an item has changed in the Shared Variables list. |
lvOperations_DoubleClick | The Operations list view has been double-clicked. |
lvOperations_SelectedIndexChanged | The item selection state has changed on the operations list view. |
lvTemplates_ItemSelectionChanged | The item selection state has changed on the templates list view. |
mnuViewTabDisplay_Click | The View / Tab / Display menu option has been clicked. |
mnuViewTabGeneral_Click | The View / Tab / General menu option has been clicked. |
mnuViewTabRemarks_Click | The View / Tab / Remarks menu option has been clicked. |
OnLoad | Raises the Load event when the form has been loaded and is ready to display for the first time. |
tctlEditTemplates_SelectedIndexChanged | The selected tab page index has changed on the tab control. |
txtDisplayFormat_TextChanged | The Display Format text has changed. |
txtIconFilename_TextChanged | The Icon Filename text has changed. |
txtRemarks_TextChanged | The Remarks text has changed. |
txtTemplateName_TextChanged | The Template Name text has changed. |
UncheckSharedVariables | Uncheck all of the shared variables. |
btnCancel | Cancel button. |
btnCreate | Create button. |
btnDelete | Delete button. |
btnIconFilename | Icon Filename helper button (ellipses). |
btnMoveDown | Move selected pattern down button. |
btnMoveUp | Move selected pattern up button. |
btnOK | OK button. |
btnOperationAdd | Add operation button. |
btnOperationDelete | Delete operation button. |
btnOperationDown | Move selected operation down button. |
btnOperationEdit | Edit selected operation button. |
btnOperationUp | Move selected operation up button. |
btnTemplateID | General new globally unique template ID helper button (ellipses). |
components | Required designer variable. |
ilTemplateControls | Template controls image list, containing button images, etc. |
ilTemplateIcons | Template icons image list, containing list view icons. |
ilTemplates | Templates image list, containing the custom pattern thumbnail icons. |
lblDisplayFormat | Display Format title label. |
lblIconFilename | Icon Filename title label. |
lblOperations | Operations title label. |
lblSharedVariables | Shared Variables title label. |
lblTemplateID | Template ID title label. |
lblTemplateName | Template Name title label. |
lstSharedVariables | Shared variables checked list. |
lvOperations | Operations list view. |
lvTemplates | Pattern templates list view. |
mEntry | Reference to the currently selected template entry. |
mEntryBusy | Value indicating whether the currently selected entry and its fields are currently being processed. |
menuEditTemplates | The main menu strip for frmEditTemplates. |
mnuEdit | Edit menu option. |
mnuEditRestoreFactoryTemplates | Edit / Restore Factory Templates menu option. |
mnuFile | File menu option. |
mnuFileExportSelectedPatterns | File / Export Selected Patterns menu option. |
mnuFileImportPatterns | File / Import Patterns menu option. |
mnuView | View menu option. |
mnuViewTab | View / Tab menu option. |
mnuViewTabDisplay | View / Tab / Display menu option. |
mnuViewTabGeneral | View / Tab / General menu option. |
mnuViewTabRemarks | View / Tab / Remarks menu option. |
mPatterns | Private member for Patterns. |
pnlControls | The panel upon which the general controls are placed. |
pnlTemplates | The panel containing the templates list. |
splitterTemplates | Splitter between templates list and user controls. |
statMessage | Status message text. |
statusEditTemplates | The status strip for the frmEditTemplates form. |
tctlEditTemplates | The main tab control for the frmEditTemplates form. |
tpgDisplay | The Display tab page. |
tpgGeneral | The General tab page. |
tpgRemarks | The Remarks tab page. |
txtDisplayFormat | The Display Format textbox. |
txtIconFilename | The Icon Filename textbox. |
txtRemarks | Remarks textbox. |
txtTemplateID | Globally unique template ID textbox. |
txtTemplateName | Template Name textbox. |