namespace XenAdmin.Dialogs
{
partial class CopyVMDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CopyVMDialog));
this.srPicker1 = new XenAdmin.Controls.SrPicker();
this.CloseButton = new System.Windows.Forms.Button();
this.MoveButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.NameTextBox = new System.Windows.Forms.TextBox();
this.CloneRadioButton = new System.Windows.Forms.RadioButton();
this.CopyRadioButton = new System.Windows.Forms.RadioButton();
this.DescriptionTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.FastCloneDescription = new System.Windows.Forms.Label();
this.groupBox1 = new XenAdmin.Controls.DecentGroupBox();
this.tableLayoutPanelSrPicker = new System.Windows.Forms.TableLayoutPanel();
this.labelSrHint = new System.Windows.Forms.Label();
this.toolTipContainer1 = new XenAdmin.Controls.ToolTipContainer();
this.FastClonePanel = new System.Windows.Forms.Panel();
this.groupBox1.SuspendLayout();
this.tableLayoutPanelSrPicker.SuspendLayout();
this.toolTipContainer1.SuspendLayout();
this.FastClonePanel.SuspendLayout();
this.SuspendLayout();
//
// srPicker1
//
resources.ApplyResources(this.srPicker1, "srPicker1");
this.srPicker1.Connection = null;
this.srPicker1.Name = "srPicker1";
this.srPicker1.SrSelectionChanged += new System.Action