Added more automated Local Library Tests

This commit is contained in:
Gregory Diaz 2015-11-13 18:06:44 -08:00
parent 419961d8ef
commit 3172da7b55
7 changed files with 163 additions and 6 deletions

View file

@ -46,6 +46,7 @@ namespace MatterHackers.MatterControl
this.Title = McExportFileTitleFull;
this.BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
this.Name = "Export Item Window";
CreateWindowContent();
ActivePrinterProfile.Instance.ActivePrinterChanged.RegisterEvent(ReloadAfterPrinterProfileChanged, ref unregisterEvents);
@ -235,6 +236,7 @@ namespace MatterHackers.MatterControl
}
Button cancelButton = textImageButtonFactory.Generate("Cancel");
cancelButton.Name = "Export Item Window Cancel Button";
cancelButton.Cursor = Cursors.Hand;
cancelButton.Click += (sender, e) =>
{