Files
mRemoteNG/mRemoteV1/Connection/InterfaceControl.Designer.cs
2017-09-05 11:06:12 -04:00

36 lines
942 B
C#

namespace mRemoteNG.Connection
{
public sealed partial class InterfaceControl : System.Windows.Forms.Panel
{
//UserControl overrides dispose to clean up the component list.
[System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool disposing)
{
try
{
if (disposing && components != null)
{
components.Dispose();
}
}
finally
{
base.Dispose(disposing);
}
}
//Required by the Windows Form Designer
private System.ComponentModel.Container components = null;
//NOTE: The following procedure is required by the Windows Form Designer
//It can be modified using the Windows Form Designer.
//Do not modify it using the code editor.
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
//Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
}
}
}