diff --git a/CutToLength.sln b/CutList.sln
similarity index 91%
rename from CutToLength.sln
rename to CutList.sln
index df57f0d..8bb01c6 100644
--- a/CutToLength.sln
+++ b/CutList.sln
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CutToLength", "CutToLength\CutToLength.csproj", "{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}"
-EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SawCut", "SawCut\SawCut.csproj", "{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CutList", "CutList\CutList.csproj", "{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.Build.0 = Release|Any CPU
{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/CutToLength/App.config b/CutList/App.config
similarity index 100%
rename from CutToLength/App.config
rename to CutList/App.config
diff --git a/CutToLength/Controls/BinLayoutView.cs b/CutList/Controls/BinLayoutView.cs
similarity index 97%
rename from CutToLength/Controls/BinLayoutView.cs
rename to CutList/Controls/BinLayoutView.cs
index 91f58fc..c8f1d98 100644
--- a/CutToLength/Controls/BinLayoutView.cs
+++ b/CutList/Controls/BinLayoutView.cs
@@ -3,9 +3,9 @@ using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
-namespace CutToLength.Controls
+namespace CutList.Controls
{
- class BinLayoutView : Control
+ public class BinLayoutView : Control
{
public Bin Bin { get; set; }
diff --git a/CutToLength/CutToLength.csproj b/CutList/CutList.csproj
similarity index 99%
rename from CutToLength/CutToLength.csproj
rename to CutList/CutList.csproj
index b4ce752..b7def40 100644
--- a/CutToLength/CutToLength.csproj
+++ b/CutList/CutList.csproj
@@ -7,7 +7,7 @@
{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}
WinExe
Properties
- CutToLength
+ CutList
CutList
v4.7.2
512
diff --git a/CutToLength/Data/Tools.json b/CutList/Data/Tools.json
similarity index 100%
rename from CutToLength/Data/Tools.json
rename to CutList/Data/Tools.json
diff --git a/CutToLength/Forms/MainForm.Designer.cs b/CutList/Forms/MainForm.Designer.cs
similarity index 97%
rename from CutToLength/Forms/MainForm.Designer.cs
rename to CutList/Forms/MainForm.Designer.cs
index 821ee0e..9d4c62e 100644
--- a/CutToLength/Forms/MainForm.Designer.cs
+++ b/CutList/Forms/MainForm.Designer.cs
@@ -1,4 +1,4 @@
-namespace CutToLength.Forms
+namespace CutList.Forms
{
partial class MainForm
{
@@ -124,7 +124,7 @@
//
// itemBindingSource
//
- this.itemBindingSource.DataSource = typeof(CutToLength.UIItem);
+ this.itemBindingSource.DataSource = typeof(CutList.UIItem);
//
// label1
//
@@ -164,7 +164,7 @@
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = global::CutToLength.Properties.Resources.Open_Folder_32;
+ this.toolStripButton1.Image = global::CutList.Properties.Resources.Open_Folder_32;
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
@@ -176,7 +176,7 @@
// saveButton
//
this.saveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.saveButton.Image = global::CutToLength.Properties.Resources.Save_32;
+ this.saveButton.Image = global::CutList.Properties.Resources.Save_32;
this.saveButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.saveButton.Name = "saveButton";
@@ -193,7 +193,7 @@
// runButton
//
this.runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.runButton.Image = global::CutToLength.Properties.Resources.Circled_Play_32;
+ this.runButton.Image = global::CutList.Properties.Resources.Circled_Play_32;
this.runButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.runButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.runButton.Name = "runButton";
diff --git a/CutToLength/Forms/MainForm.cs b/CutList/Forms/MainForm.cs
similarity index 99%
rename from CutToLength/Forms/MainForm.cs
rename to CutList/Forms/MainForm.cs
index 41bd753..06b3d7c 100644
--- a/CutToLength/Forms/MainForm.cs
+++ b/CutList/Forms/MainForm.cs
@@ -11,7 +11,7 @@ using System.IO;
using System.Linq;
using System.Windows.Forms;
-namespace CutToLength.Forms
+namespace CutList.Forms
{
public partial class MainForm : Form
{
diff --git a/CutToLength/Forms/MainForm.resx b/CutList/Forms/MainForm.resx
similarity index 100%
rename from CutToLength/Forms/MainForm.resx
rename to CutList/Forms/MainForm.resx
diff --git a/CutToLength/Forms/ResultsForm.Designer.cs b/CutList/Forms/ResultsForm.Designer.cs
similarity index 98%
rename from CutToLength/Forms/ResultsForm.Designer.cs
rename to CutList/Forms/ResultsForm.Designer.cs
index 827f72e..027e787 100644
--- a/CutToLength/Forms/ResultsForm.Designer.cs
+++ b/CutList/Forms/ResultsForm.Designer.cs
@@ -1,4 +1,4 @@
-namespace CutToLength.Forms
+namespace CutList.Forms
{
partial class ResultsForm
{
@@ -40,7 +40,7 @@
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.binLayoutView1 = new CutToLength.Controls.BinLayoutView();
+ this.binLayoutView1 = new CutList.Controls.BinLayoutView();
this.label1 = new System.Windows.Forms.Label();
this.uIItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
@@ -202,7 +202,7 @@
//
// uIItemBindingSource
//
- this.uIItemBindingSource.DataSource = typeof(CutToLength.UIItem);
+ this.uIItemBindingSource.DataSource = typeof(CutList.UIItem);
//
// menuStrip1
//
diff --git a/CutToLength/Forms/ResultsForm.cs b/CutList/Forms/ResultsForm.cs
similarity index 98%
rename from CutToLength/Forms/ResultsForm.cs
rename to CutList/Forms/ResultsForm.cs
index 8c59568..89bc620 100644
--- a/CutToLength/Forms/ResultsForm.cs
+++ b/CutList/Forms/ResultsForm.cs
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace CutToLength.Forms
+namespace CutList.Forms
{
public partial class ResultsForm : Form
{
diff --git a/CutToLength/Forms/ResultsForm.resx b/CutList/Forms/ResultsForm.resx
similarity index 100%
rename from CutToLength/Forms/ResultsForm.resx
rename to CutList/Forms/ResultsForm.resx
diff --git a/CutToLength/Models/UIItem.cs b/CutList/Models/UIItem.cs
similarity index 98%
rename from CutToLength/Models/UIItem.cs
rename to CutList/Models/UIItem.cs
index 8a3be05..15160ec 100644
--- a/CutToLength/Models/UIItem.cs
+++ b/CutList/Models/UIItem.cs
@@ -2,7 +2,7 @@
using SawCut;
using System;
-namespace CutToLength
+namespace CutList
{
public class UIItem
{
diff --git a/CutToLength/Program.cs b/CutList/Program.cs
similarity index 95%
rename from CutToLength/Program.cs
rename to CutList/Program.cs
index bee9d9d..e4bb7a6 100644
--- a/CutToLength/Program.cs
+++ b/CutList/Program.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace CutToLength
+namespace CutList
{
static class Program
{
diff --git a/CutToLength/Properties/AssemblyInfo.cs b/CutList/Properties/AssemblyInfo.cs
similarity index 93%
rename from CutToLength/Properties/AssemblyInfo.cs
rename to CutList/Properties/AssemblyInfo.cs
index 8458f90..08fac54 100644
--- a/CutToLength/Properties/AssemblyInfo.cs
+++ b/CutList/Properties/AssemblyInfo.cs
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("CutToLength")]
+[assembly: AssemblyTitle("CutList")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("CutToLength")]
+[assembly: AssemblyProduct("CutList")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/CutToLength/Properties/DataSources/Bin.datasource b/CutList/Properties/DataSources/Bin.datasource
similarity index 100%
rename from CutToLength/Properties/DataSources/Bin.datasource
rename to CutList/Properties/DataSources/Bin.datasource
diff --git a/CutToLength/Properties/DataSources/BinItem.datasource b/CutList/Properties/DataSources/BinItem.datasource
similarity index 100%
rename from CutToLength/Properties/DataSources/BinItem.datasource
rename to CutList/Properties/DataSources/BinItem.datasource
diff --git a/CutToLength/Properties/DataSources/Item.datasource b/CutList/Properties/DataSources/Item.datasource
similarity index 100%
rename from CutToLength/Properties/DataSources/Item.datasource
rename to CutList/Properties/DataSources/Item.datasource
diff --git a/CutToLength/Properties/DataSources/UIItem.datasource b/CutList/Properties/DataSources/UIItem.datasource
similarity index 100%
rename from CutToLength/Properties/DataSources/UIItem.datasource
rename to CutList/Properties/DataSources/UIItem.datasource
diff --git a/CutToLength/Properties/Resources.Designer.cs b/CutList/Properties/Resources.Designer.cs
similarity index 96%
rename from CutToLength/Properties/Resources.Designer.cs
rename to CutList/Properties/Resources.Designer.cs
index cebe7a7..3fc19a8 100644
--- a/CutToLength/Properties/Resources.Designer.cs
+++ b/CutList/Properties/Resources.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace CutToLength.Properties {
+namespace CutList.Properties {
using System;
@@ -39,7 +39,7 @@ namespace CutToLength.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CutToLength.Properties.Resources", typeof(Resources).Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CutList.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
diff --git a/CutToLength/Properties/Resources.resx b/CutList/Properties/Resources.resx
similarity index 100%
rename from CutToLength/Properties/Resources.resx
rename to CutList/Properties/Resources.resx
diff --git a/CutToLength/Properties/Settings.Designer.cs b/CutList/Properties/Settings.Designer.cs
similarity index 94%
rename from CutToLength/Properties/Settings.Designer.cs
rename to CutList/Properties/Settings.Designer.cs
index 1a345f4..922ce56 100644
--- a/CutToLength/Properties/Settings.Designer.cs
+++ b/CutList/Properties/Settings.Designer.cs
@@ -8,11 +8,11 @@
//
//------------------------------------------------------------------------------
-namespace CutToLength.Properties {
+namespace CutList.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/CutToLength/Properties/Settings.settings b/CutList/Properties/Settings.settings
similarity index 100%
rename from CutToLength/Properties/Settings.settings
rename to CutList/Properties/Settings.settings
diff --git a/CutToLength/Resources/Circled Play-32.png b/CutList/Resources/Circled Play-32.png
similarity index 100%
rename from CutToLength/Resources/Circled Play-32.png
rename to CutList/Resources/Circled Play-32.png
diff --git a/CutToLength/Resources/Open Folder-32.png b/CutList/Resources/Open Folder-32.png
similarity index 100%
rename from CutToLength/Resources/Open Folder-32.png
rename to CutList/Resources/Open Folder-32.png
diff --git a/CutToLength/Resources/Save-32.png b/CutList/Resources/Save-32.png
similarity index 100%
rename from CutToLength/Resources/Save-32.png
rename to CutList/Resources/Save-32.png
diff --git a/CutToLength/Tool.cs b/CutList/Tool.cs
similarity index 91%
rename from CutToLength/Tool.cs
rename to CutList/Tool.cs
index c63e25a..16e92b4 100644
--- a/CutToLength/Tool.cs
+++ b/CutList/Tool.cs
@@ -1,9 +1,11 @@
-namespace CutToLength
+namespace CutList
{
public class Tool
{
public string Name { get; set; }
+
public double Kerf { get; set; }
+
public bool AllowUserToChange { get; set; }
public override string ToString()
diff --git a/CutToLength/packages.config b/CutList/packages.config
similarity index 100%
rename from CutToLength/packages.config
rename to CutList/packages.config