/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
     this._messageLabel = new System.Windows.Forms.Label();
     this.pictureRecycleBin = new System.Windows.Forms.PictureBox();
     this.cancelBtn = new System.Windows.Forms.Button();
     this.deleteBtn = new System.Windows.Forms.Button();
     this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
     this.tableLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayout
     //
     this.tableLayout.AutoSize = true;
     this.tableLayout.BackColor = System.Drawing.Color.Transparent;
     this.tableLayout.ColumnCount = 3;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.Controls.Add(this._messageLabel, 1, 0);
     this.tableLayout.Controls.Add(this.pictureRecycleBin, 0, 0);
     this.tableLayout.Dock = System.Windows.Forms.DockStyle.Top;
     this.tableLayout.Location = new System.Drawing.Point(20, 20);
     this.tableLayout.Name = "tableLayout";
     this.tableLayout.RowCount = 2;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.Size = new System.Drawing.Size(359, 35);
     this.tableLayout.TabIndex = 1;
     this.tableLayout.SizeChanged += new System.EventHandler(this.HandleTableLayoutSizeChanged);
     //
     // _messageLabel
     //
     this._messageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this._messageLabel.AutoSize = true;
     this.tableLayout.SetColumnSpan(this._messageLabel, 2);
     this._messageLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._L10NSharpExtender.SetLocalizableToolTip(this._messageLabel, null);
     this._L10NSharpExtender.SetLocalizationComment(this._messageLabel, null);
     this._L10NSharpExtender.SetLocalizingId(this._messageLabel, "EditTab.ConfirmRemovePageDialog._messageLabel");
     this._messageLabel.Location = new System.Drawing.Point(44, 4);
     this._messageLabel.Margin = new System.Windows.Forms.Padding(0, 4, 0, 10);
     this._messageLabel.Name = "_messageLabel";
     this._messageLabel.Size = new System.Drawing.Size(315, 19);
     this._messageLabel.TabIndex = 2;
     this._messageLabel.Text = "This page will be permanently removed.";
     //
     // pictureRecycleBin
     //
     this.pictureRecycleBin.Image = global::Bloom.Properties.Resources.DeleteMessageBoxImage;
     this._L10NSharpExtender.SetLocalizableToolTip(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizationComment(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizingId(this.pictureRecycleBin, "ConfirmRemovePageDialog.pictureRecycleBin");
     this.pictureRecycleBin.Location = new System.Drawing.Point(0, 0);
     this.pictureRecycleBin.Margin = new System.Windows.Forms.Padding(0, 0, 20, 10);
     this.pictureRecycleBin.Name = "pictureRecycleBin";
     this.pictureRecycleBin.Size = new System.Drawing.Size(24, 25);
     this.pictureRecycleBin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureRecycleBin.TabIndex = 1;
     this.pictureRecycleBin.TabStop = false;
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.AutoSize = true;
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._L10NSharpExtender.SetLocalizableToolTip(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.cancelBtn, "Common.CancelButton");
     this.cancelBtn.Location = new System.Drawing.Point(304, 72);
     this.cancelBtn.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
     this.cancelBtn.Name = "cancelBtn";
     this.cancelBtn.Size = new System.Drawing.Size(75, 26);
     this.cancelBtn.TabIndex = 1;
     this.cancelBtn.Text = "&Cancel";
     this.cancelBtn.UseVisualStyleBackColor = true;
     this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
     //
     // deleteBtn
     //
     this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteBtn.AutoSize = true;
     this._L10NSharpExtender.SetLocalizableToolTip(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.deleteBtn, "EditTab.ConfirmRemovePageDialog.DeleteButton");
     this.deleteBtn.Location = new System.Drawing.Point(221, 72);
     this.deleteBtn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.deleteBtn.Name = "deleteBtn";
     this.deleteBtn.Size = new System.Drawing.Size(75, 26);
     this.deleteBtn.TabIndex = 0;
     this.deleteBtn.Text = "&Remove";
     this.deleteBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.deleteBtn.UseVisualStyleBackColor = true;
     this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
     //
     // _L10NSharpExtender
     //
     this._L10NSharpExtender.LocalizationManagerId = "Bloom";
     this._L10NSharpExtender.PrefixForNewItems = null;
     //
     // ConfirmRemovePageDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.CancelButton = this.cancelBtn;
     this.ClientSize = new System.Drawing.Size(394, 113);
     this.ControlBox = false;
     this.Controls.Add(this.tableLayout);
     this.Controls.Add(this.deleteBtn);
     this.Controls.Add(this.cancelBtn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this._L10NSharpExtender.SetLocalizableToolTip(this, null);
     this._L10NSharpExtender.SetLocalizationComment(this, null);
     this._L10NSharpExtender.SetLocalizingId(this, "EditTab.ConfirmRemovePageDialog.ConformRemovePageWindowTitle");
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(400, 39);
     this.Name = "ConfirmRemovePageDialog";
     this.Padding = new System.Windows.Forms.Padding(20, 20, 15, 15);
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Really Remove Page?";
     this.tableLayout.ResumeLayout(false);
     this.tableLayout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.grpTarget     = new System.Windows.Forms.GroupBox();
     this.rbToClipboard = new System.Windows.Forms.RadioButton();
     this.rbToFileOpen  = new System.Windows.Forms.RadioButton();
     this.rbToFile      = new System.Windows.Forms.RadioButton();
     this.grpFormat     = new System.Windows.Forms.GroupBox();
     this.rbFmtTabDelim = new System.Windows.Forms.RadioButton();
     this.rbFmtTable    = new System.Windows.Forms.RadioButton();
     this.btnExport     = new System.Windows.Forms.Button();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.btnSetEditor  = new System.Windows.Forms.Button();
     this.btnHelp       = new System.Windows.Forms.Button();
     this.panel1        = new System.Windows.Forms.Panel();
     this.locExtender   = new L10NSharp.UI.L10NSharpExtender(this.components);
     this.grpTarget.SuspendLayout();
     this.grpFormat.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.locExtender)).BeginInit();
     this.SuspendLayout();
     //
     // grpTarget
     //
     this.grpTarget.Controls.Add(this.rbToClipboard);
     this.grpTarget.Controls.Add(this.rbToFileOpen);
     this.grpTarget.Controls.Add(this.rbToFile);
     this.locExtender.SetLocalizableToolTip(this.grpTarget, null);
     this.locExtender.SetLocalizationComment(this.grpTarget, "Frame around export destination options in RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.grpTarget, "DialogBoxes.RtfExportDlg.TargetGroupBox");
     this.grpTarget.Location = new System.Drawing.Point(12, 12);
     this.grpTarget.Name     = "grpTarget";
     this.grpTarget.Size     = new System.Drawing.Size(283, 103);
     this.grpTarget.TabIndex = 0;
     this.grpTarget.TabStop  = false;
     this.grpTarget.Text     = "Export To";
     //
     // rbToClipboard
     //
     this.rbToClipboard.AutoSize   = true;
     this.rbToClipboard.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.locExtender.SetLocalizableToolTip(this.rbToClipboard, null);
     this.locExtender.SetLocalizationComment(this.rbToClipboard, "Export destination options on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.rbToClipboard, "DialogBoxes.RtfExportDlg.ToClipboardRadioBox");
     this.rbToClipboard.Location        = new System.Drawing.Point(14, 69);
     this.rbToClipboard.Name            = "rbToClipboard";
     this.rbToClipboard.Size            = new System.Drawing.Size(89, 21);
     this.rbToClipboard.TabIndex        = 2;
     this.rbToClipboard.Text            = "&Clipboard";
     this.rbToClipboard.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.rbToClipboard.CheckedChanged += new System.EventHandler(this.HandleExportTargetSelected);
     //
     // rbToFileOpen
     //
     this.rbToFileOpen.AutoSize   = true;
     this.rbToFileOpen.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.locExtender.SetLocalizableToolTip(this.rbToFileOpen, null);
     this.locExtender.SetLocalizationComment(this.rbToFileOpen, "Export destination options on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.rbToFileOpen, "DialogBoxes.RtfExportDlg.ToFileOpenRadioBox");
     this.rbToFileOpen.Location        = new System.Drawing.Point(14, 46);
     this.rbToFileOpen.Name            = "rbToFileOpen";
     this.rbToFileOpen.Size            = new System.Drawing.Size(214, 21);
     this.rbToFileOpen.TabIndex        = 1;
     this.rbToFileOpen.Text            = "File and open with &RTF editor";
     this.rbToFileOpen.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.rbToFileOpen.CheckedChanged += new System.EventHandler(this.HandleExportTargetSelected);
     //
     // rbToFile
     //
     this.rbToFile.AutoSize   = true;
     this.rbToFile.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.locExtender.SetLocalizableToolTip(this.rbToFile, null);
     this.locExtender.SetLocalizationComment(this.rbToFile, "Export destination options on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.rbToFile, "DialogBoxes.RtfExportDlg.ToFileRadioBoxes");
     this.rbToFile.Location        = new System.Drawing.Point(14, 23);
     this.rbToFile.Name            = "rbToFile";
     this.rbToFile.Size            = new System.Drawing.Size(51, 21);
     this.rbToFile.TabIndex        = 0;
     this.rbToFile.Text            = "&File";
     this.rbToFile.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.rbToFile.CheckedChanged += new System.EventHandler(this.HandleExportTargetSelected);
     //
     // grpFormat
     //
     this.grpFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grpFormat.Controls.Add(this.rbFmtTabDelim);
     this.grpFormat.Controls.Add(this.rbFmtTable);
     this.locExtender.SetLocalizableToolTip(this.grpFormat, null);
     this.locExtender.SetLocalizationComment(this.grpFormat, "Frame around export format options in RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.grpFormat, "DialogBoxes.RtfExportDlg.FormatGroupBox");
     this.grpFormat.Location = new System.Drawing.Point(301, 12);
     this.grpFormat.Name     = "grpFormat";
     this.grpFormat.Size     = new System.Drawing.Size(143, 103);
     this.grpFormat.TabIndex = 1;
     this.grpFormat.TabStop  = false;
     this.grpFormat.Text     = "Format";
     //
     // rbFmtTabDelim
     //
     this.rbFmtTabDelim.AutoSize   = true;
     this.rbFmtTabDelim.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.locExtender.SetLocalizableToolTip(this.rbFmtTabDelim, null);
     this.locExtender.SetLocalizationComment(this.rbFmtTabDelim, "Export format options on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.rbFmtTabDelim, "DialogBoxes.RtfExportDlg.FormatTabDelimitedRadioButton");
     this.rbFmtTabDelim.Location        = new System.Drawing.Point(14, 46);
     this.rbFmtTabDelim.Name            = "rbFmtTabDelim";
     this.rbFmtTabDelim.Size            = new System.Drawing.Size(116, 21);
     this.rbFmtTabDelim.TabIndex        = 1;
     this.rbFmtTabDelim.Text            = "Tab &Delimited";
     this.rbFmtTabDelim.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.rbFmtTabDelim.CheckedChanged += new System.EventHandler(this.HandleExportFormatSelected);
     //
     // rbFmtTable
     //
     this.rbFmtTable.AutoSize   = true;
     this.rbFmtTable.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.locExtender.SetLocalizableToolTip(this.rbFmtTable, null);
     this.locExtender.SetLocalizationComment(this.rbFmtTable, "Export format options on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.rbFmtTable, "DialogBoxes.RtfExportDlg.FmtTableRadioButton");
     this.rbFmtTable.Location        = new System.Drawing.Point(14, 23);
     this.rbFmtTable.Name            = "rbFmtTable";
     this.rbFmtTable.Size            = new System.Drawing.Size(65, 21);
     this.rbFmtTable.TabIndex        = 0;
     this.rbFmtTable.Text            = "&Table";
     this.rbFmtTable.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.rbFmtTable.CheckedChanged += new System.EventHandler(this.HandleExportFormatSelected);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.locExtender.SetLocalizableToolTip(this.btnExport, null);
     this.locExtender.SetLocalizationComment(this.btnExport, "Button on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.btnExport, "DialogBoxes.RtfExportDlg.ExportButton");
     this.btnExport.Location = new System.Drawing.Point(112, 8);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(96, 30);
     this.btnExport.TabIndex = 1;
     this.btnExport.Text     = "E&xport";
     this.btnExport.Click   += new System.EventHandler(this.btnExport_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.locExtender.SetLocalizableToolTip(this.btnCancel, null);
     this.locExtender.SetLocalizationComment(this.btnCancel, "Button on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.btnCancel, "DialogBoxes.RtfExportDlg.CancelButton");
     this.btnCancel.Location = new System.Drawing.Point(226, 8);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(96, 30);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text     = "Cancel";
     //
     // btnSetEditor
     //
     this.locExtender.SetLocalizableToolTip(this.btnSetEditor, null);
     this.locExtender.SetLocalizationComment(this.btnSetEditor, "Button on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.btnSetEditor, "DialogBoxes.RtfExportDlg.SetEditorButton");
     this.btnSetEditor.Location = new System.Drawing.Point(0, 8);
     this.btnSetEditor.Name     = "btnSetEditor";
     this.btnSetEditor.Size     = new System.Drawing.Size(96, 30);
     this.btnSetEditor.TabIndex = 0;
     this.btnSetEditor.Text     = "Set &Editor...";
     this.btnSetEditor.Click   += new System.EventHandler(this.btnSetEditor_Click);
     //
     // btnHelp
     //
     this.btnHelp.Anchor  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.locExtender.SetLocalizableToolTip(this.btnHelp, null);
     this.locExtender.SetLocalizationComment(this.btnHelp, "Button on RTF export dialog box.");
     this.locExtender.SetLocalizingId(this.btnHelp, "DialogBoxes.RtfExportDlg.HelpButton");
     this.btnHelp.Location = new System.Drawing.Point(338, 8);
     this.btnHelp.Name     = "btnHelp";
     this.btnHelp.Size     = new System.Drawing.Size(96, 30);
     this.btnHelp.TabIndex = 3;
     this.btnHelp.Text     = "Help";
     this.btnHelp.Click   += new System.EventHandler(this.btnHelp_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSetEditor);
     this.panel1.Controls.Add(this.btnExport);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnHelp);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(10, 125);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(434, 46);
     this.panel1.TabIndex = 2;
     //
     // locExtender
     //
     this.locExtender.LocalizationManagerId = "Pa";
     //
     // RtfExportDlg
     //
     this.AcceptButton      = this.btnExport;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(454, 171);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.grpFormat);
     this.Controls.Add(this.grpTarget);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.locExtender.SetLocalizableToolTip(this, null);
     this.locExtender.SetLocalizationComment(this, null);
     this.locExtender.SetLocalizingId(this, "DialogBoxes.RtfExportDlg.WindowTitle");
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "RtfExportDlg";
     this.Padding       = new System.Windows.Forms.Padding(10, 0, 10, 0);
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Export to Rich Text Format";
     this.grpTarget.ResumeLayout(false);
     this.grpTarget.PerformLayout();
     this.grpFormat.ResumeLayout(false);
     this.grpFormat.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.locExtender)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
     this._messageLabel = new System.Windows.Forms.Label();
     this.pictureRecycleBin = new System.Windows.Forms.PictureBox();
     this.cancelBtn = new System.Windows.Forms.Button();
     this.deleteBtn = new System.Windows.Forms.Button();
     this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
     this.tableLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayout
     //
     this.tableLayout.AutoSize = true;
     this.tableLayout.BackColor = System.Drawing.Color.Transparent;
     this.tableLayout.ColumnCount = 3;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayout.Controls.Add(this._messageLabel, 1, 0);
     this.tableLayout.Controls.Add(this.pictureRecycleBin, 0, 0);
     this.tableLayout.Controls.Add(this.cancelBtn, 2, 1);
     this.tableLayout.Controls.Add(this.deleteBtn, 1, 1);
     this.tableLayout.Dock = System.Windows.Forms.DockStyle.Top;
     this.tableLayout.Location = new System.Drawing.Point(20, 20);
     this.tableLayout.Name = "tableLayout";
     this.tableLayout.RowCount = 2;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.Size = new System.Drawing.Size(363, 138);
     this.tableLayout.TabIndex = 1;
     this.tableLayout.SizeChanged += new System.EventHandler(this.HandleTableLayoutSizeChanged);
     //
     // _messageLabel
     //
     this._messageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this._messageLabel.AutoSize = true;
     this.tableLayout.SetColumnSpan(this._messageLabel, 2);
     this._L10NSharpExtender.SetLocalizableToolTip(this._messageLabel, null);
     this._L10NSharpExtender.SetLocalizationComment(this._messageLabel, "In your translation, put the {0} placeholder where you want the name of the thing" +
     " to be deleted to appear.");
     this._L10NSharpExtender.SetLocalizingId(this._messageLabel, "ConfirmRecycleDialog._messageLabel");
     this._messageLabel.Location = new System.Drawing.Point(122, 4);
     this._messageLabel.Margin = new System.Windows.Forms.Padding(0, 4, 0, 10);
     this._messageLabel.Name = "_messageLabel";
     this._messageLabel.Size = new System.Drawing.Size(241, 13);
     this._messageLabel.TabIndex = 2;
     this._messageLabel.Text = "{0} will be moved to the Recycle Bin.";
     //
     // pictureRecycleBin
     //
     this.pictureRecycleBin.Image = global::Bloom.Properties.Resources.RecycleBin;
     this._L10NSharpExtender.SetLocalizableToolTip(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizationComment(this.pictureRecycleBin, null);
     this._L10NSharpExtender.SetLocalizingId(this.pictureRecycleBin, "ConfirmRecycleDialog.pictureRecycleBin");
     this.pictureRecycleBin.Location = new System.Drawing.Point(0, 0);
     this.pictureRecycleBin.Margin = new System.Windows.Forms.Padding(0, 0, 20, 10);
     this.pictureRecycleBin.Name = "pictureRecycleBin";
     this.pictureRecycleBin.Size = new System.Drawing.Size(102, 102);
     this.pictureRecycleBin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureRecycleBin.TabIndex = 1;
     this.pictureRecycleBin.TabStop = false;
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.AutoSize = true;
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._L10NSharpExtender.SetLocalizableToolTip(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.cancelBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.cancelBtn, "Common.CancelButton");
     this.cancelBtn.Location = new System.Drawing.Point(288, 112);
     this.cancelBtn.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
     this.cancelBtn.Name = "cancelBtn";
     this.cancelBtn.Size = new System.Drawing.Size(75, 26);
     this.cancelBtn.TabIndex = 1;
     this.cancelBtn.Text = "&Cancel";
     this.cancelBtn.UseVisualStyleBackColor = true;
     this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
     //
     // deleteBtn
     //
     this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteBtn.AutoSize = true;
     this.deleteBtn.Image = global::Bloom.Properties.Resources.DeleteMessageBoxButtonImage;
     this._L10NSharpExtender.SetLocalizableToolTip(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizationComment(this.deleteBtn, null);
     this._L10NSharpExtender.SetLocalizingId(this.deleteBtn, "ConfirmRecycleDialog.deleteBtn");
     this.deleteBtn.Location = new System.Drawing.Point(205, 112);
     this.deleteBtn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.deleteBtn.Name = "deleteBtn";
     this.deleteBtn.Size = new System.Drawing.Size(75, 26);
     this.deleteBtn.TabIndex = 0;
     this.deleteBtn.Text = "&Delete";
     this.deleteBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.deleteBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.deleteBtn.UseVisualStyleBackColor = true;
     this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
     //
     // _L10NSharpExtender
     //
     this._L10NSharpExtender.LocalizationManagerId = "Bloom";
     //
     // ConfirmRecycleDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.CancelButton = this.cancelBtn;
     this.ClientSize = new System.Drawing.Size(398, 179);
     this.ControlBox = false;
     this.Controls.Add(this.tableLayout);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this._L10NSharpExtender.SetLocalizableToolTip(this, null);
     this._L10NSharpExtender.SetLocalizationComment(this, null);
     this._L10NSharpExtender.SetLocalizingId(this, "ConfirmRecycleDialog.ConfirmRecycleWindowTitle");
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(400, 28);
     this.Name = "ConfirmRecycleDialog";
     this.Padding = new System.Windows.Forms.Padding(20, 20, 15, 15);
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Confirm Delete";
     this.tableLayout.ResumeLayout(false);
     this.tableLayout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureRecycleBin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenCreateCloneControl));
            this._debounceListIndexChangedEvent = new System.Windows.Forms.Timer(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this._browseButton = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this._templateButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this._readMoreLink = new System.Windows.Forms.LinkLabel();
            this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
            this.SuspendLayout();
            //
            // toolTip1
            //
            this.toolTip1.AutomaticDelay = 300;
            //
            // tableLayoutPanel2
            //
            this.tableLayoutPanel2.BackColor = System.Drawing.Color.White;
            this.tableLayoutPanel2.ColumnCount = 3;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 260F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this._browseButton, 0, 5);
            this.tableLayoutPanel2.Controls.Add(this.button9, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this._templateButton, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.label1, 2, 0);
            this.tableLayoutPanel2.Controls.Add(this.button8, 2, 4);
            this.tableLayoutPanel2.Controls.Add(this.button7, 2, 3);
            this.tableLayoutPanel2.Controls.Add(this.button6, 2, 2);
            this.tableLayoutPanel2.Controls.Add(this._readMoreLink, 2, 5);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 7;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(889, 343);
            this.tableLayoutPanel2.TabIndex = 19;
            //
            // _browseButton
            //
            this._browseButton.Dock = System.Windows.Forms.DockStyle.Fill;
            this._browseButton.FlatAppearance.BorderSize = 0;
            this._browseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this._browseButton.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._browseButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this._browseButton.Image = global::Bloom.Properties.Resources.open;
            this._browseButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this._browseButton, null);
            this._L10NSharpExtender.SetLocalizationComment(this._browseButton, null);
            this._L10NSharpExtender.SetLocalizingId(this._browseButton, "OpenCreateNewCollectionsDialog.BrowseForOtherCollections");
            this._browseButton.Location = new System.Drawing.Point(3, 253);
            this._browseButton.Name = "_browseButton";
            this._browseButton.Size = new System.Drawing.Size(254, 49);
            this._browseButton.TabIndex = 29;
            this._browseButton.Text = "Browse for another collection on this computer";
            this._browseButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._browseButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this._browseButton.UseVisualStyleBackColor = true;
            this._browseButton.Click += new System.EventHandler(this.OnBrowseForExistingLibraryClick);
            //
            // button6
            //
            this.button6.FlatAppearance.BorderSize = 0;
            this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button6.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.button6.Image = global::Bloom.Properties.Resources.cloneFromUsb;
            this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this.button6, null);
            this._L10NSharpExtender.SetLocalizationComment(this.button6, null);
            this._L10NSharpExtender.SetLocalizingId(this.button6, "OpenCreateNewCollectionsDialog.CopyFromUsbDrive");
            this.button6.Location = new System.Drawing.Point(363, 108);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(404, 39);
            this.button6.TabIndex = 19;
            this.button6.Tag = "sendreceive";
            this.button6.Text = "Copy from USB Drive";
            this.button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.button6.UseVisualStyleBackColor = true;
            ;
            //
            // button7
            //
            this.button7.FlatAppearance.BorderSize = 0;
            this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button7.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
            this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this.button7, null);
            this._L10NSharpExtender.SetLocalizationComment(this.button7, null);
            this._L10NSharpExtender.SetLocalizingId(this.button7, "OpenCreateNewCollectionsDialog.CopyFromInternet");
            this.button7.Location = new System.Drawing.Point(363, 153);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(405, 36);
            this.button7.TabIndex = 20;
            this.button7.Tag = "sendreceive";
            this.button7.Text = "Copy from Internet";
            this.button7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.button7.UseVisualStyleBackColor = true;

            //
            // button8
            //
            this.button8.FlatAppearance.BorderSize = 0;
            this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button8.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.button8.Image = global::Bloom.Properties.Resources.cloneFromChorusHub;
            this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this.button8, null);
            this._L10NSharpExtender.SetLocalizationComment(this.button8, null);
            this._L10NSharpExtender.SetLocalizingId(this.button8, "OpenCreateNewCollectionsDialog.CopyFromChorusHub");
            this.button8.Location = new System.Drawing.Point(363, 198);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(391, 36);
            this.button8.TabIndex = 21;
            this.button8.Tag = "sendreceive";
            this.button8.Text = "Copy From Chorus Hub on Local Network";
            this.button8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.button8.UseVisualStyleBackColor = true;

            //
            // button9
            //
            this.button9.FlatAppearance.BorderSize = 0;
            this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.button9.Image = global::Bloom.Properties.Resources.newLibrary32x32;
            this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this.button9, null);
            this._L10NSharpExtender.SetLocalizationComment(this.button9, null);
            this._L10NSharpExtender.SetLocalizingId(this.button9, "OpenCreateNewCollectionsDialog.CreateNewCollection");
            this.button9.Location = new System.Drawing.Point(3, 3);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(244, 36);
            this.button9.TabIndex = 22;
            this.button9.Text = "Create New Collection";
            this.button9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.CreateNewLibrary_LinkClicked);
            //
            // _templateButton
            //
            this._templateButton.Dock = System.Windows.Forms.DockStyle.Fill;
            this._templateButton.FlatAppearance.BorderSize = 0;
            this._templateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this._templateButton.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._templateButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this._templateButton.Image = global::Bloom.Properties.Resources.library32x32;
            this._templateButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this._L10NSharpExtender.SetLocalizableToolTip(this._templateButton, null);
            this._L10NSharpExtender.SetLocalizationComment(this._templateButton, null);
            this._L10NSharpExtender.SetLocalizationPriority(this._templateButton, L10NSharp.LocalizationPriority.NotLocalizable);
            this._L10NSharpExtender.SetLocalizingId(this._templateButton, "OpenCreateNewCollectionsDialog.OpenCreateCloneControl._templateButton");
            this._templateButton.Location = new System.Drawing.Point(3, 63);
            this._templateButton.Name = "_templateButton";
            this._templateButton.Size = new System.Drawing.Size(254, 39);
            this._templateButton.TabIndex = 23;
            this._templateButton.Text = "template collection button";
            this._templateButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this._templateButton.UseVisualStyleBackColor = true;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F);
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))));
            this._L10NSharpExtender.SetLocalizableToolTip(this.label1, null);
            this._L10NSharpExtender.SetLocalizationComment(this.label1, null);
            this._L10NSharpExtender.SetLocalizingId(this.label1, "OpenCreateNewCollectionsDialog.TextAboutGetUsingChorus");
            this.label1.Location = new System.Drawing.Point(363, 10);
            this.label1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
            this.label1.Name = "label1";
            this.tableLayoutPanel2.SetRowSpan(this.label1, 2);
            this.label1.Size = new System.Drawing.Size(425, 51);
            this.label1.TabIndex = 24;
            this.label1.Tag = "sendreceive";
            this.label1.Text = "Has someone else used Send/Receive to share a collection with you?\r\nUse one of th" +
            "ese red buttons to copy their collection to your computer.\r\nLater, use Send/Rece" +
            "ive to share your work back with them.";
            //
            // _readMoreLink
            //
            this._readMoreLink.AutoSize = true;
            this._readMoreLink.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._L10NSharpExtender.SetLocalizableToolTip(this._readMoreLink, null);
            this._L10NSharpExtender.SetLocalizationComment(this._readMoreLink, "This opens the Chorus Help to learn more about send/receive.");
            this._L10NSharpExtender.SetLocalizingId(this._readMoreLink, "OpenCreateNewCollectionsDialog.ReadMoreLink");
            this._readMoreLink.Location = new System.Drawing.Point(363, 265);
            this._readMoreLink.Margin = new System.Windows.Forms.Padding(3, 15, 3, 0);
            this._readMoreLink.Name = "_readMoreLink";
            this._readMoreLink.Size = new System.Drawing.Size(63, 13);
            this._readMoreLink.TabIndex = 30;
            this._readMoreLink.TabStop = true;
            this._readMoreLink.Tag = "sendreceive";
            this._readMoreLink.Text = "Read More";
            this._readMoreLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this._readMoreLabel_Click);
            //
            // _L10NSharpExtender
            //
            this._L10NSharpExtender.LocalizationManagerId = "Bloom";
            this._L10NSharpExtender.PrefixForNewItems = "OpenCreateNewCollectionsDialog";
            //
            // OpenCreateCloneControl
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.tableLayoutPanel2);
            this._L10NSharpExtender.SetLocalizableToolTip(this, null);
            this._L10NSharpExtender.SetLocalizationComment(this, null);
            this._L10NSharpExtender.SetLocalizingId(this, "OpenCreateNewCollectionsDialog.OpenCreateCloneControl.OpenCreateCloneControl");
            this.Name = "OpenCreateCloneControl";
            this.Size = new System.Drawing.Size(889, 343);
            this.Load += new System.EventHandler(this.OnLoad);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
            this.ResumeLayout(false);
        }