3ea05257eb
Add "Sheet Cut-Off" menu item to the Plate menu that activates ActionCutOff placement mode on the active PlateView. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1218 lines
64 KiB
C#
1218 lines
64 KiB
C#
namespace OpenNest.Forms
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
mnuFile = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuFileNew = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuFileSave = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuFileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuFileExport = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuFileExportAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuFileExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuEditCut = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuEditCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuEditPaste = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuEditSelectAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuView = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewDrawRapids = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewDrawBounds = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewDrawOffset = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuViewZoomTo = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomToArea = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomToFit = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomToPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomToSelected = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomIn = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuViewZoomOut = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuTools = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsMeasureArea = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsBestFitViewer = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsPatternTile = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlign = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlignLeft = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlignRight = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlignTop = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlignBottom = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuToolsAlignHorizontal = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsAlignVertically = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuToolsEvenlySpaceHorizontal = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuToolsEvenlySpaceVertical = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuSetOffsetIncrement = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuSetRotationIncrement = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuToolsOptions = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNest = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestImportDrawing = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuNestFirstPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestLastPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuNestNextPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestPreviousPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
|
|
runAutoNestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
autoSequenceAllPlatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestRemoveEmptyPlates = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuNestPost = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem19 = new System.Windows.Forms.ToolStripSeparator();
|
|
calculateCutTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlate = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateSetAsDefault = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuPlateAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateRemove = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuPlateFill = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateRotate = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateRotateCw = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateRotateCcw = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuPlateRotate180 = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuResizeToFitParts = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuPlateViewInCad = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem20 = new System.Windows.Forms.ToolStripSeparator();
|
|
mnuSequenceParts = new System.Windows.Forms.ToolStripMenuItem();
|
|
autoSequenceCurrentPlateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
manualSequenceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
calculateCutTimeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
centerPartsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuPlateCutOff = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuWindow = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuWindowCascade = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuWindowTileVertical = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuWindowTileHorizontal = new System.Windows.Forms.ToolStripMenuItem();
|
|
toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
|
|
closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
mnuCloseAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
locationStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
spacerLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
plateIndexStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
plateSizeStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
plateQtyStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
plateUtilStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
gpuStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
selectionStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
btnNew = new System.Windows.Forms.ToolStripButton();
|
|
btnOpen = new System.Windows.Forms.ToolStripButton();
|
|
btnSave = new System.Windows.Forms.ToolStripButton();
|
|
btnSaveAs = new System.Windows.Forms.ToolStripButton();
|
|
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
btnZoomOut = new System.Windows.Forms.ToolStripButton();
|
|
btnZoomIn = new System.Windows.Forms.ToolStripButton();
|
|
btnZoomToFit = new System.Windows.Forms.ToolStripButton();
|
|
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
engineLabel = new System.Windows.Forms.ToolStripLabel();
|
|
engineComboBox = new System.Windows.Forms.ToolStripComboBox();
|
|
btnAutoNest = new System.Windows.Forms.ToolStripButton();
|
|
btnShowRemnants = new System.Windows.Forms.ToolStripButton();
|
|
pEPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
openNestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
menuStrip1.SuspendLayout();
|
|
statusStrip1.SuspendLayout();
|
|
toolStrip1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuFile, mnuEdit, mnuView, mnuTools, mnuNest, mnuPlate, mnuWindow });
|
|
menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
menuStrip1.Name = "menuStrip1";
|
|
menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
|
|
menuStrip1.Size = new System.Drawing.Size(1281, 24);
|
|
menuStrip1.TabIndex = 7;
|
|
menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// mnuFile
|
|
//
|
|
mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuFileNew, mnuFileOpen, toolStripMenuItem1, mnuFileSave, mnuFileSaveAs, toolStripMenuItem2, mnuFileExport, mnuFileExportAll, toolStripMenuItem3, mnuFileExit });
|
|
mnuFile.Name = "mnuFile";
|
|
mnuFile.Size = new System.Drawing.Size(37, 20);
|
|
mnuFile.Text = "&File";
|
|
//
|
|
// mnuFileNew
|
|
//
|
|
mnuFileNew.Image = Properties.Resources.doc_new;
|
|
mnuFileNew.Name = "mnuFileNew";
|
|
mnuFileNew.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N;
|
|
mnuFileNew.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileNew.Text = "New";
|
|
mnuFileNew.Click += New_Click;
|
|
//
|
|
// mnuFileOpen
|
|
//
|
|
mnuFileOpen.Image = Properties.Resources.doc_open;
|
|
mnuFileOpen.Name = "mnuFileOpen";
|
|
mnuFileOpen.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O;
|
|
mnuFileOpen.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileOpen.Text = "Open";
|
|
mnuFileOpen.Click += Open_Click;
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
toolStripMenuItem1.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// mnuFileSave
|
|
//
|
|
mnuFileSave.Enabled = false;
|
|
mnuFileSave.Image = Properties.Resources.save;
|
|
mnuFileSave.Name = "mnuFileSave";
|
|
mnuFileSave.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S;
|
|
mnuFileSave.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileSave.Text = "Save";
|
|
mnuFileSave.Click += Save_Click;
|
|
//
|
|
// mnuFileSaveAs
|
|
//
|
|
mnuFileSaveAs.Enabled = false;
|
|
mnuFileSaveAs.Image = Properties.Resources.save_as;
|
|
mnuFileSaveAs.Name = "mnuFileSaveAs";
|
|
mnuFileSaveAs.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileSaveAs.Text = "Save As";
|
|
mnuFileSaveAs.Click += SaveAs_Click;
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
toolStripMenuItem2.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// mnuFileExport
|
|
//
|
|
mnuFileExport.Name = "mnuFileExport";
|
|
mnuFileExport.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileExport.Text = "Export";
|
|
mnuFileExport.Click += Export_Click;
|
|
//
|
|
// mnuFileExportAll
|
|
//
|
|
mnuFileExportAll.Name = "mnuFileExportAll";
|
|
mnuFileExportAll.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileExportAll.Text = "Export All";
|
|
mnuFileExportAll.Click += ExportAll_Click;
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
toolStripMenuItem3.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// mnuFileExit
|
|
//
|
|
mnuFileExit.Name = "mnuFileExit";
|
|
mnuFileExit.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q;
|
|
mnuFileExit.Size = new System.Drawing.Size(146, 22);
|
|
mnuFileExit.Text = "Exit";
|
|
mnuFileExit.Click += Exit_Click;
|
|
//
|
|
// mnuEdit
|
|
//
|
|
mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuEditCut, mnuEditCopy, mnuEditPaste, toolStripMenuItem4, mnuEditSelectAll });
|
|
mnuEdit.Name = "mnuEdit";
|
|
mnuEdit.Size = new System.Drawing.Size(39, 20);
|
|
mnuEdit.Text = "&Edit";
|
|
//
|
|
// mnuEditCut
|
|
//
|
|
mnuEditCut.Name = "mnuEditCut";
|
|
mnuEditCut.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X;
|
|
mnuEditCut.Size = new System.Drawing.Size(164, 22);
|
|
mnuEditCut.Text = "Cut";
|
|
mnuEditCut.Click += EditCut_Click;
|
|
//
|
|
// mnuEditCopy
|
|
//
|
|
mnuEditCopy.Name = "mnuEditCopy";
|
|
mnuEditCopy.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C;
|
|
mnuEditCopy.Size = new System.Drawing.Size(164, 22);
|
|
mnuEditCopy.Text = "Copy";
|
|
mnuEditCopy.Click += EditCopy_Click;
|
|
//
|
|
// mnuEditPaste
|
|
//
|
|
mnuEditPaste.Enabled = false;
|
|
mnuEditPaste.Name = "mnuEditPaste";
|
|
mnuEditPaste.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V;
|
|
mnuEditPaste.Size = new System.Drawing.Size(164, 22);
|
|
mnuEditPaste.Text = "Paste";
|
|
mnuEditPaste.Visible = false;
|
|
mnuEditPaste.Click += EditPaste_Click;
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
toolStripMenuItem4.Size = new System.Drawing.Size(161, 6);
|
|
//
|
|
// mnuEditSelectAll
|
|
//
|
|
mnuEditSelectAll.Name = "mnuEditSelectAll";
|
|
mnuEditSelectAll.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A;
|
|
mnuEditSelectAll.Size = new System.Drawing.Size(164, 22);
|
|
mnuEditSelectAll.Text = "Select All";
|
|
mnuEditSelectAll.Click += EditSelectAll_Click;
|
|
//
|
|
// mnuView
|
|
//
|
|
mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuViewDrawRapids, mnuViewDrawBounds, mnuViewDrawOffset, toolStripMenuItem5, mnuViewZoomTo, mnuViewZoomIn, mnuViewZoomOut });
|
|
mnuView.Name = "mnuView";
|
|
mnuView.Size = new System.Drawing.Size(44, 20);
|
|
mnuView.Text = "&View";
|
|
//
|
|
// mnuViewDrawRapids
|
|
//
|
|
mnuViewDrawRapids.Name = "mnuViewDrawRapids";
|
|
mnuViewDrawRapids.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewDrawRapids.Text = "Draw Rapids";
|
|
mnuViewDrawRapids.Click += ToggleDrawRapids_Click;
|
|
//
|
|
// mnuViewDrawBounds
|
|
//
|
|
mnuViewDrawBounds.CheckOnClick = true;
|
|
mnuViewDrawBounds.Name = "mnuViewDrawBounds";
|
|
mnuViewDrawBounds.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewDrawBounds.Text = "Draw Bounds";
|
|
mnuViewDrawBounds.Click += ToggleDrawBounds_Click;
|
|
//
|
|
// mnuViewDrawOffset
|
|
//
|
|
mnuViewDrawOffset.CheckOnClick = true;
|
|
mnuViewDrawOffset.Name = "mnuViewDrawOffset";
|
|
mnuViewDrawOffset.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewDrawOffset.Text = "Draw Offset";
|
|
mnuViewDrawOffset.Click += ToggleDrawOffset_Click;
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
toolStripMenuItem5.Size = new System.Drawing.Size(219, 6);
|
|
//
|
|
// mnuViewZoomTo
|
|
//
|
|
mnuViewZoomTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuViewZoomToArea, mnuViewZoomToFit, mnuViewZoomToPlate, mnuViewZoomToSelected });
|
|
mnuViewZoomTo.Name = "mnuViewZoomTo";
|
|
mnuViewZoomTo.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewZoomTo.Text = "Zoom To";
|
|
//
|
|
// mnuViewZoomToArea
|
|
//
|
|
mnuViewZoomToArea.Name = "mnuViewZoomToArea";
|
|
mnuViewZoomToArea.Size = new System.Drawing.Size(118, 22);
|
|
mnuViewZoomToArea.Text = "Area";
|
|
mnuViewZoomToArea.Click += ZoomToArea_Click;
|
|
//
|
|
// mnuViewZoomToFit
|
|
//
|
|
mnuViewZoomToFit.Image = Properties.Resources.zoom_all;
|
|
mnuViewZoomToFit.Name = "mnuViewZoomToFit";
|
|
mnuViewZoomToFit.Size = new System.Drawing.Size(118, 22);
|
|
mnuViewZoomToFit.Text = "Fit";
|
|
mnuViewZoomToFit.Click += ZoomToFit_Click;
|
|
//
|
|
// mnuViewZoomToPlate
|
|
//
|
|
mnuViewZoomToPlate.Name = "mnuViewZoomToPlate";
|
|
mnuViewZoomToPlate.Size = new System.Drawing.Size(118, 22);
|
|
mnuViewZoomToPlate.Text = "Plate";
|
|
mnuViewZoomToPlate.Click += ZoomToPlate_Click;
|
|
//
|
|
// mnuViewZoomToSelected
|
|
//
|
|
mnuViewZoomToSelected.Name = "mnuViewZoomToSelected";
|
|
mnuViewZoomToSelected.Size = new System.Drawing.Size(118, 22);
|
|
mnuViewZoomToSelected.Text = "Selected";
|
|
mnuViewZoomToSelected.Click += ZoomToSelected_Click;
|
|
//
|
|
// mnuViewZoomIn
|
|
//
|
|
mnuViewZoomIn.Image = Properties.Resources.zoom_in;
|
|
mnuViewZoomIn.Name = "mnuViewZoomIn";
|
|
mnuViewZoomIn.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Oemplus;
|
|
mnuViewZoomIn.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewZoomIn.Text = "Zoom In";
|
|
mnuViewZoomIn.Click += ZoomIn_Click;
|
|
//
|
|
// mnuViewZoomOut
|
|
//
|
|
mnuViewZoomOut.Image = Properties.Resources.zoom_out;
|
|
mnuViewZoomOut.Name = "mnuViewZoomOut";
|
|
mnuViewZoomOut.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemMinus;
|
|
mnuViewZoomOut.Size = new System.Drawing.Size(222, 22);
|
|
mnuViewZoomOut.Text = "Zoom Out";
|
|
mnuViewZoomOut.Click += ZoomOut_Click;
|
|
//
|
|
// mnuTools
|
|
//
|
|
mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuToolsMeasureArea, mnuToolsBestFitViewer, mnuToolsPatternTile, mnuToolsAlign, toolStripMenuItem14, mnuSetOffsetIncrement, mnuSetRotationIncrement, toolStripMenuItem15, mnuToolsOptions });
|
|
mnuTools.Name = "mnuTools";
|
|
mnuTools.Size = new System.Drawing.Size(47, 20);
|
|
mnuTools.Text = "&Tools";
|
|
//
|
|
// mnuToolsMeasureArea
|
|
//
|
|
mnuToolsMeasureArea.Name = "mnuToolsMeasureArea";
|
|
mnuToolsMeasureArea.Size = new System.Drawing.Size(214, 22);
|
|
mnuToolsMeasureArea.Text = "Measure Area";
|
|
mnuToolsMeasureArea.Click += MeasureArea_Click;
|
|
//
|
|
// mnuToolsBestFitViewer
|
|
//
|
|
mnuToolsBestFitViewer.Name = "mnuToolsBestFitViewer";
|
|
mnuToolsBestFitViewer.Size = new System.Drawing.Size(214, 22);
|
|
mnuToolsBestFitViewer.Text = "Best-Fit Viewer";
|
|
mnuToolsBestFitViewer.Click += BestFitViewer_Click;
|
|
//
|
|
// mnuToolsPatternTile
|
|
//
|
|
this.mnuToolsPatternTile.Name = "mnuToolsPatternTile";
|
|
this.mnuToolsPatternTile.Size = new System.Drawing.Size(214, 22);
|
|
this.mnuToolsPatternTile.Text = "Pattern Tile";
|
|
this.mnuToolsPatternTile.Click += PatternTile_Click;
|
|
//
|
|
// mnuToolsAlign
|
|
//
|
|
mnuToolsAlign.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuToolsAlignLeft, mnuToolsAlignRight, mnuToolsAlignTop, mnuToolsAlignBottom, toolStripMenuItem11, mnuToolsAlignHorizontal, mnuToolsAlignVertically, toolStripMenuItem8, mnuToolsEvenlySpaceHorizontal, mnuToolsEvenlySpaceVertical });
|
|
mnuToolsAlign.Name = "mnuToolsAlign";
|
|
mnuToolsAlign.Size = new System.Drawing.Size(214, 22);
|
|
mnuToolsAlign.Text = "Align Selected";
|
|
//
|
|
// mnuToolsAlignLeft
|
|
//
|
|
mnuToolsAlignLeft.Name = "mnuToolsAlignLeft";
|
|
mnuToolsAlignLeft.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignLeft.Text = "Left";
|
|
mnuToolsAlignLeft.Click += AlignLeft_Click;
|
|
//
|
|
// mnuToolsAlignRight
|
|
//
|
|
mnuToolsAlignRight.Name = "mnuToolsAlignRight";
|
|
mnuToolsAlignRight.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignRight.Text = "Right";
|
|
mnuToolsAlignRight.Click += AlignRight_Click;
|
|
//
|
|
// mnuToolsAlignTop
|
|
//
|
|
mnuToolsAlignTop.Name = "mnuToolsAlignTop";
|
|
mnuToolsAlignTop.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignTop.Text = "Top";
|
|
mnuToolsAlignTop.Click += AlignTop_Click;
|
|
//
|
|
// mnuToolsAlignBottom
|
|
//
|
|
mnuToolsAlignBottom.Name = "mnuToolsAlignBottom";
|
|
mnuToolsAlignBottom.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignBottom.Text = "Bottom";
|
|
mnuToolsAlignBottom.Click += AlignBottom_Click;
|
|
//
|
|
// toolStripMenuItem11
|
|
//
|
|
toolStripMenuItem11.Name = "toolStripMenuItem11";
|
|
toolStripMenuItem11.Size = new System.Drawing.Size(206, 6);
|
|
//
|
|
// mnuToolsAlignHorizontal
|
|
//
|
|
mnuToolsAlignHorizontal.Name = "mnuToolsAlignHorizontal";
|
|
mnuToolsAlignHorizontal.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignHorizontal.Text = "Horizontally";
|
|
mnuToolsAlignHorizontal.Click += AlignHorizontal_Click;
|
|
//
|
|
// mnuToolsAlignVertically
|
|
//
|
|
mnuToolsAlignVertically.Name = "mnuToolsAlignVertically";
|
|
mnuToolsAlignVertically.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsAlignVertically.Text = "Vertically";
|
|
mnuToolsAlignVertically.Click += AlignVertical_Click;
|
|
//
|
|
// toolStripMenuItem8
|
|
//
|
|
toolStripMenuItem8.Name = "toolStripMenuItem8";
|
|
toolStripMenuItem8.Size = new System.Drawing.Size(206, 6);
|
|
//
|
|
// mnuToolsEvenlySpaceHorizontal
|
|
//
|
|
mnuToolsEvenlySpaceHorizontal.Name = "mnuToolsEvenlySpaceHorizontal";
|
|
mnuToolsEvenlySpaceHorizontal.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsEvenlySpaceHorizontal.Text = "Evenly Space Horizontally";
|
|
mnuToolsEvenlySpaceHorizontal.Click += EvenlySpaceHorizontally_Click;
|
|
//
|
|
// mnuToolsEvenlySpaceVertical
|
|
//
|
|
mnuToolsEvenlySpaceVertical.Name = "mnuToolsEvenlySpaceVertical";
|
|
mnuToolsEvenlySpaceVertical.Size = new System.Drawing.Size(209, 22);
|
|
mnuToolsEvenlySpaceVertical.Text = "Evenly Space Vertically";
|
|
mnuToolsEvenlySpaceVertical.Click += EvenlySpaceVertically_Click;
|
|
//
|
|
// toolStripMenuItem14
|
|
//
|
|
toolStripMenuItem14.Name = "toolStripMenuItem14";
|
|
toolStripMenuItem14.Size = new System.Drawing.Size(211, 6);
|
|
//
|
|
// mnuSetOffsetIncrement
|
|
//
|
|
mnuSetOffsetIncrement.Name = "mnuSetOffsetIncrement";
|
|
mnuSetOffsetIncrement.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
|
mnuSetOffsetIncrement.Size = new System.Drawing.Size(214, 22);
|
|
mnuSetOffsetIncrement.Text = "Set Offset Increment";
|
|
mnuSetOffsetIncrement.Click += SetOffsetIncrement_Click;
|
|
//
|
|
// mnuSetRotationIncrement
|
|
//
|
|
mnuSetRotationIncrement.Name = "mnuSetRotationIncrement";
|
|
mnuSetRotationIncrement.ShortcutKeys = System.Windows.Forms.Keys.F6;
|
|
mnuSetRotationIncrement.Size = new System.Drawing.Size(214, 22);
|
|
mnuSetRotationIncrement.Text = "Set Rotation Increment";
|
|
mnuSetRotationIncrement.Click += SetRotationIncrement_Click;
|
|
//
|
|
// toolStripMenuItem15
|
|
//
|
|
toolStripMenuItem15.Name = "toolStripMenuItem15";
|
|
toolStripMenuItem15.Size = new System.Drawing.Size(211, 6);
|
|
//
|
|
// mnuToolsOptions
|
|
//
|
|
mnuToolsOptions.Name = "mnuToolsOptions";
|
|
mnuToolsOptions.Size = new System.Drawing.Size(214, 22);
|
|
mnuToolsOptions.Text = "Options";
|
|
mnuToolsOptions.Click += Options_Click;
|
|
//
|
|
// mnuNest
|
|
//
|
|
mnuNest.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuNestEdit, mnuNestImportDrawing, toolStripMenuItem7, mnuNestFirstPlate, mnuNestLastPlate, toolStripMenuItem6, mnuNestNextPlate, mnuNestPreviousPlate, toolStripMenuItem12, runAutoNestToolStripMenuItem, autoSequenceAllPlatesToolStripMenuItem, mnuNestRemoveEmptyPlates, mnuNestPost, toolStripMenuItem19, calculateCutTimeToolStripMenuItem });
|
|
mnuNest.Name = "mnuNest";
|
|
mnuNest.Size = new System.Drawing.Size(43, 20);
|
|
mnuNest.Text = "&Nest";
|
|
//
|
|
// mnuNestEdit
|
|
//
|
|
mnuNestEdit.Name = "mnuNestEdit";
|
|
mnuNestEdit.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestEdit.Text = "Edit";
|
|
mnuNestEdit.Click += EditNest_Click;
|
|
//
|
|
// mnuNestImportDrawing
|
|
//
|
|
mnuNestImportDrawing.Image = Properties.Resources.import;
|
|
mnuNestImportDrawing.Name = "mnuNestImportDrawing";
|
|
mnuNestImportDrawing.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestImportDrawing.Text = "Import Drawing";
|
|
mnuNestImportDrawing.Click += Import_Click;
|
|
//
|
|
// toolStripMenuItem7
|
|
//
|
|
toolStripMenuItem7.Name = "toolStripMenuItem7";
|
|
toolStripMenuItem7.Size = new System.Drawing.Size(202, 6);
|
|
//
|
|
// mnuNestFirstPlate
|
|
//
|
|
mnuNestFirstPlate.Image = Properties.Resources.move_first;
|
|
mnuNestFirstPlate.Name = "mnuNestFirstPlate";
|
|
mnuNestFirstPlate.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestFirstPlate.Text = "First Plate";
|
|
mnuNestFirstPlate.Click += LoadFirstPlate_Click;
|
|
//
|
|
// mnuNestLastPlate
|
|
//
|
|
mnuNestLastPlate.Image = Properties.Resources.move_last;
|
|
mnuNestLastPlate.Name = "mnuNestLastPlate";
|
|
mnuNestLastPlate.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestLastPlate.Text = "Last Plate";
|
|
mnuNestLastPlate.Click += LoadLastPlate_Click;
|
|
//
|
|
// toolStripMenuItem6
|
|
//
|
|
toolStripMenuItem6.Name = "toolStripMenuItem6";
|
|
toolStripMenuItem6.Size = new System.Drawing.Size(202, 6);
|
|
//
|
|
// mnuNestNextPlate
|
|
//
|
|
mnuNestNextPlate.Image = Properties.Resources.move_next;
|
|
mnuNestNextPlate.Name = "mnuNestNextPlate";
|
|
mnuNestNextPlate.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Right;
|
|
mnuNestNextPlate.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestNextPlate.Text = "Next Plate";
|
|
mnuNestNextPlate.Click += LoadNextPlate_Click;
|
|
//
|
|
// mnuNestPreviousPlate
|
|
//
|
|
mnuNestPreviousPlate.Image = Properties.Resources.move_previous;
|
|
mnuNestPreviousPlate.Name = "mnuNestPreviousPlate";
|
|
mnuNestPreviousPlate.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Left;
|
|
mnuNestPreviousPlate.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestPreviousPlate.Text = "Previous Plate";
|
|
mnuNestPreviousPlate.Click += LoadPreviousPlate_Click;
|
|
//
|
|
// toolStripMenuItem12
|
|
//
|
|
toolStripMenuItem12.Name = "toolStripMenuItem12";
|
|
toolStripMenuItem12.Size = new System.Drawing.Size(202, 6);
|
|
//
|
|
// runAutoNestToolStripMenuItem
|
|
//
|
|
runAutoNestToolStripMenuItem.Name = "runAutoNestToolStripMenuItem";
|
|
runAutoNestToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
runAutoNestToolStripMenuItem.Text = "Auto Nest";
|
|
runAutoNestToolStripMenuItem.Click += RunAutoNest_Click;
|
|
//
|
|
// autoSequenceAllPlatesToolStripMenuItem
|
|
//
|
|
autoSequenceAllPlatesToolStripMenuItem.Name = "autoSequenceAllPlatesToolStripMenuItem";
|
|
autoSequenceAllPlatesToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
autoSequenceAllPlatesToolStripMenuItem.Text = "Auto Sequence All Plates";
|
|
autoSequenceAllPlatesToolStripMenuItem.Click += SequenceAllPlates_Click;
|
|
//
|
|
// mnuNestRemoveEmptyPlates
|
|
//
|
|
mnuNestRemoveEmptyPlates.Name = "mnuNestRemoveEmptyPlates";
|
|
mnuNestRemoveEmptyPlates.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestRemoveEmptyPlates.Text = "Remove Empty Plates";
|
|
mnuNestRemoveEmptyPlates.Click += RemoveEmptyPlates_Click;
|
|
//
|
|
// mnuNestPost
|
|
//
|
|
mnuNestPost.Name = "mnuNestPost";
|
|
mnuNestPost.Size = new System.Drawing.Size(205, 22);
|
|
mnuNestPost.Text = "Post";
|
|
//
|
|
// toolStripMenuItem19
|
|
//
|
|
toolStripMenuItem19.Name = "toolStripMenuItem19";
|
|
toolStripMenuItem19.Size = new System.Drawing.Size(202, 6);
|
|
//
|
|
// calculateCutTimeToolStripMenuItem
|
|
//
|
|
calculateCutTimeToolStripMenuItem.Name = "calculateCutTimeToolStripMenuItem";
|
|
calculateCutTimeToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
calculateCutTimeToolStripMenuItem.Text = "Calculate Cut Time";
|
|
calculateCutTimeToolStripMenuItem.Click += CalculateNestCutTime_Click;
|
|
//
|
|
// mnuPlate
|
|
//
|
|
mnuPlate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuPlateEdit, mnuPlateSetAsDefault, toolStripMenuItem18, mnuPlateAdd, mnuPlateRemove, toolStripMenuItem16, mnuPlateFill, toolStripMenuItem9, mnuPlateCutOff, mnuPlateRotate, mnuResizeToFitParts, toolStripMenuItem13, mnuPlateViewInCad, toolStripMenuItem20, mnuSequenceParts, calculateCutTimeToolStripMenuItem1, centerPartsToolStripMenuItem });
|
|
mnuPlate.Name = "mnuPlate";
|
|
mnuPlate.Size = new System.Drawing.Size(45, 20);
|
|
mnuPlate.Text = "&Plate";
|
|
//
|
|
// mnuPlateEdit
|
|
//
|
|
mnuPlateEdit.Name = "mnuPlateEdit";
|
|
mnuPlateEdit.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateEdit.Text = "Edit";
|
|
mnuPlateEdit.Click += EditPlate_Click;
|
|
//
|
|
// mnuPlateSetAsDefault
|
|
//
|
|
mnuPlateSetAsDefault.Name = "mnuPlateSetAsDefault";
|
|
mnuPlateSetAsDefault.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateSetAsDefault.Text = "Set as Default";
|
|
mnuPlateSetAsDefault.Click += SetAsNestDefault_Click;
|
|
//
|
|
// toolStripMenuItem18
|
|
//
|
|
toolStripMenuItem18.Name = "toolStripMenuItem18";
|
|
toolStripMenuItem18.Size = new System.Drawing.Size(174, 6);
|
|
//
|
|
// mnuPlateAdd
|
|
//
|
|
mnuPlateAdd.Image = Properties.Resources.add;
|
|
mnuPlateAdd.Name = "mnuPlateAdd";
|
|
mnuPlateAdd.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateAdd.Text = "Add";
|
|
mnuPlateAdd.Click += AddPlate_Click;
|
|
//
|
|
// mnuPlateRemove
|
|
//
|
|
mnuPlateRemove.Image = Properties.Resources.remove;
|
|
mnuPlateRemove.Name = "mnuPlateRemove";
|
|
mnuPlateRemove.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateRemove.Text = "Remove";
|
|
mnuPlateRemove.Click += RemovePlate_Click;
|
|
//
|
|
// toolStripMenuItem16
|
|
//
|
|
toolStripMenuItem16.Name = "toolStripMenuItem16";
|
|
toolStripMenuItem16.Size = new System.Drawing.Size(174, 6);
|
|
//
|
|
// mnuPlateFill
|
|
//
|
|
mnuPlateFill.Name = "mnuPlateFill";
|
|
mnuPlateFill.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateFill.Text = "Fill";
|
|
mnuPlateFill.Click += FillPlate_Click;
|
|
//
|
|
// toolStripMenuItem9
|
|
//
|
|
toolStripMenuItem9.Name = "toolStripMenuItem9";
|
|
toolStripMenuItem9.Size = new System.Drawing.Size(177, 22);
|
|
toolStripMenuItem9.Text = "Fill Area";
|
|
toolStripMenuItem9.Click += FillArea_Click;
|
|
//
|
|
// mnuPlateCutOff
|
|
//
|
|
mnuPlateCutOff.Name = "mnuPlateCutOff";
|
|
mnuPlateCutOff.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateCutOff.Text = "Sheet Cut-Off";
|
|
mnuPlateCutOff.Click += CutOff_Click;
|
|
//
|
|
// mnuPlateRotate
|
|
//
|
|
mnuPlateRotate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuPlateRotateCw, mnuPlateRotateCcw, toolStripSeparator2, mnuPlateRotate180 });
|
|
mnuPlateRotate.Name = "mnuPlateRotate";
|
|
mnuPlateRotate.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateRotate.Text = "Rotate";
|
|
//
|
|
// mnuPlateRotateCw
|
|
//
|
|
mnuPlateRotateCw.Image = Properties.Resources.rotate_cw;
|
|
mnuPlateRotateCw.Name = "mnuPlateRotateCw";
|
|
mnuPlateRotateCw.Size = new System.Drawing.Size(121, 22);
|
|
mnuPlateRotateCw.Text = "90° CW";
|
|
mnuPlateRotateCw.Click += RotateCw_Click;
|
|
//
|
|
// mnuPlateRotateCcw
|
|
//
|
|
mnuPlateRotateCcw.Image = Properties.Resources.rotate_ccw;
|
|
mnuPlateRotateCcw.Name = "mnuPlateRotateCcw";
|
|
mnuPlateRotateCcw.Size = new System.Drawing.Size(121, 22);
|
|
mnuPlateRotateCcw.Text = "90° CCW";
|
|
mnuPlateRotateCcw.Click += RotateCcw_Click;
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
toolStripSeparator2.Name = "toolStripSeparator2";
|
|
toolStripSeparator2.Size = new System.Drawing.Size(118, 6);
|
|
//
|
|
// mnuPlateRotate180
|
|
//
|
|
mnuPlateRotate180.Name = "mnuPlateRotate180";
|
|
mnuPlateRotate180.Size = new System.Drawing.Size(121, 22);
|
|
mnuPlateRotate180.Text = "180°";
|
|
mnuPlateRotate180.Click += Rotate180_Click;
|
|
//
|
|
// mnuResizeToFitParts
|
|
//
|
|
mnuResizeToFitParts.Name = "mnuResizeToFitParts";
|
|
mnuResizeToFitParts.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P;
|
|
mnuResizeToFitParts.Size = new System.Drawing.Size(177, 22);
|
|
mnuResizeToFitParts.Text = "Resize to Fit";
|
|
mnuResizeToFitParts.Click += ResizeToFitParts_Click;
|
|
//
|
|
// toolStripMenuItem13
|
|
//
|
|
toolStripMenuItem13.Name = "toolStripMenuItem13";
|
|
toolStripMenuItem13.Size = new System.Drawing.Size(174, 6);
|
|
//
|
|
// mnuPlateViewInCad
|
|
//
|
|
mnuPlateViewInCad.Name = "mnuPlateViewInCad";
|
|
mnuPlateViewInCad.Size = new System.Drawing.Size(177, 22);
|
|
mnuPlateViewInCad.Text = "View in CAD";
|
|
mnuPlateViewInCad.Click += OpenInExternalCad_Click;
|
|
//
|
|
// toolStripMenuItem20
|
|
//
|
|
toolStripMenuItem20.Name = "toolStripMenuItem20";
|
|
toolStripMenuItem20.Size = new System.Drawing.Size(174, 6);
|
|
//
|
|
// mnuSequenceParts
|
|
//
|
|
mnuSequenceParts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { autoSequenceCurrentPlateToolStripMenuItem, manualSequenceToolStripMenuItem });
|
|
mnuSequenceParts.Name = "mnuSequenceParts";
|
|
mnuSequenceParts.Size = new System.Drawing.Size(177, 22);
|
|
mnuSequenceParts.Text = "Sequence Parts";
|
|
//
|
|
// autoSequenceCurrentPlateToolStripMenuItem
|
|
//
|
|
autoSequenceCurrentPlateToolStripMenuItem.Name = "autoSequenceCurrentPlateToolStripMenuItem";
|
|
autoSequenceCurrentPlateToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
|
autoSequenceCurrentPlateToolStripMenuItem.Text = "Auto Sequence";
|
|
autoSequenceCurrentPlateToolStripMenuItem.Click += AutoSequenceCurrentPlate_Click;
|
|
//
|
|
// manualSequenceToolStripMenuItem
|
|
//
|
|
manualSequenceToolStripMenuItem.Name = "manualSequenceToolStripMenuItem";
|
|
manualSequenceToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
|
manualSequenceToolStripMenuItem.Text = "Manual Sequence";
|
|
manualSequenceToolStripMenuItem.Click += ManualSequenceParts_Click;
|
|
//
|
|
// calculateCutTimeToolStripMenuItem1
|
|
//
|
|
calculateCutTimeToolStripMenuItem1.Name = "calculateCutTimeToolStripMenuItem1";
|
|
calculateCutTimeToolStripMenuItem1.Size = new System.Drawing.Size(177, 22);
|
|
calculateCutTimeToolStripMenuItem1.Text = "Calculate Cut Time";
|
|
calculateCutTimeToolStripMenuItem1.Click += CalculatePlateCutTime_Click;
|
|
//
|
|
// centerPartsToolStripMenuItem
|
|
//
|
|
centerPartsToolStripMenuItem.Name = "centerPartsToolStripMenuItem";
|
|
centerPartsToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
centerPartsToolStripMenuItem.Text = "Center Parts";
|
|
centerPartsToolStripMenuItem.Click += centerPartsToolStripMenuItem_Click;
|
|
//
|
|
// mnuWindow
|
|
//
|
|
mnuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuWindowCascade, mnuWindowTileVertical, mnuWindowTileHorizontal, toolStripMenuItem10, closeToolStripMenuItem, mnuCloseAll });
|
|
mnuWindow.Name = "mnuWindow";
|
|
mnuWindow.Size = new System.Drawing.Size(63, 20);
|
|
mnuWindow.Text = "&Window";
|
|
//
|
|
// mnuWindowCascade
|
|
//
|
|
mnuWindowCascade.Name = "mnuWindowCascade";
|
|
mnuWindowCascade.Size = new System.Drawing.Size(151, 22);
|
|
mnuWindowCascade.Text = "Cascade";
|
|
mnuWindowCascade.Click += CascadeWindows_Click;
|
|
//
|
|
// mnuWindowTileVertical
|
|
//
|
|
mnuWindowTileVertical.Name = "mnuWindowTileVertical";
|
|
mnuWindowTileVertical.Size = new System.Drawing.Size(151, 22);
|
|
mnuWindowTileVertical.Text = "Tile Vertical";
|
|
mnuWindowTileVertical.Click += TileVertical_Click;
|
|
//
|
|
// mnuWindowTileHorizontal
|
|
//
|
|
mnuWindowTileHorizontal.Name = "mnuWindowTileHorizontal";
|
|
mnuWindowTileHorizontal.Size = new System.Drawing.Size(151, 22);
|
|
mnuWindowTileHorizontal.Text = "Tile Horizontal";
|
|
mnuWindowTileHorizontal.Click += TileHorizontal_Click;
|
|
//
|
|
// toolStripMenuItem10
|
|
//
|
|
toolStripMenuItem10.Name = "toolStripMenuItem10";
|
|
toolStripMenuItem10.Size = new System.Drawing.Size(148, 6);
|
|
//
|
|
// closeToolStripMenuItem
|
|
//
|
|
closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
|
closeToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
closeToolStripMenuItem.Text = "Close";
|
|
closeToolStripMenuItem.Click += Close_Click;
|
|
//
|
|
// mnuCloseAll
|
|
//
|
|
mnuCloseAll.Name = "mnuCloseAll";
|
|
mnuCloseAll.Size = new System.Drawing.Size(151, 22);
|
|
mnuCloseAll.Text = "Close All";
|
|
mnuCloseAll.Click += CloseAll_Click;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { statusLabel1, locationStatusLabel, selectionStatusLabel, spacerLabel, plateIndexStatusLabel, plateSizeStatusLabel, plateQtyStatusLabel, plateUtilStatusLabel, gpuStatusLabel });
|
|
statusStrip1.Location = new System.Drawing.Point(0, 630);
|
|
statusStrip1.Name = "statusStrip1";
|
|
statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
|
|
statusStrip1.Size = new System.Drawing.Size(1281, 24);
|
|
statusStrip1.TabIndex = 9;
|
|
statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// statusLabel1
|
|
//
|
|
statusLabel1.Name = "statusLabel1";
|
|
statusLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
statusLabel1.Size = new System.Drawing.Size(10, 19);
|
|
//
|
|
// locationStatusLabel
|
|
//
|
|
locationStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
locationStatusLabel.Name = "locationStatusLabel";
|
|
locationStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
locationStatusLabel.Size = new System.Drawing.Size(102, 19);
|
|
locationStatusLabel.Text = "Location : [0, 0]";
|
|
locationStatusLabel.Click += LocationStatusLabel_Click;
|
|
//
|
|
// selectionStatusLabel
|
|
//
|
|
selectionStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
selectionStatusLabel.Name = "selectionStatusLabel";
|
|
selectionStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
selectionStatusLabel.Size = new System.Drawing.Size(14, 19);
|
|
//
|
|
// spacerLabel
|
|
//
|
|
spacerLabel.Name = "spacerLabel";
|
|
spacerLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
spacerLabel.Size = new System.Drawing.Size(931, 19);
|
|
spacerLabel.Spring = true;
|
|
//
|
|
// plateIndexStatusLabel
|
|
//
|
|
plateIndexStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
plateIndexStatusLabel.Name = "plateIndexStatusLabel";
|
|
plateIndexStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
plateIndexStatusLabel.Size = new System.Drawing.Size(85, 19);
|
|
plateIndexStatusLabel.Text = "Plate : 0 of 0";
|
|
//
|
|
// plateSizeStatusLabel
|
|
//
|
|
plateSizeStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
plateSizeStatusLabel.Name = "plateSizeStatusLabel";
|
|
plateSizeStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
plateSizeStatusLabel.Size = new System.Drawing.Size(67, 19);
|
|
plateSizeStatusLabel.Text = "Size : 0x0";
|
|
//
|
|
// plateQtyStatusLabel
|
|
//
|
|
plateQtyStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
plateQtyStatusLabel.Name = "plateQtyStatusLabel";
|
|
plateQtyStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
plateQtyStatusLabel.Size = new System.Drawing.Size(55, 19);
|
|
plateQtyStatusLabel.Text = "Qty : 0";
|
|
//
|
|
// plateUtilStatusLabel
|
|
//
|
|
plateUtilStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
plateUtilStatusLabel.Name = "plateUtilStatusLabel";
|
|
plateUtilStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
plateUtilStatusLabel.Size = new System.Drawing.Size(75, 19);
|
|
plateUtilStatusLabel.Text = "Util : 0.0%";
|
|
//
|
|
// gpuStatusLabel
|
|
//
|
|
gpuStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
gpuStatusLabel.Name = "gpuStatusLabel";
|
|
gpuStatusLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
gpuStatusLabel.Size = new System.Drawing.Size(14, 19);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
toolStrip1.AutoSize = false;
|
|
toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { btnNew, btnOpen, btnSave, btnSaveAs, toolStripSeparator1, btnZoomOut, btnZoomIn, btnZoomToFit, toolStripSeparator4, engineLabel, engineComboBox, btnAutoNest, btnShowRemnants });
|
|
toolStrip1.Location = new System.Drawing.Point(0, 24);
|
|
toolStrip1.Name = "toolStrip1";
|
|
toolStrip1.Size = new System.Drawing.Size(1281, 40);
|
|
toolStrip1.TabIndex = 10;
|
|
toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnNew
|
|
//
|
|
btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnNew.Image = Properties.Resources.doc_new;
|
|
btnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnNew.Name = "btnNew";
|
|
btnNew.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnNew.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnNew.Size = new System.Drawing.Size(38, 37);
|
|
btnNew.Text = "New";
|
|
btnNew.Click += New_Click;
|
|
//
|
|
// btnOpen
|
|
//
|
|
btnOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnOpen.Image = Properties.Resources.doc_open;
|
|
btnOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnOpen.Name = "btnOpen";
|
|
btnOpen.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnOpen.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnOpen.Size = new System.Drawing.Size(38, 37);
|
|
btnOpen.Text = "Open";
|
|
btnOpen.Click += Open_Click;
|
|
//
|
|
// btnSave
|
|
//
|
|
btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnSave.Image = Properties.Resources.save;
|
|
btnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnSave.Name = "btnSave";
|
|
btnSave.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnSave.Size = new System.Drawing.Size(38, 37);
|
|
btnSave.Text = "Save";
|
|
btnSave.Click += Save_Click;
|
|
//
|
|
// btnSaveAs
|
|
//
|
|
btnSaveAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnSaveAs.Image = Properties.Resources.save_as;
|
|
btnSaveAs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnSaveAs.Name = "btnSaveAs";
|
|
btnSaveAs.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnSaveAs.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnSaveAs.Size = new System.Drawing.Size(38, 37);
|
|
btnSaveAs.Text = "Save As";
|
|
btnSaveAs.Click += SaveAs_Click;
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
toolStripSeparator1.Name = "toolStripSeparator1";
|
|
toolStripSeparator1.Size = new System.Drawing.Size(6, 40);
|
|
//
|
|
// btnZoomOut
|
|
//
|
|
btnZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnZoomOut.Image = Properties.Resources.zoom_out;
|
|
btnZoomOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
btnZoomOut.Name = "btnZoomOut";
|
|
btnZoomOut.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnZoomOut.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnZoomOut.Size = new System.Drawing.Size(38, 37);
|
|
btnZoomOut.Text = "Zoom Out";
|
|
btnZoomOut.Click += ZoomOut_Click;
|
|
//
|
|
// btnZoomIn
|
|
//
|
|
btnZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnZoomIn.Image = Properties.Resources.zoom_in;
|
|
btnZoomIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
btnZoomIn.Name = "btnZoomIn";
|
|
btnZoomIn.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnZoomIn.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnZoomIn.Size = new System.Drawing.Size(38, 37);
|
|
btnZoomIn.Text = "Zoom In";
|
|
btnZoomIn.Click += ZoomIn_Click;
|
|
//
|
|
// btnZoomToFit
|
|
//
|
|
btnZoomToFit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
btnZoomToFit.Image = Properties.Resources.zoom_all;
|
|
btnZoomToFit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
btnZoomToFit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
btnZoomToFit.Name = "btnZoomToFit";
|
|
btnZoomToFit.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
btnZoomToFit.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
btnZoomToFit.Size = new System.Drawing.Size(38, 37);
|
|
btnZoomToFit.Text = "Zoom To Fit";
|
|
btnZoomToFit.Click += ZoomToFit_Click;
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
toolStripSeparator4.Name = "toolStripSeparator4";
|
|
toolStripSeparator4.Size = new System.Drawing.Size(6, 40);
|
|
//
|
|
// engineLabel
|
|
//
|
|
engineLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
|
|
engineLabel.Name = "engineLabel";
|
|
engineLabel.Size = new System.Drawing.Size(47, 37);
|
|
engineLabel.Text = "Engine:";
|
|
//
|
|
// engineComboBox
|
|
//
|
|
engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
engineComboBox.Name = "engineComboBox";
|
|
engineComboBox.Size = new System.Drawing.Size(116, 40);
|
|
//
|
|
// btnAutoNest
|
|
//
|
|
btnAutoNest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
btnAutoNest.Name = "btnAutoNest";
|
|
btnAutoNest.Size = new System.Drawing.Size(64, 37);
|
|
btnAutoNest.Text = "Auto Nest";
|
|
btnAutoNest.Click += RunAutoNest_Click;
|
|
//
|
|
// btnShowRemnants
|
|
//
|
|
btnShowRemnants.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
btnShowRemnants.Name = "btnShowRemnants";
|
|
btnShowRemnants.Size = new System.Drawing.Size(64, 37);
|
|
btnShowRemnants.Text = "Remnants";
|
|
btnShowRemnants.Click += ShowRemnants_Click;
|
|
//
|
|
// pEPToolStripMenuItem
|
|
//
|
|
pEPToolStripMenuItem.Name = "pEPToolStripMenuItem";
|
|
pEPToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
|
|
//
|
|
// openNestToolStripMenuItem
|
|
//
|
|
openNestToolStripMenuItem.Name = "openNestToolStripMenuItem";
|
|
openNestToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
|
|
//
|
|
// MainForm
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
BackgroundImage = Properties.Resources.watermark;
|
|
BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
ClientSize = new System.Drawing.Size(1281, 654);
|
|
Controls.Add(toolStrip1);
|
|
Controls.Add(statusStrip1);
|
|
Controls.Add(menuStrip1);
|
|
DoubleBuffered = true;
|
|
IsMdiContainer = true;
|
|
MainMenuStrip = menuStrip1;
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MinimumSize = new System.Drawing.Size(588, 381);
|
|
Name = "MainForm";
|
|
Text = "OpenNest";
|
|
WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
menuStrip1.ResumeLayout(false);
|
|
menuStrip1.PerformLayout();
|
|
statusStrip1.ResumeLayout(false);
|
|
statusStrip1.PerformLayout();
|
|
toolStrip1.ResumeLayout(false);
|
|
toolStrip1.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFile;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileNew;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileOpen;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileSave;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileSaveAs;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileExport;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileExit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEditCut;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEditCopy;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEditPaste;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEditSelectAll;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuView;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewDrawRapids;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewDrawBounds;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewDrawOffset;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuTools;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsOptions;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNest;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestImportDrawing;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestFirstPlate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestLastPlate;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestNextPlate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestPreviousPlate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateRotate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateRotateCw;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateRotateCcw;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateRotate180;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel plateSizeStatusLabel;
|
|
private System.Windows.Forms.ToolStripStatusLabel locationStatusLabel;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnOpen;
|
|
private System.Windows.Forms.ToolStripStatusLabel plateIndexStatusLabel;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindow;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowCascade;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowTileVertical;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuWindowTileHorizontal;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuCloseAll;
|
|
private System.Windows.Forms.ToolStripStatusLabel plateQtyStatusLabel;
|
|
private System.Windows.Forms.ToolStripStatusLabel plateUtilStatusLabel;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFileExportAll;
|
|
private System.Windows.Forms.ToolStripMenuItem openNestToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem pEPToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomTo;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomToArea;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomToFit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomToPlate;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomToSelected;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuResizeToFitParts;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlign;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignLeft;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignRight;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignTop;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignBottom;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignHorizontal;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsAlignVertically;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsEvenlySpaceHorizontal;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsEvenlySpaceVertical;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestPost;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateViewInCad;
|
|
private System.Windows.Forms.ToolStripButton btnNew;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateAdd;
|
|
private System.Windows.Forms.ToolStripButton btnZoomToFit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNestRemoveEmptyPlates;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomIn;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuViewZoomOut;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSetOffsetIncrement;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSetRotationIncrement;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateSetAsDefault;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
|
|
private System.Windows.Forms.ToolStripButton btnZoomOut;
|
|
private System.Windows.Forms.ToolStripButton btnZoomIn;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel spacerLabel;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateFill;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem18;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateRemove;
|
|
private System.Windows.Forms.ToolStripButton btnSave;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem19;
|
|
private System.Windows.Forms.ToolStripMenuItem calculateCutTimeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem20;
|
|
private System.Windows.Forms.ToolStripMenuItem calculateCutTimeToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSequenceParts;
|
|
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem runAutoNestToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
|
|
private System.Windows.Forms.ToolStripMenuItem autoSequenceCurrentPlateToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem manualSequenceToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem autoSequenceAllPlatesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsMeasureArea;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsBestFitViewer;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuToolsPatternTile;
|
|
private System.Windows.Forms.ToolStripButton btnSaveAs;
|
|
private System.Windows.Forms.ToolStripMenuItem centerPartsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripStatusLabel gpuStatusLabel;
|
|
private System.Windows.Forms.ToolStripStatusLabel selectionStatusLabel;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripLabel engineLabel;
|
|
private System.Windows.Forms.ToolStripComboBox engineComboBox;
|
|
private System.Windows.Forms.ToolStripButton btnAutoNest;
|
|
private System.Windows.Forms.ToolStripButton btnShowRemnants;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPlateCutOff;
|
|
}
|
|
} |