Files
archived-dockpanelsuite/DockSample/VS2012ToolStripExtender.Designer.cs
Olivier DALET 8efeb805f4 Using a control extender to set the VS2012 Extender and the menu capitalization in one operation
Revert "First attempt at modifying a toolstrip renderer to match VS2012 style (ie upper case top-level menus)"
This reverts commit fa791c01cd.
2013-12-23 15:58:22 +01:00

37 lines
1.0 KiB
C#

namespace DockSample
{
partial class VS2012ToolStripExtender
{
/// <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 Component 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()
{
components = new System.ComponentModel.Container();
}
#endregion
}
}