From 794f76c169342a5d970a7cf90ce9a08081f72366 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Wed, 18 Jun 2014 20:50:42 -0400 Subject: [PATCH] Use AwesomeControls ContextMenu instead of .NET builtin --- .../Dialogs/DocumentPropertiesDialog.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp/Environments/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Dialogs/DocumentPropertiesDialog.Designer.cs b/CSharp/Environments/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Dialogs/DocumentPropertiesDialog.Designer.cs index 1ac6c1fb..0ab94fce 100644 --- a/CSharp/Environments/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Dialogs/DocumentPropertiesDialog.Designer.cs +++ b/CSharp/Environments/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Dialogs/DocumentPropertiesDialog.Designer.cs @@ -38,7 +38,7 @@ this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.fraDataFormatOptions = new System.Windows.Forms.GroupBox(); - this.mnuAccessor = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnuAccessor = new AwesomeControls.CommandBars.CBContextMenu(this.components); this.mnuAccessorLocalFile = new System.Windows.Forms.ToolStripMenuItem(); this.fTPServerToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator(); this.hTTPServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -218,7 +218,7 @@ private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.GroupBox fraDataFormatOptions; - private System.Windows.Forms.ContextMenuStrip mnuAccessor; + private AwesomeControls.CommandBars.CBContextMenu mnuAccessor; private System.Windows.Forms.ToolStripMenuItem mnuAccessorLocalFile; private System.Windows.Forms.ToolStripSeparator fTPServerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem hTTPServerToolStripMenuItem;