namespace UserControls
{
partial class ModelTree
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelTree));
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Solid-Part-1");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Solid-Part-2");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Solid-Part-4");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Solid-Part-5");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Comp1", new System.Windows.Forms.TreeNode[] {
treeNode3,
treeNode4});
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Solid-Part-6");
System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Solid-Part-7");
System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Comp2", new System.Windows.Forms.TreeNode[] {
treeNode6,
treeNode7});
System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Solid-Part-10");
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Parts", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2,
treeNode5,
treeNode8,
treeNode9});
System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Mesh Setup");
System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Parts");
System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Node Sets");
System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Element Sets");
System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Surfaces");
System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Mesh", new System.Windows.Forms.TreeNode[] {
treeNode12,
treeNode13,
treeNode14,
treeNode15});
System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("Reference Points");
System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("Coordinate Systems");
System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("Features", new System.Windows.Forms.TreeNode[] {
treeNode17,
treeNode18});
System.Windows.Forms.TreeNode treeNode20 = new System.Windows.Forms.TreeNode("Materials");
System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("Sections");
System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("Constraints");
System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("Surface Interactions");
System.Windows.Forms.TreeNode treeNode24 = new System.Windows.Forms.TreeNode("Contact Pairs");
System.Windows.Forms.TreeNode treeNode25 = new System.Windows.Forms.TreeNode("Contacts", new System.Windows.Forms.TreeNode[] {
treeNode23,
treeNode24});
System.Windows.Forms.TreeNode treeNode26 = new System.Windows.Forms.TreeNode("Distributions");
System.Windows.Forms.TreeNode treeNode27 = new System.Windows.Forms.TreeNode("Amplitudes");
System.Windows.Forms.TreeNode treeNode28 = new System.Windows.Forms.TreeNode("Initial Conditions");
System.Windows.Forms.TreeNode treeNode29 = new System.Windows.Forms.TreeNode("Steps");
System.Windows.Forms.TreeNode treeNode30 = new System.Windows.Forms.TreeNode("Model", new System.Windows.Forms.TreeNode[] {
treeNode16,
treeNode19,
treeNode20,
treeNode21,
treeNode22,
treeNode25,
treeNode26,
treeNode27,
treeNode28,
treeNode29});
System.Windows.Forms.TreeNode treeNode31 = new System.Windows.Forms.TreeNode("Analyses");
System.Windows.Forms.TreeNode treeNode32 = new System.Windows.Forms.TreeNode("Parts");
System.Windows.Forms.TreeNode treeNode33 = new System.Windows.Forms.TreeNode("Node Sets");
System.Windows.Forms.TreeNode treeNode34 = new System.Windows.Forms.TreeNode("Element Sets");
System.Windows.Forms.TreeNode treeNode35 = new System.Windows.Forms.TreeNode("Surfaces");
System.Windows.Forms.TreeNode treeNode36 = new System.Windows.Forms.TreeNode("Mesh", new System.Windows.Forms.TreeNode[] {
treeNode32,
treeNode33,
treeNode34,
treeNode35});
System.Windows.Forms.TreeNode treeNode37 = new System.Windows.Forms.TreeNode("Reference Points");
System.Windows.Forms.TreeNode treeNode38 = new System.Windows.Forms.TreeNode("Coordinate Systems");
System.Windows.Forms.TreeNode treeNode39 = new System.Windows.Forms.TreeNode("Features", new System.Windows.Forms.TreeNode[] {
treeNode37,
treeNode38});
System.Windows.Forms.TreeNode treeNode40 = new System.Windows.Forms.TreeNode("Model", new System.Windows.Forms.TreeNode[] {
treeNode36,
treeNode39});
System.Windows.Forms.TreeNode treeNode41 = new System.Windows.Forms.TreeNode("Field Outputs");
System.Windows.Forms.TreeNode treeNode42 = new System.Windows.Forms.TreeNode("History Outputs");
System.Windows.Forms.TreeNode treeNode43 = new System.Windows.Forms.TreeNode("Results", new System.Windows.Forms.TreeNode[] {
treeNode41,
treeNode42});
this.cmsTree = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiCreate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEdit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditStepControls = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQuery = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreview = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceCompoundPart = new System.Windows.Forms.ToolStripSeparator();
this.tsmiCompoundPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSwapPartGeometries = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceMesh = new System.Windows.Forms.ToolStripSeparator();
this.tsmiPreviewEdgeMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceCopyPart = new System.Windows.Forms.ToolStripSeparator();
this.tsmiCopyGeometryToResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceEditCalculiXKeywords = new System.Windows.Forms.ToolStripSeparator();
this.tsmiEditCalculiXKeywords = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceMergeParts = new System.Windows.Forms.ToolStripSeparator();
this.tsmiMergeParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceConvertToPart = new System.Windows.Forms.ToolStripSeparator();
this.tsmiConvertToPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceMaterialLibrary = new System.Windows.Forms.ToolStripSeparator();
this.tsmiMaterialLibrary = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceSearchContactPairs = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSearchContactPairs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceSwapMergeMasterSlave = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSwapMasterSlave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeByMasterSlave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceHideShow = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHide = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnly = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceColor = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSetColor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResetColor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetTransparency = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceColorContours = new System.Windows.Forms.ToolStripSeparator();
this.tsmiColorContoursOff = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiColorContoursOn = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceAnalysis = new System.Windows.Forms.ToolStripSeparator();
this.tsmiRun = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCheckModel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMonitor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiKill = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceActive = new System.Windows.Forms.ToolStripSeparator();
this.tsmiActivate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDeactivate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceExpandColapse = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExpandAll = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCollapseAll = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSpaceDelete = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
this.ilIcons = new System.Windows.Forms.ImageList(this.components);
this.ilStatusIcons = new System.Windows.Forms.ImageList(this.components);
this.tcGeometryModelResults = new System.Windows.Forms.TabControl();
this.tpGeometry = new System.Windows.Forms.TabPage();
this.stbGeometry = new UserControls.SearchTextBox();
this.cltvGeometry = new UserControls.CodersLabTreeView();
this.tpModel = new System.Windows.Forms.TabPage();
this.stbModel = new UserControls.SearchTextBox();
this.cltvModel = new UserControls.CodersLabTreeView();
this.tpResults = new System.Windows.Forms.TabPage();
this.stbResults = new UserControls.SearchTextBox();
this.cltvResults = new UserControls.CodersLabTreeView();
this.timerMouseMove = new System.Windows.Forms.Timer(this.components);
this.cmsTree.SuspendLayout();
this.tcGeometryModelResults.SuspendLayout();
this.tpGeometry.SuspendLayout();
this.tpModel.SuspendLayout();
this.tpResults.SuspendLayout();
this.SuspendLayout();
//
// cmsTree
//
this.cmsTree.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreate,
this.tsmiEdit,
this.tsmiEditStepControls,
this.tsmiQuery,
this.tsmiDuplicate,
this.tsmiPropagate,
this.tsmiPreview,
this.tsmiSpaceCompoundPart,
this.tsmiCompoundPart,
this.tsmiSwapPartGeometries,
this.tsmiSpaceMesh,
this.tsmiPreviewEdgeMesh,
this.tsmiCreateMesh,
this.tsmiSpaceCopyPart,
this.tsmiCopyGeometryToResults,
this.tsmiSpaceEditCalculiXKeywords,
this.tsmiEditCalculiXKeywords,
this.tsmiSpaceMergeParts,
this.tsmiMergeParts,
this.tsmiSpaceConvertToPart,
this.tsmiConvertToPart,
this.tsmiSpaceMaterialLibrary,
this.tsmiMaterialLibrary,
this.tsmiSpaceSearchContactPairs,
this.tsmiSearchContactPairs,
this.tsmiSpaceSwapMergeMasterSlave,
this.tsmiSwapMasterSlave,
this.tsmiMergeByMasterSlave,
this.tsmiSpaceHideShow,
this.tsmiHide,
this.tsmiShow,
this.tsmiShowOnly,
this.tsmiSpaceColor,
this.tsmiSetColor,
this.tsmiResetColor,
this.tsmiSetTransparency,
this.tsmiSpaceColorContours,
this.tsmiColorContoursOff,
this.tsmiColorContoursOn,
this.tsmiSpaceAnalysis,
this.tsmiRun,
this.tsmiCheckModel,
this.tsmiMonitor,
this.tsmiResults,
this.tsmiKill,
this.tsmiSpaceActive,
this.tsmiActivate,
this.tsmiDeactivate,
this.tsmiSpaceExpandColapse,
this.tsmiExpandAll,
this.tsmiCollapseAll,
this.tsmiSpaceDelete,
this.tsmiDelete});
this.cmsTree.Name = "cmsTree";
this.cmsTree.Size = new System.Drawing.Size(274, 1062);
//
// tsmiCreate
//
this.tsmiCreate.Name = "tsmiCreate";
this.tsmiCreate.Size = new System.Drawing.Size(273, 26);
this.tsmiCreate.Text = "Create";
this.tsmiCreate.Click += new System.EventHandler(this.tsmiCreate_Click);
//
// tsmiEdit
//
this.tsmiEdit.Name = "tsmiEdit";
this.tsmiEdit.Size = new System.Drawing.Size(273, 26);
this.tsmiEdit.Text = "Edit";
this.tsmiEdit.Click += new System.EventHandler(this.tsmiEdit_Click);
//
// tsmiEditStepControls
//
this.tsmiEditStepControls.Name = "tsmiEditStepControls";
this.tsmiEditStepControls.Size = new System.Drawing.Size(273, 26);
this.tsmiEditStepControls.Text = "Edit Controls";
this.tsmiEditStepControls.Click += new System.EventHandler(this.tsmiEditStepControls_Click);
//
// tsmiQuery
//
this.tsmiQuery.Image = global::UserControls.Properties.Resources.Query;
this.tsmiQuery.Name = "tsmiQuery";
this.tsmiQuery.Size = new System.Drawing.Size(273, 26);
this.tsmiQuery.Text = "Query";
this.tsmiQuery.Click += new System.EventHandler(this.tsmiQuery_Click);
//
// tsmiDuplicate
//
this.tsmiDuplicate.Name = "tsmiDuplicate";
this.tsmiDuplicate.Size = new System.Drawing.Size(273, 26);
this.tsmiDuplicate.Text = "Duplicate";
this.tsmiDuplicate.Click += new System.EventHandler(this.tsmiDuplicate_Click);
//
// tsmiPropagate
//
this.tsmiPropagate.Image = global::UserControls.Properties.Resources.Step;
this.tsmiPropagate.Name = "tsmiPropagate";
this.tsmiPropagate.Size = new System.Drawing.Size(273, 26);
this.tsmiPropagate.Text = "Propagate";
this.tsmiPropagate.Click += new System.EventHandler(this.tsmiPropagate_Click);
//
// tsmiPreview
//
this.tsmiPreview.Image = global::UserControls.Properties.Resources.Preview_load;
this.tsmiPreview.Name = "tsmiPreview";
this.tsmiPreview.Size = new System.Drawing.Size(273, 26);
this.tsmiPreview.Text = "Preview";
this.tsmiPreview.Click += new System.EventHandler(this.tsmiPreview_Click);
//
// tsmiSpaceCompoundPart
//
this.tsmiSpaceCompoundPart.Name = "tsmiSpaceCompoundPart";
this.tsmiSpaceCompoundPart.Size = new System.Drawing.Size(270, 6);
//
// tsmiCompoundPart
//
this.tsmiCompoundPart.Image = global::UserControls.Properties.Resources.Compound;
this.tsmiCompoundPart.Name = "tsmiCompoundPart";
this.tsmiCompoundPart.Size = new System.Drawing.Size(273, 26);
this.tsmiCompoundPart.Text = "Create Compound Part";
this.tsmiCompoundPart.Click += new System.EventHandler(this.tsmiCompoundPart_Click);
//
// tsmiSwapPartGeometries
//
this.tsmiSwapPartGeometries.Name = "tsmiSwapPartGeometries";
this.tsmiSwapPartGeometries.Size = new System.Drawing.Size(273, 26);
this.tsmiSwapPartGeometries.Text = "Swap Part Geometries";
this.tsmiSwapPartGeometries.Click += new System.EventHandler(this.tsmiSwapPartGeometries_Click);
//
// tsmiSpaceMesh
//
this.tsmiSpaceMesh.Name = "tsmiSpaceMesh";
this.tsmiSpaceMesh.Size = new System.Drawing.Size(270, 6);
//
// tsmiPreviewEdgeMesh
//
this.tsmiPreviewEdgeMesh.Name = "tsmiPreviewEdgeMesh";
this.tsmiPreviewEdgeMesh.Size = new System.Drawing.Size(273, 26);
this.tsmiPreviewEdgeMesh.Text = "Preview Edge Mesh";
this.tsmiPreviewEdgeMesh.Click += new System.EventHandler(this.tsmiPreviewEdgeMesh_Click);
//
// tsmiCreateMesh
//
this.tsmiCreateMesh.Image = global::UserControls.Properties.Resources.Part;
this.tsmiCreateMesh.Name = "tsmiCreateMesh";
this.tsmiCreateMesh.Size = new System.Drawing.Size(273, 26);
this.tsmiCreateMesh.Text = "Create Mesh";
this.tsmiCreateMesh.Click += new System.EventHandler(this.tsmiCreateMesh_Click);
//
// tsmiSpaceCopyPart
//
this.tsmiSpaceCopyPart.Name = "tsmiSpaceCopyPart";
this.tsmiSpaceCopyPart.Size = new System.Drawing.Size(270, 6);
//
// tsmiCopyGeometryToResults
//
this.tsmiCopyGeometryToResults.Name = "tsmiCopyGeometryToResults";
this.tsmiCopyGeometryToResults.Size = new System.Drawing.Size(273, 26);
this.tsmiCopyGeometryToResults.Text = "Copy Geometry to Results";
this.tsmiCopyGeometryToResults.Click += new System.EventHandler(this.tsmiCopyGeometryPartToResults_Click);
//
// tsmiSpaceEditCalculiXKeywords
//
this.tsmiSpaceEditCalculiXKeywords.Name = "tsmiSpaceEditCalculiXKeywords";
this.tsmiSpaceEditCalculiXKeywords.Size = new System.Drawing.Size(270, 6);
//
// tsmiEditCalculiXKeywords
//
this.tsmiEditCalculiXKeywords.Name = "tsmiEditCalculiXKeywords";
this.tsmiEditCalculiXKeywords.Size = new System.Drawing.Size(273, 26);
this.tsmiEditCalculiXKeywords.Text = "Edit CalculiX Keywords";
this.tsmiEditCalculiXKeywords.Click += new System.EventHandler(this.tsmiEditCalculiXKeywords_Click);
//
// tsmiSpaceMergeParts
//
this.tsmiSpaceMergeParts.Name = "tsmiSpaceMergeParts";
this.tsmiSpaceMergeParts.Size = new System.Drawing.Size(270, 6);
//
// tsmiMergeParts
//
this.tsmiMergeParts.Name = "tsmiMergeParts";
this.tsmiMergeParts.Size = new System.Drawing.Size(273, 26);
this.tsmiMergeParts.Text = "Merge Parts";
this.tsmiMergeParts.Click += new System.EventHandler(this.tsmiMergeParts_Click);
//
// tsmiSpaceConvertToPart
//
this.tsmiSpaceConvertToPart.Name = "tsmiSpaceConvertToPart";
this.tsmiSpaceConvertToPart.Size = new System.Drawing.Size(270, 6);
//
// tsmiConvertToPart
//
this.tsmiConvertToPart.Name = "tsmiConvertToPart";
this.tsmiConvertToPart.Size = new System.Drawing.Size(273, 26);
this.tsmiConvertToPart.Text = "Convert to Part";
this.tsmiConvertToPart.Click += new System.EventHandler(this.tsmiConvertToPart_Click);
//
// tsmiSpaceMaterialLibrary
//
this.tsmiSpaceMaterialLibrary.Name = "tsmiSpaceMaterialLibrary";
this.tsmiSpaceMaterialLibrary.Size = new System.Drawing.Size(270, 6);
//
// tsmiMaterialLibrary
//
this.tsmiMaterialLibrary.Image = global::UserControls.Properties.Resources.Library;
this.tsmiMaterialLibrary.Name = "tsmiMaterialLibrary";
this.tsmiMaterialLibrary.Size = new System.Drawing.Size(273, 26);
this.tsmiMaterialLibrary.Text = "Material Library";
this.tsmiMaterialLibrary.Click += new System.EventHandler(this.tsmiMaterialLibrary_Click);
//
// tsmiSpaceSearchContactPairs
//
this.tsmiSpaceSearchContactPairs.Name = "tsmiSpaceSearchContactPairs";
this.tsmiSpaceSearchContactPairs.Size = new System.Drawing.Size(270, 6);
//
// tsmiSearchContactPairs
//
this.tsmiSearchContactPairs.Name = "tsmiSearchContactPairs";
this.tsmiSearchContactPairs.Size = new System.Drawing.Size(273, 26);
this.tsmiSearchContactPairs.Text = "Search Contact Pairs";
this.tsmiSearchContactPairs.Click += new System.EventHandler(this.tsmiSearchContactPairs_Click);
//
// tsmiSpaceSwapMergeMasterSlave
//
this.tsmiSpaceSwapMergeMasterSlave.Name = "tsmiSpaceSwapMergeMasterSlave";
this.tsmiSpaceSwapMergeMasterSlave.Size = new System.Drawing.Size(270, 6);
//
// tsmiSwapMasterSlave
//
this.tsmiSwapMasterSlave.Name = "tsmiSwapMasterSlave";
this.tsmiSwapMasterSlave.Size = new System.Drawing.Size(273, 26);
this.tsmiSwapMasterSlave.Text = "Swap Master/Slave";
this.tsmiSwapMasterSlave.Click += new System.EventHandler(this.tsmiSwapMasterSlave_Click);
//
// tsmiMergeByMasterSlave
//
this.tsmiMergeByMasterSlave.Name = "tsmiMergeByMasterSlave";
this.tsmiMergeByMasterSlave.Size = new System.Drawing.Size(273, 26);
this.tsmiMergeByMasterSlave.Text = "Merge by Master/Slave";
this.tsmiMergeByMasterSlave.Click += new System.EventHandler(this.tsmiMergeByMasterSlave_Click);
//
// tsmiSpaceHideShow
//
this.tsmiSpaceHideShow.Name = "tsmiSpaceHideShow";
this.tsmiSpaceHideShow.Size = new System.Drawing.Size(270, 6);
//
// tsmiHide
//
this.tsmiHide.Image = global::UserControls.Properties.Resources.Hide;
this.tsmiHide.Name = "tsmiHide";
this.tsmiHide.Size = new System.Drawing.Size(273, 26);
this.tsmiHide.Text = "Hide";
this.tsmiHide.Click += new System.EventHandler(this.tsmiHideShow_Click);
//
// tsmiShow
//
this.tsmiShow.Image = global::UserControls.Properties.Resources.Show;
this.tsmiShow.Name = "tsmiShow";
this.tsmiShow.Size = new System.Drawing.Size(273, 26);
this.tsmiShow.Text = "Show";
this.tsmiShow.Click += new System.EventHandler(this.tsmiHideShow_Click);
//
// tsmiShowOnly
//
this.tsmiShowOnly.Image = global::UserControls.Properties.Resources.Show;
this.tsmiShowOnly.Name = "tsmiShowOnly";
this.tsmiShowOnly.Size = new System.Drawing.Size(273, 26);
this.tsmiShowOnly.Text = "Show Only";
this.tsmiShowOnly.Click += new System.EventHandler(this.tsmiHideShow_Click);
//
// tsmiSpaceColor
//
this.tsmiSpaceColor.Name = "tsmiSpaceColor";
this.tsmiSpaceColor.Size = new System.Drawing.Size(270, 6);
//
// tsmiSetColor
//
this.tsmiSetColor.Name = "tsmiSetColor";
this.tsmiSetColor.Size = new System.Drawing.Size(273, 26);
this.tsmiSetColor.Text = "Set Color";
this.tsmiSetColor.Click += new System.EventHandler(this.tsmiSetColor_Click);
//
// tsmiResetColor
//
this.tsmiResetColor.Name = "tsmiResetColor";
this.tsmiResetColor.Size = new System.Drawing.Size(273, 26);
this.tsmiResetColor.Text = "Reset Color";
this.tsmiResetColor.Click += new System.EventHandler(this.tsmiResetColor_Click);
//
// tsmiSetTransparency
//
this.tsmiSetTransparency.Name = "tsmiSetTransparency";
this.tsmiSetTransparency.Size = new System.Drawing.Size(273, 26);
this.tsmiSetTransparency.Text = "Set Transparency";
this.tsmiSetTransparency.Click += new System.EventHandler(this.tsmiSetTransparency_Click);
//
// tsmiSpaceColorContours
//
this.tsmiSpaceColorContours.Name = "tsmiSpaceColorContours";
this.tsmiSpaceColorContours.Size = new System.Drawing.Size(270, 6);
//
// tsmiColorContoursOff
//
this.tsmiColorContoursOff.Image = global::UserControls.Properties.Resources.Deformed;
this.tsmiColorContoursOff.Name = "tsmiColorContoursOff";
this.tsmiColorContoursOff.Size = new System.Drawing.Size(273, 26);
this.tsmiColorContoursOff.Text = "Color Contours off";
this.tsmiColorContoursOff.Click += new System.EventHandler(this.tsmiResultColorContoursVisibility_Click);
//
// tsmiColorContoursOn
//
this.tsmiColorContoursOn.Image = global::UserControls.Properties.Resources.Color_contours;
this.tsmiColorContoursOn.Name = "tsmiColorContoursOn";
this.tsmiColorContoursOn.Size = new System.Drawing.Size(273, 26);
this.tsmiColorContoursOn.Text = "Color Contours on";
this.tsmiColorContoursOn.Click += new System.EventHandler(this.tsmiResultColorContoursVisibility_Click);
//
// tsmiSpaceAnalysis
//
this.tsmiSpaceAnalysis.Name = "tsmiSpaceAnalysis";
this.tsmiSpaceAnalysis.Size = new System.Drawing.Size(270, 6);
//
// tsmiRun
//
this.tsmiRun.Name = "tsmiRun";
this.tsmiRun.Size = new System.Drawing.Size(273, 26);
this.tsmiRun.Text = "Run";
this.tsmiRun.Click += new System.EventHandler(this.tsmiRun_Click);
//
// tsmiCheckModel
//
this.tsmiCheckModel.Name = "tsmiCheckModel";
this.tsmiCheckModel.Size = new System.Drawing.Size(273, 26);
this.tsmiCheckModel.Text = "Check Model";
this.tsmiCheckModel.Click += new System.EventHandler(this.tsmiCheckModel_Click);
//
// tsmiMonitor
//
this.tsmiMonitor.Name = "tsmiMonitor";
this.tsmiMonitor.Size = new System.Drawing.Size(273, 26);
this.tsmiMonitor.Text = "Monitor";
this.tsmiMonitor.Click += new System.EventHandler(this.tsmiMonitor_Click);
//
// tsmiResults
//
this.tsmiResults.Name = "tsmiResults";
this.tsmiResults.Size = new System.Drawing.Size(273, 26);
this.tsmiResults.Text = "Results";
this.tsmiResults.Click += new System.EventHandler(this.tsmiResults_Click);
//
// tsmiKill
//
this.tsmiKill.Name = "tsmiKill";
this.tsmiKill.Size = new System.Drawing.Size(273, 26);
this.tsmiKill.Text = "Kill";
this.tsmiKill.Click += new System.EventHandler(this.tsmiKill_Click);
//
// tsmiSpaceActive
//
this.tsmiSpaceActive.Name = "tsmiSpaceActive";
this.tsmiSpaceActive.Size = new System.Drawing.Size(270, 6);
//
// tsmiActivate
//
this.tsmiActivate.Name = "tsmiActivate";
this.tsmiActivate.Size = new System.Drawing.Size(273, 26);
this.tsmiActivate.Text = "Activate";
this.tsmiActivate.Click += new System.EventHandler(this.ActivateDeactivate_Click);
//
// tsmiDeactivate
//
this.tsmiDeactivate.Image = global::UserControls.Properties.Resources.Unactive;
this.tsmiDeactivate.Name = "tsmiDeactivate";
this.tsmiDeactivate.Size = new System.Drawing.Size(273, 26);
this.tsmiDeactivate.Text = "Deactivate";
this.tsmiDeactivate.Click += new System.EventHandler(this.ActivateDeactivate_Click);
//
// tsmiSpaceExpandColapse
//
this.tsmiSpaceExpandColapse.Name = "tsmiSpaceExpandColapse";
this.tsmiSpaceExpandColapse.Size = new System.Drawing.Size(270, 6);
//
// tsmiExpandAll
//
this.tsmiExpandAll.Name = "tsmiExpandAll";
this.tsmiExpandAll.Size = new System.Drawing.Size(273, 26);
this.tsmiExpandAll.Text = "Expand All";
this.tsmiExpandAll.Click += new System.EventHandler(this.tsmiExpandAll_Click);
//
// tsmiCollapseAll
//
this.tsmiCollapseAll.Name = "tsmiCollapseAll";
this.tsmiCollapseAll.Size = new System.Drawing.Size(273, 26);
this.tsmiCollapseAll.Text = "Collapse All";
this.tsmiCollapseAll.Click += new System.EventHandler(this.tsmiCollapseAll_Click);
//
// tsmiSpaceDelete
//
this.tsmiSpaceDelete.Name = "tsmiSpaceDelete";
this.tsmiSpaceDelete.Size = new System.Drawing.Size(270, 6);
//
// tsmiDelete
//
this.tsmiDelete.Name = "tsmiDelete";
this.tsmiDelete.Size = new System.Drawing.Size(273, 26);
this.tsmiDelete.Text = "Delete";
this.tsmiDelete.Click += new System.EventHandler(this.tsmiDelete_Click);
//
// ilIcons
//
this.ilIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilIcons.ImageStream")));
this.ilIcons.TransparentColor = System.Drawing.Color.Transparent;
this.ilIcons.Images.SetKeyName(0, "Empty.ico");
this.ilIcons.Images.SetKeyName(1, "Hide.ico");
this.ilIcons.Images.SetKeyName(2, "Show.ico");
this.ilIcons.Images.SetKeyName(3, "Geometry.ico");
this.ilIcons.Images.SetKeyName(4, "GeomPart.ico");
this.ilIcons.Images.SetKeyName(5, "Meshing_parameters.ico");
this.ilIcons.Images.SetKeyName(6, "Mesh_refinement.ico");
this.ilIcons.Images.SetKeyName(7, "Mesh.ico");
this.ilIcons.Images.SetKeyName(8, "BasePart.ico");
this.ilIcons.Images.SetKeyName(9, "Node_set.ico");
this.ilIcons.Images.SetKeyName(10, "Element_set.ico");
this.ilIcons.Images.SetKeyName(11, "Surface.ico");
this.ilIcons.Images.SetKeyName(12, "Feature.ico");
this.ilIcons.Images.SetKeyName(13, "Reference_point.ico");
this.ilIcons.Images.SetKeyName(14, "CoordinateSystem.ico");
this.ilIcons.Images.SetKeyName(15, "Material.ico");
this.ilIcons.Images.SetKeyName(16, "Section.ico");
this.ilIcons.Images.SetKeyName(17, "Constraints.ico");
this.ilIcons.Images.SetKeyName(18, "Contact.ico");
this.ilIcons.Images.SetKeyName(19, "SurfaceInteraction.ico");
this.ilIcons.Images.SetKeyName(20, "ContactPair.ico");
this.ilIcons.Images.SetKeyName(21, "Distribution.ico");
this.ilIcons.Images.SetKeyName(22, "Amplitude.ico");
this.ilIcons.Images.SetKeyName(23, "Initial_conditions.ico");
this.ilIcons.Images.SetKeyName(24, "Steps.ico");
this.ilIcons.Images.SetKeyName(25, "Step.ico");
this.ilIcons.Images.SetKeyName(26, "History_output.ico");
this.ilIcons.Images.SetKeyName(27, "Field_output.ico");
this.ilIcons.Images.SetKeyName(28, "Bc.ico");
this.ilIcons.Images.SetKeyName(29, "Load.ico");
this.ilIcons.Images.SetKeyName(30, "Defined_field.ico");
this.ilIcons.Images.SetKeyName(31, "Analysis.ico");
this.ilIcons.Images.SetKeyName(32, "NoResult.ico");
this.ilIcons.Images.SetKeyName(33, "Running.ico");
this.ilIcons.Images.SetKeyName(34, "OK.ico");
this.ilIcons.Images.SetKeyName(35, "Warning.ico");
this.ilIcons.Images.SetKeyName(36, "Dots.ico");
this.ilIcons.Images.SetKeyName(37, "Dots_t.ico");
this.ilIcons.Images.SetKeyName(38, "Compound.ico");
this.ilIcons.Images.SetKeyName(39, "Compound_transparent.ico");
this.ilIcons.Images.SetKeyName(40, "Shell.ico");
this.ilIcons.Images.SetKeyName(41, "Shell_transparent.ico");
this.ilIcons.Images.SetKeyName(42, "Solid.ico");
this.ilIcons.Images.SetKeyName(43, "Solid_transparent.ico");
this.ilIcons.Images.SetKeyName(44, "Wire.ico");
this.ilIcons.Images.SetKeyName(45, "Wire_transparent.ico");
this.ilIcons.Images.SetKeyName(46, "Unactive.ico");
//
// ilStatusIcons
//
this.ilStatusIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilStatusIcons.ImageStream")));
this.ilStatusIcons.TransparentColor = System.Drawing.Color.Transparent;
this.ilStatusIcons.Images.SetKeyName(0, "Warning.ico");
this.ilStatusIcons.Images.SetKeyName(1, "Unactive.ico");
//
// tcGeometryModelResults
//
this.tcGeometryModelResults.Controls.Add(this.tpGeometry);
this.tcGeometryModelResults.Controls.Add(this.tpModel);
this.tcGeometryModelResults.Controls.Add(this.tpResults);
this.tcGeometryModelResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcGeometryModelResults.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tcGeometryModelResults.Location = new System.Drawing.Point(0, 0);
this.tcGeometryModelResults.Margin = new System.Windows.Forms.Padding(0);
this.tcGeometryModelResults.Name = "tcGeometryModelResults";
this.tcGeometryModelResults.SelectedIndex = 0;
this.tcGeometryModelResults.Size = new System.Drawing.Size(319, 575);
this.tcGeometryModelResults.TabIndex = 0;
this.tcGeometryModelResults.SelectedIndexChanged += new System.EventHandler(this.tcGeometryModelResults_SelectedIndexChanged);
this.tcGeometryModelResults.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tcGeometryModelResults_Deselecting);
//
// tpGeometry
//
this.tpGeometry.Controls.Add(this.stbGeometry);
this.tpGeometry.Controls.Add(this.cltvGeometry);
this.tpGeometry.Location = new System.Drawing.Point(4, 29);
this.tpGeometry.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tpGeometry.Name = "tpGeometry";
this.tpGeometry.Size = new System.Drawing.Size(311, 542);
this.tpGeometry.TabIndex = 2;
this.tpGeometry.Text = "Geometry";
this.tpGeometry.UseVisualStyleBackColor = true;
//
// stbGeometry
//
this.stbGeometry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.stbGeometry.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stbGeometry.Location = new System.Drawing.Point(0, 0);
this.stbGeometry.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.stbGeometry.Name = "stbGeometry";
this.stbGeometry.ReadOnly = false;
this.stbGeometry.Size = new System.Drawing.Size(360, 25);
this.stbGeometry.TabIndex = 1;
this.stbGeometry.TextChanged += new System.Action