namespace XenAdmin.Dialogs
{
partial class MoveVirtualDiskDialog
{
///
/// 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 Windows Form 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(MoveVirtualDiskDialog));
this.label1 = new System.Windows.Forms.Label();
this.toolTipContainer2 = new XenAdmin.Controls.ToolTipContainer();
this.buttonMove = new System.Windows.Forms.Button();
this.srPicker1 = new XenAdmin.Controls.SrPicker();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.buttonCancel = new System.Windows.Forms.Button();
this.labelBlurb = new System.Windows.Forms.Label();
this.toolTipContainer2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// toolTipContainer2
//
resources.ApplyResources(this.toolTipContainer2, "toolTipContainer2");
this.toolTipContainer2.Controls.Add(this.buttonMove);
this.toolTipContainer2.Name = "toolTipContainer2";
//
// buttonMove
//
resources.ApplyResources(this.buttonMove, "buttonMove");
this.buttonMove.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonMove.Name = "buttonMove";
this.buttonMove.UseVisualStyleBackColor = true;
this.buttonMove.Click += new System.EventHandler(this.buttonMove_Click);
//
// srPicker1
//
resources.ApplyResources(this.srPicker1, "srPicker1");
this.tableLayoutPanel2.SetColumnSpan(this.srPicker1, 2);
this.srPicker1.Connection = null;
this.srPicker1.Name = "srPicker1";
this.srPicker1.SrSelectionChanged += new System.Action