using UserControls;
namespace CPSO
{
partial class FrmMain
{
///
/// 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 Windows Form 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(FrmMain));
this.tsFile = new UserControls.ToolStripFocus();
this.tsbNew = new System.Windows.Forms.ToolStripButton();
this.tsbOpen = new System.Windows.Forms.ToolStripButton();
this.tsbImport = new System.Windows.Forms.ToolStripButton();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.tsViews = new UserControls.ToolStripFocus();
this.tsbZoomToFit = new System.Windows.Forms.ToolStripButton();
this.toolStripViewSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbFrontView = new System.Windows.Forms.ToolStripButton();
this.tsbBackView = new System.Windows.Forms.ToolStripButton();
this.tsbTopView = new System.Windows.Forms.ToolStripButton();
this.tsbBottomView = new System.Windows.Forms.ToolStripButton();
this.tsbLeftView = new System.Windows.Forms.ToolStripButton();
this.tsbRightView = new System.Windows.Forms.ToolStripButton();
this.tsbNormalView = new System.Windows.Forms.ToolStripButton();
this.tsbVerticalView = new System.Windows.Forms.ToolStripButton();
this.tsbIsometric = new System.Windows.Forms.ToolStripButton();
this.toolStripViewSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbShowWireframeEdges = new System.Windows.Forms.ToolStripButton();
this.tsbShowElementEdges = new System.Windows.Forms.ToolStripButton();
this.tsbShowModelEdges = new System.Windows.Forms.ToolStripButton();
this.tsbShowNoEdges = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbSectionView = new System.Windows.Forms.ToolStripButton();
this.tsbExplodedView = new System.Windows.Forms.ToolStripButton();
this.toolStripViewSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbQuery = new System.Windows.Forms.ToolStripButton();
this.tsbRemoveAnnotations = new System.Windows.Forms.ToolStripButton();
this.toolStripViewSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tsbShowAllParts = new System.Windows.Forms.ToolStripButton();
this.tsbHideAllParts = new System.Windows.Forms.ToolStripButton();
this.tsbInvertVisibleParts = new System.Windows.Forms.ToolStripButton();
this.tsSymbols = new UserControls.ToolStripFocus();
this.tslSymbols = new System.Windows.Forms.ToolStripLabel();
this.tscbSymbols = new System.Windows.Forms.ToolStripComboBox();
this.tsResultDeformation = new UserControls.ToolStripFocus();
this.tslResultName = new System.Windows.Forms.ToolStripLabel();
this.tscbResultNames = new System.Windows.Forms.ToolStripComboBox();
this.tslDeformationVariable = new System.Windows.Forms.ToolStripLabel();
this.tscbDeformationVariable = new System.Windows.Forms.ToolStripComboBox();
this.tslDeformationType = new System.Windows.Forms.ToolStripLabel();
this.tscbDeformationType = new System.Windows.Forms.ToolStripComboBox();
this.tslDeformationFactor = new System.Windows.Forms.ToolStripLabel();
this.tstbDeformationFactor = new UserControls.UnitAwareToolStripTextBox();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tslComplex = new System.Windows.Forms.ToolStripLabel();
this.tscbComplex = new System.Windows.Forms.ToolStripComboBox();
this.tslAngle = new System.Windows.Forms.ToolStripLabel();
this.tstbAngle = new UserControls.UnitAwareToolStripTextBox();
this.tsResults = new UserControls.ToolStripFocus();
this.tsbResultsUndeformed = new System.Windows.Forms.ToolStripButton();
this.tsbResultsDeformed = new System.Windows.Forms.ToolStripButton();
this.tsbResultsColorContours = new System.Windows.Forms.ToolStripButton();
this.tsbResultsUndeformedWireframe = new System.Windows.Forms.ToolStripButton();
this.tsbResultsUndeformedSolid = new System.Windows.Forms.ToolStripButton();
this.toolStripResultsSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbTransformation = new System.Windows.Forms.ToolStripButton();
this.toolStripResultsSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbFirstStepIncrement = new System.Windows.Forms.ToolStripButton();
this.tsbPreviousStepIncrement = new System.Windows.Forms.ToolStripButton();
this.tslStepIncrement = new System.Windows.Forms.ToolStripLabel();
this.tscbStepAndIncrement = new System.Windows.Forms.ToolStripComboBox();
this.tsbNextStepIncrement = new System.Windows.Forms.ToolStripButton();
this.tsbLastStepIncrement = new System.Windows.Forms.ToolStripButton();
this.tsbAnimate = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.menuStripMain = new UserControls.MenuStripFocus();
this.tsmiFile = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiNew = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOpen = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOpenRecent = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRunHistoryFile = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImportFile = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerFile1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerFile2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExport = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToBrep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToStereolitography = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerExport1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExportToCalculix = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToAbaqus = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToGmshMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToMmgMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerExport2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExportToDeformedInp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportToDeformedStl = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerFile3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiCloseCurrentResult = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCloseAllResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEdit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUndo = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRedo = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerEdit1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiEditHistory = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiRegenerateHistory = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRegenerateHistoryUsingOtherFiles = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRegenerateHistoryWithRemeshing = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiView = new System.Windows.Forms.ToolStripMenuItem();
this.standardViewsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFrontView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiBackView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTopView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiBottomView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLeftView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRightView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiNormalView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiVerticalView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiIsometricView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiZoomToFit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerView1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiShowWireframeEdges = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowElementEdges = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowModelEdges = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowNoEdges = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerView2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSectionView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExplodedView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerView3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiShowAllParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHideAllParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInvertVisibleParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerView4 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiResultsUndeformed = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultsDeformed = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultsColorContours = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultsDeformedColorWireframe = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultsDeformedColorSolid = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerView5 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiColorAnnotations = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateFaceOrientations = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerColorAnnotations1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAnnotateParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateMaterials = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateSections = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateSectionThicknesses = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerColorAnnotations2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAnnotateAllSymbols = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateReferencePoints = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateConstraints = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateContactPairs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateInitialConditions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateBCs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateLoads = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnnotateDefinedFields = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreprocessing = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFemModel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPostprocessing = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiGeometry = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiGeometryPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditGeometryPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTransformGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiScaleGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeomPart1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiCopyGeometryPartsToResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeomPart2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeomPart3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSetColorForGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResetColorForGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetTransparencyForGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeomPart4 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.cADPartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiConvertShellToSolidCAD = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiConvertSolidToShellCAD = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerCAD1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiFlipFaceNormalCAD = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSplitAFaceUsingTwoPoints = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerCAD2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDefeature = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStlPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFindStlEdgesByAngleForGeometryParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFlipStlPartFaceNormal = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSmoothStlPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDeleteStlPartFaces = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCropStlPartWithCylinder = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCropStlPartWithCube = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeometry1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiCreateAndImportCompoundPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRegenerateCompoundPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSwapGeometryPartGeometries = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerGeometry2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiGeometryAnalyze = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMeshSetupItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateMeshSetupItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditMeshSetupItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateMeshSetupItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteMeshSetupItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreviewEdgeMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditModel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditCalculiXKeywords = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiToolsParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFindEdgesByAngleForModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateBoundaryLayer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRemeshElements = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiThickenShellMesh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSplitPartMeshUsingSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUpdateNodalCoordinatesFromFile = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerModel1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiNode = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRenumberAllNodes = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeCoincidentNodes = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiElement = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRenumberAllElements = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiElementQuality = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditModelPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTransformModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTranslateModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiScaleModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRotateModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerPart2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerPart3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSetColorForModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResetColorForModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetTransparencyForModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerPart4 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteModelParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiNodeSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateNodeSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditNodeSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateNodeSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerNodeSet1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteNodeSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiElementSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateElementSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditElementSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateElementSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiConvertElementSetsToMeshParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerElementSet1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteElementSet = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerSurface1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteSurface = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModelFeatures = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModelReferencePointTool = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModelRP1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModelRP2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteModelReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerModelCoordinateSystem1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerModelCoordinateSystem2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteModelCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiProperty = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerMaterial1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiImportMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExportMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerMaterial2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteMaterial = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMaterialLibrary = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSection = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateSection = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditSection = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateSection = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerSection1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerConstraint1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSwapMasterSlaveConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeByMasterSlaveConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerConstraint2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerConstraint3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteConstraint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiContact = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSurfaceInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateSurfaceInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditSurfaceInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateSurfaceInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerSurfaceInteraction1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteSurfaceInteraction = new System.Windows.Forms.ToolStripMenuItem();
this.contactPairToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerContactPair1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSwapMasterSlaveContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeByMasterSlaveContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerContactPair2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerContactPair3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteContactPair = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerInteraction1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSearchContactPairs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDistribution = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateDistribution = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditDistribution = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateDistribution = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerDistribution1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteDistribution = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAmplitude = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateAmplitude = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditAmplitude = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateAmplitude = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerAmplitude1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteAmplitude = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreviewInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerInitialCondition1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerInitialCondition2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteInitialCondition = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStepMenu = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditStepControls = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerStep2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteStep = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerStep1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagateHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHistoryOutputDivider1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagateFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerFieldOutput1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagateBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreviewBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerBC1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerBC2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteBC = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagateLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreviewLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerLoad1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerLoad2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteLoad = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPropagateDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPreviewDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerDefinedField1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerDefinedField2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteDefinedField = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerAnalysis1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiRunAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCheckModel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMonitorAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultsAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiKillAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerAnalysis2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteAnalysis = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditResultPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMergeResultPart = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultPart1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultPart3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSetColorForResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResetColorForResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetTransparencyForResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultPart2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiColorContoursOff = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiColorContoursOn = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultPart4 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteResultParts = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultFeatures = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultReferencePoints = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultReferencePoints1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultReferencePoints2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteResultReferencePoint = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultCoordinateSystems = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDuplicateResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHideResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOnlyResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteResultCoordinateSystem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResults1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiResultFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateResultFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditResultFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultFieldOutput1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteResultFieldOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResultHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateResultHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditResultHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultHistoryOutput1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExportResultHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResultHistoryOutput2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteResultHistoryOutput = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResults2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiTransformation = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerResults3 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAppendResults = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTools = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSettings = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerTools1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiParameters = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiEditParameters = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExportParameters = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImportParameters = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerTools2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiQuery = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFind = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdvisor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHomePage = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdvisorHelp1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTest = new System.Windows.Forms.ToolStripMenuItem();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.新建NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.保存SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.打印PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印预览VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.剪切TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.全选AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.自定义CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.内容CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.索引IToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.搜索SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panelControl = new System.Windows.Forms.Panel();
this.aeAnnotationTextEditor = new UserControls.AnnotationEditor();
this.cmsAnnotation = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiEditAnnotation = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiResetAnnotation = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerAnnotation1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAnnotationSettings = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDividerAnnotation2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDeleteAnnotation = new System.Windows.Forms.ToolStripMenuItem();
this.statusStripMain = new System.Windows.Forms.StatusStrip();
this.tspbProgress = new System.Windows.Forms.ToolStripProgressBar();
this.tsslState = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslCancel = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslEmpty = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslUnitSystem = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.tbOutput = new UserControls.AutoScrollTextBox();
this.timerTest = new System.Windows.Forms.Timer(this.components);
this.timerOutput = new System.Windows.Forms.Timer(this.components);
this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer();
this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer();
this.toolStripContainer4 = new System.Windows.Forms.ToolStripContainer();
this.toolStripContainer5 = new System.Windows.Forms.ToolStripContainer();
this.toolStripContainer6 = new System.Windows.Forms.ToolStripContainer();
this.toolStripContainer7 = new System.Windows.Forms.ToolStripContainer();
this.tsFile.SuspendLayout();
this.tsViews.SuspendLayout();
this.tsSymbols.SuspendLayout();
this.tsResultDeformation.SuspendLayout();
this.tsResults.SuspendLayout();
this.menuStripMain.SuspendLayout();
this.panelControl.SuspendLayout();
this.cmsAnnotation.SuspendLayout();
this.statusStripMain.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.toolStripContainer2.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer2.ContentPanel.SuspendLayout();
this.toolStripContainer2.SuspendLayout();
this.toolStripContainer3.SuspendLayout();
this.toolStripContainer4.ContentPanel.SuspendLayout();
this.toolStripContainer4.TopToolStripPanel.SuspendLayout();
this.toolStripContainer4.SuspendLayout();
this.toolStripContainer5.ContentPanel.SuspendLayout();
this.toolStripContainer5.SuspendLayout();
this.toolStripContainer6.ContentPanel.SuspendLayout();
this.toolStripContainer6.TopToolStripPanel.SuspendLayout();
this.toolStripContainer6.SuspendLayout();
this.toolStripContainer7.ContentPanel.SuspendLayout();
this.toolStripContainer7.TopToolStripPanel.SuspendLayout();
this.toolStripContainer7.SuspendLayout();
this.SuspendLayout();
//
// tsFile
//
this.tsFile.BackColor = System.Drawing.SystemColors.Control;
this.tsFile.DisableMouseButtons = false;
this.tsFile.Dock = System.Windows.Forms.DockStyle.None;
this.tsFile.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsFile.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tsFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbNew,
this.tsbOpen,
this.tsbImport,
this.tsbSave});
this.tsFile.Location = new System.Drawing.Point(4, 0);
this.tsFile.Name = "tsFile";
this.tsFile.Size = new System.Drawing.Size(119, 27);
this.tsFile.TabIndex = 5;
this.tsFile.Text = "File";
//
// tsbNew
//
this.tsbNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbNew.Image = global::CPSO.Properties.Resources.New;
this.tsbNew.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNew.Name = "tsbNew";
this.tsbNew.Size = new System.Drawing.Size(29, 24);
this.tsbNew.Text = "New model";
this.tsbNew.Click += new System.EventHandler(this.tsbNew_Click);
//
// tsbOpen
//
this.tsbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbOpen.Image = global::CPSO.Properties.Resources.Open;
this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbOpen.Name = "tsbOpen";
this.tsbOpen.Size = new System.Drawing.Size(29, 24);
this.tsbOpen.Text = "Open file";
this.tsbOpen.Click += new System.EventHandler(this.tsbOpen_Click);
//
// tsbImport
//
this.tsbImport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbImport.Image = global::CPSO.Properties.Resources.Import;
this.tsbImport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbImport.Name = "tsbImport";
this.tsbImport.Size = new System.Drawing.Size(29, 24);
this.tsbImport.Text = "Import file";
this.tsbImport.ToolTipText = "Import file";
this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
//
// tsbSave
//
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSave.Image = global::CPSO.Properties.Resources.Save;
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(29, 24);
this.tsbSave.Text = "Save to file";
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// tsViews
//
this.tsViews.BackColor = System.Drawing.SystemColors.Control;
this.tsViews.DisableMouseButtons = false;
this.tsViews.Dock = System.Windows.Forms.DockStyle.None;
this.tsViews.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsViews.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tsViews.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbZoomToFit,
this.toolStripViewSeparator1,
this.tsbFrontView,
this.tsbBackView,
this.tsbTopView,
this.tsbBottomView,
this.tsbLeftView,
this.tsbRightView,
this.tsbNormalView,
this.tsbVerticalView,
this.tsbIsometric,
this.toolStripViewSeparator2,
this.tsbShowWireframeEdges,
this.tsbShowElementEdges,
this.tsbShowModelEdges,
this.tsbShowNoEdges,
this.toolStripSeparator1,
this.tsbSectionView,
this.tsbExplodedView,
this.toolStripViewSeparator3,
this.tsbQuery,
this.tsbRemoveAnnotations,
this.toolStripViewSeparator4,
this.tsbShowAllParts,
this.tsbHideAllParts,
this.tsbInvertVisibleParts});
this.tsViews.Location = new System.Drawing.Point(123, 0);
this.tsViews.Name = "tsViews";
this.tsViews.Size = new System.Drawing.Size(642, 27);
this.tsViews.TabIndex = 6;
this.tsViews.Text = "Views";
//
// tsbZoomToFit
//
this.tsbZoomToFit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbZoomToFit.Image = global::CPSO.Properties.Resources.ZoomToFit;
this.tsbZoomToFit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbZoomToFit.Name = "tsbZoomToFit";
this.tsbZoomToFit.Size = new System.Drawing.Size(29, 24);
this.tsbZoomToFit.Text = "Zoom to fit";
this.tsbZoomToFit.Click += new System.EventHandler(this.tsbZoomToFit_Click);
//
// toolStripViewSeparator1
//
this.toolStripViewSeparator1.Name = "toolStripViewSeparator1";
this.toolStripViewSeparator1.Size = new System.Drawing.Size(6, 27);
//
// tsbFrontView
//
this.tsbFrontView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbFrontView.Image = global::CPSO.Properties.Resources.Front;
this.tsbFrontView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbFrontView.Name = "tsbFrontView";
this.tsbFrontView.Size = new System.Drawing.Size(29, 24);
this.tsbFrontView.Text = "Front view";
this.tsbFrontView.Click += new System.EventHandler(this.tsbFrontView_Click);
//
// tsbBackView
//
this.tsbBackView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbBackView.Image = global::CPSO.Properties.Resources.Back;
this.tsbBackView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBackView.Name = "tsbBackView";
this.tsbBackView.Size = new System.Drawing.Size(29, 24);
this.tsbBackView.Text = "Back view";
this.tsbBackView.Click += new System.EventHandler(this.tsbBackView_Click);
//
// tsbTopView
//
this.tsbTopView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbTopView.Image = global::CPSO.Properties.Resources.Top;
this.tsbTopView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbTopView.Name = "tsbTopView";
this.tsbTopView.Size = new System.Drawing.Size(29, 24);
this.tsbTopView.Text = "Top view";
this.tsbTopView.Click += new System.EventHandler(this.tsbTopView_Click);
//
// tsbBottomView
//
this.tsbBottomView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbBottomView.Image = global::CPSO.Properties.Resources.Bottom;
this.tsbBottomView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBottomView.Name = "tsbBottomView";
this.tsbBottomView.Size = new System.Drawing.Size(29, 24);
this.tsbBottomView.Text = "Bottom view";
this.tsbBottomView.Click += new System.EventHandler(this.tsbBottomView_Click);
//
// tsbLeftView
//
this.tsbLeftView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbLeftView.Image = global::CPSO.Properties.Resources.Left;
this.tsbLeftView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbLeftView.Name = "tsbLeftView";
this.tsbLeftView.Size = new System.Drawing.Size(29, 24);
this.tsbLeftView.Text = "Left view";
this.tsbLeftView.Click += new System.EventHandler(this.tsbLeftView_Click);
//
// tsbRightView
//
this.tsbRightView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRightView.Image = global::CPSO.Properties.Resources.Right;
this.tsbRightView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRightView.Name = "tsbRightView";
this.tsbRightView.Size = new System.Drawing.Size(29, 24);
this.tsbRightView.Text = "Right view";
this.tsbRightView.Click += new System.EventHandler(this.tsbRightView_Click);
//
// tsbNormalView
//
this.tsbNormalView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbNormalView.Image = global::CPSO.Properties.Resources.Normal;
this.tsbNormalView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNormalView.Name = "tsbNormalView";
this.tsbNormalView.Size = new System.Drawing.Size(29, 24);
this.tsbNormalView.Text = "Normal view";
this.tsbNormalView.Click += new System.EventHandler(this.tsbNormalView_Click);
//
// tsbVerticalView
//
this.tsbVerticalView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbVerticalView.Image = global::CPSO.Properties.Resources.Vertical;
this.tsbVerticalView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbVerticalView.Name = "tsbVerticalView";
this.tsbVerticalView.Size = new System.Drawing.Size(29, 24);
this.tsbVerticalView.Text = "Vertical view";
this.tsbVerticalView.Click += new System.EventHandler(this.tsbVerticalView_Click);
//
// tsbIsometric
//
this.tsbIsometric.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbIsometric.Image = global::CPSO.Properties.Resources.Isometric;
this.tsbIsometric.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbIsometric.Name = "tsbIsometric";
this.tsbIsometric.Size = new System.Drawing.Size(29, 24);
this.tsbIsometric.Text = "Isometric view";
this.tsbIsometric.Click += new System.EventHandler(this.tsbIsometric_Click);
//
// toolStripViewSeparator2
//
this.toolStripViewSeparator2.Name = "toolStripViewSeparator2";
this.toolStripViewSeparator2.Size = new System.Drawing.Size(6, 27);
//
// tsbShowWireframeEdges
//
this.tsbShowWireframeEdges.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbShowWireframeEdges.Image = global::CPSO.Properties.Resources.Wireframe;
this.tsbShowWireframeEdges.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbShowWireframeEdges.Name = "tsbShowWireframeEdges";
this.tsbShowWireframeEdges.Size = new System.Drawing.Size(29, 24);
this.tsbShowWireframeEdges.Text = "Wireframe";
this.tsbShowWireframeEdges.Click += new System.EventHandler(this.tsbShowWireframeEdges_Click);
//
// tsbShowElementEdges
//
this.tsbShowElementEdges.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbShowElementEdges.Image = global::CPSO.Properties.Resources.ElementEdges;
this.tsbShowElementEdges.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbShowElementEdges.Name = "tsbShowElementEdges";
this.tsbShowElementEdges.Size = new System.Drawing.Size(29, 24);
this.tsbShowElementEdges.Text = "Show element edges";
this.tsbShowElementEdges.Click += new System.EventHandler(this.tsbShowElementEdges_Click);
//
// tsbShowModelEdges
//
this.tsbShowModelEdges.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbShowModelEdges.Image = global::CPSO.Properties.Resources.ModelEdges;
this.tsbShowModelEdges.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbShowModelEdges.Name = "tsbShowModelEdges";
this.tsbShowModelEdges.Size = new System.Drawing.Size(29, 24);
this.tsbShowModelEdges.Text = "Show model edges";
this.tsbShowModelEdges.Click += new System.EventHandler(this.tsbShowModelEdges_Click);
//
// tsbShowNoEdges
//
this.tsbShowNoEdges.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbShowNoEdges.Image = global::CPSO.Properties.Resources.NoEdges;
this.tsbShowNoEdges.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbShowNoEdges.Name = "tsbShowNoEdges";
this.tsbShowNoEdges.Size = new System.Drawing.Size(29, 24);
this.tsbShowNoEdges.Text = "No edges";
this.tsbShowNoEdges.Click += new System.EventHandler(this.tsbShowNoEdges_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
//
// tsbSectionView
//
this.tsbSectionView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSectionView.Image = global::CPSO.Properties.Resources.SectionView;
this.tsbSectionView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSectionView.Name = "tsbSectionView";
this.tsbSectionView.Size = new System.Drawing.Size(29, 24);
this.tsbSectionView.Text = "Section view";
this.tsbSectionView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tsbSectionView_MouseUp);
//
// tsbExplodedView
//
this.tsbExplodedView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbExplodedView.Image = global::CPSO.Properties.Resources.Explode;
this.tsbExplodedView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExplodedView.Name = "tsbExplodedView";
this.tsbExplodedView.Size = new System.Drawing.Size(29, 24);
this.tsbExplodedView.Text = "Exploded view";
this.tsbExplodedView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tsbExplodedView_MouseUp);
//
// toolStripViewSeparator3
//
this.toolStripViewSeparator3.Name = "toolStripViewSeparator3";
this.toolStripViewSeparator3.Size = new System.Drawing.Size(6, 27);
//
// tsbQuery
//
this.tsbQuery.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbQuery.Image = global::CPSO.Properties.Resources.Query;
this.tsbQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbQuery.Name = "tsbQuery";
this.tsbQuery.Size = new System.Drawing.Size(29, 24);
this.tsbQuery.Text = "Query";
this.tsbQuery.Click += new System.EventHandler(this.tsbQuery_Click);
//
// tsbRemoveAnnotations
//
this.tsbRemoveAnnotations.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRemoveAnnotations.Image = global::CPSO.Properties.Resources.Remove_annotations;
this.tsbRemoveAnnotations.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRemoveAnnotations.Name = "tsbRemoveAnnotations";
this.tsbRemoveAnnotations.Size = new System.Drawing.Size(29, 24);
this.tsbRemoveAnnotations.Text = "Remove annotations";
this.tsbRemoveAnnotations.Click += new System.EventHandler(this.tsbRemoveAnnotations_Click);
//
// toolStripViewSeparator4
//
this.toolStripViewSeparator4.Name = "toolStripViewSeparator4";
this.toolStripViewSeparator4.Size = new System.Drawing.Size(6, 27);
//
// tsbShowAllParts
//
this.tsbShowAllParts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbShowAllParts.Image = global::CPSO.Properties.Resources.Show;
this.tsbShowAllParts.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbShowAllParts.Name = "tsbShowAllParts";
this.tsbShowAllParts.Size = new System.Drawing.Size(29, 24);
this.tsbShowAllParts.Text = "Show all parts";
this.tsbShowAllParts.Click += new System.EventHandler(this.tsbShowAllParts_Click);
//
// tsbHideAllParts
//
this.tsbHideAllParts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbHideAllParts.Image = global::CPSO.Properties.Resources.Hide;
this.tsbHideAllParts.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbHideAllParts.Name = "tsbHideAllParts";
this.tsbHideAllParts.Size = new System.Drawing.Size(29, 24);
this.tsbHideAllParts.Text = "Hide all parts";
this.tsbHideAllParts.Click += new System.EventHandler(this.tsbHideAllParts_Click);
//
// tsbInvertVisibleParts
//
this.tsbInvertVisibleParts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbInvertVisibleParts.Image = global::CPSO.Properties.Resources.InvertHideShow;
this.tsbInvertVisibleParts.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbInvertVisibleParts.Name = "tsbInvertVisibleParts";
this.tsbInvertVisibleParts.Size = new System.Drawing.Size(29, 24);
this.tsbInvertVisibleParts.Text = "Invert visible parts";
this.tsbInvertVisibleParts.Click += new System.EventHandler(this.tsbInvertVisibleParts_Click);
//
// tsSymbols
//
this.tsSymbols.BackColor = System.Drawing.SystemColors.Control;
this.tsSymbols.DisableMouseButtons = false;
this.tsSymbols.Dock = System.Windows.Forms.DockStyle.None;
this.tsSymbols.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsSymbols.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tsSymbols.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslSymbols,
this.tscbSymbols});
this.tsSymbols.Location = new System.Drawing.Point(768, 0);
this.tsSymbols.Name = "tsSymbols";
this.tsSymbols.Size = new System.Drawing.Size(236, 28);
this.tsSymbols.TabIndex = 9;
//
// tslSymbols
//
this.tslSymbols.Name = "tslSymbols";
this.tslSymbols.Size = new System.Drawing.Size(71, 25);
this.tslSymbols.Text = "Symbols";
//
// tscbSymbols
//
this.tscbSymbols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbSymbols.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbSymbols.Items.AddRange(new object[] {
"None"});
this.tscbSymbols.Name = "tscbSymbols";
this.tscbSymbols.Size = new System.Drawing.Size(121, 28);
this.tscbSymbols.ToolTipText = "Select how symbols are displayed.";
//
// tsResultDeformation
//
this.tsResultDeformation.BackColor = System.Drawing.SystemColors.Control;
this.tsResultDeformation.DisableMouseButtons = false;
this.tsResultDeformation.Dock = System.Windows.Forms.DockStyle.None;
this.tsResultDeformation.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tsResultDeformation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslResultName,
this.tscbResultNames,
this.tslDeformationVariable,
this.tscbDeformationVariable,
this.tslDeformationType,
this.tscbDeformationType,
this.tslDeformationFactor,
this.tstbDeformationFactor,
this.toolStripSeparator3,
this.tslComplex,
this.tscbComplex,
this.tslAngle,
this.tstbAngle});
this.tsResultDeformation.Location = new System.Drawing.Point(556, 0);
this.tsResultDeformation.Name = "tsResultDeformation";
this.tsResultDeformation.Size = new System.Drawing.Size(876, 29);
this.tsResultDeformation.TabIndex = 8;
//
// tslResultName
//
this.tslResultName.Name = "tslResultName";
this.tslResultName.Size = new System.Drawing.Size(54, 25);
this.tslResultName.Text = "Result";
//
// tscbResultNames
//
this.tscbResultNames.AutoToolTip = true;
this.tscbResultNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbResultNames.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbResultNames.Name = "tscbResultNames";
this.tscbResultNames.Size = new System.Drawing.Size(121, 28);
this.tscbResultNames.SelectedIndexChanged += new System.EventHandler(this.tscbResultNames_SelectedIndexChanged);
//
// tslDeformationVariable
//
this.tslDeformationVariable.Name = "tslDeformationVariable";
this.tslDeformationVariable.Size = new System.Drawing.Size(68, 25);
this.tslDeformationVariable.Text = "Variable";
//
// tscbDeformationVariable
//
this.tscbDeformationVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbDeformationVariable.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbDeformationVariable.Name = "tscbDeformationVariable";
this.tscbDeformationVariable.Size = new System.Drawing.Size(123, 28);
this.tscbDeformationVariable.ToolTipText = "Select the deformation variable";
this.tscbDeformationVariable.SelectedIndexChanged += new System.EventHandler(this.tscbDeformationVariable_SelectedIndexChanged);
//
// tslDeformationType
//
this.tslDeformationType.Name = "tslDeformationType";
this.tslDeformationType.Size = new System.Drawing.Size(45, 25);
this.tslDeformationType.Text = "Type";
//
// tscbDeformationType
//
this.tscbDeformationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbDeformationType.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbDeformationType.Name = "tscbDeformationType";
this.tscbDeformationType.Size = new System.Drawing.Size(113, 28);
this.tscbDeformationType.ToolTipText = "Select the deformation type";
this.tscbDeformationType.SelectedIndexChanged += new System.EventHandler(this.tscbDeformationType_SelectedIndexChanged);
//
// tslDeformationFactor
//
this.tslDeformationFactor.Name = "tslDeformationFactor";
this.tslDeformationFactor.Size = new System.Drawing.Size(55, 25);
this.tslDeformationFactor.Text = "Factor";
//
// tstbDeformationFactor
//
this.tstbDeformationFactor.Font = new System.Drawing.Font("Segoe UI", 9F);
this.tstbDeformationFactor.Name = "tstbDeformationFactor";
this.tstbDeformationFactor.ShortcutsEnabled = false;
this.tstbDeformationFactor.Size = new System.Drawing.Size(45, 28);
this.tstbDeformationFactor.Text = "10";
this.tstbDeformationFactor.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tstbDeformationFactor.ToolTipText = "Enter the deformation scale factor";
this.tstbDeformationFactor.UnitConverter = null;
this.tstbDeformationFactor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbDeformationFactor_KeyDown);
this.tstbDeformationFactor.EnabledChanged += new System.EventHandler(this.tstbDeformationFactor_EnabledChanged);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 28);
//
// tslComplex
//
this.tslComplex.Name = "tslComplex";
this.tslComplex.Size = new System.Drawing.Size(74, 25);
this.tslComplex.Text = "Complex";
//
// tscbComplex
//
this.tscbComplex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbComplex.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbComplex.Name = "tscbComplex";
this.tscbComplex.Size = new System.Drawing.Size(95, 28);
this.tscbComplex.SelectedIndexChanged += new System.EventHandler(this.tscbComplex_SelectedIndexChanged);
//
// tslAngle
//
this.tslAngle.Name = "tslAngle";
this.tslAngle.Size = new System.Drawing.Size(52, 20);
this.tslAngle.Text = "Angle";
//
// tstbAngle
//
this.tstbAngle.Font = new System.Drawing.Font("Segoe UI", 9F);
this.tstbAngle.Name = "tstbAngle";
this.tstbAngle.Size = new System.Drawing.Size(45, 27);
this.tstbAngle.Text = "0 °";
this.tstbAngle.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tstbAngle.UnitConverter = null;
this.tstbAngle.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbAngle_KeyDown);
//
// tsResults
//
this.tsResults.BackColor = System.Drawing.SystemColors.Control;
this.tsResults.DisableMouseButtons = false;
this.tsResults.Dock = System.Windows.Forms.DockStyle.None;
this.tsResults.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tsResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbResultsUndeformed,
this.tsbResultsDeformed,
this.tsbResultsColorContours,
this.tsbResultsUndeformedWireframe,
this.tsbResultsUndeformedSolid,
this.toolStripResultsSeparator1,
this.tsbTransformation,
this.toolStripResultsSeparator2,
this.tsbFirstStepIncrement,
this.tsbPreviousStepIncrement,
this.tslStepIncrement,
this.tscbStepAndIncrement,
this.tsbNextStepIncrement,
this.tsbLastStepIncrement,
this.tsbAnimate,
this.toolStripSeparator2});
this.tsResults.Location = new System.Drawing.Point(4, 0);
this.tsResults.Name = "tsResults";
this.tsResults.Size = new System.Drawing.Size(552, 28);
this.tsResults.TabIndex = 7;
this.tsResults.Text = "Results";
//
// tsbResultsUndeformed
//
this.tsbResultsUndeformed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbResultsUndeformed.Image = global::CPSO.Properties.Resources.Undeformed;
this.tsbResultsUndeformed.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbResultsUndeformed.Name = "tsbResultsUndeformed";
this.tsbResultsUndeformed.Size = new System.Drawing.Size(29, 25);
this.tsbResultsUndeformed.Text = "Undeformed";
this.tsbResultsUndeformed.Click += new System.EventHandler(this.tsbResultsUndeformed_Click);
//
// tsbResultsDeformed
//
this.tsbResultsDeformed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbResultsDeformed.Image = global::CPSO.Properties.Resources.Deformed;
this.tsbResultsDeformed.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbResultsDeformed.Name = "tsbResultsDeformed";
this.tsbResultsDeformed.Size = new System.Drawing.Size(29, 25);
this.tsbResultsDeformed.Text = "Deformed";
this.tsbResultsDeformed.Click += new System.EventHandler(this.tsbResultsDeformed_Click);
//
// tsbResultsColorContours
//
this.tsbResultsColorContours.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbResultsColorContours.Image = global::CPSO.Properties.Resources.Color_contours;
this.tsbResultsColorContours.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbResultsColorContours.Name = "tsbResultsColorContours";
this.tsbResultsColorContours.Size = new System.Drawing.Size(29, 25);
this.tsbResultsColorContours.Text = "Deformed with color contours";
this.tsbResultsColorContours.Click += new System.EventHandler(this.tsbResultsColorContours_Click);
//
// tsbResultsUndeformedWireframe
//
this.tsbResultsUndeformedWireframe.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbResultsUndeformedWireframe.Image = global::CPSO.Properties.Resources.Undeformed_Wireframe;
this.tsbResultsUndeformedWireframe.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbResultsUndeformedWireframe.Name = "tsbResultsUndeformedWireframe";
this.tsbResultsUndeformedWireframe.Size = new System.Drawing.Size(29, 25);
this.tsbResultsUndeformedWireframe.Text = "Show undeformed wireframe model";
this.tsbResultsUndeformedWireframe.Click += new System.EventHandler(this.tsbResultsUndeformedWireframe_Click);
//
// tsbResultsUndeformedSolid
//
this.tsbResultsUndeformedSolid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbResultsUndeformedSolid.Image = global::CPSO.Properties.Resources.Undeformed_Solid;
this.tsbResultsUndeformedSolid.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbResultsUndeformedSolid.Name = "tsbResultsUndeformedSolid";
this.tsbResultsUndeformedSolid.Size = new System.Drawing.Size(29, 25);
this.tsbResultsUndeformedSolid.Text = "Show undeformed solid model";
this.tsbResultsUndeformedSolid.Click += new System.EventHandler(this.tsbResultsUndeformedSolid_Click);
//
// toolStripResultsSeparator1
//
this.toolStripResultsSeparator1.Name = "toolStripResultsSeparator1";
this.toolStripResultsSeparator1.Size = new System.Drawing.Size(6, 28);
//
// tsbTransformation
//
this.tsbTransformation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbTransformation.Image = global::CPSO.Properties.Resources.Transformations;
this.tsbTransformation.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbTransformation.Name = "tsbTransformation";
this.tsbTransformation.Size = new System.Drawing.Size(29, 25);
this.tsbTransformation.Text = "Transformation";
this.tsbTransformation.Click += new System.EventHandler(this.tsbTransformation_Click);
//
// toolStripResultsSeparator2
//
this.toolStripResultsSeparator2.Name = "toolStripResultsSeparator2";
this.toolStripResultsSeparator2.Size = new System.Drawing.Size(6, 28);
//
// tsbFirstStepIncrement
//
this.tsbFirstStepIncrement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbFirstStepIncrement.Image = global::CPSO.Properties.Resources.First;
this.tsbFirstStepIncrement.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbFirstStepIncrement.Name = "tsbFirstStepIncrement";
this.tsbFirstStepIncrement.Size = new System.Drawing.Size(29, 25);
this.tsbFirstStepIncrement.Text = "First increment";
this.tsbFirstStepIncrement.Click += new System.EventHandler(this.tsbFirstStepIncrement_Click);
//
// tsbPreviousStepIncrement
//
this.tsbPreviousStepIncrement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPreviousStepIncrement.Image = global::CPSO.Properties.Resources.Previous;
this.tsbPreviousStepIncrement.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPreviousStepIncrement.Name = "tsbPreviousStepIncrement";
this.tsbPreviousStepIncrement.Size = new System.Drawing.Size(29, 25);
this.tsbPreviousStepIncrement.Text = "Previous increment";
this.tsbPreviousStepIncrement.ToolTipText = "Previous increment";
this.tsbPreviousStepIncrement.Click += new System.EventHandler(this.tsbPreviousStepIncrement_Click);
//
// tslStepIncrement
//
this.tslStepIncrement.Name = "tslStepIncrement";
this.tslStepIncrement.Size = new System.Drawing.Size(125, 25);
this.tslStepIncrement.Text = "Step, Increment";
//
// tscbStepAndIncrement
//
this.tscbStepAndIncrement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbStepAndIncrement.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.tscbStepAndIncrement.Name = "tscbStepAndIncrement";
this.tscbStepAndIncrement.Size = new System.Drawing.Size(75, 28);
this.tscbStepAndIncrement.ToolTipText = "Select increment";
//
// tsbNextStepIncrement
//
this.tsbNextStepIncrement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbNextStepIncrement.Image = global::CPSO.Properties.Resources.Next;
this.tsbNextStepIncrement.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNextStepIncrement.Name = "tsbNextStepIncrement";
this.tsbNextStepIncrement.Size = new System.Drawing.Size(29, 25);
this.tsbNextStepIncrement.Text = "Next increment";
this.tsbNextStepIncrement.ToolTipText = "Next increment";
this.tsbNextStepIncrement.Click += new System.EventHandler(this.tsbNextStepIncrement_Click);
//
// tsbLastStepIncrement
//
this.tsbLastStepIncrement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbLastStepIncrement.Image = global::CPSO.Properties.Resources.Last;
this.tsbLastStepIncrement.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbLastStepIncrement.Name = "tsbLastStepIncrement";
this.tsbLastStepIncrement.Size = new System.Drawing.Size(29, 25);
this.tsbLastStepIncrement.Text = "Last increment";
this.tsbLastStepIncrement.Click += new System.EventHandler(this.tsbLastStepIncrement_Click);
//
// tsbAnimate
//
this.tsbAnimate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbAnimate.Image = global::CPSO.Properties.Resources.Animate;
this.tsbAnimate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAnimate.Name = "tsbAnimate";
this.tsbAnimate.Size = new System.Drawing.Size(29, 25);
this.tsbAnimate.Text = "Animate";
this.tsbAnimate.Click += new System.EventHandler(this.tsbAnimate_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 28);
//
// menuStripMain
//
this.menuStripMain.DisableMouseButtons = false;
this.menuStripMain.Dock = System.Windows.Forms.DockStyle.None;
this.menuStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFile,
this.tsmiEdit,
this.tsmiView,
this.tsmiPreprocessing,
this.tsmiFemModel,
this.tsmiPostprocessing,
this.tsmiGeometry,
this.tsmiMesh,
this.tsmiModel,
this.tsmiProperty,
this.tsmiInteraction,
this.tsmiDistribution,
this.tsmiAmplitude,
this.tsmiInitialCondition,
this.tsmiStepMenu,
this.tsmiAnalysis,
this.tsmiResults,
this.tsmiTools,
this.tsmiHelp,
this.文件FToolStripMenuItem,
this.编辑EToolStripMenuItem,
this.工具TToolStripMenuItem,
this.帮助HToolStripMenuItem});
this.menuStripMain.Location = new System.Drawing.Point(0, 0);
this.menuStripMain.Name = "menuStripMain";
this.menuStripMain.Size = new System.Drawing.Size(1432, 28);
this.menuStripMain.TabIndex = 0;
this.menuStripMain.Text = "menuStripMain";
//
// tsmiFile
//
this.tsmiFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiNew,
this.tsmiOpen,
this.tsmiOpenRecent,
this.tsmiRunHistoryFile,
this.tsmiImportFile,
this.tsmiDividerFile1,
this.tsmiSave,
this.tsmiSaveAs,
this.tsmiDividerFile2,
this.tsmiExport,
this.tsmiDividerFile3,
this.tsmiCloseCurrentResult,
this.tsmiCloseAllResults,
this.tsmiExit});
this.tsmiFile.Name = "tsmiFile";
this.tsmiFile.Size = new System.Drawing.Size(53, 24);
this.tsmiFile.Text = "文件";
//
// tsmiNew
//
this.tsmiNew.Image = global::CPSO.Properties.Resources.New;
this.tsmiNew.Name = "tsmiNew";
this.tsmiNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.tsmiNew.Size = new System.Drawing.Size(287, 26);
this.tsmiNew.Text = "New ";
this.tsmiNew.Click += new System.EventHandler(this.tsmiNew_Click);
//
// tsmiOpen
//
this.tsmiOpen.Image = global::CPSO.Properties.Resources.Open;
this.tsmiOpen.Name = "tsmiOpen";
this.tsmiOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.tsmiOpen.Size = new System.Drawing.Size(287, 26);
this.tsmiOpen.Text = "Open";
this.tsmiOpen.Click += new System.EventHandler(this.tsmiOpen_Click);
//
// tsmiOpenRecent
//
this.tsmiOpenRecent.Name = "tsmiOpenRecent";
this.tsmiOpenRecent.Size = new System.Drawing.Size(287, 26);
this.tsmiOpenRecent.Text = "Open Recent";
//
// tsmiRunHistoryFile
//
this.tsmiRunHistoryFile.Name = "tsmiRunHistoryFile";
this.tsmiRunHistoryFile.Size = new System.Drawing.Size(287, 26);
this.tsmiRunHistoryFile.Text = "Run History File";
this.tsmiRunHistoryFile.Click += new System.EventHandler(this.tsmiRunHistoryFile_Click);
//
// tsmiImportFile
//
this.tsmiImportFile.Image = global::CPSO.Properties.Resources.Import;
this.tsmiImportFile.Name = "tsmiImportFile";
this.tsmiImportFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
this.tsmiImportFile.Size = new System.Drawing.Size(287, 26);
this.tsmiImportFile.Text = "Import";
this.tsmiImportFile.Click += new System.EventHandler(this.tsmiImportFile_Click);
//
// tsmiDividerFile1
//
this.tsmiDividerFile1.Name = "tsmiDividerFile1";
this.tsmiDividerFile1.Size = new System.Drawing.Size(284, 6);
//
// tsmiSave
//
this.tsmiSave.Image = global::CPSO.Properties.Resources.Save;
this.tsmiSave.Name = "tsmiSave";
this.tsmiSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.tsmiSave.Size = new System.Drawing.Size(287, 26);
this.tsmiSave.Text = "Save";
this.tsmiSave.Click += new System.EventHandler(this.tsmiSave_Click);
//
// tsmiSaveAs
//
this.tsmiSaveAs.Name = "tsmiSaveAs";
this.tsmiSaveAs.Size = new System.Drawing.Size(287, 26);
this.tsmiSaveAs.Text = "Save As";
this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click);
//
// tsmiDividerFile2
//
this.tsmiDividerFile2.Name = "tsmiDividerFile2";
this.tsmiDividerFile2.Size = new System.Drawing.Size(284, 6);
//
// tsmiExport
//
this.tsmiExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiExportToStep,
this.tsmiExportToBrep,
this.tsmiExportToStereolitography,
this.tsmiDividerExport1,
this.tsmiExportToCalculix,
this.tsmiExportToAbaqus,
this.tsmiExportToGmshMesh,
this.tsmiExportToMmgMesh,
this.tsmiDividerExport2,
this.tsmiExportToDeformedInp,
this.tsmiExportToDeformedStl});
this.tsmiExport.Image = global::CPSO.Properties.Resources.Export;
this.tsmiExport.Name = "tsmiExport";
this.tsmiExport.Size = new System.Drawing.Size(287, 26);
this.tsmiExport.Text = "Export";
//
// tsmiExportToStep
//
this.tsmiExportToStep.Name = "tsmiExportToStep";
this.tsmiExportToStep.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToStep.Text = "Step *.stp";
this.tsmiExportToStep.Click += new System.EventHandler(this.tsmiExportToStep_Click);
//
// tsmiExportToBrep
//
this.tsmiExportToBrep.Name = "tsmiExportToBrep";
this.tsmiExportToBrep.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToBrep.Text = "Brep *.brep";
this.tsmiExportToBrep.Click += new System.EventHandler(this.tsmiExportToBrep_Click);
//
// tsmiExportToStereolitography
//
this.tsmiExportToStereolitography.Name = "tsmiExportToStereolitography";
this.tsmiExportToStereolitography.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToStereolitography.Text = "Stereolitography *.stl";
this.tsmiExportToStereolitography.Click += new System.EventHandler(this.tsmiExportToStereolithography_Click);
//
// tsmiDividerExport1
//
this.tsmiDividerExport1.Name = "tsmiDividerExport1";
this.tsmiDividerExport1.Size = new System.Drawing.Size(328, 6);
//
// tsmiExportToCalculix
//
this.tsmiExportToCalculix.Name = "tsmiExportToCalculix";
this.tsmiExportToCalculix.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToCalculix.Text = "Calculix *.inp";
this.tsmiExportToCalculix.Click += new System.EventHandler(this.tsmiExportToCalculix_Click);
//
// tsmiExportToAbaqus
//
this.tsmiExportToAbaqus.Name = "tsmiExportToAbaqus";
this.tsmiExportToAbaqus.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToAbaqus.Text = "Abaqus *.inp";
this.tsmiExportToAbaqus.Click += new System.EventHandler(this.tsmiExportToAbaqus_Click);
//
// tsmiExportToGmshMesh
//
this.tsmiExportToGmshMesh.Name = "tsmiExportToGmshMesh";
this.tsmiExportToGmshMesh.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToGmshMesh.Text = "Gmsh mesh *.msh (experimental)";
this.tsmiExportToGmshMesh.Click += new System.EventHandler(this.tsmiExportToGmshMesh_Click);
//
// tsmiExportToMmgMesh
//
this.tsmiExportToMmgMesh.Name = "tsmiExportToMmgMesh";
this.tsmiExportToMmgMesh.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToMmgMesh.Text = "Mmg *.mesh";
this.tsmiExportToMmgMesh.Click += new System.EventHandler(this.tsmiExportToMmgMesh_Click);
//
// tsmiDividerExport2
//
this.tsmiDividerExport2.Name = "tsmiDividerExport2";
this.tsmiDividerExport2.Size = new System.Drawing.Size(328, 6);
//
// tsmiExportToDeformedInp
//
this.tsmiExportToDeformedInp.Name = "tsmiExportToDeformedInp";
this.tsmiExportToDeformedInp.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToDeformedInp.Text = "Deformed mesh *.inp";
this.tsmiExportToDeformedInp.Click += new System.EventHandler(this.tsmiExportToDeformedInp_Click);
//
// tsmiExportToDeformedStl
//
this.tsmiExportToDeformedStl.Name = "tsmiExportToDeformedStl";
this.tsmiExportToDeformedStl.Size = new System.Drawing.Size(331, 26);
this.tsmiExportToDeformedStl.Text = "Deformed visualization *.stl";
this.tsmiExportToDeformedStl.Click += new System.EventHandler(this.tsmiExportToDeformedStl_Click);
//
// tsmiDividerFile3
//
this.tsmiDividerFile3.Name = "tsmiDividerFile3";
this.tsmiDividerFile3.Size = new System.Drawing.Size(284, 6);
//
// tsmiCloseCurrentResult
//
this.tsmiCloseCurrentResult.Name = "tsmiCloseCurrentResult";
this.tsmiCloseCurrentResult.Size = new System.Drawing.Size(287, 26);
this.tsmiCloseCurrentResult.Text = "Close Current Result";
this.tsmiCloseCurrentResult.Click += new System.EventHandler(this.tsmiCloseCurrentResult_Click);
//
// tsmiCloseAllResults
//
this.tsmiCloseAllResults.Name = "tsmiCloseAllResults";
this.tsmiCloseAllResults.Size = new System.Drawing.Size(287, 26);
this.tsmiCloseAllResults.Text = "Close All Results";
this.tsmiCloseAllResults.Click += new System.EventHandler(this.tsmiCloseAllResults_Click);
//
// tsmiExit
//
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.tsmiExit.Size = new System.Drawing.Size(287, 26);
this.tsmiExit.Text = "Exit";
this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
//
// tsmiEdit
//
this.tsmiEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiUndo,
this.tsmiRedo,
this.tsmiDividerEdit1,
this.tsmiEditHistory,
this.toolStripMenuItem4,
this.tsmiRegenerateHistory,
this.tsmiRegenerateHistoryUsingOtherFiles,
this.tsmiRegenerateHistoryWithRemeshing});
this.tsmiEdit.Name = "tsmiEdit";
this.tsmiEdit.Size = new System.Drawing.Size(53, 24);
this.tsmiEdit.Text = "编辑";
//
// tsmiUndo
//
this.tsmiUndo.Name = "tsmiUndo";
this.tsmiUndo.Size = new System.Drawing.Size(361, 26);
this.tsmiUndo.Text = "Undo";
this.tsmiUndo.Click += new System.EventHandler(this.tsmiUndo_Click);
//
// tsmiRedo
//
this.tsmiRedo.Name = "tsmiRedo";
this.tsmiRedo.Size = new System.Drawing.Size(361, 26);
this.tsmiRedo.Text = "Redo";
this.tsmiRedo.Click += new System.EventHandler(this.tsmiRedo_Click);
//
// tsmiDividerEdit1
//
this.tsmiDividerEdit1.Name = "tsmiDividerEdit1";
this.tsmiDividerEdit1.Size = new System.Drawing.Size(358, 6);
//
// tsmiEditHistory
//
this.tsmiEditHistory.Name = "tsmiEditHistory";
this.tsmiEditHistory.Size = new System.Drawing.Size(361, 26);
this.tsmiEditHistory.Text = "Edit History";
this.tsmiEditHistory.Click += new System.EventHandler(this.tsmiEditHistory_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(358, 6);
//
// tsmiRegenerateHistory
//
this.tsmiRegenerateHistory.Name = "tsmiRegenerateHistory";
this.tsmiRegenerateHistory.Size = new System.Drawing.Size(361, 26);
this.tsmiRegenerateHistory.Text = "Regenerate History";
this.tsmiRegenerateHistory.Click += new System.EventHandler(this.tsmiRegenerateHistory_Click);
//
// tsmiRegenerateHistoryUsingOtherFiles
//
this.tsmiRegenerateHistoryUsingOtherFiles.Name = "tsmiRegenerateHistoryUsingOtherFiles";
this.tsmiRegenerateHistoryUsingOtherFiles.Size = new System.Drawing.Size(361, 26);
this.tsmiRegenerateHistoryUsingOtherFiles.Text = "Regenerate History Using Other Files";
this.tsmiRegenerateHistoryUsingOtherFiles.Click += new System.EventHandler(this.tsmiRegenerateHistoryUsingOtherFiles_Click);
//
// tsmiRegenerateHistoryWithRemeshing
//
this.tsmiRegenerateHistoryWithRemeshing.Name = "tsmiRegenerateHistoryWithRemeshing";
this.tsmiRegenerateHistoryWithRemeshing.Size = new System.Drawing.Size(361, 26);
this.tsmiRegenerateHistoryWithRemeshing.Text = "Regenerate History With Remeshing";
this.tsmiRegenerateHistoryWithRemeshing.Click += new System.EventHandler(this.tsmiRegenerateHistoryWithRemeshing_Click);
//
// tsmiView
//
this.tsmiView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.standardViewsToolStripMenuItem,
this.tsmiZoomToFit,
this.tsmiDividerView1,
this.tsmiShowWireframeEdges,
this.tsmiShowElementEdges,
this.tsmiShowModelEdges,
this.tsmiShowNoEdges,
this.tsmiDividerView2,
this.tsmiSectionView,
this.tsmiExplodedView,
this.tsmiDividerView3,
this.tsmiShowAllParts,
this.tsmiHideAllParts,
this.tsmiInvertVisibleParts,
this.tsmiDividerView4,
this.tsmiResultsUndeformed,
this.tsmiResultsDeformed,
this.tsmiResultsColorContours,
this.tsmiResultsDeformedColorWireframe,
this.tsmiResultsDeformedColorSolid,
this.tsmiDividerView5,
this.tsmiColorAnnotations});
this.tsmiView.Name = "tsmiView";
this.tsmiView.Size = new System.Drawing.Size(53, 24);
this.tsmiView.Text = "视图";
//
// standardViewsToolStripMenuItem
//
this.standardViewsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFrontView,
this.tsmiBackView,
this.tsmiTopView,
this.tsmiBottomView,
this.tsmiLeftView,
this.tsmiRightView,
this.tsmiNormalView,
this.tsmiVerticalView,
this.tsmiIsometricView});
this.standardViewsToolStripMenuItem.Name = "standardViewsToolStripMenuItem";
this.standardViewsToolStripMenuItem.Size = new System.Drawing.Size(324, 26);
this.standardViewsToolStripMenuItem.Text = "Standard Views";
//
// tsmiFrontView
//
this.tsmiFrontView.Image = global::CPSO.Properties.Resources.Front;
this.tsmiFrontView.Name = "tsmiFrontView";
this.tsmiFrontView.Size = new System.Drawing.Size(199, 26);
this.tsmiFrontView.Text = "Front View";
this.tsmiFrontView.Click += new System.EventHandler(this.tsmiFrontView_Click);
//
// tsmiBackView
//
this.tsmiBackView.Image = global::CPSO.Properties.Resources.Back;
this.tsmiBackView.Name = "tsmiBackView";
this.tsmiBackView.Size = new System.Drawing.Size(199, 26);
this.tsmiBackView.Text = "Back View";
this.tsmiBackView.Click += new System.EventHandler(this.tsmiBackView_Click);
//
// tsmiTopView
//
this.tsmiTopView.Image = global::CPSO.Properties.Resources.Top;
this.tsmiTopView.Name = "tsmiTopView";
this.tsmiTopView.Size = new System.Drawing.Size(199, 26);
this.tsmiTopView.Text = "Top View";
this.tsmiTopView.Click += new System.EventHandler(this.tsmiTopView_Click);
//
// tsmiBottomView
//
this.tsmiBottomView.Image = global::CPSO.Properties.Resources.Bottom;
this.tsmiBottomView.Name = "tsmiBottomView";
this.tsmiBottomView.Size = new System.Drawing.Size(199, 26);
this.tsmiBottomView.Text = "Bottom View";
this.tsmiBottomView.Click += new System.EventHandler(this.tsmiBottomView_Click);
//
// tsmiLeftView
//
this.tsmiLeftView.Image = global::CPSO.Properties.Resources.Left;
this.tsmiLeftView.Name = "tsmiLeftView";
this.tsmiLeftView.Size = new System.Drawing.Size(199, 26);
this.tsmiLeftView.Text = "Left View";
this.tsmiLeftView.Click += new System.EventHandler(this.tsmiLeftView_Click);
//
// tsmiRightView
//
this.tsmiRightView.Image = global::CPSO.Properties.Resources.Right;
this.tsmiRightView.Name = "tsmiRightView";
this.tsmiRightView.Size = new System.Drawing.Size(199, 26);
this.tsmiRightView.Text = "Right View";
this.tsmiRightView.Click += new System.EventHandler(this.tsmiRightView_Click);
//
// tsmiNormalView
//
this.tsmiNormalView.Image = global::CPSO.Properties.Resources.Normal;
this.tsmiNormalView.Name = "tsmiNormalView";
this.tsmiNormalView.Size = new System.Drawing.Size(199, 26);
this.tsmiNormalView.Text = "Normal View";
this.tsmiNormalView.Click += new System.EventHandler(this.tsmiNormalView_Click);
//
// tsmiVerticalView
//
this.tsmiVerticalView.Image = global::CPSO.Properties.Resources.Vertical;
this.tsmiVerticalView.Name = "tsmiVerticalView";
this.tsmiVerticalView.Size = new System.Drawing.Size(199, 26);
this.tsmiVerticalView.Text = "Vertical View";
this.tsmiVerticalView.Click += new System.EventHandler(this.tsmiVerticalView_Click);
//
// tsmiIsometricView
//
this.tsmiIsometricView.Image = global::CPSO.Properties.Resources.Isometric;
this.tsmiIsometricView.Name = "tsmiIsometricView";
this.tsmiIsometricView.Size = new System.Drawing.Size(199, 26);
this.tsmiIsometricView.Text = "Isometric View";
this.tsmiIsometricView.Click += new System.EventHandler(this.tsmiIsometricView_Click);
//
// tsmiZoomToFit
//
this.tsmiZoomToFit.Image = global::CPSO.Properties.Resources.ZoomToFit;
this.tsmiZoomToFit.Name = "tsmiZoomToFit";
this.tsmiZoomToFit.Size = new System.Drawing.Size(324, 26);
this.tsmiZoomToFit.Text = "Zoom to Fit";
this.tsmiZoomToFit.Click += new System.EventHandler(this.tsmiZoomToFit_Click);
//
// tsmiDividerView1
//
this.tsmiDividerView1.Name = "tsmiDividerView1";
this.tsmiDividerView1.Size = new System.Drawing.Size(321, 6);
//
// tsmiShowWireframeEdges
//
this.tsmiShowWireframeEdges.Image = global::CPSO.Properties.Resources.Wireframe;
this.tsmiShowWireframeEdges.Name = "tsmiShowWireframeEdges";
this.tsmiShowWireframeEdges.Size = new System.Drawing.Size(324, 26);
this.tsmiShowWireframeEdges.Text = "Wireframe";
this.tsmiShowWireframeEdges.Click += new System.EventHandler(this.tsmiShowWireframeEdges_Click);
//
// tsmiShowElementEdges
//
this.tsmiShowElementEdges.Image = global::CPSO.Properties.Resources.ElementEdges;
this.tsmiShowElementEdges.Name = "tsmiShowElementEdges";
this.tsmiShowElementEdges.Size = new System.Drawing.Size(324, 26);
this.tsmiShowElementEdges.Text = "Show Element Edges";
this.tsmiShowElementEdges.Click += new System.EventHandler(this.tsmiShowElementEdges_Click);
//
// tsmiShowModelEdges
//
this.tsmiShowModelEdges.Image = global::CPSO.Properties.Resources.ModelEdges;
this.tsmiShowModelEdges.Name = "tsmiShowModelEdges";
this.tsmiShowModelEdges.Size = new System.Drawing.Size(324, 26);
this.tsmiShowModelEdges.Text = "Show Model Edges";
this.tsmiShowModelEdges.Click += new System.EventHandler(this.tsmiShowModelEdges_Click);
//
// tsmiShowNoEdges
//
this.tsmiShowNoEdges.Image = global::CPSO.Properties.Resources.NoEdges;
this.tsmiShowNoEdges.Name = "tsmiShowNoEdges";
this.tsmiShowNoEdges.Size = new System.Drawing.Size(324, 26);
this.tsmiShowNoEdges.Text = "No Edges";
this.tsmiShowNoEdges.Click += new System.EventHandler(this.tsmiShowNoEdges_Click);
//
// tsmiDividerView2
//
this.tsmiDividerView2.Name = "tsmiDividerView2";
this.tsmiDividerView2.Size = new System.Drawing.Size(321, 6);
//
// tsmiSectionView
//
this.tsmiSectionView.Image = global::CPSO.Properties.Resources.SectionView;
this.tsmiSectionView.Name = "tsmiSectionView";
this.tsmiSectionView.Size = new System.Drawing.Size(324, 26);
this.tsmiSectionView.Text = "Section View";
this.tsmiSectionView.Click += new System.EventHandler(this.tsmiSectionView_Click);
//
// tsmiExplodedView
//
this.tsmiExplodedView.Image = global::CPSO.Properties.Resources.Explode;
this.tsmiExplodedView.Name = "tsmiExplodedView";
this.tsmiExplodedView.Size = new System.Drawing.Size(324, 26);
this.tsmiExplodedView.Text = "Exploded View";
this.tsmiExplodedView.Click += new System.EventHandler(this.tsmiExplodedView_Click);
//
// tsmiDividerView3
//
this.tsmiDividerView3.Name = "tsmiDividerView3";
this.tsmiDividerView3.Size = new System.Drawing.Size(321, 6);
//
// tsmiShowAllParts
//
this.tsmiShowAllParts.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowAllParts.Name = "tsmiShowAllParts";
this.tsmiShowAllParts.Size = new System.Drawing.Size(324, 26);
this.tsmiShowAllParts.Text = "Show All";
this.tsmiShowAllParts.Click += new System.EventHandler(this.tsmiShowAllParts_Click);
//
// tsmiHideAllParts
//
this.tsmiHideAllParts.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideAllParts.Name = "tsmiHideAllParts";
this.tsmiHideAllParts.Size = new System.Drawing.Size(324, 26);
this.tsmiHideAllParts.Text = "Hide All";
this.tsmiHideAllParts.Click += new System.EventHandler(this.tsmiHideAllParts_Click);
//
// tsmiInvertVisibleParts
//
this.tsmiInvertVisibleParts.Image = global::CPSO.Properties.Resources.InvertHideShow;
this.tsmiInvertVisibleParts.Name = "tsmiInvertVisibleParts";
this.tsmiInvertVisibleParts.Size = new System.Drawing.Size(324, 26);
this.tsmiInvertVisibleParts.Text = "Invert Visible Parts";
this.tsmiInvertVisibleParts.Click += new System.EventHandler(this.tsmiInvertVisibleParts_Click);
//
// tsmiDividerView4
//
this.tsmiDividerView4.Name = "tsmiDividerView4";
this.tsmiDividerView4.Size = new System.Drawing.Size(321, 6);
//
// tsmiResultsUndeformed
//
this.tsmiResultsUndeformed.Image = global::CPSO.Properties.Resources.Undeformed;
this.tsmiResultsUndeformed.Name = "tsmiResultsUndeformed";
this.tsmiResultsUndeformed.Size = new System.Drawing.Size(324, 26);
this.tsmiResultsUndeformed.Text = "Undeformed";
this.tsmiResultsUndeformed.Click += new System.EventHandler(this.tsmiResultsUndeformed_Click);
//
// tsmiResultsDeformed
//
this.tsmiResultsDeformed.Image = global::CPSO.Properties.Resources.Deformed;
this.tsmiResultsDeformed.Name = "tsmiResultsDeformed";
this.tsmiResultsDeformed.Size = new System.Drawing.Size(324, 26);
this.tsmiResultsDeformed.Text = "Deformed";
this.tsmiResultsDeformed.Click += new System.EventHandler(this.tsmiResultsDeformed_Click);
//
// tsmiResultsColorContours
//
this.tsmiResultsColorContours.Image = global::CPSO.Properties.Resources.Color_contours;
this.tsmiResultsColorContours.Name = "tsmiResultsColorContours";
this.tsmiResultsColorContours.Size = new System.Drawing.Size(324, 26);
this.tsmiResultsColorContours.Text = "Deformed With Color Contours";
this.tsmiResultsColorContours.Click += new System.EventHandler(this.tsmiResultsColorContours_Click);
//
// tsmiResultsDeformedColorWireframe
//
this.tsmiResultsDeformedColorWireframe.Image = global::CPSO.Properties.Resources.Undeformed_Wireframe;
this.tsmiResultsDeformedColorWireframe.Name = "tsmiResultsDeformedColorWireframe";
this.tsmiResultsDeformedColorWireframe.Size = new System.Drawing.Size(324, 26);
this.tsmiResultsDeformedColorWireframe.Text = "Deformed && Color && Wireframe";
this.tsmiResultsDeformedColorWireframe.Click += new System.EventHandler(this.tsmiResultsDeformedColorWireframe_Click);
//
// tsmiResultsDeformedColorSolid
//
this.tsmiResultsDeformedColorSolid.Image = global::CPSO.Properties.Resources.Undeformed_Solid;
this.tsmiResultsDeformedColorSolid.Name = "tsmiResultsDeformedColorSolid";
this.tsmiResultsDeformedColorSolid.Size = new System.Drawing.Size(324, 26);
this.tsmiResultsDeformedColorSolid.Text = "Deformed && Color && Solid";
this.tsmiResultsDeformedColorSolid.Click += new System.EventHandler(this.tsmiResultsDeformedColorSolid_Click);
//
// tsmiDividerView5
//
this.tsmiDividerView5.Name = "tsmiDividerView5";
this.tsmiDividerView5.Size = new System.Drawing.Size(321, 6);
//
// tsmiColorAnnotations
//
this.tsmiColorAnnotations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiAnnotateFaceOrientations,
this.tsmiDividerColorAnnotations1,
this.tsmiAnnotateParts,
this.tsmiAnnotateMaterials,
this.tsmiAnnotateSections,
this.tsmiAnnotateSectionThicknesses,
this.tsmiDividerColorAnnotations2,
this.tsmiAnnotateAllSymbols,
this.tsmiAnnotateReferencePoints,
this.tsmiAnnotateConstraints,
this.tsmiAnnotateContactPairs,
this.tsmiAnnotateInitialConditions,
this.tsmiAnnotateBCs,
this.tsmiAnnotateLoads,
this.tsmiAnnotateDefinedFields});
this.tsmiColorAnnotations.Name = "tsmiColorAnnotations";
this.tsmiColorAnnotations.Size = new System.Drawing.Size(324, 26);
this.tsmiColorAnnotations.Text = "Color Annotations";
//
// tsmiAnnotateFaceOrientations
//
this.tsmiAnnotateFaceOrientations.Name = "tsmiAnnotateFaceOrientations";
this.tsmiAnnotateFaceOrientations.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateFaceOrientations.Text = "Face Orientations";
this.tsmiAnnotateFaceOrientations.Click += new System.EventHandler(this.tsmiAnnotateFaceOrientations_Click);
//
// tsmiDividerColorAnnotations1
//
this.tsmiDividerColorAnnotations1.Name = "tsmiDividerColorAnnotations1";
this.tsmiDividerColorAnnotations1.Size = new System.Drawing.Size(234, 6);
//
// tsmiAnnotateParts
//
this.tsmiAnnotateParts.Name = "tsmiAnnotateParts";
this.tsmiAnnotateParts.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateParts.Text = "Parts";
this.tsmiAnnotateParts.Click += new System.EventHandler(this.tsmiAnnotateParts_Click);
//
// tsmiAnnotateMaterials
//
this.tsmiAnnotateMaterials.Name = "tsmiAnnotateMaterials";
this.tsmiAnnotateMaterials.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateMaterials.Text = "Materials";
this.tsmiAnnotateMaterials.Click += new System.EventHandler(this.tsmiAnnotateMaterials_Click);
//
// tsmiAnnotateSections
//
this.tsmiAnnotateSections.Name = "tsmiAnnotateSections";
this.tsmiAnnotateSections.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateSections.Text = "Sections";
this.tsmiAnnotateSections.Click += new System.EventHandler(this.tsmiAnnotateSections_Click);
//
// tsmiAnnotateSectionThicknesses
//
this.tsmiAnnotateSectionThicknesses.Name = "tsmiAnnotateSectionThicknesses";
this.tsmiAnnotateSectionThicknesses.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateSectionThicknesses.Text = "Section Thicknesses";
this.tsmiAnnotateSectionThicknesses.Click += new System.EventHandler(this.tsmiAnnotateSectionThicknesses_Click);
//
// tsmiDividerColorAnnotations2
//
this.tsmiDividerColorAnnotations2.Name = "tsmiDividerColorAnnotations2";
this.tsmiDividerColorAnnotations2.Size = new System.Drawing.Size(234, 6);
//
// tsmiAnnotateAllSymbols
//
this.tsmiAnnotateAllSymbols.Name = "tsmiAnnotateAllSymbols";
this.tsmiAnnotateAllSymbols.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateAllSymbols.Text = "All Symbols";
this.tsmiAnnotateAllSymbols.Click += new System.EventHandler(this.tsmiAnnotateAllSymbols_Click);
//
// tsmiAnnotateReferencePoints
//
this.tsmiAnnotateReferencePoints.Name = "tsmiAnnotateReferencePoints";
this.tsmiAnnotateReferencePoints.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateReferencePoints.Text = "Reference Points";
this.tsmiAnnotateReferencePoints.Click += new System.EventHandler(this.tsmiAnnotateReferencePoints_Click);
//
// tsmiAnnotateConstraints
//
this.tsmiAnnotateConstraints.Name = "tsmiAnnotateConstraints";
this.tsmiAnnotateConstraints.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateConstraints.Text = "Constraints";
this.tsmiAnnotateConstraints.Click += new System.EventHandler(this.tsmiAnnotateConstraints_Click);
//
// tsmiAnnotateContactPairs
//
this.tsmiAnnotateContactPairs.Name = "tsmiAnnotateContactPairs";
this.tsmiAnnotateContactPairs.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateContactPairs.Text = "Contact Pairs";
this.tsmiAnnotateContactPairs.Click += new System.EventHandler(this.tsmiAnnotateContactPairs_Click);
//
// tsmiAnnotateInitialConditions
//
this.tsmiAnnotateInitialConditions.Name = "tsmiAnnotateInitialConditions";
this.tsmiAnnotateInitialConditions.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateInitialConditions.Text = "Initial conditions";
this.tsmiAnnotateInitialConditions.Click += new System.EventHandler(this.tsmiAnnotateInitialConditions_Click);
//
// tsmiAnnotateBCs
//
this.tsmiAnnotateBCs.Name = "tsmiAnnotateBCs";
this.tsmiAnnotateBCs.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateBCs.Text = "BCs";
this.tsmiAnnotateBCs.Click += new System.EventHandler(this.tsmiAnnotateBCs_Click);
//
// tsmiAnnotateLoads
//
this.tsmiAnnotateLoads.Name = "tsmiAnnotateLoads";
this.tsmiAnnotateLoads.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateLoads.Text = "Loads";
this.tsmiAnnotateLoads.Click += new System.EventHandler(this.tsmiAnnotateLoads_Click);
//
// tsmiAnnotateDefinedFields
//
this.tsmiAnnotateDefinedFields.Name = "tsmiAnnotateDefinedFields";
this.tsmiAnnotateDefinedFields.Size = new System.Drawing.Size(237, 26);
this.tsmiAnnotateDefinedFields.Text = "Defined Fields";
this.tsmiAnnotateDefinedFields.Click += new System.EventHandler(this.tsmiAnnotateLoads_Click);
//
// tsmiPreprocessing
//
this.tsmiPreprocessing.Name = "tsmiPreprocessing";
this.tsmiPreprocessing.Size = new System.Drawing.Size(68, 24);
this.tsmiPreprocessing.Text = "前处理";
//
// tsmiFemModel
//
this.tsmiFemModel.Name = "tsmiFemModel";
this.tsmiFemModel.Size = new System.Drawing.Size(69, 24);
this.tsmiFemModel.Text = "FE模型";
//
// tsmiPostprocessing
//
this.tsmiPostprocessing.Name = "tsmiPostprocessing";
this.tsmiPostprocessing.Size = new System.Drawing.Size(68, 24);
this.tsmiPostprocessing.Text = "后处理";
//
// tsmiGeometry
//
this.tsmiGeometry.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiGeometryPart,
this.cADPartToolStripMenuItem,
this.tsmiStlPart,
this.tsmiDividerGeometry1,
this.tsmiCreateAndImportCompoundPart,
this.tsmiRegenerateCompoundPart,
this.tsmiSwapGeometryPartGeometries,
this.tsmiDividerGeometry2,
this.tsmiGeometryAnalyze});
this.tsmiGeometry.Name = "tsmiGeometry";
this.tsmiGeometry.Size = new System.Drawing.Size(96, 24);
this.tsmiGeometry.Text = "Geometry";
//
// tsmiGeometryPart
//
this.tsmiGeometryPart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditGeometryPart,
this.tsmiTransformGeometryParts,
this.tsmiDividerGeomPart1,
this.tsmiCopyGeometryPartsToResults,
this.tsmiDividerGeomPart2,
this.tsmiHideGeometryParts,
this.tsmiShowGeometryParts,
this.tsmiShowOnlyGeometryParts,
this.tsmiDividerGeomPart3,
this.tsmiSetColorForGeometryParts,
this.tsmiResetColorForGeometryParts,
this.tsmiSetTransparencyForGeometryParts,
this.tsmiDividerGeomPart4,
this.tsmiDeleteGeometryParts});
this.tsmiGeometryPart.Name = "tsmiGeometryPart";
this.tsmiGeometryPart.Size = new System.Drawing.Size(296, 26);
this.tsmiGeometryPart.Text = "Part";
//
// tsmiEditGeometryPart
//
this.tsmiEditGeometryPart.Name = "tsmiEditGeometryPart";
this.tsmiEditGeometryPart.Size = new System.Drawing.Size(283, 26);
this.tsmiEditGeometryPart.Text = "Edit";
this.tsmiEditGeometryPart.Click += new System.EventHandler(this.tsmiEditGeometryPart_Click);
//
// tsmiTransformGeometryParts
//
this.tsmiTransformGeometryParts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiScaleGeometryParts});
this.tsmiTransformGeometryParts.Name = "tsmiTransformGeometryParts";
this.tsmiTransformGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiTransformGeometryParts.Text = "Transform";
//
// tsmiScaleGeometryParts
//
this.tsmiScaleGeometryParts.Name = "tsmiScaleGeometryParts";
this.tsmiScaleGeometryParts.Size = new System.Drawing.Size(130, 26);
this.tsmiScaleGeometryParts.Text = "Scale";
this.tsmiScaleGeometryParts.Click += new System.EventHandler(this.tsmiScaleGeometryParts_Click);
//
// tsmiDividerGeomPart1
//
this.tsmiDividerGeomPart1.Name = "tsmiDividerGeomPart1";
this.tsmiDividerGeomPart1.Size = new System.Drawing.Size(280, 6);
//
// tsmiCopyGeometryPartsToResults
//
this.tsmiCopyGeometryPartsToResults.Name = "tsmiCopyGeometryPartsToResults";
this.tsmiCopyGeometryPartsToResults.Size = new System.Drawing.Size(283, 26);
this.tsmiCopyGeometryPartsToResults.Text = "Copy Geometry to Results";
this.tsmiCopyGeometryPartsToResults.Click += new System.EventHandler(this.tsmiCopyGeometryPartsToResults_Click);
//
// tsmiDividerGeomPart2
//
this.tsmiDividerGeomPart2.Name = "tsmiDividerGeomPart2";
this.tsmiDividerGeomPart2.Size = new System.Drawing.Size(280, 6);
//
// tsmiHideGeometryParts
//
this.tsmiHideGeometryParts.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideGeometryParts.Name = "tsmiHideGeometryParts";
this.tsmiHideGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiHideGeometryParts.Text = "Hide";
this.tsmiHideGeometryParts.Click += new System.EventHandler(this.tsmiHideGeometryParts_Click);
//
// tsmiShowGeometryParts
//
this.tsmiShowGeometryParts.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowGeometryParts.Name = "tsmiShowGeometryParts";
this.tsmiShowGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiShowGeometryParts.Text = "Show";
this.tsmiShowGeometryParts.Click += new System.EventHandler(this.tsmiShowGeometryParts_Click);
//
// tsmiShowOnlyGeometryParts
//
this.tsmiShowOnlyGeometryParts.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowOnlyGeometryParts.Name = "tsmiShowOnlyGeometryParts";
this.tsmiShowOnlyGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiShowOnlyGeometryParts.Text = "Show Only";
this.tsmiShowOnlyGeometryParts.Click += new System.EventHandler(this.tsmiShowOnlyGeometryParts_Click);
//
// tsmiDividerGeomPart3
//
this.tsmiDividerGeomPart3.Name = "tsmiDividerGeomPart3";
this.tsmiDividerGeomPart3.Size = new System.Drawing.Size(280, 6);
//
// tsmiSetColorForGeometryParts
//
this.tsmiSetColorForGeometryParts.Name = "tsmiSetColorForGeometryParts";
this.tsmiSetColorForGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiSetColorForGeometryParts.Text = "Set Color";
this.tsmiSetColorForGeometryParts.Click += new System.EventHandler(this.tsmiSetColorForGeometryParts_Click);
//
// tsmiResetColorForGeometryParts
//
this.tsmiResetColorForGeometryParts.Name = "tsmiResetColorForGeometryParts";
this.tsmiResetColorForGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiResetColorForGeometryParts.Text = "Reset Color";
this.tsmiResetColorForGeometryParts.Click += new System.EventHandler(this.tsmiResetColorForGeometryParts_Click);
//
// tsmiSetTransparencyForGeometryParts
//
this.tsmiSetTransparencyForGeometryParts.Name = "tsmiSetTransparencyForGeometryParts";
this.tsmiSetTransparencyForGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiSetTransparencyForGeometryParts.Text = "Set Transparency";
this.tsmiSetTransparencyForGeometryParts.Click += new System.EventHandler(this.tsmiSetTransparencyForGeometryParts_Click);
//
// tsmiDividerGeomPart4
//
this.tsmiDividerGeomPart4.Name = "tsmiDividerGeomPart4";
this.tsmiDividerGeomPart4.Size = new System.Drawing.Size(280, 6);
//
// tsmiDeleteGeometryParts
//
this.tsmiDeleteGeometryParts.Name = "tsmiDeleteGeometryParts";
this.tsmiDeleteGeometryParts.Size = new System.Drawing.Size(283, 26);
this.tsmiDeleteGeometryParts.Text = "Delete";
this.tsmiDeleteGeometryParts.Click += new System.EventHandler(this.tsmiDeleteGeometryParts_Click);
//
// cADPartToolStripMenuItem
//
this.cADPartToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiConvertShellToSolidCAD,
this.tsmiConvertSolidToShellCAD,
this.tsmiDividerCAD1,
this.tsmiFlipFaceNormalCAD,
this.tsmiSplitAFaceUsingTwoPoints,
this.tsmiDividerCAD2,
this.tsmiDefeature});
this.cADPartToolStripMenuItem.Name = "cADPartToolStripMenuItem";
this.cADPartToolStripMenuItem.Size = new System.Drawing.Size(296, 26);
this.cADPartToolStripMenuItem.Text = "CAD Part";
//
// tsmiConvertShellToSolidCAD
//
this.tsmiConvertShellToSolidCAD.Name = "tsmiConvertShellToSolidCAD";
this.tsmiConvertShellToSolidCAD.Size = new System.Drawing.Size(303, 26);
this.tsmiConvertShellToSolidCAD.Text = "Convert Shell to Solid";
this.tsmiConvertShellToSolidCAD.Click += new System.EventHandler(this.tsmiConvertShellToSolidCAD_Click);
//
// tsmiConvertSolidToShellCAD
//
this.tsmiConvertSolidToShellCAD.Name = "tsmiConvertSolidToShellCAD";
this.tsmiConvertSolidToShellCAD.Size = new System.Drawing.Size(303, 26);
this.tsmiConvertSolidToShellCAD.Text = "Convert Solid to Shell";
this.tsmiConvertSolidToShellCAD.Click += new System.EventHandler(this.TsmiConvertSolidToShellCAD_Click);
//
// tsmiDividerCAD1
//
this.tsmiDividerCAD1.Name = "tsmiDividerCAD1";
this.tsmiDividerCAD1.Size = new System.Drawing.Size(300, 6);
//
// tsmiFlipFaceNormalCAD
//
this.tsmiFlipFaceNormalCAD.Name = "tsmiFlipFaceNormalCAD";
this.tsmiFlipFaceNormalCAD.Size = new System.Drawing.Size(303, 26);
this.tsmiFlipFaceNormalCAD.Text = "Flip Face Normal";
this.tsmiFlipFaceNormalCAD.Click += new System.EventHandler(this.tsmiFlipFaceNormalCAD_Click);
//
// tsmiSplitAFaceUsingTwoPoints
//
this.tsmiSplitAFaceUsingTwoPoints.Name = "tsmiSplitAFaceUsingTwoPoints";
this.tsmiSplitAFaceUsingTwoPoints.Size = new System.Drawing.Size(303, 26);
this.tsmiSplitAFaceUsingTwoPoints.Text = "Split a Face Using Two Points";
this.tsmiSplitAFaceUsingTwoPoints.Click += new System.EventHandler(this.tsmiSplitAFaceUsingTwoPoints_Click);
//
// tsmiDividerCAD2
//
this.tsmiDividerCAD2.Name = "tsmiDividerCAD2";
this.tsmiDividerCAD2.Size = new System.Drawing.Size(300, 6);
//
// tsmiDefeature
//
this.tsmiDefeature.Name = "tsmiDefeature";
this.tsmiDefeature.Size = new System.Drawing.Size(303, 26);
this.tsmiDefeature.Text = "Defeature";
this.tsmiDefeature.Click += new System.EventHandler(this.tsmiDefeature_Click);
//
// tsmiStlPart
//
this.tsmiStlPart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFindStlEdgesByAngleForGeometryParts,
this.tsmiFlipStlPartFaceNormal,
this.tsmiSmoothStlPart,
this.tsmiDeleteStlPartFaces,
this.tsmiCropStlPartWithCylinder,
this.tsmiCropStlPartWithCube});
this.tsmiStlPart.Name = "tsmiStlPart";
this.tsmiStlPart.Size = new System.Drawing.Size(296, 26);
this.tsmiStlPart.Text = "Stl Part";
//
// tsmiFindStlEdgesByAngleForGeometryParts
//
this.tsmiFindStlEdgesByAngleForGeometryParts.Name = "tsmiFindStlEdgesByAngleForGeometryParts";
this.tsmiFindStlEdgesByAngleForGeometryParts.Size = new System.Drawing.Size(292, 26);
this.tsmiFindStlEdgesByAngleForGeometryParts.Text = "Find Model Edges by Angle";
this.tsmiFindStlEdgesByAngleForGeometryParts.Click += new System.EventHandler(this.tsmiFindStlEdgesByAngleForGeometryParts_Click);
//
// tsmiFlipStlPartFaceNormal
//
this.tsmiFlipStlPartFaceNormal.Name = "tsmiFlipStlPartFaceNormal";
this.tsmiFlipStlPartFaceNormal.Size = new System.Drawing.Size(292, 26);
this.tsmiFlipStlPartFaceNormal.Text = "Flip Part Face Normals";
this.tsmiFlipStlPartFaceNormal.Click += new System.EventHandler(this.tsmiFlipStlPartFaceNormals_Click);
//
// tsmiSmoothStlPart
//
this.tsmiSmoothStlPart.Name = "tsmiSmoothStlPart";
this.tsmiSmoothStlPart.Size = new System.Drawing.Size(292, 26);
this.tsmiSmoothStlPart.Text = "Smooth Part";
this.tsmiSmoothStlPart.Click += new System.EventHandler(this.tsmiSmoothStlPart_Click);
//
// tsmiDeleteStlPartFaces
//
this.tsmiDeleteStlPartFaces.Name = "tsmiDeleteStlPartFaces";
this.tsmiDeleteStlPartFaces.Size = new System.Drawing.Size(292, 26);
this.tsmiDeleteStlPartFaces.Text = "Delete Part Faces";
this.tsmiDeleteStlPartFaces.Click += new System.EventHandler(this.tsmiDeleteStlPartFaces_Click);
//
// tsmiCropStlPartWithCylinder
//
this.tsmiCropStlPartWithCylinder.Name = "tsmiCropStlPartWithCylinder";
this.tsmiCropStlPartWithCylinder.Size = new System.Drawing.Size(292, 26);
this.tsmiCropStlPartWithCylinder.Text = "Crop With Cylinder";
this.tsmiCropStlPartWithCylinder.Click += new System.EventHandler(this.tsmiCropStlPartWithCylinder_Click);
//
// tsmiCropStlPartWithCube
//
this.tsmiCropStlPartWithCube.Name = "tsmiCropStlPartWithCube";
this.tsmiCropStlPartWithCube.Size = new System.Drawing.Size(292, 26);
this.tsmiCropStlPartWithCube.Text = "Crop With Cube";
this.tsmiCropStlPartWithCube.Click += new System.EventHandler(this.tsmiCropStlPartWithCube_Click);
//
// tsmiDividerGeometry1
//
this.tsmiDividerGeometry1.Name = "tsmiDividerGeometry1";
this.tsmiDividerGeometry1.Size = new System.Drawing.Size(293, 6);
//
// tsmiCreateAndImportCompoundPart
//
this.tsmiCreateAndImportCompoundPart.Image = global::CPSO.Properties.Resources.Compound;
this.tsmiCreateAndImportCompoundPart.Name = "tsmiCreateAndImportCompoundPart";
this.tsmiCreateAndImportCompoundPart.Size = new System.Drawing.Size(296, 26);
this.tsmiCreateAndImportCompoundPart.Text = "Create Compound Part";
this.tsmiCreateAndImportCompoundPart.Click += new System.EventHandler(this.tsmiCreateAndImportCompoundPart_Click);
//
// tsmiRegenerateCompoundPart
//
this.tsmiRegenerateCompoundPart.Name = "tsmiRegenerateCompoundPart";
this.tsmiRegenerateCompoundPart.Size = new System.Drawing.Size(296, 26);
this.tsmiRegenerateCompoundPart.Text = "Regenerate Compound Part";
this.tsmiRegenerateCompoundPart.Click += new System.EventHandler(this.tsmiRegenerateCompoundPart_Click);
//
// tsmiSwapGeometryPartGeometries
//
this.tsmiSwapGeometryPartGeometries.Name = "tsmiSwapGeometryPartGeometries";
this.tsmiSwapGeometryPartGeometries.Size = new System.Drawing.Size(296, 26);
this.tsmiSwapGeometryPartGeometries.Text = "Swap Part Geometries";
this.tsmiSwapGeometryPartGeometries.Click += new System.EventHandler(this.tsmiSwapGeometryPartGeometries_Click);
//
// tsmiDividerGeometry2
//
this.tsmiDividerGeometry2.Name = "tsmiDividerGeometry2";
this.tsmiDividerGeometry2.Size = new System.Drawing.Size(293, 6);
//
// tsmiGeometryAnalyze
//
this.tsmiGeometryAnalyze.Name = "tsmiGeometryAnalyze";
this.tsmiGeometryAnalyze.Size = new System.Drawing.Size(296, 26);
this.tsmiGeometryAnalyze.Text = "Analyze";
this.tsmiGeometryAnalyze.Click += new System.EventHandler(this.tsmiGeometryAnalyze_Click);
//
// tsmiMesh
//
this.tsmiMesh.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiMeshSetupItem,
this.tsmiPreviewEdgeMesh,
this.tsmiCreateMesh});
this.tsmiMesh.Name = "tsmiMesh";
this.tsmiMesh.Size = new System.Drawing.Size(63, 24);
this.tsmiMesh.Text = "Mesh";
//
// tsmiMeshSetupItem
//
this.tsmiMeshSetupItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateMeshSetupItem,
this.tsmiEditMeshSetupItem,
this.tsmiDuplicateMeshSetupItem,
this.toolStripMenuItem1,
this.tsmiDeleteMeshSetupItem});
this.tsmiMeshSetupItem.Image = global::CPSO.Properties.Resources.Mesh_refinement;
this.tsmiMeshSetupItem.Name = "tsmiMeshSetupItem";
this.tsmiMeshSetupItem.Size = new System.Drawing.Size(234, 26);
this.tsmiMeshSetupItem.Text = "Mesh Setup Item";
//
// tsmiCreateMeshSetupItem
//
this.tsmiCreateMeshSetupItem.Name = "tsmiCreateMeshSetupItem";
this.tsmiCreateMeshSetupItem.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateMeshSetupItem.Text = "Create";
this.tsmiCreateMeshSetupItem.Click += new System.EventHandler(this.tsmiCreateMeshSetupItem_Click);
//
// tsmiEditMeshSetupItem
//
this.tsmiEditMeshSetupItem.Name = "tsmiEditMeshSetupItem";
this.tsmiEditMeshSetupItem.Size = new System.Drawing.Size(161, 26);
this.tsmiEditMeshSetupItem.Text = "Edit";
this.tsmiEditMeshSetupItem.Click += new System.EventHandler(this.tsmiEditMeshSetupItem_Click);
//
// tsmiDuplicateMeshSetupItem
//
this.tsmiDuplicateMeshSetupItem.Name = "tsmiDuplicateMeshSetupItem";
this.tsmiDuplicateMeshSetupItem.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateMeshSetupItem.Text = "Duplicate";
this.tsmiDuplicateMeshSetupItem.Click += new System.EventHandler(this.tsmiDuplicateMeshSetupItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteMeshSetupItem
//
this.tsmiDeleteMeshSetupItem.Name = "tsmiDeleteMeshSetupItem";
this.tsmiDeleteMeshSetupItem.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteMeshSetupItem.Text = "Delete";
this.tsmiDeleteMeshSetupItem.Click += new System.EventHandler(this.tsmiDeleteMeshSetupItem_Click);
//
// tsmiPreviewEdgeMesh
//
this.tsmiPreviewEdgeMesh.Name = "tsmiPreviewEdgeMesh";
this.tsmiPreviewEdgeMesh.Size = new System.Drawing.Size(234, 26);
this.tsmiPreviewEdgeMesh.Text = "Preview Edge Mesh";
this.tsmiPreviewEdgeMesh.Click += new System.EventHandler(this.tsmiPreviewEdgeMesh_Click);
//
// tsmiCreateMesh
//
this.tsmiCreateMesh.Image = global::CPSO.Properties.Resources.Part;
this.tsmiCreateMesh.Name = "tsmiCreateMesh";
this.tsmiCreateMesh.Size = new System.Drawing.Size(234, 26);
this.tsmiCreateMesh.Text = "Create Mesh";
this.tsmiCreateMesh.Click += new System.EventHandler(this.tsmiCreateMesh_Click);
//
// tsmiModel
//
this.tsmiModel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditModel,
this.tsmiEditCalculiXKeywords,
this.tsmiToolsParts,
this.tsmiDividerModel1,
this.tsmiNode,
this.tsmiElement,
this.tsmiPart,
this.tsmiNodeSet,
this.tsmiElementSet,
this.tsmiSurface,
this.tsmiModelFeatures});
this.tsmiModel.Name = "tsmiModel";
this.tsmiModel.Size = new System.Drawing.Size(71, 24);
this.tsmiModel.Text = "Model";
//
// tsmiEditModel
//
this.tsmiEditModel.Name = "tsmiEditModel";
this.tsmiEditModel.Size = new System.Drawing.Size(257, 26);
this.tsmiEditModel.Text = "Edit";
this.tsmiEditModel.Click += new System.EventHandler(this.tsmiEditModel_Click);
//
// tsmiEditCalculiXKeywords
//
this.tsmiEditCalculiXKeywords.Name = "tsmiEditCalculiXKeywords";
this.tsmiEditCalculiXKeywords.Size = new System.Drawing.Size(257, 26);
this.tsmiEditCalculiXKeywords.Text = "Edit CalculiX Keywords";
this.tsmiEditCalculiXKeywords.Click += new System.EventHandler(this.tsmiEditCalculiXKeywords_Click);
//
// tsmiToolsParts
//
this.tsmiToolsParts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFindEdgesByAngleForModelParts,
this.tsmiCreateBoundaryLayer,
this.tsmiRemeshElements,
this.tsmiThickenShellMesh,
this.tsmiSplitPartMeshUsingSurface,
this.tsmiUpdateNodalCoordinatesFromFile});
this.tsmiToolsParts.Name = "tsmiToolsParts";
this.tsmiToolsParts.Size = new System.Drawing.Size(257, 26);
this.tsmiToolsParts.Text = "Tools";
//
// tsmiFindEdgesByAngleForModelParts
//
this.tsmiFindEdgesByAngleForModelParts.Name = "tsmiFindEdgesByAngleForModelParts";
this.tsmiFindEdgesByAngleForModelParts.Size = new System.Drawing.Size(358, 26);
this.tsmiFindEdgesByAngleForModelParts.Text = "Find Model Edges By Angle";
this.tsmiFindEdgesByAngleForModelParts.Click += new System.EventHandler(this.tsmiFindEdgesByAngleForModelParts_Click);
//
// tsmiCreateBoundaryLayer
//
this.tsmiCreateBoundaryLayer.Name = "tsmiCreateBoundaryLayer";
this.tsmiCreateBoundaryLayer.Size = new System.Drawing.Size(358, 26);
this.tsmiCreateBoundaryLayer.Text = "Create Boundary Layer";
this.tsmiCreateBoundaryLayer.Click += new System.EventHandler(this.tsmiCreateBoundaryLayer_Click);
//
// tsmiRemeshElements
//
this.tsmiRemeshElements.Name = "tsmiRemeshElements";
this.tsmiRemeshElements.Size = new System.Drawing.Size(358, 26);
this.tsmiRemeshElements.Text = "Remesh Elements";
this.tsmiRemeshElements.Click += new System.EventHandler(this.tsmiRemeshElements_Click);
//
// tsmiThickenShellMesh
//
this.tsmiThickenShellMesh.Name = "tsmiThickenShellMesh";
this.tsmiThickenShellMesh.Size = new System.Drawing.Size(358, 26);
this.tsmiThickenShellMesh.Text = "Thicken Shell Mesh";
this.tsmiThickenShellMesh.Click += new System.EventHandler(this.tsmiThickenShellMesh_Click);
//
// tsmiSplitPartMeshUsingSurface
//
this.tsmiSplitPartMeshUsingSurface.Name = "tsmiSplitPartMeshUsingSurface";
this.tsmiSplitPartMeshUsingSurface.Size = new System.Drawing.Size(358, 26);
this.tsmiSplitPartMeshUsingSurface.Text = "Split Part Mesh Using Surface";
this.tsmiSplitPartMeshUsingSurface.Click += new System.EventHandler(this.tsmiSplitPartMeshUsingSurface_Click);
//
// tsmiUpdateNodalCoordinatesFromFile
//
this.tsmiUpdateNodalCoordinatesFromFile.Name = "tsmiUpdateNodalCoordinatesFromFile";
this.tsmiUpdateNodalCoordinatesFromFile.Size = new System.Drawing.Size(358, 26);
this.tsmiUpdateNodalCoordinatesFromFile.Text = "Update Nodal Coordinates From File";
this.tsmiUpdateNodalCoordinatesFromFile.Click += new System.EventHandler(this.tsmiUpdateNodalCoordinatesFromFile_Click);
//
// tsmiDividerModel1
//
this.tsmiDividerModel1.Name = "tsmiDividerModel1";
this.tsmiDividerModel1.Size = new System.Drawing.Size(254, 6);
//
// tsmiNode
//
this.tsmiNode.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiRenumberAllNodes,
this.tsmiMergeCoincidentNodes});
this.tsmiNode.Name = "tsmiNode";
this.tsmiNode.Size = new System.Drawing.Size(257, 26);
this.tsmiNode.Text = "Node";
//
// tsmiRenumberAllNodes
//
this.tsmiRenumberAllNodes.Name = "tsmiRenumberAllNodes";
this.tsmiRenumberAllNodes.Size = new System.Drawing.Size(276, 26);
this.tsmiRenumberAllNodes.Text = "Renumber All";
this.tsmiRenumberAllNodes.Click += new System.EventHandler(this.tsmiRenumberAllNodes_Click);
//
// tsmiMergeCoincidentNodes
//
this.tsmiMergeCoincidentNodes.Name = "tsmiMergeCoincidentNodes";
this.tsmiMergeCoincidentNodes.Size = new System.Drawing.Size(276, 26);
this.tsmiMergeCoincidentNodes.Text = "Merge Coincident Nodes";
this.tsmiMergeCoincidentNodes.Click += new System.EventHandler(this.tsmiMergeCoincidentNodes_Click);
//
// tsmiElement
//
this.tsmiElement.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiRenumberAllElements,
this.tsmiElementQuality});
this.tsmiElement.Name = "tsmiElement";
this.tsmiElement.Size = new System.Drawing.Size(257, 26);
this.tsmiElement.Text = "Element";
//
// tsmiRenumberAllElements
//
this.tsmiRenumberAllElements.Name = "tsmiRenumberAllElements";
this.tsmiRenumberAllElements.Size = new System.Drawing.Size(206, 26);
this.tsmiRenumberAllElements.Text = "Renumber All";
this.tsmiRenumberAllElements.Click += new System.EventHandler(this.tsmiRenumberAllElements_Click);
//
// tsmiElementQuality
//
this.tsmiElementQuality.Name = "tsmiElementQuality";
this.tsmiElementQuality.Size = new System.Drawing.Size(206, 26);
this.tsmiElementQuality.Text = "Element Quality";
this.tsmiElementQuality.Click += new System.EventHandler(this.tsmiElementQuality_Click);
//
// tsmiPart
//
this.tsmiPart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditModelPart,
this.tsmiTransformModelParts,
this.tsmiMergeModelParts,
this.tsmiDividerPart2,
this.tsmiHideModelParts,
this.tsmiShowModelParts,
this.tsmiShowOnlyModelParts,
this.tsmiDividerPart3,
this.tsmiSetColorForModelParts,
this.tsmiResetColorForModelParts,
this.tsmiSetTransparencyForModelParts,
this.tsmiDividerPart4,
this.tsmiDeleteModelParts});
this.tsmiPart.Image = global::CPSO.Properties.Resources.Part;
this.tsmiPart.Name = "tsmiPart";
this.tsmiPart.Size = new System.Drawing.Size(257, 26);
this.tsmiPart.Text = "Part";
//
// tsmiEditModelPart
//
this.tsmiEditModelPart.Name = "tsmiEditModelPart";
this.tsmiEditModelPart.Size = new System.Drawing.Size(217, 26);
this.tsmiEditModelPart.Text = "Edit";
this.tsmiEditModelPart.Click += new System.EventHandler(this.tsmiEditModelPart_Click);
//
// tsmiTransformModelParts
//
this.tsmiTransformModelParts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiTranslateModelParts,
this.tsmiScaleModelParts,
this.tsmiRotateModelParts});
this.tsmiTransformModelParts.Name = "tsmiTransformModelParts";
this.tsmiTransformModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiTransformModelParts.Text = "Transform";
//
// tsmiTranslateModelParts
//
this.tsmiTranslateModelParts.Name = "tsmiTranslateModelParts";
this.tsmiTranslateModelParts.Size = new System.Drawing.Size(158, 26);
this.tsmiTranslateModelParts.Text = "Translate";
this.tsmiTranslateModelParts.Click += new System.EventHandler(this.tsmiTranslateModelParts_Click);
//
// tsmiScaleModelParts
//
this.tsmiScaleModelParts.Name = "tsmiScaleModelParts";
this.tsmiScaleModelParts.Size = new System.Drawing.Size(158, 26);
this.tsmiScaleModelParts.Text = "Scale";
this.tsmiScaleModelParts.Click += new System.EventHandler(this.tsmiScaleModelParts_Click);
//
// tsmiRotateModelParts
//
this.tsmiRotateModelParts.Name = "tsmiRotateModelParts";
this.tsmiRotateModelParts.Size = new System.Drawing.Size(158, 26);
this.tsmiRotateModelParts.Text = "Rotate";
this.tsmiRotateModelParts.Click += new System.EventHandler(this.tsmiRotateModelParts_Click);
//
// tsmiMergeModelParts
//
this.tsmiMergeModelParts.Name = "tsmiMergeModelParts";
this.tsmiMergeModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiMergeModelParts.Text = "Merge";
this.tsmiMergeModelParts.Click += new System.EventHandler(this.tsmiMergeModelParts_Click);
//
// tsmiDividerPart2
//
this.tsmiDividerPart2.Name = "tsmiDividerPart2";
this.tsmiDividerPart2.Size = new System.Drawing.Size(214, 6);
//
// tsmiHideModelParts
//
this.tsmiHideModelParts.Image = ((System.Drawing.Image)(resources.GetObject("tsmiHideModelParts.Image")));
this.tsmiHideModelParts.Name = "tsmiHideModelParts";
this.tsmiHideModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiHideModelParts.Text = "Hide";
this.tsmiHideModelParts.Click += new System.EventHandler(this.tsmiHideModelParts_Click);
//
// tsmiShowModelParts
//
this.tsmiShowModelParts.Image = ((System.Drawing.Image)(resources.GetObject("tsmiShowModelParts.Image")));
this.tsmiShowModelParts.Name = "tsmiShowModelParts";
this.tsmiShowModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiShowModelParts.Text = "Show";
this.tsmiShowModelParts.Click += new System.EventHandler(this.tsmiShowModelParts_Click);
//
// tsmiShowOnlyModelParts
//
this.tsmiShowOnlyModelParts.Image = ((System.Drawing.Image)(resources.GetObject("tsmiShowOnlyModelParts.Image")));
this.tsmiShowOnlyModelParts.Name = "tsmiShowOnlyModelParts";
this.tsmiShowOnlyModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiShowOnlyModelParts.Text = "Show Only";
this.tsmiShowOnlyModelParts.Click += new System.EventHandler(this.tsmiShowOnlyModelParts_Click);
//
// tsmiDividerPart3
//
this.tsmiDividerPart3.Name = "tsmiDividerPart3";
this.tsmiDividerPart3.Size = new System.Drawing.Size(214, 6);
//
// tsmiSetColorForModelParts
//
this.tsmiSetColorForModelParts.Name = "tsmiSetColorForModelParts";
this.tsmiSetColorForModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiSetColorForModelParts.Text = "Set Color";
this.tsmiSetColorForModelParts.Click += new System.EventHandler(this.tsmiSetColorForModelParts_Click);
//
// tsmiResetColorForModelParts
//
this.tsmiResetColorForModelParts.Name = "tsmiResetColorForModelParts";
this.tsmiResetColorForModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiResetColorForModelParts.Text = "Reset Color";
this.tsmiResetColorForModelParts.Click += new System.EventHandler(this.tsmiResetColorForModelParts_Click);
//
// tsmiSetTransparencyForModelParts
//
this.tsmiSetTransparencyForModelParts.Name = "tsmiSetTransparencyForModelParts";
this.tsmiSetTransparencyForModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiSetTransparencyForModelParts.Text = "Set Transparency";
this.tsmiSetTransparencyForModelParts.Click += new System.EventHandler(this.tsmiSetTransparencyForModelParts_Click);
//
// tsmiDividerPart4
//
this.tsmiDividerPart4.Name = "tsmiDividerPart4";
this.tsmiDividerPart4.Size = new System.Drawing.Size(214, 6);
//
// tsmiDeleteModelParts
//
this.tsmiDeleteModelParts.Name = "tsmiDeleteModelParts";
this.tsmiDeleteModelParts.Size = new System.Drawing.Size(217, 26);
this.tsmiDeleteModelParts.Text = "Delete";
this.tsmiDeleteModelParts.Click += new System.EventHandler(this.tsmiDeleteModelParts_Click);
//
// tsmiNodeSet
//
this.tsmiNodeSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateNodeSet,
this.tsmiEditNodeSet,
this.tsmiDuplicateNodeSet,
this.tsmiDividerNodeSet1,
this.tsmiDeleteNodeSet});
this.tsmiNodeSet.Image = global::CPSO.Properties.Resources.Node_set;
this.tsmiNodeSet.Name = "tsmiNodeSet";
this.tsmiNodeSet.Size = new System.Drawing.Size(257, 26);
this.tsmiNodeSet.Text = "Node set";
//
// tsmiCreateNodeSet
//
this.tsmiCreateNodeSet.Name = "tsmiCreateNodeSet";
this.tsmiCreateNodeSet.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateNodeSet.Text = "Create";
this.tsmiCreateNodeSet.Click += new System.EventHandler(this.tsmiCreateNodeSet_Click);
//
// tsmiEditNodeSet
//
this.tsmiEditNodeSet.Name = "tsmiEditNodeSet";
this.tsmiEditNodeSet.Size = new System.Drawing.Size(161, 26);
this.tsmiEditNodeSet.Text = "Edit";
this.tsmiEditNodeSet.Click += new System.EventHandler(this.tsmiEditNodeSet_Click);
//
// tsmiDuplicateNodeSet
//
this.tsmiDuplicateNodeSet.Name = "tsmiDuplicateNodeSet";
this.tsmiDuplicateNodeSet.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateNodeSet.Text = "Duplicate";
this.tsmiDuplicateNodeSet.Click += new System.EventHandler(this.tsmiDuplicateNodeSet_Click);
//
// tsmiDividerNodeSet1
//
this.tsmiDividerNodeSet1.Name = "tsmiDividerNodeSet1";
this.tsmiDividerNodeSet1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteNodeSet
//
this.tsmiDeleteNodeSet.Name = "tsmiDeleteNodeSet";
this.tsmiDeleteNodeSet.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteNodeSet.Text = "Delete";
this.tsmiDeleteNodeSet.Click += new System.EventHandler(this.tsmiDeleteNodeSet_Click);
//
// tsmiElementSet
//
this.tsmiElementSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateElementSet,
this.tsmiEditElementSet,
this.tsmiDuplicateElementSet,
this.tsmiConvertElementSetsToMeshParts,
this.tsmiDividerElementSet1,
this.tsmiDeleteElementSet});
this.tsmiElementSet.Image = global::CPSO.Properties.Resources.Element_set;
this.tsmiElementSet.Name = "tsmiElementSet";
this.tsmiElementSet.Size = new System.Drawing.Size(257, 26);
this.tsmiElementSet.Text = "Element set";
//
// tsmiCreateElementSet
//
this.tsmiCreateElementSet.Name = "tsmiCreateElementSet";
this.tsmiCreateElementSet.Size = new System.Drawing.Size(203, 26);
this.tsmiCreateElementSet.Text = "Create";
this.tsmiCreateElementSet.Click += new System.EventHandler(this.tsmiCreateElementSet_Click);
//
// tsmiEditElementSet
//
this.tsmiEditElementSet.Name = "tsmiEditElementSet";
this.tsmiEditElementSet.Size = new System.Drawing.Size(203, 26);
this.tsmiEditElementSet.Text = "Edit";
this.tsmiEditElementSet.Click += new System.EventHandler(this.tsmiEditElementSet_Click);
//
// tsmiDuplicateElementSet
//
this.tsmiDuplicateElementSet.Name = "tsmiDuplicateElementSet";
this.tsmiDuplicateElementSet.Size = new System.Drawing.Size(203, 26);
this.tsmiDuplicateElementSet.Text = "Duplicate";
this.tsmiDuplicateElementSet.Click += new System.EventHandler(this.tsmiDuplicateElementSet_Click);
//
// tsmiConvertElementSetsToMeshParts
//
this.tsmiConvertElementSetsToMeshParts.Name = "tsmiConvertElementSetsToMeshParts";
this.tsmiConvertElementSetsToMeshParts.Size = new System.Drawing.Size(203, 26);
this.tsmiConvertElementSetsToMeshParts.Text = "Convert to Part";
this.tsmiConvertElementSetsToMeshParts.Click += new System.EventHandler(this.tsmiConvertElementSetsToMeshParts_Click);
//
// tsmiDividerElementSet1
//
this.tsmiDividerElementSet1.Name = "tsmiDividerElementSet1";
this.tsmiDividerElementSet1.Size = new System.Drawing.Size(200, 6);
//
// tsmiDeleteElementSet
//
this.tsmiDeleteElementSet.Name = "tsmiDeleteElementSet";
this.tsmiDeleteElementSet.Size = new System.Drawing.Size(203, 26);
this.tsmiDeleteElementSet.Text = "Delete";
this.tsmiDeleteElementSet.Click += new System.EventHandler(this.tsmiDeleteElementSet_Click);
//
// tsmiSurface
//
this.tsmiSurface.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateSurface,
this.tsmiEditSurface,
this.tsmiDuplicateSurface,
this.tsmiDividerSurface1,
this.tsmiDeleteSurface});
this.tsmiSurface.Image = global::CPSO.Properties.Resources.Surface;
this.tsmiSurface.Name = "tsmiSurface";
this.tsmiSurface.Size = new System.Drawing.Size(257, 26);
this.tsmiSurface.Text = "Surface";
//
// tsmiCreateSurface
//
this.tsmiCreateSurface.Name = "tsmiCreateSurface";
this.tsmiCreateSurface.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateSurface.Text = "Create";
this.tsmiCreateSurface.Click += new System.EventHandler(this.tsmiCreateSurface_Click);
//
// tsmiEditSurface
//
this.tsmiEditSurface.Name = "tsmiEditSurface";
this.tsmiEditSurface.Size = new System.Drawing.Size(161, 26);
this.tsmiEditSurface.Text = "Edit";
this.tsmiEditSurface.Click += new System.EventHandler(this.tsmiEditSurface_Click);
//
// tsmiDuplicateSurface
//
this.tsmiDuplicateSurface.Name = "tsmiDuplicateSurface";
this.tsmiDuplicateSurface.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateSurface.Text = "Duplicate";
this.tsmiDuplicateSurface.Click += new System.EventHandler(this.tsmiDuplicateSurface_Click);
//
// tsmiDividerSurface1
//
this.tsmiDividerSurface1.Name = "tsmiDividerSurface1";
this.tsmiDividerSurface1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteSurface
//
this.tsmiDeleteSurface.Name = "tsmiDeleteSurface";
this.tsmiDeleteSurface.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteSurface.Text = "Delete";
this.tsmiDeleteSurface.Click += new System.EventHandler(this.tsmiDeleteSurface_Click);
//
// tsmiModelFeatures
//
this.tsmiModelFeatures.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiModelReferencePointTool,
this.tsmiModelCoordinateSystem});
this.tsmiModelFeatures.Image = global::CPSO.Properties.Resources.Feature;
this.tsmiModelFeatures.Name = "tsmiModelFeatures";
this.tsmiModelFeatures.Size = new System.Drawing.Size(257, 26);
this.tsmiModelFeatures.Text = "Features";
//
// tsmiModelReferencePointTool
//
this.tsmiModelReferencePointTool.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateModelReferencePoint,
this.tsmiEditModelReferencePoint,
this.tsmiDuplicateModelReferencePoint,
this.tsmiModelRP1,
this.tsmiHideModelReferencePoint,
this.tsmiShowModelReferencePoint,
this.tsmiShowOnlyModelReferencePoint,
this.tsmiModelRP2,
this.tsmiDeleteModelReferencePoint});
this.tsmiModelReferencePointTool.Image = global::CPSO.Properties.Resources.Reference_point;
this.tsmiModelReferencePointTool.Name = "tsmiModelReferencePointTool";
this.tsmiModelReferencePointTool.Size = new System.Drawing.Size(231, 26);
this.tsmiModelReferencePointTool.Text = "Reference point";
//
// tsmiCreateModelReferencePoint
//
this.tsmiCreateModelReferencePoint.Name = "tsmiCreateModelReferencePoint";
this.tsmiCreateModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiCreateModelReferencePoint.Text = "Create";
this.tsmiCreateModelReferencePoint.Click += new System.EventHandler(this.tsmiCreateModelReferencePoint_Click);
//
// tsmiEditModelReferencePoint
//
this.tsmiEditModelReferencePoint.Name = "tsmiEditModelReferencePoint";
this.tsmiEditModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiEditModelReferencePoint.Text = "Edit";
this.tsmiEditModelReferencePoint.Click += new System.EventHandler(this.tsmiEditModelReferencePoint_Click);
//
// tsmiDuplicateModelReferencePoint
//
this.tsmiDuplicateModelReferencePoint.Name = "tsmiDuplicateModelReferencePoint";
this.tsmiDuplicateModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiDuplicateModelReferencePoint.Text = "Duplicate";
this.tsmiDuplicateModelReferencePoint.Click += new System.EventHandler(this.tsmiDuplicateModelReferencePoint_Click);
//
// tsmiModelRP1
//
this.tsmiModelRP1.Name = "tsmiModelRP1";
this.tsmiModelRP1.Size = new System.Drawing.Size(166, 6);
//
// tsmiHideModelReferencePoint
//
this.tsmiHideModelReferencePoint.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideModelReferencePoint.Name = "tsmiHideModelReferencePoint";
this.tsmiHideModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiHideModelReferencePoint.Text = "Hide";
this.tsmiHideModelReferencePoint.Click += new System.EventHandler(this.tsmiHideModelReferencePoint_Click);
//
// tsmiShowModelReferencePoint
//
this.tsmiShowModelReferencePoint.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowModelReferencePoint.Name = "tsmiShowModelReferencePoint";
this.tsmiShowModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiShowModelReferencePoint.Text = "Show";
this.tsmiShowModelReferencePoint.Click += new System.EventHandler(this.tsmiShowModelReferencePoint_Click);
//
// tsmiShowOnlyModelReferencePoint
//
this.tsmiShowOnlyModelReferencePoint.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowOnlyModelReferencePoint.Name = "tsmiShowOnlyModelReferencePoint";
this.tsmiShowOnlyModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiShowOnlyModelReferencePoint.Text = "Show Only";
this.tsmiShowOnlyModelReferencePoint.Click += new System.EventHandler(this.tsmiShowOnlyModelReferencePoint_Click);
//
// tsmiModelRP2
//
this.tsmiModelRP2.Name = "tsmiModelRP2";
this.tsmiModelRP2.Size = new System.Drawing.Size(166, 6);
//
// tsmiDeleteModelReferencePoint
//
this.tsmiDeleteModelReferencePoint.Name = "tsmiDeleteModelReferencePoint";
this.tsmiDeleteModelReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiDeleteModelReferencePoint.Text = "Delete";
this.tsmiDeleteModelReferencePoint.Click += new System.EventHandler(this.tsmiDeleteModelReferencePoint_Click);
//
// tsmiModelCoordinateSystem
//
this.tsmiModelCoordinateSystem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateModelCoordinateSystem,
this.tsmiEditModelCoordinateSystem,
this.tsmiDuplicateModelCoordinateSystem,
this.tsmiDividerModelCoordinateSystem1,
this.tsmiHideModelCoordinateSystem,
this.tsmiShowModelCoordinateSystem,
this.tsmiShowOnlyModelCoordinateSystem,
this.tsmiDividerModelCoordinateSystem2,
this.tsmiDeleteModelCoordinateSystem});
this.tsmiModelCoordinateSystem.Image = global::CPSO.Properties.Resources.CoordinateSystem;
this.tsmiModelCoordinateSystem.Name = "tsmiModelCoordinateSystem";
this.tsmiModelCoordinateSystem.Size = new System.Drawing.Size(231, 26);
this.tsmiModelCoordinateSystem.Text = "Coordinate System";
//
// tsmiCreateModelCoordinateSystem
//
this.tsmiCreateModelCoordinateSystem.Name = "tsmiCreateModelCoordinateSystem";
this.tsmiCreateModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiCreateModelCoordinateSystem.Text = "Create";
this.tsmiCreateModelCoordinateSystem.Click += new System.EventHandler(this.tsmiCreateModelCoordinateSystem_Click);
//
// tsmiEditModelCoordinateSystem
//
this.tsmiEditModelCoordinateSystem.Name = "tsmiEditModelCoordinateSystem";
this.tsmiEditModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiEditModelCoordinateSystem.Text = "Edit";
this.tsmiEditModelCoordinateSystem.Click += new System.EventHandler(this.tsmiEditModelCoordinateSystem_Click);
//
// tsmiDuplicateModelCoordinateSystem
//
this.tsmiDuplicateModelCoordinateSystem.Name = "tsmiDuplicateModelCoordinateSystem";
this.tsmiDuplicateModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiDuplicateModelCoordinateSystem.Text = "Duplicate";
this.tsmiDuplicateModelCoordinateSystem.Click += new System.EventHandler(this.tsmiDuplicateModelCoordinateSystem_Click);
//
// tsmiDividerModelCoordinateSystem1
//
this.tsmiDividerModelCoordinateSystem1.Name = "tsmiDividerModelCoordinateSystem1";
this.tsmiDividerModelCoordinateSystem1.Size = new System.Drawing.Size(166, 6);
//
// tsmiHideModelCoordinateSystem
//
this.tsmiHideModelCoordinateSystem.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideModelCoordinateSystem.Name = "tsmiHideModelCoordinateSystem";
this.tsmiHideModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiHideModelCoordinateSystem.Text = "Hide";
this.tsmiHideModelCoordinateSystem.Click += new System.EventHandler(this.tsmiHideModelCoordinateSystem_Click);
//
// tsmiShowModelCoordinateSystem
//
this.tsmiShowModelCoordinateSystem.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowModelCoordinateSystem.Name = "tsmiShowModelCoordinateSystem";
this.tsmiShowModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiShowModelCoordinateSystem.Text = "Show";
this.tsmiShowModelCoordinateSystem.Click += new System.EventHandler(this.tsmiShowModelCoordinateSystem_Click);
//
// tsmiShowOnlyModelCoordinateSystem
//
this.tsmiShowOnlyModelCoordinateSystem.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowOnlyModelCoordinateSystem.Name = "tsmiShowOnlyModelCoordinateSystem";
this.tsmiShowOnlyModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiShowOnlyModelCoordinateSystem.Text = "Show Only";
this.tsmiShowOnlyModelCoordinateSystem.Click += new System.EventHandler(this.tsmiShowOnlyModelCoordinateSystem_Click);
//
// tsmiDividerModelCoordinateSystem2
//
this.tsmiDividerModelCoordinateSystem2.Name = "tsmiDividerModelCoordinateSystem2";
this.tsmiDividerModelCoordinateSystem2.Size = new System.Drawing.Size(166, 6);
//
// tsmiDeleteModelCoordinateSystem
//
this.tsmiDeleteModelCoordinateSystem.Name = "tsmiDeleteModelCoordinateSystem";
this.tsmiDeleteModelCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiDeleteModelCoordinateSystem.Text = "Delete";
this.tsmiDeleteModelCoordinateSystem.Click += new System.EventHandler(this.tsmiDeleteModelCoordinateSystem_Click);
//
// tsmiProperty
//
this.tsmiProperty.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiMaterial,
this.tsmiMaterialLibrary,
this.tsmiSection});
this.tsmiProperty.Name = "tsmiProperty";
this.tsmiProperty.Size = new System.Drawing.Size(87, 24);
this.tsmiProperty.Text = "Property";
//
// tsmiMaterial
//
this.tsmiMaterial.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateMaterial,
this.tsmiEditMaterial,
this.tsmiDuplicateMaterial,
this.tsmiDividerMaterial1,
this.tsmiImportMaterial,
this.tsmiExportMaterial,
this.tsmiDividerMaterial2,
this.tsmiDeleteMaterial});
this.tsmiMaterial.Image = global::CPSO.Properties.Resources.Material;
this.tsmiMaterial.Name = "tsmiMaterial";
this.tsmiMaterial.Size = new System.Drawing.Size(206, 26);
this.tsmiMaterial.Text = "Material";
//
// tsmiCreateMaterial
//
this.tsmiCreateMaterial.Name = "tsmiCreateMaterial";
this.tsmiCreateMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiCreateMaterial.Text = "Create";
this.tsmiCreateMaterial.Click += new System.EventHandler(this.tsmiCreateMaterial_Click);
//
// tsmiEditMaterial
//
this.tsmiEditMaterial.Name = "tsmiEditMaterial";
this.tsmiEditMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiEditMaterial.Text = "Edit";
this.tsmiEditMaterial.Click += new System.EventHandler(this.tsmiEditMaterial_Click);
//
// tsmiDuplicateMaterial
//
this.tsmiDuplicateMaterial.Name = "tsmiDuplicateMaterial";
this.tsmiDuplicateMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiDuplicateMaterial.Text = "Duplicate";
this.tsmiDuplicateMaterial.Click += new System.EventHandler(this.tsmiDuplicateMaterial_Click);
//
// tsmiDividerMaterial1
//
this.tsmiDividerMaterial1.Name = "tsmiDividerMaterial1";
this.tsmiDividerMaterial1.Size = new System.Drawing.Size(209, 6);
//
// tsmiImportMaterial
//
this.tsmiImportMaterial.Name = "tsmiImportMaterial";
this.tsmiImportMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiImportMaterial.Text = "Import from .inp";
this.tsmiImportMaterial.Click += new System.EventHandler(this.tsmiImportMaterial_Click);
//
// tsmiExportMaterial
//
this.tsmiExportMaterial.Name = "tsmiExportMaterial";
this.tsmiExportMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiExportMaterial.Text = "Export to .inp";
this.tsmiExportMaterial.Click += new System.EventHandler(this.tsmiExportMaterial_Click);
//
// tsmiDividerMaterial2
//
this.tsmiDividerMaterial2.Name = "tsmiDividerMaterial2";
this.tsmiDividerMaterial2.Size = new System.Drawing.Size(209, 6);
//
// tsmiDeleteMaterial
//
this.tsmiDeleteMaterial.Name = "tsmiDeleteMaterial";
this.tsmiDeleteMaterial.Size = new System.Drawing.Size(212, 26);
this.tsmiDeleteMaterial.Text = "Delete";
this.tsmiDeleteMaterial.Click += new System.EventHandler(this.tsmiDeleteMaterial_Click);
//
// tsmiMaterialLibrary
//
this.tsmiMaterialLibrary.Image = global::CPSO.Properties.Resources.Library;
this.tsmiMaterialLibrary.Name = "tsmiMaterialLibrary";
this.tsmiMaterialLibrary.Size = new System.Drawing.Size(206, 26);
this.tsmiMaterialLibrary.Text = "Material Library";
this.tsmiMaterialLibrary.Click += new System.EventHandler(this.tsmiMaterialLibrary_Click);
//
// tsmiSection
//
this.tsmiSection.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateSection,
this.tsmiEditSection,
this.tsmiDuplicateSection,
this.tsmiDividerSection1,
this.tsmiDelete});
this.tsmiSection.Image = global::CPSO.Properties.Resources.Section;
this.tsmiSection.Name = "tsmiSection";
this.tsmiSection.Size = new System.Drawing.Size(206, 26);
this.tsmiSection.Text = "Section";
//
// tsmiCreateSection
//
this.tsmiCreateSection.Name = "tsmiCreateSection";
this.tsmiCreateSection.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateSection.Text = "Create";
this.tsmiCreateSection.Click += new System.EventHandler(this.tsmiCreateSection_Click);
//
// tsmiEditSection
//
this.tsmiEditSection.Name = "tsmiEditSection";
this.tsmiEditSection.Size = new System.Drawing.Size(161, 26);
this.tsmiEditSection.Text = "Edit";
this.tsmiEditSection.Click += new System.EventHandler(this.tsmiEditSection_Click);
//
// tsmiDuplicateSection
//
this.tsmiDuplicateSection.Name = "tsmiDuplicateSection";
this.tsmiDuplicateSection.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateSection.Text = "Duplicate";
this.tsmiDuplicateSection.Click += new System.EventHandler(this.tsmiDuplicateSection_Click);
//
// tsmiDividerSection1
//
this.tsmiDividerSection1.Name = "tsmiDividerSection1";
this.tsmiDividerSection1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDelete
//
this.tsmiDelete.Name = "tsmiDelete";
this.tsmiDelete.Size = new System.Drawing.Size(161, 26);
this.tsmiDelete.Text = "Delete";
this.tsmiDelete.Click += new System.EventHandler(this.tsmiDelete_Click);
//
// tsmiInteraction
//
this.tsmiInteraction.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiConstraint,
this.tsmiContact,
this.tsmiDividerInteraction1,
this.tsmiSearchContactPairs});
this.tsmiInteraction.Name = "tsmiInteraction";
this.tsmiInteraction.Size = new System.Drawing.Size(102, 24);
this.tsmiInteraction.Text = "Interaction";
//
// tsmiConstraint
//
this.tsmiConstraint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateConstraint,
this.tsmiEditConstraint,
this.tsmiDuplicateConstraint,
this.tsmiDividerConstraint1,
this.tsmiSwapMasterSlaveConstraint,
this.tsmiMergeByMasterSlaveConstraint,
this.tsmiDividerConstraint2,
this.tsmiHideConstraint,
this.tsmiShowConstraint,
this.tsmiDividerConstraint3,
this.tsmiDeleteConstraint});
this.tsmiConstraint.Image = global::CPSO.Properties.Resources.Constraints;
this.tsmiConstraint.Name = "tsmiConstraint";
this.tsmiConstraint.Size = new System.Drawing.Size(240, 26);
this.tsmiConstraint.Text = "Constraint";
//
// tsmiCreateConstraint
//
this.tsmiCreateConstraint.Name = "tsmiCreateConstraint";
this.tsmiCreateConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiCreateConstraint.Text = "Create";
this.tsmiCreateConstraint.Click += new System.EventHandler(this.tsmiCreateConstraint_Click);
//
// tsmiEditConstraint
//
this.tsmiEditConstraint.Name = "tsmiEditConstraint";
this.tsmiEditConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiEditConstraint.Text = "Edit";
this.tsmiEditConstraint.Click += new System.EventHandler(this.tsmiEditConstraint_Click);
//
// tsmiDuplicateConstraint
//
this.tsmiDuplicateConstraint.Name = "tsmiDuplicateConstraint";
this.tsmiDuplicateConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiDuplicateConstraint.Text = "Duplicate";
this.tsmiDuplicateConstraint.Click += new System.EventHandler(this.tsmiDuplicateConstraint_Click);
//
// tsmiDividerConstraint1
//
this.tsmiDividerConstraint1.Name = "tsmiDividerConstraint1";
this.tsmiDividerConstraint1.Size = new System.Drawing.Size(259, 6);
//
// tsmiSwapMasterSlaveConstraint
//
this.tsmiSwapMasterSlaveConstraint.Name = "tsmiSwapMasterSlaveConstraint";
this.tsmiSwapMasterSlaveConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiSwapMasterSlaveConstraint.Text = "Swap Master/Slave";
this.tsmiSwapMasterSlaveConstraint.Click += new System.EventHandler(this.tsmiSwapMasterSlaveConstraint_Click);
//
// tsmiMergeByMasterSlaveConstraint
//
this.tsmiMergeByMasterSlaveConstraint.Name = "tsmiMergeByMasterSlaveConstraint";
this.tsmiMergeByMasterSlaveConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiMergeByMasterSlaveConstraint.Text = "Merge by Master/Slave";
this.tsmiMergeByMasterSlaveConstraint.Click += new System.EventHandler(this.tsmiMergeByMasterSlaveConstraint_Click);
//
// tsmiDividerConstraint2
//
this.tsmiDividerConstraint2.Name = "tsmiDividerConstraint2";
this.tsmiDividerConstraint2.Size = new System.Drawing.Size(259, 6);
//
// tsmiHideConstraint
//
this.tsmiHideConstraint.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideConstraint.Name = "tsmiHideConstraint";
this.tsmiHideConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiHideConstraint.Text = "Hide";
this.tsmiHideConstraint.Click += new System.EventHandler(this.tsmiHideConstraint_Click);
//
// tsmiShowConstraint
//
this.tsmiShowConstraint.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowConstraint.Name = "tsmiShowConstraint";
this.tsmiShowConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiShowConstraint.Text = "Show";
this.tsmiShowConstraint.Click += new System.EventHandler(this.tsmiShowConstraint_Click);
//
// tsmiDividerConstraint3
//
this.tsmiDividerConstraint3.Name = "tsmiDividerConstraint3";
this.tsmiDividerConstraint3.Size = new System.Drawing.Size(259, 6);
//
// tsmiDeleteConstraint
//
this.tsmiDeleteConstraint.Name = "tsmiDeleteConstraint";
this.tsmiDeleteConstraint.Size = new System.Drawing.Size(262, 26);
this.tsmiDeleteConstraint.Text = "Delete";
this.tsmiDeleteConstraint.Click += new System.EventHandler(this.tsmiDeleteConstraint_Click);
//
// tsmiContact
//
this.tsmiContact.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiSurfaceInteraction,
this.contactPairToolStripMenuItem});
this.tsmiContact.Image = global::CPSO.Properties.Resources.Contact;
this.tsmiContact.Name = "tsmiContact";
this.tsmiContact.Size = new System.Drawing.Size(240, 26);
this.tsmiContact.Text = "Contact";
//
// tsmiSurfaceInteraction
//
this.tsmiSurfaceInteraction.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateSurfaceInteraction,
this.tsmiEditSurfaceInteraction,
this.tsmiDuplicateSurfaceInteraction,
this.tsmiDividerSurfaceInteraction1,
this.tsmiDeleteSurfaceInteraction});
this.tsmiSurfaceInteraction.Image = global::CPSO.Properties.Resources.SurfaceInteraction;
this.tsmiSurfaceInteraction.Name = "tsmiSurfaceInteraction";
this.tsmiSurfaceInteraction.Size = new System.Drawing.Size(229, 26);
this.tsmiSurfaceInteraction.Text = "Surface Interaction";
//
// tsmiCreateSurfaceInteraction
//
this.tsmiCreateSurfaceInteraction.Name = "tsmiCreateSurfaceInteraction";
this.tsmiCreateSurfaceInteraction.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateSurfaceInteraction.Text = "Create";
this.tsmiCreateSurfaceInteraction.Click += new System.EventHandler(this.tsmiCreateSurfaceInteraction_Click);
//
// tsmiEditSurfaceInteraction
//
this.tsmiEditSurfaceInteraction.Name = "tsmiEditSurfaceInteraction";
this.tsmiEditSurfaceInteraction.Size = new System.Drawing.Size(161, 26);
this.tsmiEditSurfaceInteraction.Text = "Edit";
this.tsmiEditSurfaceInteraction.Click += new System.EventHandler(this.tsmiEditSurfaceInteraction_Click);
//
// tsmiDuplicateSurfaceInteraction
//
this.tsmiDuplicateSurfaceInteraction.Name = "tsmiDuplicateSurfaceInteraction";
this.tsmiDuplicateSurfaceInteraction.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateSurfaceInteraction.Text = "Duplicate";
this.tsmiDuplicateSurfaceInteraction.Click += new System.EventHandler(this.tsmiDuplicateSurfaceInteraction_Click);
//
// tsmiDividerSurfaceInteraction1
//
this.tsmiDividerSurfaceInteraction1.Name = "tsmiDividerSurfaceInteraction1";
this.tsmiDividerSurfaceInteraction1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteSurfaceInteraction
//
this.tsmiDeleteSurfaceInteraction.Name = "tsmiDeleteSurfaceInteraction";
this.tsmiDeleteSurfaceInteraction.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteSurfaceInteraction.Text = "Delete";
this.tsmiDeleteSurfaceInteraction.Click += new System.EventHandler(this.tsmiDeleteSurfaceInteraction_Click);
//
// contactPairToolStripMenuItem
//
this.contactPairToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateContactPair,
this.tsmiEditContactPair,
this.tsmiDuplicateContactPair,
this.tsmiDividerContactPair1,
this.tsmiSwapMasterSlaveContactPair,
this.tsmiMergeByMasterSlaveContactPair,
this.tsmiDividerContactPair2,
this.tsmiHideContactPair,
this.tsmiShowContactPair,
this.tsmiDividerContactPair3,
this.tsmiDeleteContactPair});
this.contactPairToolStripMenuItem.Image = global::CPSO.Properties.Resources.ContactPair;
this.contactPairToolStripMenuItem.Name = "contactPairToolStripMenuItem";
this.contactPairToolStripMenuItem.Size = new System.Drawing.Size(229, 26);
this.contactPairToolStripMenuItem.Text = "Contact Pair";
//
// tsmiCreateContactPair
//
this.tsmiCreateContactPair.Name = "tsmiCreateContactPair";
this.tsmiCreateContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiCreateContactPair.Text = "Create";
this.tsmiCreateContactPair.Click += new System.EventHandler(this.tsmiCreateContactPair_Click);
//
// tsmiEditContactPair
//
this.tsmiEditContactPair.Name = "tsmiEditContactPair";
this.tsmiEditContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiEditContactPair.Text = "Edit";
this.tsmiEditContactPair.Click += new System.EventHandler(this.tsmiEditContactPair_Click);
//
// tsmiDuplicateContactPair
//
this.tsmiDuplicateContactPair.Name = "tsmiDuplicateContactPair";
this.tsmiDuplicateContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiDuplicateContactPair.Text = "Duplicate";
this.tsmiDuplicateContactPair.Click += new System.EventHandler(this.tsmiDuplicateContactPair_Click);
//
// tsmiDividerContactPair1
//
this.tsmiDividerContactPair1.Name = "tsmiDividerContactPair1";
this.tsmiDividerContactPair1.Size = new System.Drawing.Size(259, 6);
//
// tsmiSwapMasterSlaveContactPair
//
this.tsmiSwapMasterSlaveContactPair.Name = "tsmiSwapMasterSlaveContactPair";
this.tsmiSwapMasterSlaveContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiSwapMasterSlaveContactPair.Text = "Swap Master/Slave";
this.tsmiSwapMasterSlaveContactPair.Click += new System.EventHandler(this.tsmiSwapMasterSlaveContactPair_Click);
//
// tsmiMergeByMasterSlaveContactPair
//
this.tsmiMergeByMasterSlaveContactPair.Name = "tsmiMergeByMasterSlaveContactPair";
this.tsmiMergeByMasterSlaveContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiMergeByMasterSlaveContactPair.Text = "Merge by Master/Slave";
this.tsmiMergeByMasterSlaveContactPair.Click += new System.EventHandler(this.tsmiMergeByMasterSlaveContactPair_Click);
//
// tsmiDividerContactPair2
//
this.tsmiDividerContactPair2.Name = "tsmiDividerContactPair2";
this.tsmiDividerContactPair2.Size = new System.Drawing.Size(259, 6);
//
// tsmiHideContactPair
//
this.tsmiHideContactPair.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideContactPair.Name = "tsmiHideContactPair";
this.tsmiHideContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiHideContactPair.Text = "Hide";
this.tsmiHideContactPair.Click += new System.EventHandler(this.tsmiHideContactPair_Click);
//
// tsmiShowContactPair
//
this.tsmiShowContactPair.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowContactPair.Name = "tsmiShowContactPair";
this.tsmiShowContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiShowContactPair.Text = "Show";
this.tsmiShowContactPair.Click += new System.EventHandler(this.tsmiShowContactPair_Click);
//
// tsmiDividerContactPair3
//
this.tsmiDividerContactPair3.Name = "tsmiDividerContactPair3";
this.tsmiDividerContactPair3.Size = new System.Drawing.Size(259, 6);
//
// tsmiDeleteContactPair
//
this.tsmiDeleteContactPair.Name = "tsmiDeleteContactPair";
this.tsmiDeleteContactPair.Size = new System.Drawing.Size(262, 26);
this.tsmiDeleteContactPair.Text = "Delete";
this.tsmiDeleteContactPair.Click += new System.EventHandler(this.tsmiDeleteContactPair_Click);
//
// tsmiDividerInteraction1
//
this.tsmiDividerInteraction1.Name = "tsmiDividerInteraction1";
this.tsmiDividerInteraction1.Size = new System.Drawing.Size(237, 6);
//
// tsmiSearchContactPairs
//
this.tsmiSearchContactPairs.Name = "tsmiSearchContactPairs";
this.tsmiSearchContactPairs.Size = new System.Drawing.Size(240, 26);
this.tsmiSearchContactPairs.Text = "Search Contact Pairs";
this.tsmiSearchContactPairs.Click += new System.EventHandler(this.tsmiSearchContactPairs_Click);
//
// tsmiDistribution
//
this.tsmiDistribution.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateDistribution,
this.tsmiEditDistribution,
this.tsmiDuplicateDistribution,
this.tsmiDividerDistribution1,
this.tsmiDeleteDistribution});
this.tsmiDistribution.Name = "tsmiDistribution";
this.tsmiDistribution.Size = new System.Drawing.Size(109, 24);
this.tsmiDistribution.Text = "Distribution";
//
// tsmiCreateDistribution
//
this.tsmiCreateDistribution.Name = "tsmiCreateDistribution";
this.tsmiCreateDistribution.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateDistribution.Text = "Create";
this.tsmiCreateDistribution.Click += new System.EventHandler(this.tsmiCreateDistribution_Click);
//
// tsmiEditDistribution
//
this.tsmiEditDistribution.Name = "tsmiEditDistribution";
this.tsmiEditDistribution.Size = new System.Drawing.Size(161, 26);
this.tsmiEditDistribution.Text = "Edit";
this.tsmiEditDistribution.Click += new System.EventHandler(this.tsmiEditDistribution_Click);
//
// tsmiDuplicateDistribution
//
this.tsmiDuplicateDistribution.Name = "tsmiDuplicateDistribution";
this.tsmiDuplicateDistribution.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateDistribution.Text = "Duplicate";
this.tsmiDuplicateDistribution.Click += new System.EventHandler(this.tsmiDuplicateDistribution_Click);
//
// tsmiDividerDistribution1
//
this.tsmiDividerDistribution1.Name = "tsmiDividerDistribution1";
this.tsmiDividerDistribution1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteDistribution
//
this.tsmiDeleteDistribution.Name = "tsmiDeleteDistribution";
this.tsmiDeleteDistribution.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteDistribution.Text = "Delete";
this.tsmiDeleteDistribution.Click += new System.EventHandler(this.tsmiDeleteDistribution_Click);
//
// tsmiAmplitude
//
this.tsmiAmplitude.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateAmplitude,
this.tsmiEditAmplitude,
this.tsmiDuplicateAmplitude,
this.tsmiDividerAmplitude1,
this.tsmiDeleteAmplitude});
this.tsmiAmplitude.Name = "tsmiAmplitude";
this.tsmiAmplitude.Size = new System.Drawing.Size(100, 24);
this.tsmiAmplitude.Text = "Amplitude";
//
// tsmiCreateAmplitude
//
this.tsmiCreateAmplitude.Name = "tsmiCreateAmplitude";
this.tsmiCreateAmplitude.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateAmplitude.Text = "Create";
this.tsmiCreateAmplitude.Click += new System.EventHandler(this.tsmiCreateAmplitude_Click);
//
// tsmiEditAmplitude
//
this.tsmiEditAmplitude.Name = "tsmiEditAmplitude";
this.tsmiEditAmplitude.Size = new System.Drawing.Size(161, 26);
this.tsmiEditAmplitude.Text = "Edit";
this.tsmiEditAmplitude.Click += new System.EventHandler(this.tsmiEditAmplitude_Click);
//
// tsmiDuplicateAmplitude
//
this.tsmiDuplicateAmplitude.Name = "tsmiDuplicateAmplitude";
this.tsmiDuplicateAmplitude.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateAmplitude.Text = "Duplicate";
this.tsmiDuplicateAmplitude.Click += new System.EventHandler(this.tsmiDuplicateAmplitude_Click);
//
// tsmiDividerAmplitude1
//
this.tsmiDividerAmplitude1.Name = "tsmiDividerAmplitude1";
this.tsmiDividerAmplitude1.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteAmplitude
//
this.tsmiDeleteAmplitude.Name = "tsmiDeleteAmplitude";
this.tsmiDeleteAmplitude.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteAmplitude.Text = "Delete";
this.tsmiDeleteAmplitude.Click += new System.EventHandler(this.tsmiDeleteAmplitude_Click);
//
// tsmiInitialCondition
//
this.tsmiInitialCondition.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateInitialCondition,
this.tsmiEditInitialCondition,
this.tsmiDuplicateInitialCondition,
this.tsmiPreviewInitialCondition,
this.tsmiDividerInitialCondition1,
this.tsmiHideInitialCondition,
this.tsmiShowInitialCondition,
this.tsmiDividerInitialCondition2,
this.tsmiDeleteInitialCondition});
this.tsmiInitialCondition.Name = "tsmiInitialCondition";
this.tsmiInitialCondition.Size = new System.Drawing.Size(138, 24);
this.tsmiInitialCondition.Text = "Initial Condition";
//
// tsmiCreateInitialCondition
//
this.tsmiCreateInitialCondition.Name = "tsmiCreateInitialCondition";
this.tsmiCreateInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiCreateInitialCondition.Text = "Create";
this.tsmiCreateInitialCondition.Click += new System.EventHandler(this.tsmiCreateInitialCondition_Click);
//
// tsmiEditInitialCondition
//
this.tsmiEditInitialCondition.Name = "tsmiEditInitialCondition";
this.tsmiEditInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiEditInitialCondition.Text = "Edit";
this.tsmiEditInitialCondition.Click += new System.EventHandler(this.tsmiEditInitialCondition_Click);
//
// tsmiDuplicateInitialCondition
//
this.tsmiDuplicateInitialCondition.Name = "tsmiDuplicateInitialCondition";
this.tsmiDuplicateInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiDuplicateInitialCondition.Text = "Duplicate";
this.tsmiDuplicateInitialCondition.Click += new System.EventHandler(this.tsmiDuplicateInitialCondition_Click);
//
// tsmiPreviewInitialCondition
//
this.tsmiPreviewInitialCondition.Image = global::CPSO.Properties.Resources.Preview_initial_condition;
this.tsmiPreviewInitialCondition.Name = "tsmiPreviewInitialCondition";
this.tsmiPreviewInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiPreviewInitialCondition.Text = "Preview";
this.tsmiPreviewInitialCondition.Click += new System.EventHandler(this.tsmiPreviewInitialCondition_Click);
//
// tsmiDividerInitialCondition1
//
this.tsmiDividerInitialCondition1.Name = "tsmiDividerInitialCondition1";
this.tsmiDividerInitialCondition1.Size = new System.Drawing.Size(158, 6);
//
// tsmiHideInitialCondition
//
this.tsmiHideInitialCondition.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideInitialCondition.Name = "tsmiHideInitialCondition";
this.tsmiHideInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiHideInitialCondition.Text = "Hide";
this.tsmiHideInitialCondition.Click += new System.EventHandler(this.tsmiHideInitialCondition_Click);
//
// tsmiShowInitialCondition
//
this.tsmiShowInitialCondition.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowInitialCondition.Name = "tsmiShowInitialCondition";
this.tsmiShowInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiShowInitialCondition.Text = "Show";
this.tsmiShowInitialCondition.Click += new System.EventHandler(this.tsmiShowInitialCondition_Click);
//
// tsmiDividerInitialCondition2
//
this.tsmiDividerInitialCondition2.Name = "tsmiDividerInitialCondition2";
this.tsmiDividerInitialCondition2.Size = new System.Drawing.Size(158, 6);
//
// tsmiDeleteInitialCondition
//
this.tsmiDeleteInitialCondition.Name = "tsmiDeleteInitialCondition";
this.tsmiDeleteInitialCondition.Size = new System.Drawing.Size(161, 26);
this.tsmiDeleteInitialCondition.Text = "Delete";
this.tsmiDeleteInitialCondition.Click += new System.EventHandler(this.tsmiDeleteInitialCondition_Click);
//
// tsmiStepMenu
//
this.tsmiStepMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiStep,
this.tsmiDividerStep1,
this.tsmiHistoryOutput,
this.tsmiFieldOutput,
this.tsmiBC,
this.tsmiLoad,
this.tsmiDefinedField});
this.tsmiStepMenu.Name = "tsmiStepMenu";
this.tsmiStepMenu.Size = new System.Drawing.Size(57, 24);
this.tsmiStepMenu.Text = "Step";
//
// tsmiStep
//
this.tsmiStep.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateStep,
this.tsmiEditStep,
this.tsmiEditStepControls,
this.tsmiDuplicateStep,
this.tsmiDividerStep2,
this.tsmiDeleteStep});
this.tsmiStep.Image = global::CPSO.Properties.Resources.Step;
this.tsmiStep.Name = "tsmiStep";
this.tsmiStep.Size = new System.Drawing.Size(201, 26);
this.tsmiStep.Text = "Step";
//
// tsmiCreateStep
//
this.tsmiCreateStep.Name = "tsmiCreateStep";
this.tsmiCreateStep.Size = new System.Drawing.Size(186, 26);
this.tsmiCreateStep.Text = "Create";
this.tsmiCreateStep.Click += new System.EventHandler(this.tsmiCreateStep_Click);
//
// tsmiEditStep
//
this.tsmiEditStep.Name = "tsmiEditStep";
this.tsmiEditStep.Size = new System.Drawing.Size(186, 26);
this.tsmiEditStep.Text = "Edit";
this.tsmiEditStep.Click += new System.EventHandler(this.tsmiEditStep_Click);
//
// tsmiEditStepControls
//
this.tsmiEditStepControls.Name = "tsmiEditStepControls";
this.tsmiEditStepControls.Size = new System.Drawing.Size(186, 26);
this.tsmiEditStepControls.Text = "Edit Controls";
this.tsmiEditStepControls.Click += new System.EventHandler(this.tsmiEditStepControls_Click);
//
// tsmiDuplicateStep
//
this.tsmiDuplicateStep.Name = "tsmiDuplicateStep";
this.tsmiDuplicateStep.Size = new System.Drawing.Size(186, 26);
this.tsmiDuplicateStep.Text = "Duplicate";
this.tsmiDuplicateStep.Click += new System.EventHandler(this.tsmiDuplicateStep_Click);
//
// tsmiDividerStep2
//
this.tsmiDividerStep2.Name = "tsmiDividerStep2";
this.tsmiDividerStep2.Size = new System.Drawing.Size(183, 6);
//
// tsmiDeleteStep
//
this.tsmiDeleteStep.Name = "tsmiDeleteStep";
this.tsmiDeleteStep.Size = new System.Drawing.Size(186, 26);
this.tsmiDeleteStep.Text = "Delete";
this.tsmiDeleteStep.Click += new System.EventHandler(this.tsmiDeleteStep_Click);
//
// tsmiDividerStep1
//
this.tsmiDividerStep1.Name = "tsmiDividerStep1";
this.tsmiDividerStep1.Size = new System.Drawing.Size(198, 6);
//
// tsmiHistoryOutput
//
this.tsmiHistoryOutput.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateHistoryOutput,
this.tsmiEditHistoryOutput,
this.tsmiDuplicateHistoryOutput,
this.tsmiPropagateHistoryOutput,
this.tsmiHistoryOutputDivider1,
this.tsmiDeleteHistoryOutput});
this.tsmiHistoryOutput.Image = global::CPSO.Properties.Resources.History_output;
this.tsmiHistoryOutput.Name = "tsmiHistoryOutput";
this.tsmiHistoryOutput.Size = new System.Drawing.Size(201, 26);
this.tsmiHistoryOutput.Text = "History Output";
//
// tsmiCreateHistoryOutput
//
this.tsmiCreateHistoryOutput.Name = "tsmiCreateHistoryOutput";
this.tsmiCreateHistoryOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiCreateHistoryOutput.Text = "Create";
this.tsmiCreateHistoryOutput.Click += new System.EventHandler(this.tsmiCreateHistoryOutput_Click);
//
// tsmiEditHistoryOutput
//
this.tsmiEditHistoryOutput.Name = "tsmiEditHistoryOutput";
this.tsmiEditHistoryOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiEditHistoryOutput.Text = "Edit";
this.tsmiEditHistoryOutput.Click += new System.EventHandler(this.tsmiEditHistoryOutput_Click);
//
// tsmiDuplicateHistoryOutput
//
this.tsmiDuplicateHistoryOutput.Name = "tsmiDuplicateHistoryOutput";
this.tsmiDuplicateHistoryOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiDuplicateHistoryOutput.Text = "Duplicate";
this.tsmiDuplicateHistoryOutput.Click += new System.EventHandler(this.tsmiDuplicateHistoryOutput_Click);
//
// tsmiPropagateHistoryOutput
//
this.tsmiPropagateHistoryOutput.Image = global::CPSO.Properties.Resources.Propagate;
this.tsmiPropagateHistoryOutput.Name = "tsmiPropagateHistoryOutput";
this.tsmiPropagateHistoryOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiPropagateHistoryOutput.Text = "Propagate";
this.tsmiPropagateHistoryOutput.Click += new System.EventHandler(this.tsmiPropagateHistoryOutput_Click);
//
// tsmiHistoryOutputDivider1
//
this.tsmiHistoryOutputDivider1.Name = "tsmiHistoryOutputDivider1";
this.tsmiHistoryOutputDivider1.Size = new System.Drawing.Size(165, 6);
//
// tsmiDeleteHistoryOutput
//
this.tsmiDeleteHistoryOutput.Name = "tsmiDeleteHistoryOutput";
this.tsmiDeleteHistoryOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiDeleteHistoryOutput.Text = "Delete";
this.tsmiDeleteHistoryOutput.Click += new System.EventHandler(this.tsmiDeleteHistoryOutput_Click);
//
// tsmiFieldOutput
//
this.tsmiFieldOutput.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateFieldOutput,
this.tsmiEditFieldOutput,
this.tsmiDuplicateFieldOutput,
this.tsmiPropagateFieldOutput,
this.tsmiDividerFieldOutput1,
this.tsmiDeleteFieldOutput});
this.tsmiFieldOutput.Image = global::CPSO.Properties.Resources.Field_output;
this.tsmiFieldOutput.Name = "tsmiFieldOutput";
this.tsmiFieldOutput.Size = new System.Drawing.Size(201, 26);
this.tsmiFieldOutput.Text = "Field Output";
//
// tsmiCreateFieldOutput
//
this.tsmiCreateFieldOutput.Name = "tsmiCreateFieldOutput";
this.tsmiCreateFieldOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiCreateFieldOutput.Text = "Create";
this.tsmiCreateFieldOutput.Click += new System.EventHandler(this.tsmiCreateFieldOutput_Click);
//
// tsmiEditFieldOutput
//
this.tsmiEditFieldOutput.Name = "tsmiEditFieldOutput";
this.tsmiEditFieldOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiEditFieldOutput.Text = "Edit";
this.tsmiEditFieldOutput.Click += new System.EventHandler(this.tsmiEditFieldOutput_Click);
//
// tsmiDuplicateFieldOutput
//
this.tsmiDuplicateFieldOutput.Name = "tsmiDuplicateFieldOutput";
this.tsmiDuplicateFieldOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiDuplicateFieldOutput.Text = "Duplicate";
this.tsmiDuplicateFieldOutput.Click += new System.EventHandler(this.tsmiDuplicateFieldOutput_Click);
//
// tsmiPropagateFieldOutput
//
this.tsmiPropagateFieldOutput.Image = global::CPSO.Properties.Resources.Propagate;
this.tsmiPropagateFieldOutput.Name = "tsmiPropagateFieldOutput";
this.tsmiPropagateFieldOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiPropagateFieldOutput.Text = "Propagate";
this.tsmiPropagateFieldOutput.Click += new System.EventHandler(this.tsmiPropagateFieldOutput_Click);
//
// tsmiDividerFieldOutput1
//
this.tsmiDividerFieldOutput1.Name = "tsmiDividerFieldOutput1";
this.tsmiDividerFieldOutput1.Size = new System.Drawing.Size(165, 6);
//
// tsmiDeleteFieldOutput
//
this.tsmiDeleteFieldOutput.Name = "tsmiDeleteFieldOutput";
this.tsmiDeleteFieldOutput.Size = new System.Drawing.Size(168, 26);
this.tsmiDeleteFieldOutput.Text = "Delete";
this.tsmiDeleteFieldOutput.Click += new System.EventHandler(this.tsmiDeleteFieldOutput_Click);
//
// tsmiBC
//
this.tsmiBC.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateBC,
this.tsmiEditBC,
this.tsmiDuplicateBC,
this.tsmiPropagateBC,
this.tsmiPreviewBC,
this.tsmiDividerBC1,
this.tsmiHideBC,
this.tsmiShowBC,
this.tsmiDividerBC2,
this.tsmiDeleteBC});
this.tsmiBC.Image = global::CPSO.Properties.Resources.Bc;
this.tsmiBC.Name = "tsmiBC";
this.tsmiBC.Size = new System.Drawing.Size(201, 26);
this.tsmiBC.Text = "BC";
//
// tsmiCreateBC
//
this.tsmiCreateBC.Name = "tsmiCreateBC";
this.tsmiCreateBC.Size = new System.Drawing.Size(168, 26);
this.tsmiCreateBC.Text = "Create";
this.tsmiCreateBC.Click += new System.EventHandler(this.tsmiCreateBC_Click);
//
// tsmiEditBC
//
this.tsmiEditBC.Name = "tsmiEditBC";
this.tsmiEditBC.Size = new System.Drawing.Size(168, 26);
this.tsmiEditBC.Text = "Edit";
this.tsmiEditBC.Click += new System.EventHandler(this.tsmiEditBC_Click);
//
// tsmiDuplicateBC
//
this.tsmiDuplicateBC.Name = "tsmiDuplicateBC";
this.tsmiDuplicateBC.Size = new System.Drawing.Size(168, 26);
this.tsmiDuplicateBC.Text = "Duplicate";
this.tsmiDuplicateBC.Click += new System.EventHandler(this.tsmiDuplicateBC_Click);
//
// tsmiPropagateBC
//
this.tsmiPropagateBC.Image = global::CPSO.Properties.Resources.Propagate;
this.tsmiPropagateBC.Name = "tsmiPropagateBC";
this.tsmiPropagateBC.Size = new System.Drawing.Size(168, 26);
this.tsmiPropagateBC.Text = "Propagate";
this.tsmiPropagateBC.Click += new System.EventHandler(this.tsmiPropagateBC_Click);
//
// tsmiPreviewBC
//
this.tsmiPreviewBC.Image = global::CPSO.Properties.Resources.Preview_boundary_condition;
this.tsmiPreviewBC.Name = "tsmiPreviewBC";
this.tsmiPreviewBC.Size = new System.Drawing.Size(168, 26);
this.tsmiPreviewBC.Text = "Preview";
this.tsmiPreviewBC.Click += new System.EventHandler(this.tsmiPreviewBC_Click);
//
// tsmiDividerBC1
//
this.tsmiDividerBC1.Name = "tsmiDividerBC1";
this.tsmiDividerBC1.Size = new System.Drawing.Size(165, 6);
//
// tsmiHideBC
//
this.tsmiHideBC.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideBC.Name = "tsmiHideBC";
this.tsmiHideBC.Size = new System.Drawing.Size(168, 26);
this.tsmiHideBC.Text = "Hide";
this.tsmiHideBC.Click += new System.EventHandler(this.tsmiHideBC_Click);
//
// tsmiShowBC
//
this.tsmiShowBC.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowBC.Name = "tsmiShowBC";
this.tsmiShowBC.Size = new System.Drawing.Size(168, 26);
this.tsmiShowBC.Text = "Show";
this.tsmiShowBC.Click += new System.EventHandler(this.tsmiShowBC_Click);
//
// tsmiDividerBC2
//
this.tsmiDividerBC2.Name = "tsmiDividerBC2";
this.tsmiDividerBC2.Size = new System.Drawing.Size(165, 6);
//
// tsmiDeleteBC
//
this.tsmiDeleteBC.Name = "tsmiDeleteBC";
this.tsmiDeleteBC.Size = new System.Drawing.Size(168, 26);
this.tsmiDeleteBC.Text = "Delete";
this.tsmiDeleteBC.Click += new System.EventHandler(this.tsmiDeleteBC_Click);
//
// tsmiLoad
//
this.tsmiLoad.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateLoad,
this.tsmiEditLoad,
this.tsmiDuplicateLoad,
this.tsmiPropagateLoad,
this.tsmiPreviewLoad,
this.tsmiDividerLoad1,
this.tsmiHideLoad,
this.tsmiShowLoad,
this.tsmiDividerLoad2,
this.tsmiDeleteLoad});
this.tsmiLoad.Image = global::CPSO.Properties.Resources.Load;
this.tsmiLoad.Name = "tsmiLoad";
this.tsmiLoad.Size = new System.Drawing.Size(201, 26);
this.tsmiLoad.Text = "Load";
//
// tsmiCreateLoad
//
this.tsmiCreateLoad.Name = "tsmiCreateLoad";
this.tsmiCreateLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiCreateLoad.Text = "Create";
this.tsmiCreateLoad.Click += new System.EventHandler(this.tsmiCreateLoad_Click);
//
// tsmiEditLoad
//
this.tsmiEditLoad.Name = "tsmiEditLoad";
this.tsmiEditLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiEditLoad.Text = "Edit";
this.tsmiEditLoad.Click += new System.EventHandler(this.tsmiEditLoad_Click);
//
// tsmiDuplicateLoad
//
this.tsmiDuplicateLoad.Name = "tsmiDuplicateLoad";
this.tsmiDuplicateLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiDuplicateLoad.Text = "Duplicate";
this.tsmiDuplicateLoad.Click += new System.EventHandler(this.tsmiDuplicateLoad_Click);
//
// tsmiPropagateLoad
//
this.tsmiPropagateLoad.Image = global::CPSO.Properties.Resources.Propagate;
this.tsmiPropagateLoad.Name = "tsmiPropagateLoad";
this.tsmiPropagateLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiPropagateLoad.Text = "Propagate";
this.tsmiPropagateLoad.Click += new System.EventHandler(this.tsmiPropagateLoad_Click);
//
// tsmiPreviewLoad
//
this.tsmiPreviewLoad.Image = global::CPSO.Properties.Resources.Preview_load;
this.tsmiPreviewLoad.Name = "tsmiPreviewLoad";
this.tsmiPreviewLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiPreviewLoad.Text = "Preview";
this.tsmiPreviewLoad.Click += new System.EventHandler(this.tsmiPreviewLoad_Click);
//
// tsmiDividerLoad1
//
this.tsmiDividerLoad1.Name = "tsmiDividerLoad1";
this.tsmiDividerLoad1.Size = new System.Drawing.Size(165, 6);
//
// tsmiHideLoad
//
this.tsmiHideLoad.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideLoad.Name = "tsmiHideLoad";
this.tsmiHideLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiHideLoad.Text = "Hide";
this.tsmiHideLoad.Click += new System.EventHandler(this.tsmiHideLoad_Click);
//
// tsmiShowLoad
//
this.tsmiShowLoad.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowLoad.Name = "tsmiShowLoad";
this.tsmiShowLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiShowLoad.Text = "Show";
this.tsmiShowLoad.Click += new System.EventHandler(this.tsmiShowLoad_Click);
//
// tsmiDividerLoad2
//
this.tsmiDividerLoad2.Name = "tsmiDividerLoad2";
this.tsmiDividerLoad2.Size = new System.Drawing.Size(165, 6);
//
// tsmiDeleteLoad
//
this.tsmiDeleteLoad.Name = "tsmiDeleteLoad";
this.tsmiDeleteLoad.Size = new System.Drawing.Size(168, 26);
this.tsmiDeleteLoad.Text = "Delete";
this.tsmiDeleteLoad.Click += new System.EventHandler(this.tsmiDeleteLoad_Click);
//
// tsmiDefinedField
//
this.tsmiDefinedField.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateDefinedField,
this.tsmiEditDefinedField,
this.tsmiDuplicateDefinedField,
this.tsmiPropagateDefinedField,
this.tsmiPreviewDefinedField,
this.tsmiDividerDefinedField1,
this.tsmiHideDefinedField,
this.tsmiShowDefinedField,
this.tsmiDividerDefinedField2,
this.tsmiDeleteDefinedField});
this.tsmiDefinedField.Image = global::CPSO.Properties.Resources.Defined_field;
this.tsmiDefinedField.Name = "tsmiDefinedField";
this.tsmiDefinedField.Size = new System.Drawing.Size(201, 26);
this.tsmiDefinedField.Text = "Defined Field";
//
// tsmiCreateDefinedField
//
this.tsmiCreateDefinedField.Name = "tsmiCreateDefinedField";
this.tsmiCreateDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiCreateDefinedField.Text = "Create";
this.tsmiCreateDefinedField.Click += new System.EventHandler(this.tsmiCreateDefinedField_Click);
//
// tsmiEditDefinedField
//
this.tsmiEditDefinedField.Name = "tsmiEditDefinedField";
this.tsmiEditDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiEditDefinedField.Text = "Edit";
this.tsmiEditDefinedField.Click += new System.EventHandler(this.tsmiEditDefinedField_Click);
//
// tsmiDuplicateDefinedField
//
this.tsmiDuplicateDefinedField.Name = "tsmiDuplicateDefinedField";
this.tsmiDuplicateDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiDuplicateDefinedField.Text = "Duplicate";
this.tsmiDuplicateDefinedField.Click += new System.EventHandler(this.tsmiDuplicateDefinedField_Click);
//
// tsmiPropagateDefinedField
//
this.tsmiPropagateDefinedField.Image = global::CPSO.Properties.Resources.Propagate;
this.tsmiPropagateDefinedField.Name = "tsmiPropagateDefinedField";
this.tsmiPropagateDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiPropagateDefinedField.Text = "Propagate";
this.tsmiPropagateDefinedField.Click += new System.EventHandler(this.tsmiPropagateDefinedField_Click);
//
// tsmiPreviewDefinedField
//
this.tsmiPreviewDefinedField.Image = global::CPSO.Properties.Resources.Preview_defined_field;
this.tsmiPreviewDefinedField.Name = "tsmiPreviewDefinedField";
this.tsmiPreviewDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiPreviewDefinedField.Text = "Preview";
this.tsmiPreviewDefinedField.Click += new System.EventHandler(this.tsmiPreviewDefinedField_Click);
//
// tsmiDividerDefinedField1
//
this.tsmiDividerDefinedField1.Name = "tsmiDividerDefinedField1";
this.tsmiDividerDefinedField1.Size = new System.Drawing.Size(165, 6);
//
// tsmiHideDefinedField
//
this.tsmiHideDefinedField.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideDefinedField.Name = "tsmiHideDefinedField";
this.tsmiHideDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiHideDefinedField.Text = "Hide";
this.tsmiHideDefinedField.Click += new System.EventHandler(this.tsmiHideDefinedField_Click);
//
// tsmiShowDefinedField
//
this.tsmiShowDefinedField.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowDefinedField.Name = "tsmiShowDefinedField";
this.tsmiShowDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiShowDefinedField.Text = "Show";
this.tsmiShowDefinedField.Click += new System.EventHandler(this.tsmiShowDefinedField_Click);
//
// tsmiDividerDefinedField2
//
this.tsmiDividerDefinedField2.Name = "tsmiDividerDefinedField2";
this.tsmiDividerDefinedField2.Size = new System.Drawing.Size(165, 6);
//
// tsmiDeleteDefinedField
//
this.tsmiDeleteDefinedField.Name = "tsmiDeleteDefinedField";
this.tsmiDeleteDefinedField.Size = new System.Drawing.Size(168, 26);
this.tsmiDeleteDefinedField.Text = "Delete";
this.tsmiDeleteDefinedField.Click += new System.EventHandler(this.tsmiDeleteDefinedField_Click);
//
// tsmiAnalysis
//
this.tsmiAnalysis.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateAnalysis,
this.tsmiEditAnalysis,
this.tsmiDuplicateAnalysis,
this.tsmiDividerAnalysis1,
this.tsmiRunAnalysis,
this.tsmiCheckModel,
this.tsmiMonitorAnalysis,
this.tsmiResultsAnalysis,
this.tsmiKillAnalysis,
this.tsmiDividerAnalysis2,
this.tsmiDeleteAnalysis});
this.tsmiAnalysis.Name = "tsmiAnalysis";
this.tsmiAnalysis.Size = new System.Drawing.Size(81, 24);
this.tsmiAnalysis.Text = "Analysis";
//
// tsmiCreateAnalysis
//
this.tsmiCreateAnalysis.Name = "tsmiCreateAnalysis";
this.tsmiCreateAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiCreateAnalysis.Text = "Create";
this.tsmiCreateAnalysis.Click += new System.EventHandler(this.tsmiCreateAnalysis_Click);
//
// tsmiEditAnalysis
//
this.tsmiEditAnalysis.Name = "tsmiEditAnalysis";
this.tsmiEditAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiEditAnalysis.Text = "Edit";
this.tsmiEditAnalysis.Click += new System.EventHandler(this.tsmiEditAnalysis_Click);
//
// tsmiDuplicateAnalysis
//
this.tsmiDuplicateAnalysis.Name = "tsmiDuplicateAnalysis";
this.tsmiDuplicateAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiDuplicateAnalysis.Text = "Duplicate";
this.tsmiDuplicateAnalysis.Click += new System.EventHandler(this.tsmiDuplicateAnalysis_Click);
//
// tsmiDividerAnalysis1
//
this.tsmiDividerAnalysis1.Name = "tsmiDividerAnalysis1";
this.tsmiDividerAnalysis1.Size = new System.Drawing.Size(185, 6);
//
// tsmiRunAnalysis
//
this.tsmiRunAnalysis.Name = "tsmiRunAnalysis";
this.tsmiRunAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiRunAnalysis.Text = "Run";
this.tsmiRunAnalysis.Click += new System.EventHandler(this.tsmiRunAnalysis_Click);
//
// tsmiCheckModel
//
this.tsmiCheckModel.Name = "tsmiCheckModel";
this.tsmiCheckModel.Size = new System.Drawing.Size(188, 26);
this.tsmiCheckModel.Text = "Check Model";
this.tsmiCheckModel.Click += new System.EventHandler(this.tsmiCheckModel_Click);
//
// tsmiMonitorAnalysis
//
this.tsmiMonitorAnalysis.Name = "tsmiMonitorAnalysis";
this.tsmiMonitorAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiMonitorAnalysis.Text = "Monitor";
this.tsmiMonitorAnalysis.Click += new System.EventHandler(this.tsmiMonitorAnalysis_Click);
//
// tsmiResultsAnalysis
//
this.tsmiResultsAnalysis.Name = "tsmiResultsAnalysis";
this.tsmiResultsAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiResultsAnalysis.Text = "Results";
this.tsmiResultsAnalysis.Click += new System.EventHandler(this.tsmiResultsAnalysis_Click);
//
// tsmiKillAnalysis
//
this.tsmiKillAnalysis.Name = "tsmiKillAnalysis";
this.tsmiKillAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiKillAnalysis.Text = "Kill";
this.tsmiKillAnalysis.Click += new System.EventHandler(this.tsmiKillAnalysis_Click);
//
// tsmiDividerAnalysis2
//
this.tsmiDividerAnalysis2.Name = "tsmiDividerAnalysis2";
this.tsmiDividerAnalysis2.Size = new System.Drawing.Size(185, 6);
//
// tsmiDeleteAnalysis
//
this.tsmiDeleteAnalysis.Name = "tsmiDeleteAnalysis";
this.tsmiDeleteAnalysis.Size = new System.Drawing.Size(188, 26);
this.tsmiDeleteAnalysis.Text = "Delete";
this.tsmiDeleteAnalysis.Click += new System.EventHandler(this.tsmiDeleteAnalysis_Click);
//
// tsmiResults
//
this.tsmiResults.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiResultPart,
this.tsmiResultFeatures,
this.tsmiDividerResults1,
this.tsmiResultFieldOutput,
this.tsmiResultHistoryOutput,
this.tsmiDividerResults2,
this.tsmiTransformation,
this.tsmiDividerResults3,
this.tsmiAppendResults});
this.tsmiResults.Name = "tsmiResults";
this.tsmiResults.Size = new System.Drawing.Size(75, 24);
this.tsmiResults.Text = "Results";
//
// tsmiResultPart
//
this.tsmiResultPart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditResultPart,
this.tsmiMergeResultPart,
this.tsmiDividerResultPart1,
this.tsmiHideResultParts,
this.tsmiShowResultParts,
this.tsmiShowOnlyResultParts,
this.tsmiDividerResultPart3,
this.tsmiSetColorForResultParts,
this.tsmiResetColorForResultParts,
this.tsmiSetTransparencyForResultParts,
this.tsmiDividerResultPart2,
this.tsmiColorContoursOff,
this.tsmiColorContoursOn,
this.tsmiDividerResultPart4,
this.tsmiDeleteResultParts});
this.tsmiResultPart.Image = global::CPSO.Properties.Resources.Part;
this.tsmiResultPart.Name = "tsmiResultPart";
this.tsmiResultPart.Size = new System.Drawing.Size(207, 26);
this.tsmiResultPart.Text = "Part";
//
// tsmiEditResultPart
//
this.tsmiEditResultPart.Name = "tsmiEditResultPart";
this.tsmiEditResultPart.Size = new System.Drawing.Size(227, 26);
this.tsmiEditResultPart.Text = "Edit";
this.tsmiEditResultPart.Click += new System.EventHandler(this.tsmiEditResultParts_Click);
//
// tsmiMergeResultPart
//
this.tsmiMergeResultPart.Name = "tsmiMergeResultPart";
this.tsmiMergeResultPart.Size = new System.Drawing.Size(227, 26);
this.tsmiMergeResultPart.Text = "Merge";
this.tsmiMergeResultPart.Click += new System.EventHandler(this.tsmiMergeResultPart_Click);
//
// tsmiDividerResultPart1
//
this.tsmiDividerResultPart1.Name = "tsmiDividerResultPart1";
this.tsmiDividerResultPart1.Size = new System.Drawing.Size(224, 6);
//
// tsmiHideResultParts
//
this.tsmiHideResultParts.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideResultParts.Name = "tsmiHideResultParts";
this.tsmiHideResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiHideResultParts.Text = "Hide";
this.tsmiHideResultParts.Click += new System.EventHandler(this.tsmiHideResultParts_Click);
//
// tsmiShowResultParts
//
this.tsmiShowResultParts.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowResultParts.Name = "tsmiShowResultParts";
this.tsmiShowResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiShowResultParts.Text = "Show";
this.tsmiShowResultParts.Click += new System.EventHandler(this.tsmiShowResultParts_Click);
//
// tsmiShowOnlyResultParts
//
this.tsmiShowOnlyResultParts.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowOnlyResultParts.Name = "tsmiShowOnlyResultParts";
this.tsmiShowOnlyResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiShowOnlyResultParts.Text = "Show Only";
this.tsmiShowOnlyResultParts.Click += new System.EventHandler(this.tsmiShowOnlyResultParts_Click);
//
// tsmiDividerResultPart3
//
this.tsmiDividerResultPart3.Name = "tsmiDividerResultPart3";
this.tsmiDividerResultPart3.Size = new System.Drawing.Size(224, 6);
//
// tsmiSetColorForResultParts
//
this.tsmiSetColorForResultParts.Name = "tsmiSetColorForResultParts";
this.tsmiSetColorForResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiSetColorForResultParts.Text = "Set Color";
this.tsmiSetColorForResultParts.Click += new System.EventHandler(this.tsmiSetColorForResultParts_Click);
//
// tsmiResetColorForResultParts
//
this.tsmiResetColorForResultParts.Name = "tsmiResetColorForResultParts";
this.tsmiResetColorForResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiResetColorForResultParts.Text = "Reset Color";
this.tsmiResetColorForResultParts.Click += new System.EventHandler(this.tsmiResetColorForResultParts_Click);
//
// tsmiSetTransparencyForResultParts
//
this.tsmiSetTransparencyForResultParts.Name = "tsmiSetTransparencyForResultParts";
this.tsmiSetTransparencyForResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiSetTransparencyForResultParts.Text = "Set Transparency";
this.tsmiSetTransparencyForResultParts.Click += new System.EventHandler(this.tsmiSetTransparencyForResultParts_Click);
//
// tsmiDividerResultPart2
//
this.tsmiDividerResultPart2.Name = "tsmiDividerResultPart2";
this.tsmiDividerResultPart2.Size = new System.Drawing.Size(224, 6);
//
// tsmiColorContoursOff
//
this.tsmiColorContoursOff.Image = global::CPSO.Properties.Resources.Deformed;
this.tsmiColorContoursOff.Name = "tsmiColorContoursOff";
this.tsmiColorContoursOff.Size = new System.Drawing.Size(227, 26);
this.tsmiColorContoursOff.Text = "Color Contours off";
this.tsmiColorContoursOff.Click += new System.EventHandler(this.tsmiColorContoursOff_Click);
//
// tsmiColorContoursOn
//
this.tsmiColorContoursOn.Image = global::CPSO.Properties.Resources.Color_contours;
this.tsmiColorContoursOn.Name = "tsmiColorContoursOn";
this.tsmiColorContoursOn.Size = new System.Drawing.Size(227, 26);
this.tsmiColorContoursOn.Text = "Color Contours on";
this.tsmiColorContoursOn.Click += new System.EventHandler(this.tsmiColorContoursOn_Click);
//
// tsmiDividerResultPart4
//
this.tsmiDividerResultPart4.Name = "tsmiDividerResultPart4";
this.tsmiDividerResultPart4.Size = new System.Drawing.Size(224, 6);
//
// tsmiDeleteResultParts
//
this.tsmiDeleteResultParts.Name = "tsmiDeleteResultParts";
this.tsmiDeleteResultParts.Size = new System.Drawing.Size(227, 26);
this.tsmiDeleteResultParts.Text = "Delete";
this.tsmiDeleteResultParts.Click += new System.EventHandler(this.tsmiDeleteResultParts_Click);
//
// tsmiResultFeatures
//
this.tsmiResultFeatures.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiResultReferencePoints,
this.tsmiResultCoordinateSystems});
this.tsmiResultFeatures.Image = global::CPSO.Properties.Resources.Feature;
this.tsmiResultFeatures.Name = "tsmiResultFeatures";
this.tsmiResultFeatures.Size = new System.Drawing.Size(207, 26);
this.tsmiResultFeatures.Text = "Features";
//
// tsmiResultReferencePoints
//
this.tsmiResultReferencePoints.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateResultReferencePoint,
this.tsmiEditResultReferencePoint,
this.tsmiDuplicateResultReferencePoint,
this.tsmiDividerResultReferencePoints1,
this.tsmiHideResultReferencePoint,
this.tsmiShowResultReferencePoint,
this.tsmiShowOnlyResultReferencePoint,
this.tsmiDividerResultReferencePoints2,
this.tsmiDeleteResultReferencePoint});
this.tsmiResultReferencePoints.Image = global::CPSO.Properties.Resources.Reference_point;
this.tsmiResultReferencePoints.Name = "tsmiResultReferencePoints";
this.tsmiResultReferencePoints.Size = new System.Drawing.Size(238, 26);
this.tsmiResultReferencePoints.Text = "Reference Points";
//
// tsmiCreateResultReferencePoint
//
this.tsmiCreateResultReferencePoint.Name = "tsmiCreateResultReferencePoint";
this.tsmiCreateResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiCreateResultReferencePoint.Text = "Create";
this.tsmiCreateResultReferencePoint.Click += new System.EventHandler(this.tsmiCreateResultReferencePoint_Click);
//
// tsmiEditResultReferencePoint
//
this.tsmiEditResultReferencePoint.Name = "tsmiEditResultReferencePoint";
this.tsmiEditResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiEditResultReferencePoint.Text = "Edit";
this.tsmiEditResultReferencePoint.Click += new System.EventHandler(this.tsmiEditResultReferencePoint_Click);
//
// tsmiDuplicateResultReferencePoint
//
this.tsmiDuplicateResultReferencePoint.Name = "tsmiDuplicateResultReferencePoint";
this.tsmiDuplicateResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiDuplicateResultReferencePoint.Text = "Duplicate";
this.tsmiDuplicateResultReferencePoint.Click += new System.EventHandler(this.tsmiDuplicateResultReferencePoint_Click);
//
// tsmiDividerResultReferencePoints1
//
this.tsmiDividerResultReferencePoints1.Name = "tsmiDividerResultReferencePoints1";
this.tsmiDividerResultReferencePoints1.Size = new System.Drawing.Size(166, 6);
//
// tsmiHideResultReferencePoint
//
this.tsmiHideResultReferencePoint.Image = global::CPSO.Properties.Resources.Hide;
this.tsmiHideResultReferencePoint.Name = "tsmiHideResultReferencePoint";
this.tsmiHideResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiHideResultReferencePoint.Text = "Hide";
this.tsmiHideResultReferencePoint.Click += new System.EventHandler(this.tsmiHideResultReferencePoint_Click);
//
// tsmiShowResultReferencePoint
//
this.tsmiShowResultReferencePoint.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowResultReferencePoint.Name = "tsmiShowResultReferencePoint";
this.tsmiShowResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiShowResultReferencePoint.Text = "Show";
this.tsmiShowResultReferencePoint.Click += new System.EventHandler(this.tsmiShowResultReferencePoint_Click);
//
// tsmiShowOnlyResultReferencePoint
//
this.tsmiShowOnlyResultReferencePoint.Image = global::CPSO.Properties.Resources.Show;
this.tsmiShowOnlyResultReferencePoint.Name = "tsmiShowOnlyResultReferencePoint";
this.tsmiShowOnlyResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiShowOnlyResultReferencePoint.Text = "Show Only";
this.tsmiShowOnlyResultReferencePoint.Click += new System.EventHandler(this.tsmiShowOnlyResultReferencePoint_Click);
//
// tsmiDividerResultReferencePoints2
//
this.tsmiDividerResultReferencePoints2.Name = "tsmiDividerResultReferencePoints2";
this.tsmiDividerResultReferencePoints2.Size = new System.Drawing.Size(166, 6);
//
// tsmiDeleteResultReferencePoint
//
this.tsmiDeleteResultReferencePoint.Name = "tsmiDeleteResultReferencePoint";
this.tsmiDeleteResultReferencePoint.Size = new System.Drawing.Size(169, 26);
this.tsmiDeleteResultReferencePoint.Text = "Delete";
this.tsmiDeleteResultReferencePoint.Click += new System.EventHandler(this.tsmiDeleteResultReferencePoint_Click);
//
// tsmiResultCoordinateSystems
//
this.tsmiResultCoordinateSystems.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateResultCoordinateSystem,
this.tsmiEditResultCoordinateSystem,
this.tsmiDuplicateResultCoordinateSystem,
this.toolStripMenuItem3,
this.tsmiHideResultCoordinateSystem,
this.tsmiShowResultCoordinateSystem,
this.tsmiShowOnlyResultCoordinateSystem,
this.toolStripMenuItem2,
this.tsmiDeleteResultCoordinateSystem});
this.tsmiResultCoordinateSystems.Image = global::CPSO.Properties.Resources.CoordinateSystem;
this.tsmiResultCoordinateSystems.Name = "tsmiResultCoordinateSystems";
this.tsmiResultCoordinateSystems.Size = new System.Drawing.Size(238, 26);
this.tsmiResultCoordinateSystems.Text = "Coordinate Systems";
//
// tsmiCreateResultCoordinateSystem
//
this.tsmiCreateResultCoordinateSystem.Name = "tsmiCreateResultCoordinateSystem";
this.tsmiCreateResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiCreateResultCoordinateSystem.Text = "Create";
this.tsmiCreateResultCoordinateSystem.Click += new System.EventHandler(this.tsmiCreateResultCoordinateSystem_Click);
//
// tsmiEditResultCoordinateSystem
//
this.tsmiEditResultCoordinateSystem.Name = "tsmiEditResultCoordinateSystem";
this.tsmiEditResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiEditResultCoordinateSystem.Text = "Edit";
this.tsmiEditResultCoordinateSystem.Click += new System.EventHandler(this.tsmiEditResultCoordinateSystem_Click);
//
// tsmiDuplicateResultCoordinateSystem
//
this.tsmiDuplicateResultCoordinateSystem.Name = "tsmiDuplicateResultCoordinateSystem";
this.tsmiDuplicateResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiDuplicateResultCoordinateSystem.Text = "Duplicate";
this.tsmiDuplicateResultCoordinateSystem.Click += new System.EventHandler(this.tsmiDuplicateResultCoordinateSystem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(166, 6);
//
// tsmiHideResultCoordinateSystem
//
this.tsmiHideResultCoordinateSystem.Name = "tsmiHideResultCoordinateSystem";
this.tsmiHideResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiHideResultCoordinateSystem.Text = "Hide";
this.tsmiHideResultCoordinateSystem.Click += new System.EventHandler(this.tsmiHideResultCoordinateSystem_Click);
//
// tsmiShowResultCoordinateSystem
//
this.tsmiShowResultCoordinateSystem.Name = "tsmiShowResultCoordinateSystem";
this.tsmiShowResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiShowResultCoordinateSystem.Text = "Show";
this.tsmiShowResultCoordinateSystem.Click += new System.EventHandler(this.tsmiShowResultCoordinateSystem_Click);
//
// tsmiShowOnlyResultCoordinateSystem
//
this.tsmiShowOnlyResultCoordinateSystem.Name = "tsmiShowOnlyResultCoordinateSystem";
this.tsmiShowOnlyResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiShowOnlyResultCoordinateSystem.Text = "Show Only";
this.tsmiShowOnlyResultCoordinateSystem.Click += new System.EventHandler(this.tsmiShowOnlyResultCoordinateSystem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(166, 6);
//
// tsmiDeleteResultCoordinateSystem
//
this.tsmiDeleteResultCoordinateSystem.Name = "tsmiDeleteResultCoordinateSystem";
this.tsmiDeleteResultCoordinateSystem.Size = new System.Drawing.Size(169, 26);
this.tsmiDeleteResultCoordinateSystem.Text = "Delete";
this.tsmiDeleteResultCoordinateSystem.Click += new System.EventHandler(this.tsmiDeleteResultCoordinateSystem_Click);
//
// tsmiDividerResults1
//
this.tsmiDividerResults1.Name = "tsmiDividerResults1";
this.tsmiDividerResults1.Size = new System.Drawing.Size(204, 6);
//
// tsmiResultFieldOutput
//
this.tsmiResultFieldOutput.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateResultFieldOutput,
this.tsmiEditResultFieldOutput,
this.tsmiDividerResultFieldOutput1,
this.tsmiDeleteResultFieldOutput});
this.tsmiResultFieldOutput.Image = global::CPSO.Properties.Resources.Field_output;
this.tsmiResultFieldOutput.Name = "tsmiResultFieldOutput";
this.tsmiResultFieldOutput.Size = new System.Drawing.Size(207, 26);
this.tsmiResultFieldOutput.Text = "Field Output";
//
// tsmiCreateResultFieldOutput
//
this.tsmiCreateResultFieldOutput.Name = "tsmiCreateResultFieldOutput";
this.tsmiCreateResultFieldOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiCreateResultFieldOutput.Text = "Create";
this.tsmiCreateResultFieldOutput.Click += new System.EventHandler(this.tsmiCreateResultFieldOutput_Click);
//
// tsmiEditResultFieldOutput
//
this.tsmiEditResultFieldOutput.Name = "tsmiEditResultFieldOutput";
this.tsmiEditResultFieldOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiEditResultFieldOutput.Text = "Edit";
this.tsmiEditResultFieldOutput.Click += new System.EventHandler(this.tsmiEditResultFieldOutput_Click);
//
// tsmiDividerResultFieldOutput1
//
this.tsmiDividerResultFieldOutput1.Name = "tsmiDividerResultFieldOutput1";
this.tsmiDividerResultFieldOutput1.Size = new System.Drawing.Size(137, 6);
//
// tsmiDeleteResultFieldOutput
//
this.tsmiDeleteResultFieldOutput.Name = "tsmiDeleteResultFieldOutput";
this.tsmiDeleteResultFieldOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiDeleteResultFieldOutput.Text = "Delete";
this.tsmiDeleteResultFieldOutput.Click += new System.EventHandler(this.tsmiDeleteResultFieldOutput_Click);
//
// tsmiResultHistoryOutput
//
this.tsmiResultHistoryOutput.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCreateResultHistoryOutput,
this.tsmiEditResultHistoryOutput,
this.tsmiDividerResultHistoryOutput1,
this.tsmiExportResultHistoryOutput,
this.tsmiDividerResultHistoryOutput2,
this.tsmiDeleteResultHistoryOutput});
this.tsmiResultHistoryOutput.Image = global::CPSO.Properties.Resources.History_output;
this.tsmiResultHistoryOutput.Name = "tsmiResultHistoryOutput";
this.tsmiResultHistoryOutput.Size = new System.Drawing.Size(207, 26);
this.tsmiResultHistoryOutput.Text = "History Output";
//
// tsmiCreateResultHistoryOutput
//
this.tsmiCreateResultHistoryOutput.Name = "tsmiCreateResultHistoryOutput";
this.tsmiCreateResultHistoryOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiCreateResultHistoryOutput.Text = "Create";
this.tsmiCreateResultHistoryOutput.Click += new System.EventHandler(this.tsmiCreateResultHistoryOutput_Click);
//
// tsmiEditResultHistoryOutput
//
this.tsmiEditResultHistoryOutput.Name = "tsmiEditResultHistoryOutput";
this.tsmiEditResultHistoryOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiEditResultHistoryOutput.Text = "Edit";
this.tsmiEditResultHistoryOutput.Click += new System.EventHandler(this.tsmiEditResultHistoryOutput_Click);
//
// tsmiDividerResultHistoryOutput1
//
this.tsmiDividerResultHistoryOutput1.Name = "tsmiDividerResultHistoryOutput1";
this.tsmiDividerResultHistoryOutput1.Size = new System.Drawing.Size(137, 6);
//
// tsmiExportResultHistoryOutput
//
this.tsmiExportResultHistoryOutput.Name = "tsmiExportResultHistoryOutput";
this.tsmiExportResultHistoryOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiExportResultHistoryOutput.Text = "Export";
this.tsmiExportResultHistoryOutput.Click += new System.EventHandler(this.tsmiExportResultHistoryOutput_Click);
//
// tsmiDividerResultHistoryOutput2
//
this.tsmiDividerResultHistoryOutput2.Name = "tsmiDividerResultHistoryOutput2";
this.tsmiDividerResultHistoryOutput2.Size = new System.Drawing.Size(137, 6);
//
// tsmiDeleteResultHistoryOutput
//
this.tsmiDeleteResultHistoryOutput.Name = "tsmiDeleteResultHistoryOutput";
this.tsmiDeleteResultHistoryOutput.Size = new System.Drawing.Size(140, 26);
this.tsmiDeleteResultHistoryOutput.Text = "Delete";
this.tsmiDeleteResultHistoryOutput.Click += new System.EventHandler(this.tsmiDeleteResultHistoryOutput_Click);
//
// tsmiDividerResults2
//
this.tsmiDividerResults2.Name = "tsmiDividerResults2";
this.tsmiDividerResults2.Size = new System.Drawing.Size(204, 6);
//
// tsmiTransformation
//
this.tsmiTransformation.Image = global::CPSO.Properties.Resources.Transformations;
this.tsmiTransformation.Name = "tsmiTransformation";
this.tsmiTransformation.Size = new System.Drawing.Size(207, 26);
this.tsmiTransformation.Text = "Transformation";
this.tsmiTransformation.Click += new System.EventHandler(this.tsmiTransformation_Click);
//
// tsmiDividerResults3
//
this.tsmiDividerResults3.Name = "tsmiDividerResults3";
this.tsmiDividerResults3.Size = new System.Drawing.Size(204, 6);
//
// tsmiAppendResults
//
this.tsmiAppendResults.Name = "tsmiAppendResults";
this.tsmiAppendResults.Size = new System.Drawing.Size(207, 26);
this.tsmiAppendResults.Text = "Append Results";
this.tsmiAppendResults.Click += new System.EventHandler(this.tsmiAppendResults_Click);
//
// tsmiTools
//
this.tsmiTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiSettings,
this.tsmiDividerTools1,
this.tsmiParameters,
this.tsmiDividerTools2,
this.tsmiQuery,
this.tsmiFind});
this.tsmiTools.Name = "tsmiTools";
this.tsmiTools.Size = new System.Drawing.Size(63, 24);
this.tsmiTools.Text = "Tools";
//
// tsmiSettings
//
this.tsmiSettings.Name = "tsmiSettings";
this.tsmiSettings.Size = new System.Drawing.Size(174, 26);
this.tsmiSettings.Text = "Settings";
this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click);
//
// tsmiDividerTools1
//
this.tsmiDividerTools1.Name = "tsmiDividerTools1";
this.tsmiDividerTools1.Size = new System.Drawing.Size(171, 6);
//
// tsmiParameters
//
this.tsmiParameters.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditParameters,
this.toolStripMenuItem5,
this.tsmiExportParameters,
this.tsmiImportParameters});
this.tsmiParameters.Name = "tsmiParameters";
this.tsmiParameters.Size = new System.Drawing.Size(174, 26);
this.tsmiParameters.Text = "Parameters";
//
// tsmiEditParameters
//
this.tsmiEditParameters.Name = "tsmiEditParameters";
this.tsmiEditParameters.Size = new System.Drawing.Size(142, 26);
this.tsmiEditParameters.Text = "Edit";
this.tsmiEditParameters.Click += new System.EventHandler(this.tsmiEditParameters_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(139, 6);
//
// tsmiExportParameters
//
this.tsmiExportParameters.Name = "tsmiExportParameters";
this.tsmiExportParameters.Size = new System.Drawing.Size(142, 26);
this.tsmiExportParameters.Text = "Export";
this.tsmiExportParameters.Click += new System.EventHandler(this.tsmiExportParameters_Click);
//
// tsmiImportParameters
//
this.tsmiImportParameters.Name = "tsmiImportParameters";
this.tsmiImportParameters.Size = new System.Drawing.Size(142, 26);
this.tsmiImportParameters.Text = "Import";
this.tsmiImportParameters.Click += new System.EventHandler(this.tsmiImportParameters_Click);
//
// tsmiDividerTools2
//
this.tsmiDividerTools2.Name = "tsmiDividerTools2";
this.tsmiDividerTools2.Size = new System.Drawing.Size(171, 6);
//
// tsmiQuery
//
this.tsmiQuery.Image = global::CPSO.Properties.Resources.Query;
this.tsmiQuery.Name = "tsmiQuery";
this.tsmiQuery.Size = new System.Drawing.Size(174, 26);
this.tsmiQuery.Text = "Query";
this.tsmiQuery.Click += new System.EventHandler(this.tsmiQuery_Click);
//
// tsmiFind
//
this.tsmiFind.Image = global::CPSO.Properties.Resources.Search;
this.tsmiFind.Name = "tsmiFind";
this.tsmiFind.Size = new System.Drawing.Size(174, 26);
this.tsmiFind.Text = "Find";
this.tsmiFind.Click += new System.EventHandler(this.tsmiFind_Click);
//
// tsmiHelp
//
this.tsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiAdvisor,
this.tsmiHomePage,
this.tsmiAdvisorHelp1,
this.tsmiAbout,
this.tsmiTest});
this.tsmiHelp.Name = "tsmiHelp";
this.tsmiHelp.Size = new System.Drawing.Size(58, 24);
this.tsmiHelp.Text = "Help";
//
// tsmiAdvisor
//
this.tsmiAdvisor.Name = "tsmiAdvisor";
this.tsmiAdvisor.Size = new System.Drawing.Size(177, 26);
this.tsmiAdvisor.Text = "Advisor";
this.tsmiAdvisor.Click += new System.EventHandler(this.tsmiAdvisor_Click);
//
// tsmiHomePage
//
this.tsmiHomePage.Name = "tsmiHomePage";
this.tsmiHomePage.Size = new System.Drawing.Size(177, 26);
this.tsmiHomePage.Text = "Home Page";
this.tsmiHomePage.Click += new System.EventHandler(this.tsmiHomePage_Click);
//
// tsmiAdvisorHelp1
//
this.tsmiAdvisorHelp1.Name = "tsmiAdvisorHelp1";
this.tsmiAdvisorHelp1.Size = new System.Drawing.Size(174, 6);
//
// tsmiAbout
//
this.tsmiAbout.Name = "tsmiAbout";
this.tsmiAbout.Size = new System.Drawing.Size(177, 26);
this.tsmiAbout.Text = "About";
this.tsmiAbout.Click += new System.EventHandler(this.tsmiAbout_Click);
//
// tsmiTest
//
this.tsmiTest.Name = "tsmiTest";
this.tsmiTest.Size = new System.Drawing.Size(177, 26);
this.tsmiTest.Text = "Test";
this.tsmiTest.Click += new System.EventHandler(this.tsmiTest_Click);
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建NToolStripMenuItem,
this.打开OToolStripMenuItem,
this.toolStripSeparator,
this.保存SToolStripMenuItem,
this.另存为AToolStripMenuItem,
this.toolStripSeparator4,
this.打印PToolStripMenuItem,
this.打印预览VToolStripMenuItem,
this.toolStripSeparator5,
this.退出XToolStripMenuItem});
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(71, 24);
this.文件FToolStripMenuItem.Text = "文件(&F)";
//
// 新建NToolStripMenuItem
//
this.新建NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripMenuItem.Image")));
this.新建NToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.新建NToolStripMenuItem.Name = "新建NToolStripMenuItem";
this.新建NToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.新建NToolStripMenuItem.Text = "新建(&N)";
//
// 打开OToolStripMenuItem
//
this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
this.打开OToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.打开OToolStripMenuItem.Text = "打开(&O)";
//
// toolStripSeparator
//
this.toolStripSeparator.Name = "toolStripSeparator";
this.toolStripSeparator.Size = new System.Drawing.Size(193, 6);
//
// 保存SToolStripMenuItem
//
this.保存SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripMenuItem.Image")));
this.保存SToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.保存SToolStripMenuItem.Name = "保存SToolStripMenuItem";
this.保存SToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.保存SToolStripMenuItem.Text = "保存(&S)";
//
// 另存为AToolStripMenuItem
//
this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem";
this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.另存为AToolStripMenuItem.Text = "另存为(&A)";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(193, 6);
//
// 打印PToolStripMenuItem
//
this.打印PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打印PToolStripMenuItem.Image")));
this.打印PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打印PToolStripMenuItem.Name = "打印PToolStripMenuItem";
this.打印PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.打印PToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.打印PToolStripMenuItem.Text = "打印(&P)";
//
// 打印预览VToolStripMenuItem
//
this.打印预览VToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打印预览VToolStripMenuItem.Image")));
this.打印预览VToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打印预览VToolStripMenuItem.Name = "打印预览VToolStripMenuItem";
this.打印预览VToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.打印预览VToolStripMenuItem.Text = "打印预览(&V)";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6);
//
// 退出XToolStripMenuItem
//
this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退出XToolStripMenuItem.Size = new System.Drawing.Size(196, 26);
this.退出XToolStripMenuItem.Text = "退出(&X)";
//
// 编辑EToolStripMenuItem
//
this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.撤消UToolStripMenuItem,
this.重复RToolStripMenuItem,
this.toolStripSeparator6,
this.剪切TToolStripMenuItem,
this.复制CToolStripMenuItem,
this.粘贴PToolStripMenuItem,
this.toolStripSeparator7,
this.全选AToolStripMenuItem});
this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(71, 24);
this.编辑EToolStripMenuItem.Text = "编辑(&E)";
//
// 撤消UToolStripMenuItem
//
this.撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem";
this.撤消UToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.撤消UToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.撤消UToolStripMenuItem.Text = "撤消(&U)";
//
// 重复RToolStripMenuItem
//
this.重复RToolStripMenuItem.Name = "重复RToolStripMenuItem";
this.重复RToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
this.重复RToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.重复RToolStripMenuItem.Text = "重复(&R)";
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(195, 6);
//
// 剪切TToolStripMenuItem
//
this.剪切TToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("剪切TToolStripMenuItem.Image")));
this.剪切TToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.剪切TToolStripMenuItem.Name = "剪切TToolStripMenuItem";
this.剪切TToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.剪切TToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.剪切TToolStripMenuItem.Text = "剪切(&T)";
//
// 复制CToolStripMenuItem
//
this.复制CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripMenuItem.Image")));
this.复制CToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem";
this.复制CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.复制CToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.复制CToolStripMenuItem.Text = "复制(&C)";
//
// 粘贴PToolStripMenuItem
//
this.粘贴PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripMenuItem.Image")));
this.粘贴PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem";
this.粘贴PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.粘贴PToolStripMenuItem.Text = "粘贴(&P)";
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(195, 6);
//
// 全选AToolStripMenuItem
//
this.全选AToolStripMenuItem.Name = "全选AToolStripMenuItem";
this.全选AToolStripMenuItem.Size = new System.Drawing.Size(198, 26);
this.全选AToolStripMenuItem.Text = "全选(&A)";
//
// 工具TToolStripMenuItem
//
this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.自定义CToolStripMenuItem,
this.选项OToolStripMenuItem});
this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
this.工具TToolStripMenuItem.Size = new System.Drawing.Size(72, 24);
this.工具TToolStripMenuItem.Text = "工具(&T)";
//
// 自定义CToolStripMenuItem
//
this.自定义CToolStripMenuItem.Name = "自定义CToolStripMenuItem";
this.自定义CToolStripMenuItem.Size = new System.Drawing.Size(157, 26);
this.自定义CToolStripMenuItem.Text = "自定义(&C)";
//
// 选项OToolStripMenuItem
//
this.选项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
this.选项OToolStripMenuItem.Size = new System.Drawing.Size(157, 26);
this.选项OToolStripMenuItem.Text = "选项(&O)";
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.内容CToolStripMenuItem,
this.索引IToolStripMenuItem,
this.搜索SToolStripMenuItem,
this.toolStripSeparator8,
this.关于AToolStripMenuItem});
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(75, 24);
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
//
// 内容CToolStripMenuItem
//
this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
this.内容CToolStripMenuItem.Size = new System.Drawing.Size(155, 26);
this.内容CToolStripMenuItem.Text = "内容(&C)";
//
// 索引IToolStripMenuItem
//
this.索引IToolStripMenuItem.Name = "索引IToolStripMenuItem";
this.索引IToolStripMenuItem.Size = new System.Drawing.Size(155, 26);
this.索引IToolStripMenuItem.Text = "索引(&I)";
//
// 搜索SToolStripMenuItem
//
this.搜索SToolStripMenuItem.Name = "搜索SToolStripMenuItem";
this.搜索SToolStripMenuItem.Size = new System.Drawing.Size(155, 26);
this.搜索SToolStripMenuItem.Text = "搜索(&S)";
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(152, 6);
//
// 关于AToolStripMenuItem
//
this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
this.关于AToolStripMenuItem.Size = new System.Drawing.Size(155, 26);
this.关于AToolStripMenuItem.Text = "关于(&A)...";
//
// panelControl
//
this.panelControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelControl.Controls.Add(this.aeAnnotationTextEditor);
this.panelControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl.Location = new System.Drawing.Point(0, 0);
this.panelControl.Name = "panelControl";
this.panelControl.Size = new System.Drawing.Size(1159, 747);
this.panelControl.TabIndex = 1;
//
// aeAnnotationTextEditor
//
this.aeAnnotationTextEditor.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.aeAnnotationTextEditor.Location = new System.Drawing.Point(4, 3);
this.aeAnnotationTextEditor.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.aeAnnotationTextEditor.MinSize = new System.Drawing.Size(0, 0);
this.aeAnnotationTextEditor.Name = "aeAnnotationTextEditor";
this.aeAnnotationTextEditor.ParentArea = new System.Drawing.Rectangle(0, 0, 0, 0);
this.aeAnnotationTextEditor.Size = new System.Drawing.Size(150, 75);
this.aeAnnotationTextEditor.TabIndex = 6;
this.aeAnnotationTextEditor.Visible = false;
//
// cmsAnnotation
//
this.cmsAnnotation.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsAnnotation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiEditAnnotation,
this.tsmiResetAnnotation,
this.tsmiDividerAnnotation1,
this.tsmiAnnotationSettings,
this.tsmiDividerAnnotation2,
this.tsmiDeleteAnnotation});
this.cmsAnnotation.Name = "cmsWidget";
this.cmsAnnotation.Size = new System.Drawing.Size(139, 112);
//
// tsmiEditAnnotation
//
this.tsmiEditAnnotation.Name = "tsmiEditAnnotation";
this.tsmiEditAnnotation.Size = new System.Drawing.Size(138, 24);
this.tsmiEditAnnotation.Text = "Edit";
this.tsmiEditAnnotation.Click += new System.EventHandler(this.tsmiEditAnnotation_Click);
//
// tsmiResetAnnotation
//
this.tsmiResetAnnotation.Name = "tsmiResetAnnotation";
this.tsmiResetAnnotation.Size = new System.Drawing.Size(138, 24);
this.tsmiResetAnnotation.Text = "Reset";
this.tsmiResetAnnotation.Click += new System.EventHandler(this.tsmiResetAnnotation_Click);
//
// tsmiDividerAnnotation1
//
this.tsmiDividerAnnotation1.Name = "tsmiDividerAnnotation1";
this.tsmiDividerAnnotation1.Size = new System.Drawing.Size(135, 6);
//
// tsmiAnnotationSettings
//
this.tsmiAnnotationSettings.Name = "tsmiAnnotationSettings";
this.tsmiAnnotationSettings.Size = new System.Drawing.Size(138, 24);
this.tsmiAnnotationSettings.Text = "Settings";
this.tsmiAnnotationSettings.Click += new System.EventHandler(this.tsmiAnnotationSettings_Click);
//
// tsmiDividerAnnotation2
//
this.tsmiDividerAnnotation2.Name = "tsmiDividerAnnotation2";
this.tsmiDividerAnnotation2.Size = new System.Drawing.Size(135, 6);
//
// tsmiDeleteAnnotation
//
this.tsmiDeleteAnnotation.Name = "tsmiDeleteAnnotation";
this.tsmiDeleteAnnotation.Size = new System.Drawing.Size(138, 24);
this.tsmiDeleteAnnotation.Text = "Delete";
this.tsmiDeleteAnnotation.Click += new System.EventHandler(this.tsmiDeleteAnnotation_Click);
//
// statusStripMain
//
this.statusStripMain.AutoSize = false;
this.statusStripMain.Dock = System.Windows.Forms.DockStyle.None;
this.statusStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tspbProgress,
this.tsslState,
this.tsslCancel,
this.tsslEmpty,
this.tsslUnitSystem});
this.statusStripMain.Location = new System.Drawing.Point(0, 0);
this.statusStripMain.Name = "statusStripMain";
this.statusStripMain.Size = new System.Drawing.Size(1432, 28);
this.statusStripMain.TabIndex = 2;
this.statusStripMain.Text = "statusStrip1";
//
// tspbProgress
//
this.tspbProgress.AutoSize = false;
this.tspbProgress.Margin = new System.Windows.Forms.Padding(5, 4, 1, 4);
this.tspbProgress.MarqueeAnimationSpeed = 40;
this.tspbProgress.Name = "tspbProgress";
this.tspbProgress.Size = new System.Drawing.Size(150, 20);
//
// tsslState
//
this.tsslState.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsslState.Margin = new System.Windows.Forms.Padding(5, 4, 1, 4);
this.tsslState.Name = "tsslState";
this.tsslState.Size = new System.Drawing.Size(54, 20);
this.tsslState.Text = "Ready";
this.tsslState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tsslCancel
//
this.tsslCancel.AutoSize = false;
this.tsslCancel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.tsslCancel.Margin = new System.Windows.Forms.Padding(1, 4, 1, 4);
this.tsslCancel.Name = "tsslCancel";
this.tsslCancel.Size = new System.Drawing.Size(47, 20);
this.tsslCancel.Text = "Cancel";
this.tsslCancel.Visible = false;
this.tsslCancel.Click += new System.EventHandler(this.tsslCancel_Click);
this.tsslCancel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tsslCancel_MouseDown);
this.tsslCancel.MouseLeave += new System.EventHandler(this.tsslCancel_MouseLeave);
this.tsslCancel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tsslCancel_MouseUp);
//
// tsslEmpty
//
this.tsslEmpty.Name = "tsslEmpty";
this.tsslEmpty.Size = new System.Drawing.Size(1021, 22);
this.tsslEmpty.Spring = true;
this.tsslEmpty.Text = " ";
//
// tsslUnitSystem
//
this.tsslUnitSystem.Margin = new System.Windows.Forms.Padding(1, 4, 1, 4);
this.tsslUnitSystem.Name = "tsslUnitSystem";
this.tsslUnitSystem.Size = new System.Drawing.Size(178, 20);
this.tsslUnitSystem.Text = "Unit system: Undefined";
this.tsslUnitSystem.Click += new System.EventHandler(this.tsslUnitSystem_Click);
//
// toolStripContainer1
//
this.toolStripContainer1.BottomToolStripPanelVisible = false;
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1432, 900);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.LeftToolStripPanelVisible = false;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.RightToolStripPanelVisible = false;
this.toolStripContainer1.Size = new System.Drawing.Size(1432, 925);
this.toolStripContainer1.TabIndex = 4;
this.toolStripContainer1.Text = "toolStripContainer";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Panel1MinSize = 250;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Panel2MinSize = 250;
this.splitContainer1.Size = new System.Drawing.Size(1432, 900);
this.splitContainer1.SplitterDistance = 269;
this.splitContainer1.TabIndex = 2;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.panelControl);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.tbOutput);
this.splitContainer2.Size = new System.Drawing.Size(1159, 900);
this.splitContainer2.SplitterDistance = 747;
this.splitContainer2.TabIndex = 2;
//
// tbOutput
//
this.tbOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbOutput.BackColor = System.Drawing.Color.White;
this.tbOutput.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbOutput.Location = new System.Drawing.Point(0, 0);
this.tbOutput.Multiline = true;
this.tbOutput.Name = "tbOutput";
this.tbOutput.ReadOnly = true;
this.tbOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbOutput.Size = new System.Drawing.Size(1572, 104);
this.tbOutput.TabIndex = 0;
this.tbOutput.Text = "Output text box";
//
// timerTest
//
this.timerTest.Tick += new System.EventHandler(this.timerTest_Tick);
//
// timerOutput
//
this.timerOutput.Tick += new System.EventHandler(this.timerOutput_Tick);
//
// toolStripContainer2
//
//
// toolStripContainer2.BottomToolStripPanel
//
this.toolStripContainer2.BottomToolStripPanel.Controls.Add(this.statusStripMain);
//
// toolStripContainer2.ContentPanel
//
this.toolStripContainer2.ContentPanel.AutoScroll = true;
this.toolStripContainer2.ContentPanel.Controls.Add(this.toolStripContainer1);
this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(1432, 925);
this.toolStripContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer2.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer2.Name = "toolStripContainer2";
this.toolStripContainer2.Size = new System.Drawing.Size(1432, 953);
this.toolStripContainer2.TabIndex = 5;
this.toolStripContainer2.Text = "toolStripContainer2";
//
// toolStripContainer3
//
//
// toolStripContainer3.ContentPanel
//
this.toolStripContainer3.ContentPanel.Size = new System.Drawing.Size(1432, 982);
this.toolStripContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer3.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer3.Name = "toolStripContainer3";
this.toolStripContainer3.Size = new System.Drawing.Size(1432, 1007);
this.toolStripContainer3.TabIndex = 6;
this.toolStripContainer3.Text = "toolStripContainer3";
//
// toolStripContainer4
//
//
// toolStripContainer4.ContentPanel
//
this.toolStripContainer4.ContentPanel.AutoScroll = true;
this.toolStripContainer4.ContentPanel.Controls.Add(this.toolStripContainer2);
this.toolStripContainer4.ContentPanel.Size = new System.Drawing.Size(1432, 953);
this.toolStripContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer4.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer4.Name = "toolStripContainer4";
this.toolStripContainer4.Size = new System.Drawing.Size(1432, 982);
this.toolStripContainer4.TabIndex = 7;
this.toolStripContainer4.Text = "toolStripContainer4";
//
// toolStripContainer4.TopToolStripPanel
//
this.toolStripContainer4.TopToolStripPanel.Controls.Add(this.tsResultDeformation);
this.toolStripContainer4.TopToolStripPanel.Controls.Add(this.tsResults);
//
// toolStripContainer5
//
//
// toolStripContainer5.ContentPanel
//
this.toolStripContainer5.ContentPanel.AutoScroll = true;
this.toolStripContainer5.ContentPanel.Controls.Add(this.toolStripContainer4);
this.toolStripContainer5.ContentPanel.Size = new System.Drawing.Size(1432, 982);
this.toolStripContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer5.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer5.Name = "toolStripContainer5";
this.toolStripContainer5.Size = new System.Drawing.Size(1432, 1007);
this.toolStripContainer5.TabIndex = 8;
this.toolStripContainer5.Text = "toolStripContainer5";
//
// toolStripContainer6
//
//
// toolStripContainer6.ContentPanel
//
this.toolStripContainer6.ContentPanel.AutoScroll = true;
this.toolStripContainer6.ContentPanel.Controls.Add(this.toolStripContainer5);
this.toolStripContainer6.ContentPanel.Controls.Add(this.toolStripContainer3);
this.toolStripContainer6.ContentPanel.Size = new System.Drawing.Size(1432, 1007);
this.toolStripContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer6.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer6.Name = "toolStripContainer6";
this.toolStripContainer6.Size = new System.Drawing.Size(1432, 1035);
this.toolStripContainer6.TabIndex = 9;
this.toolStripContainer6.Text = "toolStripContainer6";
//
// toolStripContainer6.TopToolStripPanel
//
this.toolStripContainer6.TopToolStripPanel.Controls.Add(this.tsSymbols);
this.toolStripContainer6.TopToolStripPanel.Controls.Add(this.tsFile);
this.toolStripContainer6.TopToolStripPanel.Controls.Add(this.tsViews);
//
// toolStripContainer7
//
//
// toolStripContainer7.ContentPanel
//
this.toolStripContainer7.ContentPanel.AutoScroll = true;
this.toolStripContainer7.ContentPanel.Controls.Add(this.toolStripContainer6);
this.toolStripContainer7.ContentPanel.Size = new System.Drawing.Size(1432, 1035);
this.toolStripContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer7.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer7.Name = "toolStripContainer7";
this.toolStripContainer7.Size = new System.Drawing.Size(1432, 1063);
this.toolStripContainer7.TabIndex = 10;
this.toolStripContainer7.Text = "toolStripContainer7";
//
// toolStripContainer7.TopToolStripPanel
//
this.toolStripContainer7.TopToolStripPanel.Controls.Add(this.menuStripMain);
//
// FrmMain
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1432, 1063);
this.Controls.Add(this.toolStripContainer7);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStripMain;
this.MinimumSize = new System.Drawing.Size(600, 400);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CPSO有限元";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.Load += new System.EventHandler(this.FrmMain_Load);
this.Shown += new System.EventHandler(this.FrmMain_Shown);
this.Move += new System.EventHandler(this.FrmMain_Move);
this.Resize += new System.EventHandler(this.FrmMain_Resize);
this.tsFile.ResumeLayout(false);
this.tsFile.PerformLayout();
this.tsViews.ResumeLayout(false);
this.tsViews.PerformLayout();
this.tsSymbols.ResumeLayout(false);
this.tsSymbols.PerformLayout();
this.tsResultDeformation.ResumeLayout(false);
this.tsResultDeformation.PerformLayout();
this.tsResults.ResumeLayout(false);
this.tsResults.PerformLayout();
this.menuStripMain.ResumeLayout(false);
this.menuStripMain.PerformLayout();
this.panelControl.ResumeLayout(false);
this.cmsAnnotation.ResumeLayout(false);
this.statusStripMain.ResumeLayout(false);
this.statusStripMain.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.toolStripContainer2.BottomToolStripPanel.ResumeLayout(false);
this.toolStripContainer2.ContentPanel.ResumeLayout(false);
this.toolStripContainer2.ResumeLayout(false);
this.toolStripContainer2.PerformLayout();
this.toolStripContainer3.ResumeLayout(false);
this.toolStripContainer3.PerformLayout();
this.toolStripContainer4.ContentPanel.ResumeLayout(false);
this.toolStripContainer4.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer4.TopToolStripPanel.PerformLayout();
this.toolStripContainer4.ResumeLayout(false);
this.toolStripContainer4.PerformLayout();
this.toolStripContainer5.ContentPanel.ResumeLayout(false);
this.toolStripContainer5.ResumeLayout(false);
this.toolStripContainer5.PerformLayout();
this.toolStripContainer6.ContentPanel.ResumeLayout(false);
this.toolStripContainer6.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer6.TopToolStripPanel.PerformLayout();
this.toolStripContainer6.ResumeLayout(false);
this.toolStripContainer6.PerformLayout();
this.toolStripContainer7.ContentPanel.ResumeLayout(false);
this.toolStripContainer7.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer7.TopToolStripPanel.PerformLayout();
this.toolStripContainer7.ResumeLayout(false);
this.toolStripContainer7.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private UserControls.ToolStripFocus tsFile;
private UserControls.ToolStripFocus tsViews;
private UserControls.ToolStripFocus tsSymbols;
private UserControls.ToolStripFocus tsResultDeformation;
private UserControls.ToolStripFocus tsResults;
private UserControls.MenuStripFocus menuStripMain;
private System.Windows.Forms.ToolStripMenuItem tsmiFile;
private System.Windows.Forms.Panel panelControl;
private System.Windows.Forms.StatusStrip statusStripMain;
private System.Windows.Forms.ToolStripStatusLabel tsslState;
private System.Windows.Forms.ToolStripMenuItem tsmiNew;
private System.Windows.Forms.ToolStripSeparator tsmiDividerFile3;
private System.Windows.Forms.ToolStripMenuItem tsmiExit;
private System.Windows.Forms.ToolStripSeparator tsmiDividerFile1;
private System.Windows.Forms.ToolStripMenuItem tsmiSave;
private System.Windows.Forms.ToolStripMenuItem tsmiOpen;
private System.Windows.Forms.ToolStripMenuItem tsmiImportFile;
private System.Windows.Forms.ToolStripMenuItem tsmiSaveAs;
private System.Windows.Forms.ToolStripMenuItem tsmiView;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.ToolStripButton tsbTopView;
private System.Windows.Forms.ToolStripButton tsbFrontView;
private System.Windows.Forms.ToolStripButton tsbBackView;
private System.Windows.Forms.ToolStripButton tsbBottomView;
private System.Windows.Forms.ToolStripButton tsbLeftView;
private System.Windows.Forms.ToolStripButton tsbRightView;
private System.Windows.Forms.ToolStripSeparator toolStripViewSeparator1;
private System.Windows.Forms.ToolStripButton tsbZoomToFit;
private System.Windows.Forms.ToolStripButton tsbIsometric;
private System.Windows.Forms.ToolStripMenuItem standardViewsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiFrontView;
private System.Windows.Forms.ToolStripMenuItem tsmiBackView;
private System.Windows.Forms.ToolStripMenuItem tsmiTopView;
private System.Windows.Forms.ToolStripMenuItem tsmiBottomView;
private System.Windows.Forms.ToolStripMenuItem tsmiLeftView;
private System.Windows.Forms.ToolStripMenuItem tsmiRightView;
private System.Windows.Forms.ToolStripMenuItem tsmiIsometricView;
private System.Windows.Forms.ToolStripButton tsbNew;
private System.Windows.Forms.ToolStripButton tsbOpen;
private System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripMenuItem tsmiZoomToFit;
private System.Windows.Forms.ToolStripSeparator toolStripViewSeparator2;
private System.Windows.Forms.ToolStripButton tsbShowElementEdges;
private System.Windows.Forms.ToolStripMenuItem tsmiShowElementEdges;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripMenuItem tsmiPart;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteModelParts;
private System.Windows.Forms.ToolStripButton tsbImport;
private System.Windows.Forms.ToolStripMenuItem tsmiStep;
private System.Windows.Forms.ToolStripSeparator tsmiDividerFile2;
private System.Windows.Forms.ToolStripMenuItem tsmiExport;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToCalculix;
private System.Windows.Forms.ToolStripMenuItem tsmiEditModelPart;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateStep;
private System.Windows.Forms.ToolStripMenuItem tsmiEditStep;
private System.Windows.Forms.ToolStripSeparator tsmiDividerStep2;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteStep;
private System.Windows.Forms.ToolStripMenuItem tsmiProperty;
private System.Windows.Forms.ToolStripMenuItem tsmiMaterial;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateMaterial;
private System.Windows.Forms.ToolStripMenuItem tsmiEditMaterial;
private System.Windows.Forms.ToolStripSeparator tsmiDividerMaterial1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteMaterial;
private System.Windows.Forms.ToolStripMenuItem tsmiSection;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateSection;
private System.Windows.Forms.ToolStripMenuItem tsmiEditSection;
private System.Windows.Forms.ToolStripSeparator tsmiDividerSection1;
private System.Windows.Forms.ToolStripMenuItem tsmiDelete;
private System.Windows.Forms.ToolStripMenuItem tsmiLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiBC;
private System.Windows.Forms.ToolStripMenuItem tsmiStepMenu;
private System.Windows.Forms.ToolStripMenuItem tsmiFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiEditFieldOutput;
private System.Windows.Forms.ToolStripSeparator tsmiDividerFieldOutput1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiEditLoad;
private System.Windows.Forms.ToolStripSeparator tsmiDividerLoad1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateBC;
private System.Windows.Forms.ToolStripMenuItem tsmiEditBC;
private System.Windows.Forms.ToolStripSeparator tsmiDividerBC1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteBC;
private System.Windows.Forms.ToolStripMenuItem tsmiModel;
private System.Windows.Forms.ToolStripMenuItem tsmiSurface;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateSurface;
private System.Windows.Forms.ToolStripMenuItem tsmiEditSurface;
private System.Windows.Forms.ToolStripSeparator tsmiDividerSurface1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteSurface;
private System.Windows.Forms.ToolStripMenuItem tsmiTools;
private System.Windows.Forms.ToolStripMenuItem tsmiSettings;
private System.Windows.Forms.ToolStripSeparator tsmiDividerStep1;
private System.Windows.Forms.ToolStripMenuItem tsmiAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiEditAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiRunAnalysis;
private System.Windows.Forms.ToolStripSeparator tsmiDividerAnalysis2;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteAnalysis;
private System.Windows.Forms.ToolStripSeparator tsmiDividerAnalysis1;
private System.Windows.Forms.ToolStripMenuItem tsmiMonitorAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiKillAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiCloseAllResults;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToAbaqus;
private System.Windows.Forms.ToolStripButton tsbVerticalView;
private System.Windows.Forms.ToolStripMenuItem tsmiVerticalView;
private System.Windows.Forms.ToolStripButton tsbNormalView;
private System.Windows.Forms.ToolStripMenuItem tsmiNormalView;
private System.Windows.Forms.ToolStripMenuItem tsmiRegenerateHistory;
private System.Windows.Forms.ToolStripMenuItem tsmiEdit;
private System.Windows.Forms.ToolStripMenuItem tsmiUndo;
private System.Windows.Forms.ToolStripMenuItem tsmiRedo;
private System.Windows.Forms.ToolStripSeparator tsmiDividerEdit1;
private System.Windows.Forms.ToolStripMenuItem tsmiModelReferencePointTool;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateModelReferencePoint;
private System.Windows.Forms.ToolStripSeparator tsmiModelRP1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteModelReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiEditModelReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiInteraction;
private System.Windows.Forms.ToolStripMenuItem tsmiConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiEditConstraint;
private System.Windows.Forms.ToolStripSeparator tsmiDividerConstraint2;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiNode;
private System.Windows.Forms.ToolStripMenuItem tsmiRenumberAllNodes;
private System.Windows.Forms.ToolStripMenuItem tsmiShowModelEdges;
private System.Windows.Forms.ToolStripMenuItem tsmiShowNoEdges;
private System.Windows.Forms.ToolStripButton tsbShowModelEdges;
private System.Windows.Forms.ToolStripButton tsbShowNoEdges;
private System.Windows.Forms.ToolStripSeparator tsmiDividerView1;
private System.Windows.Forms.SplitContainer splitContainer2;
private AutoScrollTextBox tbOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiQuery;
private System.Windows.Forms.ToolStripMenuItem tsmiShowWireframeEdges;
private System.Windows.Forms.ToolStripButton tsbShowWireframeEdges;
private System.Windows.Forms.ToolStripMenuItem tsmiNodeSet;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateNodeSet;
private System.Windows.Forms.ToolStripMenuItem tsmiEditNodeSet;
private System.Windows.Forms.ToolStripSeparator tsmiDividerNodeSet1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteNodeSet;
private System.Windows.Forms.ToolStripMenuItem tsmiElementSet;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateElementSet;
private System.Windows.Forms.ToolStripMenuItem tsmiEditElementSet;
private System.Windows.Forms.ToolStripSeparator tsmiDividerElementSet1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteElementSet;
private System.Windows.Forms.ToolStripMenuItem tsmiRegenerateHistoryUsingOtherFiles;
private System.Windows.Forms.ToolStripProgressBar tspbProgress;
private System.Windows.Forms.ToolStripMenuItem tsmiHideModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowModelParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerPart3;
private System.Windows.Forms.ToolStripMenuItem tsmiEditCalculiXKeywords;
private System.Windows.Forms.ToolStripLabel tslStepIncrement;
private System.Windows.Forms.ToolStripComboBox tscbStepAndIncrement;
private System.Windows.Forms.ToolStripButton tsbPreviousStepIncrement;
private System.Windows.Forms.ToolStripButton tsbNextStepIncrement;
private System.Windows.Forms.ToolStripButton tsbFirstStepIncrement;
private System.Windows.Forms.ToolStripButton tsbLastStepIncrement;
private System.Windows.Forms.ToolStripMenuItem tsmiGeometry;
private System.Windows.Forms.ToolStripMenuItem tsmiGeometryPart;
private System.Windows.Forms.ToolStripMenuItem tsmiEditGeometryPart;
private System.Windows.Forms.ToolStripMenuItem tsmiHideGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteGeometryParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeomPart1;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeomPart2;
private System.Windows.Forms.ToolStripStatusLabel tsslCancel;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateMesh;
private System.Windows.Forms.ToolStripSeparator tsmiDividerConstraint1;
private System.Windows.Forms.ToolStripMenuItem tsmiHideConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiShowConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiHideBC;
private System.Windows.Forms.ToolStripMenuItem tsmiShowBC;
private System.Windows.Forms.ToolStripSeparator tsmiDividerBC2;
private System.Windows.Forms.ToolStripMenuItem tsmiHideLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiShowLoad;
private System.Windows.Forms.ToolStripSeparator tsmiDividerLoad2;
private System.Windows.Forms.ToolStripButton tsbAnimate;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeometry1;
private System.Windows.Forms.ToolStripMenuItem tsmiResults;
private System.Windows.Forms.ToolStripMenuItem tsmiResultPart;
private System.Windows.Forms.ToolStripMenuItem tsmiEditResultPart;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultPart1;
private System.Windows.Forms.ToolStripMenuItem tsmiHideResultParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowResultParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultPart2;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteResultParts;
private System.Windows.Forms.ToolStripMenuItem tsmiCopyGeometryPartsToResults;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeomPart3;
private System.Windows.Forms.ToolStripSeparator tsmiDividerView2;
private System.Windows.Forms.ToolStripMenuItem tsmiHideAllParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowAllParts;
private System.Windows.Forms.ToolStripMenuItem tsmiInvertVisibleParts;
private System.Windows.Forms.ToolStripSeparator toolStripViewSeparator3;
private System.Windows.Forms.ToolStripButton tsbHideAllParts;
private System.Windows.Forms.ToolStripButton tsbShowAllParts;
private System.Windows.Forms.ToolStripButton tsbInvertVisibleParts;
private System.Windows.Forms.ToolStripButton tsbResultsUndeformed;
private System.Windows.Forms.ToolStripButton tsbResultsDeformed;
private System.Windows.Forms.ToolStripButton tsbResultsColorContours;
private System.Windows.Forms.ToolStripSeparator toolStripResultsSeparator1;
private System.Windows.Forms.ToolStripSeparator tsmiDividerView3;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsUndeformed;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsDeformed;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsColorContours;
private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
private System.Windows.Forms.ToolStripMenuItem tsmiAbout;
private System.Windows.Forms.ToolStripMenuItem tsmiHomePage;
private System.Windows.Forms.ToolStripMenuItem tsmiColorContoursOff;
private System.Windows.Forms.ToolStripMenuItem tsmiColorContoursOn;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultPart3;
private System.Windows.Forms.ToolStripMenuItem tsmiMaterialLibrary;
private System.Windows.Forms.ToolStripMenuItem tsmiMergeModelParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerPart2;
private System.Windows.Forms.ToolStripMenuItem tsmiConvertElementSetsToMeshParts;
private System.Windows.Forms.ToolStripSeparator toolStripViewSeparator4;
private System.Windows.Forms.ToolStripLabel tslSymbols;
private System.Windows.Forms.ToolStripComboBox tscbSymbols;
private System.Windows.Forms.ToolStripMenuItem tsmiGeometryAnalyze;
private System.Windows.Forms.ToolStripMenuItem tsmiHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiEditHistoryOutput;
private System.Windows.Forms.ToolStripSeparator tsmiHistoryOutputDivider1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiTransformModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiTranslateModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiScaleModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiRotateModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiSectionView;
private System.Windows.Forms.ToolStripSeparator tsmiDividerView4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbSectionView;
private System.Windows.Forms.ToolStripMenuItem tsmiSetTransparencyForGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiSetTransparencyForModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiSetTransparencyForResultParts;
private System.Windows.Forms.ToolStripMenuItem tsmiTest;
private System.Windows.Forms.Timer timerTest;
private System.Windows.Forms.Timer timerOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiEditModel;
private System.Windows.Forms.ToolStripSeparator tsmiDividerModel1;
private System.Windows.Forms.ToolStripMenuItem tsmiPreviewEdgeMesh;
private System.Windows.Forms.ToolStripMenuItem tsmiMesh;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateAndImportCompoundPart;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToStep;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToBrep;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyResultParts;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateBoundaryLayer;
private System.Windows.Forms.ToolStripMenuItem tsmiSurfaceInteraction;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateSurfaceInteraction;
private System.Windows.Forms.ToolStripMenuItem tsmiEditSurfaceInteraction;
private System.Windows.Forms.ToolStripSeparator tsmiDividerSurfaceInteraction1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteSurfaceInteraction;
private System.Windows.Forms.ToolStripMenuItem contactPairToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateContactPair;
private System.Windows.Forms.ToolStripMenuItem tsmiEditContactPair;
private System.Windows.Forms.ToolStripSeparator tsmiDividerContactPair1;
private System.Windows.Forms.ToolStripMenuItem tsmiHideContactPair;
private System.Windows.Forms.ToolStripMenuItem tsmiShowContactPair;
private System.Windows.Forms.ToolStripSeparator tsmiDividerContactPair2;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteContactPair;
private System.Windows.Forms.ToolStripMenuItem tsmiOpenRecent;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateMaterial;
private System.Windows.Forms.ToolStripMenuItem tsmiContact;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateSurfaceInteraction;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateStep;
private System.Windows.Forms.ToolStripStatusLabel tsslEmpty;
private System.Windows.Forms.ToolStripStatusLabel tsslUnitSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiAdvisor;
private System.Windows.Forms.ToolStripSeparator tsmiAdvisorHelp1;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResults1;
private System.Windows.Forms.ToolStripMenuItem tsmiTransformation;
private System.Windows.Forms.ToolStripSeparator toolStripResultsSeparator2;
private System.Windows.Forms.ToolStripButton tsbTransformation;
private System.Windows.Forms.ToolStripSeparator tsmiDividerView5;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateFaceOrientations;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeometry2;
private System.Windows.Forms.ToolStripMenuItem tsmiFlipFaceNormalCAD;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToMmgMesh;
private System.Windows.Forms.ToolStripMenuItem tsmiSplitAFaceUsingTwoPoints;
private System.Windows.Forms.ToolStripMenuItem tsmiCropStlPartWithCylinder;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToStereolitography;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateElementSet;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateNodeSet;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateParts;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateAllSymbols;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateReferencePoints;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateConstraints;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateLoads;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateBCs;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateContactPairs;
private System.Windows.Forms.ToolStripMenuItem tsmiColorAnnotations;
private System.Windows.Forms.ToolStripSeparator tsmiDividerColorAnnotations1;
private System.Windows.Forms.ToolStripSeparator tsmiDividerColorAnnotations2;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateSections;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateMaterials;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateSectionThicknesses;
private System.Windows.Forms.ToolStripMenuItem tsmiRemeshElements;
private System.Windows.Forms.ToolStripMenuItem tsmiFindStlEdgesByAngleForGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiFindEdgesByAngleForModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiToolsParts;
private System.Windows.Forms.ToolStripMenuItem tsmiPropagateBC;
private System.Windows.Forms.ToolStripMenuItem tsmiPropagateHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiPropagateFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiPropagateLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiCropStlPartWithCube;
private System.Windows.Forms.ToolStripMenuItem tsmiSwapGeometryPartGeometries;
private System.Windows.Forms.ToolStripButton tsbExplodedView;
private System.Windows.Forms.ToolStripMenuItem tsmiExplodedView;
private System.Windows.Forms.ToolStripMenuItem tsmiInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiEditInitialCondition;
private System.Windows.Forms.ToolStripSeparator tsmiDividerInitialCondition1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiEditDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiPropagateDefinedField;
private System.Windows.Forms.ToolStripSeparator tsmiDividerDefinedField1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiSearchContactPairs;
private System.Windows.Forms.ToolStripSeparator tsmiDividerInteraction1;
private System.Windows.Forms.ToolStripMenuItem tsmiSwapMasterSlaveConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiMergeByMasterSlaveConstraint;
private System.Windows.Forms.ToolStripSeparator tsmiDividerConstraint3;
private System.Windows.Forms.ToolStripMenuItem tsmiSwapMasterSlaveContactPair;
private System.Windows.Forms.ToolStripMenuItem tsmiMergeByMasterSlaveContactPair;
private System.Windows.Forms.ToolStripSeparator tsmiDividerContactPair3;
private System.Windows.Forms.ToolStripMenuItem tsmiTransformGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiScaleGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiElement;
private System.Windows.Forms.ToolStripMenuItem tsmiRenumberAllElements;
private System.Windows.Forms.ToolStripMenuItem tsmiStlPart;
private System.Windows.Forms.ToolStripMenuItem cADPartToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiFlipStlPartFaceNormal;
private System.Windows.Forms.ToolStripMenuItem tsmiSmoothStlPart;
private System.Windows.Forms.ToolStripMenuItem tsmiRegenerateCompoundPart;
private System.Windows.Forms.ToolStripMenuItem tsmiResultFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteResultFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiResultHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateResultHistoryOutput;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultHistoryOutput1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteResultHistoryOutput;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResults2;
private System.Windows.Forms.ToolStripSeparator tsmiDividerExport1;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToDeformedInp;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToDeformedStl;
private System.Windows.Forms.ToolStripSeparator tsmiDividerExport2;
private System.Windows.Forms.ToolStripMenuItem tsmiUpdateNodalCoordinatesFromFile;
private System.Windows.Forms.ToolStripMenuItem tsmiImportMaterial;
private System.Windows.Forms.ToolStripMenuItem tsmiExportMaterial;
private System.Windows.Forms.ToolStripSeparator tsmiDividerMaterial2;
private System.Windows.Forms.ToolStripMenuItem tsmiAmplitude;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateAmplitude;
private System.Windows.Forms.ToolStripMenuItem tsmiEditAmplitude;
private System.Windows.Forms.ToolStripSeparator tsmiDividerAmplitude1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteAmplitude;
private UserControls.AnnotationEditor aeAnnotationTextEditor;
private System.Windows.Forms.ContextMenuStrip cmsAnnotation;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteAnnotation;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotationSettings;
private System.Windows.Forms.ToolStripSeparator tsmiDividerAnnotation1;
private System.Windows.Forms.ToolStripMenuItem tsmiEditAnnotation;
private System.Windows.Forms.ToolStripMenuItem tsmiResetAnnotation;
private System.Windows.Forms.ToolStripSeparator tsmiDividerAnnotation2;
private System.Windows.Forms.ToolStripLabel tslDeformationVariable;
private System.Windows.Forms.ToolStripComboBox tscbDeformationVariable;
private System.Windows.Forms.ToolStripLabel tslDeformationType;
private System.Windows.Forms.ToolStripComboBox tscbDeformationType;
private UserControls.UnitAwareToolStripTextBox tstbDeformationFactor;
private System.Windows.Forms.ToolStripLabel tslDeformationFactor;
private System.Windows.Forms.ToolStripButton tsbQuery;
private System.Windows.Forms.ToolStripButton tsbRemoveAnnotations;
private System.Windows.Forms.ToolStripLabel tslResultName;
private System.Windows.Forms.ToolStripComboBox tscbResultNames;
private System.Windows.Forms.ToolStripMenuItem tsmiCloseCurrentResult;
private System.Windows.Forms.ToolStripButton tsbResultsUndeformedWireframe;
private System.Windows.Forms.ToolStripButton tsbResultsUndeformedSolid;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem tsmiPreviewLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiPreviewInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiPreviewDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiCheckModel;
private System.Windows.Forms.ToolStripMenuItem tsmiFind;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripLabel tslComplex;
private System.Windows.Forms.ToolStripComboBox tscbComplex;
private System.Windows.Forms.ToolStripLabel tslAngle;
private UserControls.UnitAwareToolStripTextBox tstbAngle;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateResultFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiEditResultFieldOutput;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultFieldOutput1;
private System.Windows.Forms.ToolStripMenuItem tsmiAppendResults;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResults3;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateConstraint;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsDeformedColorWireframe;
private System.Windows.Forms.ToolStripMenuItem tsmiResultsDeformedColorSolid;
private System.Windows.Forms.ToolStripSeparator tsmiDividerTools1;
private System.Windows.Forms.ToolStripMenuItem tsmiParameters;
private System.Windows.Forms.ToolStripSeparator tsmiDividerTools2;
private System.Windows.Forms.ToolStripMenuItem tsmiRegenerateHistoryWithRemeshing;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateSection;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateModelReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateSurface;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateContactPair;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateAmplitude;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateLoad;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateFieldOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateBC;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateAnalysis;
private System.Windows.Forms.ToolStripMenuItem tsmiMeshSetupItem;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateMeshSetupItem;
private System.Windows.Forms.ToolStripMenuItem tsmiEditMeshSetupItem;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateMeshSetupItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteMeshSetupItem;
private System.Windows.Forms.ToolStripMenuItem tsmiExportToGmshMesh;
private System.Windows.Forms.ToolStripMenuItem tsmiThickenShellMesh;
private System.Windows.Forms.ToolStripMenuItem tsmiEditHistory;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteStlPartFaces;
private System.Windows.Forms.ToolStripMenuItem tsmiSplitPartMeshUsingSurface;
private System.Windows.Forms.ToolStripMenuItem tsmiEditStepControls;
private System.Windows.Forms.ToolStripMenuItem tsmiModelFeatures;
private System.Windows.Forms.ToolStripMenuItem tsmiModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiEditModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateModelCoordinateSystem;
private System.Windows.Forms.ToolStripSeparator tsmiDividerModelCoordinateSystem1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiResultFeatures;
private System.Windows.Forms.ToolStripMenuItem tsmiResultReferencePoints;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateResultReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiEditResultReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateResultReferencePoint;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultReferencePoints1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteResultReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiResultCoordinateSystems;
private System.Windows.Forms.ToolStripMenuItem tsmiHideModelReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiShowModelReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyModelReferencePoint;
private System.Windows.Forms.ToolStripSeparator tsmiModelRP2;
private System.Windows.Forms.ToolStripMenuItem tsmiHideResultReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiShowResultReferencePoint;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyResultReferencePoint;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultReferencePoints2;
private System.Windows.Forms.ToolStripMenuItem tsmiHideModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiShowModelCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyModelCoordinateSystem;
private System.Windows.Forms.ToolStripSeparator tsmiDividerModelCoordinateSystem2;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiEditResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiHideResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiShowResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOnlyResultCoordinateSystem;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteResultCoordinateSystem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem tsmiEditResultHistoryOutput;
private System.Windows.Forms.ToolStripMenuItem tsmiExportResultHistoryOutput;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultHistoryOutput2;
private System.Windows.Forms.ToolStripMenuItem tsmiMergeResultPart;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem tsmiMergeCoincidentNodes;
private System.Windows.Forms.ToolStripMenuItem tsmiElementQuality;
private System.Windows.Forms.ToolStripMenuItem tsmiSetColorForGeometryParts;
private System.Windows.Forms.ToolStripMenuItem tsmiResetColorForGeometryParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerGeomPart4;
private System.Windows.Forms.ToolStripMenuItem tsmiSetColorForModelParts;
private System.Windows.Forms.ToolStripMenuItem tsmiResetColorForModelParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerPart4;
private System.Windows.Forms.ToolStripMenuItem tsmiSetColorForResultParts;
private System.Windows.Forms.ToolStripMenuItem tsmiResetColorForResultParts;
private System.Windows.Forms.ToolStripSeparator tsmiDividerResultPart4;
private System.Windows.Forms.ToolStripMenuItem tsmiDefeature;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateInitialConditions;
private System.Windows.Forms.ToolStripMenuItem tsmiHideInitialCondition;
private System.Windows.Forms.ToolStripMenuItem tsmiShowInitialCondition;
private System.Windows.Forms.ToolStripSeparator tsmiDividerInitialCondition2;
private System.Windows.Forms.ToolStripMenuItem tsmiHideDefinedField;
private System.Windows.Forms.ToolStripMenuItem tsmiShowDefinedField;
private System.Windows.Forms.ToolStripSeparator tsmiDividerDefinedField2;
private System.Windows.Forms.ToolStripMenuItem tsmiAnnotateDefinedFields;
private System.Windows.Forms.ToolStripMenuItem tsmiEditParameters;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem tsmiExportParameters;
private System.Windows.Forms.ToolStripMenuItem tsmiImportParameters;
private System.Windows.Forms.ToolStripMenuItem tsmiRunHistoryFile;
private System.Windows.Forms.ToolStripMenuItem tsmiConvertSolidToShellCAD;
private System.Windows.Forms.ToolStripMenuItem tsmiConvertShellToSolidCAD;
private System.Windows.Forms.ToolStripSeparator tsmiDividerCAD1;
private System.Windows.Forms.ToolStripSeparator tsmiDividerCAD2;
private System.Windows.Forms.ToolStripMenuItem tsmiDistribution;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateDistribution;
private System.Windows.Forms.ToolStripMenuItem tsmiEditDistribution;
private System.Windows.Forms.ToolStripMenuItem tsmiDuplicateDistribution;
private System.Windows.Forms.ToolStripSeparator tsmiDividerDistribution1;
private System.Windows.Forms.ToolStripMenuItem tsmiDeleteDistribution;
private System.Windows.Forms.ToolStripMenuItem tsmiPreviewBC;
private System.Windows.Forms.ToolStripMenuItem tsmiPreprocessing;
private System.Windows.Forms.ToolStripMenuItem tsmiFemModel;
private System.Windows.Forms.ToolStripMenuItem tsmiPostprocessing;
private System.Windows.Forms.ToolStripContainer toolStripContainer2;
private System.Windows.Forms.ToolStripContainer toolStripContainer3;
private System.Windows.Forms.ToolStripContainer toolStripContainer4;
private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建NToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
private System.Windows.Forms.ToolStripMenuItem 保存SToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 另存为AToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem 打印PToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打印预览VToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 撤消UToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重复RToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem 剪切TToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 复制CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 粘贴PToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem 全选AToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 工具TToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 自定义CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 选项OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 内容CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 索引IToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 搜索SToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem 关于AToolStripMenuItem;
private System.Windows.Forms.ToolStripContainer toolStripContainer5;
private System.Windows.Forms.ToolStripContainer toolStripContainer6;
private System.Windows.Forms.ToolStripContainer toolStripContainer7;
}
}