in src/Microsoft.VisualStudio.SlowCheetah.VS/Options/OptionsUserControl.Designer.cs [29:71]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsUserControl));
this.EnablePreviewCheckbox = new System.Windows.Forms.CheckBox();
this.GeneralGroupBox = new System.Windows.Forms.GroupBox();
this.AddDepentUponCheckbox = new System.Windows.Forms.CheckBox();
this.GeneralGroupBox.SuspendLayout();
this.SuspendLayout();
//
// EnablePreviewCheckbox
//
resources.ApplyResources(this.EnablePreviewCheckbox, "EnablePreviewCheckbox");
this.EnablePreviewCheckbox.Name = "EnablePreviewCheckbox";
this.EnablePreviewCheckbox.UseVisualStyleBackColor = true;
this.EnablePreviewCheckbox.CheckedChanged += new System.EventHandler(this.EnablePreviewCheckbox_CheckedChanged);
//
// GeneralGroupBox
//
resources.ApplyResources(this.GeneralGroupBox, "GeneralGroupBox");
this.GeneralGroupBox.Controls.Add(this.EnablePreviewCheckbox);
this.GeneralGroupBox.Controls.Add(this.AddDepentUponCheckbox);
this.GeneralGroupBox.Name = "GeneralGroupBox";
this.GeneralGroupBox.TabStop = false;
//
// AddDepentUponCheckbox
//
resources.ApplyResources(this.AddDepentUponCheckbox, "AddDepentUponCheckbox");
this.AddDepentUponCheckbox.Name = "AddDepentUponCheckbox";
this.AddDepentUponCheckbox.UseVisualStyleBackColor = true;
this.AddDepentUponCheckbox.CheckedChanged += new System.EventHandler(this.AddDepentUponCheckbox_CheckedChanged);
//
// OptionsUserControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.GeneralGroupBox);
this.Name = "OptionsUserControl";
this.GeneralGroupBox.ResumeLayout(false);
this.GeneralGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}