in src/Forms/ProjectDetailsForm.Designer.cs [29:199]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectDetailsForm));
this.AzureMigrateProjectDetailsGroupBox = new System.Windows.Forms.GroupBox();
this.TenantIdInfoLabel = new System.Windows.Forms.Label();
this.AzureMigrateProjectNameInfoLabel = new System.Windows.Forms.Label();
this.SiteDiscoveryStatusInfoLabel = new System.Windows.Forms.Label();
this.ResourceGroupNameInfoLabel = new System.Windows.Forms.Label();
this.SubscriptionInfoLabel = new System.Windows.Forms.Label();
this.AzureMigrateProjectNameComboBox = new System.Windows.Forms.ComboBox();
this.AzureMigrateProjectNameLabel = new System.Windows.Forms.Label();
this.ResourceGroupNameComboBox = new System.Windows.Forms.ComboBox();
this.ResourceGroupNameLabel = new System.Windows.Forms.Label();
this.SubscriptionComboBox = new System.Windows.Forms.ComboBox();
this.SubscriptionNameLabel = new System.Windows.Forms.Label();
this.ConfirmTenantIdChangeButton = new System.Windows.Forms.Button();
this.TenantIdTextBox = new System.Windows.Forms.TextBox();
this.TenantIdLabel = new System.Windows.Forms.Label();
this.ProjectDetailsDescriptionGroupBox = new System.Windows.Forms.GroupBox();
this.ProjectDetailsDescriptionRichTextBox = new System.Windows.Forms.RichTextBox();
this.AzureMigrateProjectDetailsGroupBox.SuspendLayout();
this.ProjectDetailsDescriptionGroupBox.SuspendLayout();
this.SuspendLayout();
//
// AzureMigrateProjectDetailsGroupBox
//
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.TenantIdInfoLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.AzureMigrateProjectNameInfoLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.SiteDiscoveryStatusInfoLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.ResourceGroupNameInfoLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.SubscriptionInfoLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.AzureMigrateProjectNameComboBox);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.AzureMigrateProjectNameLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.ResourceGroupNameComboBox);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.ResourceGroupNameLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.SubscriptionComboBox);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.SubscriptionNameLabel);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.ConfirmTenantIdChangeButton);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.TenantIdTextBox);
this.AzureMigrateProjectDetailsGroupBox.Controls.Add(this.TenantIdLabel);
resources.ApplyResources(this.AzureMigrateProjectDetailsGroupBox, "AzureMigrateProjectDetailsGroupBox");
this.AzureMigrateProjectDetailsGroupBox.Name = "AzureMigrateProjectDetailsGroupBox";
this.AzureMigrateProjectDetailsGroupBox.TabStop = false;
this.AzureMigrateProjectDetailsGroupBox.MouseHover += new System.EventHandler(this.AzureMigrateProjectDetailsGroupBox_MouseHover);
//
// TenantIdInfoLabel
//
resources.ApplyResources(this.TenantIdInfoLabel, "TenantIdInfoLabel");
this.TenantIdInfoLabel.Name = "TenantIdInfoLabel";
//
// AzureMigrateProjectNameInfoLabel
//
resources.ApplyResources(this.AzureMigrateProjectNameInfoLabel, "AzureMigrateProjectNameInfoLabel");
this.AzureMigrateProjectNameInfoLabel.Name = "AzureMigrateProjectNameInfoLabel";
//
// SiteDiscoveryStatusInfoLabel
//
resources.ApplyResources(this.SiteDiscoveryStatusInfoLabel, "SiteDiscoveryStatusInfoLabel");
this.SiteDiscoveryStatusInfoLabel.Name = "SiteDiscoveryStatusInfoLabel";
//
// ResourceGroupNameInfoLabel
//
resources.ApplyResources(this.ResourceGroupNameInfoLabel, "ResourceGroupNameInfoLabel");
this.ResourceGroupNameInfoLabel.Name = "ResourceGroupNameInfoLabel";
//
// SubscriptionInfoLabel
//
resources.ApplyResources(this.SubscriptionInfoLabel, "SubscriptionInfoLabel");
this.SubscriptionInfoLabel.Name = "SubscriptionInfoLabel";
//
// AzureMigrateProjectNameComboBox
//
resources.ApplyResources(this.AzureMigrateProjectNameComboBox, "AzureMigrateProjectNameComboBox");
this.AzureMigrateProjectNameComboBox.FormattingEnabled = true;
this.AzureMigrateProjectNameComboBox.Name = "AzureMigrateProjectNameComboBox";
this.AzureMigrateProjectNameComboBox.SelectionChangeCommitted += new System.EventHandler(this.AzureMigrateProjectNameComboBox_SelectionChangeCommitted);
this.AzureMigrateProjectNameComboBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AzureMigrateProjectNameComboBox_MouseClick);
this.AzureMigrateProjectNameComboBox.MouseHover += new System.EventHandler(this.AzureMigrateProjectNameComboBox_MouseHover);
//
// AzureMigrateProjectNameLabel
//
resources.ApplyResources(this.AzureMigrateProjectNameLabel, "AzureMigrateProjectNameLabel");
this.AzureMigrateProjectNameLabel.Name = "AzureMigrateProjectNameLabel";
this.AzureMigrateProjectNameLabel.MouseHover += new System.EventHandler(this.AzureMigrateProjectNameLabel_MouseHover);
//
// ResourceGroupNameComboBox
//
resources.ApplyResources(this.ResourceGroupNameComboBox, "ResourceGroupNameComboBox");
this.ResourceGroupNameComboBox.FormattingEnabled = true;
this.ResourceGroupNameComboBox.Name = "ResourceGroupNameComboBox";
this.ResourceGroupNameComboBox.SelectionChangeCommitted += new System.EventHandler(this.ResourceGroupNameComboBox_SelectionChangeCommitted);
this.ResourceGroupNameComboBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ResourceGroupNameComboBox_MouseClick);
this.ResourceGroupNameComboBox.MouseHover += new System.EventHandler(this.ResourceGroupNameComboBox_MouseHover);
//
// ResourceGroupNameLabel
//
resources.ApplyResources(this.ResourceGroupNameLabel, "ResourceGroupNameLabel");
this.ResourceGroupNameLabel.Name = "ResourceGroupNameLabel";
this.ResourceGroupNameLabel.MouseHover += new System.EventHandler(this.ResourceGroupNameLabel_MouseHover);
//
// SubscriptionComboBox
//
resources.ApplyResources(this.SubscriptionComboBox, "SubscriptionComboBox");
this.SubscriptionComboBox.FormattingEnabled = true;
this.SubscriptionComboBox.Name = "SubscriptionComboBox";
this.SubscriptionComboBox.SelectionChangeCommitted += new System.EventHandler(this.SubscriptionComboBox_SelectionChangeCommitted);
this.SubscriptionComboBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SubscriptionComboBox_MouseClick);
this.SubscriptionComboBox.MouseHover += new System.EventHandler(this.SubscriptionComboBox_MouseHover);
//
// SubscriptionNameLabel
//
resources.ApplyResources(this.SubscriptionNameLabel, "SubscriptionNameLabel");
this.SubscriptionNameLabel.Name = "SubscriptionNameLabel";
this.SubscriptionNameLabel.MouseHover += new System.EventHandler(this.SubscriptionNameLabel_MouseHover);
//
// ConfirmTenantIdChangeButton
//
this.ConfirmTenantIdChangeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(206)))), ((int)(((byte)(255)))));
this.ConfirmTenantIdChangeButton.FlatAppearance.BorderSize = 0;
this.ConfirmTenantIdChangeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(145)))), ((int)(((byte)(230)))));
this.ConfirmTenantIdChangeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(190)))), ((int)(((byte)(255)))));
resources.ApplyResources(this.ConfirmTenantIdChangeButton, "ConfirmTenantIdChangeButton");
this.ConfirmTenantIdChangeButton.Name = "ConfirmTenantIdChangeButton";
this.ConfirmTenantIdChangeButton.UseVisualStyleBackColor = false;
this.ConfirmTenantIdChangeButton.Click += new System.EventHandler(this.ConfirmTenantIdChangeButton_Click);
this.ConfirmTenantIdChangeButton.MouseHover += new System.EventHandler(this.ConfirmTenantIdChangeButton_MouseHover);
//
// TenantIdTextBox
//
resources.ApplyResources(this.TenantIdTextBox, "TenantIdTextBox");
this.TenantIdTextBox.Name = "TenantIdTextBox";
this.TenantIdTextBox.TextChanged += new System.EventHandler(this.TenantIdTextBox_TextChanged);
this.TenantIdTextBox.MouseHover += new System.EventHandler(this.TenantIdTextBox_MouseHover);
//
// TenantIdLabel
//
resources.ApplyResources(this.TenantIdLabel, "TenantIdLabel");
this.TenantIdLabel.Name = "TenantIdLabel";
this.TenantIdLabel.MouseHover += new System.EventHandler(this.TenantIdLabel_MouseHover);
//
// ProjectDetailsDescriptionGroupBox
//
this.ProjectDetailsDescriptionGroupBox.Controls.Add(this.ProjectDetailsDescriptionRichTextBox);
resources.ApplyResources(this.ProjectDetailsDescriptionGroupBox, "ProjectDetailsDescriptionGroupBox");
this.ProjectDetailsDescriptionGroupBox.Name = "ProjectDetailsDescriptionGroupBox";
this.ProjectDetailsDescriptionGroupBox.TabStop = false;
//
// ProjectDetailsDescriptionRichTextBox
//
this.ProjectDetailsDescriptionRichTextBox.BackColor = System.Drawing.Color.White;
this.ProjectDetailsDescriptionRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.ProjectDetailsDescriptionRichTextBox, "ProjectDetailsDescriptionRichTextBox");
this.ProjectDetailsDescriptionRichTextBox.Name = "ProjectDetailsDescriptionRichTextBox";
this.ProjectDetailsDescriptionRichTextBox.ReadOnly = true;
//
// ProjectDetailsForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.ProjectDetailsDescriptionGroupBox);
this.Controls.Add(this.AzureMigrateProjectDetailsGroupBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ProjectDetailsForm";
this.AzureMigrateProjectDetailsGroupBox.ResumeLayout(false);
this.AzureMigrateProjectDetailsGroupBox.PerformLayout();
this.ProjectDetailsDescriptionGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}