private void InitializeComponent()

in Configurator/UI/Wizards/ServerConfigPages/ServerRemovePage.Designer.cs [52:150]


    private void InitializeComponent()
    {
      this.ServerRemovalFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
      this.RemoveDataDirectoryPanel = new System.Windows.Forms.Panel();
      this.RemoveDataDirectoryCheckBox = new System.Windows.Forms.CheckBox();
      this.RemoveDataDirectoryLabel = new System.Windows.Forms.Label();
      ((System.ComponentModel.ISupportInitialize)(this.ValidationsErrorProvider)).BeginInit();
      this.ServerRemovalFlowLayoutPanel.SuspendLayout();
      this.RemoveDataDirectoryPanel.SuspendLayout();
      this.SuspendLayout();
      // 
      // subCaptionLabel
      // 
      this.subCaptionLabel.Location = new System.Drawing.Point(27, 37);
      this.subCaptionLabel.Visible = false;
      // 
      // captionLabel
      // 
      this.captionLabel.Size = new System.Drawing.Size(38, 25);
      this.captionLabel.Text = "<>";
      // 
      // ServerRemovalFlowLayoutPanel
      // 
      this.ServerRemovalFlowLayoutPanel.AccessibleDescription = "A panel containing inner panels with options appearing depending on the MySQL Ser" +
    "ver installation type.";
      this.ServerRemovalFlowLayoutPanel.AccessibleName = "Server Removal Flow Panel";
      this.ServerRemovalFlowLayoutPanel.Controls.Add(this.RemoveDataDirectoryPanel);
      this.ServerRemovalFlowLayoutPanel.Location = new System.Drawing.Point(0, 142);
      this.ServerRemovalFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
      this.ServerRemovalFlowLayoutPanel.Name = "ServerRemovalFlowLayoutPanel";
      this.ServerRemovalFlowLayoutPanel.Size = new System.Drawing.Size(849, 1613);
      this.ServerRemovalFlowLayoutPanel.TabIndex = 2;
      // 
      // RemoveDataDirectoryPanel
      // 
      this.RemoveDataDirectoryPanel.AccessibleDescription = "A panel containing controls for removing the data directory.";
      this.RemoveDataDirectoryPanel.AccessibleName = "Remove Data Directory";
      this.RemoveDataDirectoryPanel.Controls.Add(this.RemoveDataDirectoryCheckBox);
      this.RemoveDataDirectoryPanel.Controls.Add(this.RemoveDataDirectoryLabel);
      this.RemoveDataDirectoryPanel.Location = new System.Drawing.Point(4, 5);
      this.RemoveDataDirectoryPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
      this.RemoveDataDirectoryPanel.Name = "RemoveDataDirectoryPanel";
      this.RemoveDataDirectoryPanel.Size = new System.Drawing.Size(840, 147);
      this.RemoveDataDirectoryPanel.TabIndex = 8;
      // 
      // RemoveDataDirectoryCheckBox
      // 
      this.RemoveDataDirectoryCheckBox.AccessibleDescription = "A check box to confirm the removal of the data directory";
      this.RemoveDataDirectoryCheckBox.AccessibleName = "Remove Data Directory";
      this.RemoveDataDirectoryCheckBox.AutoSize = true;
      this.RemoveDataDirectoryCheckBox.Checked = true;
      this.RemoveDataDirectoryCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
      this.RemoveDataDirectoryCheckBox.Location = new System.Drawing.Point(36, 108);
      this.RemoveDataDirectoryCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
      this.RemoveDataDirectoryCheckBox.Name = "RemoveDataDirectoryCheckBox";
      this.RemoveDataDirectoryCheckBox.Size = new System.Drawing.Size(238, 27);
      this.RemoveDataDirectoryCheckBox.TabIndex = 2;
      this.RemoveDataDirectoryCheckBox.Text = "Remove the data directory";
      this.RemoveDataDirectoryCheckBox.UseVisualStyleBackColor = true;
      // 
      // RemoveDataDirectoryLabel
      // 
      this.RemoveDataDirectoryLabel.AccessibleDescription = "A label displaying a description asking the user if the data directory should be " +
    "removed";
      this.RemoveDataDirectoryLabel.AccessibleName = "Remove Data Directory Description";
      this.RemoveDataDirectoryLabel.Font = new System.Drawing.Font("Segoe UI", 9F);
      this.RemoveDataDirectoryLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
      this.RemoveDataDirectoryLabel.Location = new System.Drawing.Point(28, 0);
      this.RemoveDataDirectoryLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
      this.RemoveDataDirectoryLabel.Name = "RemoveDataDirectoryLabel";
      this.RemoveDataDirectoryLabel.Size = new System.Drawing.Size(770, 90);
      this.RemoveDataDirectoryLabel.TabIndex = 0;
      this.RemoveDataDirectoryLabel.Text = "Do you want to remove the data directory?\r\nWhen the data directory is left untouc" +
    "hed, all data stored in the databases will persist and can be reused on a differ" +
    "ent installation. ";
      // 
      // ServerRemovePage
      // 
      this.AccessibleDescription = "A configuration wizard page used to select if the data directory should be remove" +
    "d";
      this.AccessibleName = "Server Remove Page";
      this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Caption = "<>";
      this.Controls.Add(this.ServerRemovalFlowLayoutPanel);
      this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
      this.Name = "ServerRemovePage";
      this.Size = new System.Drawing.Size(849, 1760);
      this.Controls.SetChildIndex(this.ServerRemovalFlowLayoutPanel, 0);
      this.Controls.SetChildIndex(this.captionLabel, 0);
      this.Controls.SetChildIndex(this.subCaptionLabel, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ValidationsErrorProvider)).EndInit();
      this.ServerRemovalFlowLayoutPanel.ResumeLayout(false);
      this.RemoveDataDirectoryPanel.ResumeLayout(false);
      this.RemoveDataDirectoryPanel.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }