in src/Microsoft.VisualStudio.SlowCheetah.VS/Options/AdvancedOptionsUserControl.Designer.cs [29:100]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdvancedOptionsUserControl));
this.AdvancedGroupBox = new System.Windows.Forms.GroupBox();
this.PreviewToolNameLabel = new System.Windows.Forms.Label();
this.PreviewToolPathTextbox = new System.Windows.Forms.TextBox();
this.OpenToolFileDialogButton = new System.Windows.Forms.Button();
this.PreviewCommandLineLabel = new System.Windows.Forms.Label();
this.PreviewToolCommandLineTextbox = new System.Windows.Forms.TextBox();
this.CommandLineExplanationLabel = new System.Windows.Forms.Label();
this.OpenToolFileDialog = new System.Windows.Forms.OpenFileDialog();
this.AdvancedGroupBox.SuspendLayout();
this.SuspendLayout();
//
// AdvancedGroupBox
//
resources.ApplyResources(this.AdvancedGroupBox, "AdvancedGroupBox");
this.AdvancedGroupBox.Controls.Add(this.PreviewToolNameLabel);
this.AdvancedGroupBox.Controls.Add(this.PreviewToolPathTextbox);
this.AdvancedGroupBox.Controls.Add(this.OpenToolFileDialogButton);
this.AdvancedGroupBox.Controls.Add(this.PreviewCommandLineLabel);
this.AdvancedGroupBox.Controls.Add(this.PreviewToolCommandLineTextbox);
this.AdvancedGroupBox.Controls.Add(this.CommandLineExplanationLabel);
this.AdvancedGroupBox.Name = "AdvancedGroupBox";
this.AdvancedGroupBox.TabStop = false;
//
// PreviewToolNameLabel
//
resources.ApplyResources(this.PreviewToolNameLabel, "PreviewToolNameLabel");
this.PreviewToolNameLabel.Name = "PreviewToolNameLabel";
//
// PreviewToolPathTextbox
//
resources.ApplyResources(this.PreviewToolPathTextbox, "PreviewToolPathTextbox");
this.PreviewToolPathTextbox.Name = "PreviewToolPathTextbox";
this.PreviewToolPathTextbox.Leave += new System.EventHandler(this.PreviewToolPathTextbox_Leave);
//
// OpenToolFileDialogButton
//
resources.ApplyResources(this.OpenToolFileDialogButton, "OpenToolFileDialogButton");
this.OpenToolFileDialogButton.Name = "OpenToolFileDialogButton";
this.OpenToolFileDialogButton.UseVisualStyleBackColor = true;
this.OpenToolFileDialogButton.Click += new System.EventHandler(this.OpenToolFileDialogButton_Click);
//
// PreviewCommandLineLabel
//
resources.ApplyResources(this.PreviewCommandLineLabel, "PreviewCommandLineLabel");
this.PreviewCommandLineLabel.Name = "PreviewCommandLineLabel";
//
// PreviewToolCommandLineTextbox
//
resources.ApplyResources(this.PreviewToolCommandLineTextbox, "PreviewToolCommandLineTextbox");
this.PreviewToolCommandLineTextbox.Name = "PreviewToolCommandLineTextbox";
this.PreviewToolCommandLineTextbox.Leave += new System.EventHandler(this.PreviewToolCommandLineTextbox_Leave);
//
// CommandLineExplanationLabel
//
resources.ApplyResources(this.CommandLineExplanationLabel, "CommandLineExplanationLabel");
this.CommandLineExplanationLabel.Name = "CommandLineExplanationLabel";
//
// AdvancedOptionsUserControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.AdvancedGroupBox);
this.Name = "AdvancedOptionsUserControl";
this.AdvancedGroupBox.ResumeLayout(false);
this.AdvancedGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}