1
namespace NUnit.Gui.SettingsPages
3
partial class RuntimeSelectionSettingsPage
6
/// Required designer variable.
8
private System.ComponentModel.IContainer components = null;
11
/// Clean up any resources being used.
13
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
protected override void Dispose(bool disposing)
16
if (disposing && (components != null))
20
base.Dispose(disposing);
23
#region Windows Form Designer generated code
26
/// Required method for Designer support - do not modify
27
/// the contents of this method with the code editor.
29
private void InitializeComponent()
31
this.label3 = new System.Windows.Forms.Label();
32
this.groupBox3 = new System.Windows.Forms.GroupBox();
33
this.runtimeSelectionCheckBox = new System.Windows.Forms.CheckBox();
34
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
39
this.label3.AutoSize = true;
40
this.label3.Location = new System.Drawing.Point(9, 5);
41
this.label3.Name = "label3";
42
this.label3.Size = new System.Drawing.Size(93, 13);
43
this.label3.TabIndex = 14;
44
this.label3.Text = "Runtime Selection";
48
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
49
| System.Windows.Forms.AnchorStyles.Right)));
50
this.groupBox3.Location = new System.Drawing.Point(169, 5);
51
this.groupBox3.Name = "groupBox3";
52
this.groupBox3.Size = new System.Drawing.Size(280, 8);
53
this.groupBox3.TabIndex = 13;
54
this.groupBox3.TabStop = false;
56
// runtimeSelectionCheckBox
58
this.helpProvider1.SetHelpString(this.runtimeSelectionCheckBox, "If checked and no specific runtime is requested, NUnit examines each assembly and" +
59
" attempts to load it using the runtime version for which it was built. If not ch" +
60
"ecked, the current runtime is used.");
61
this.runtimeSelectionCheckBox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
62
this.runtimeSelectionCheckBox.Location = new System.Drawing.Point(35, 28);
63
this.runtimeSelectionCheckBox.Name = "runtimeSelectionCheckBox";
64
this.helpProvider1.SetShowHelp(this.runtimeSelectionCheckBox, true);
65
this.runtimeSelectionCheckBox.Size = new System.Drawing.Size(372, 48);
66
this.runtimeSelectionCheckBox.TabIndex = 15;
67
this.runtimeSelectionCheckBox.Text = "Select default runtime version based on target framework of test assembly";
68
this.runtimeSelectionCheckBox.UseVisualStyleBackColor = true;
70
// RuntimeSelectionSettingsPage
72
this.Controls.Add(this.runtimeSelectionCheckBox);
73
this.Controls.Add(this.label3);
74
this.Controls.Add(this.groupBox3);
75
this.Name = "RuntimeSelectionSettingsPage";
76
this.ResumeLayout(false);
83
private System.Windows.Forms.Label label3;
84
private System.Windows.Forms.GroupBox groupBox3;
85
private System.Windows.Forms.CheckBox runtimeSelectionCheckBox;
86
private System.Windows.Forms.HelpProvider helpProvider1;
1
namespace NUnit.Gui.SettingsPages
3
partial class RuntimeSelectionSettingsPage
6
/// Required designer variable.
8
private System.ComponentModel.IContainer components = null;
11
/// Clean up any resources being used.
13
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
protected override void Dispose(bool disposing)
16
if (disposing && (components != null))
20
base.Dispose(disposing);
23
#region Windows Form Designer generated code
26
/// Required method for Designer support - do not modify
27
/// the contents of this method with the code editor.
29
private void InitializeComponent()
31
this.label3 = new System.Windows.Forms.Label();
32
this.groupBox3 = new System.Windows.Forms.GroupBox();
33
this.runtimeSelectionCheckBox = new System.Windows.Forms.CheckBox();
34
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
39
this.label3.AutoSize = true;
40
this.label3.Location = new System.Drawing.Point(9, 5);
41
this.label3.Name = "label3";
42
this.label3.Size = new System.Drawing.Size(93, 13);
43
this.label3.TabIndex = 14;
44
this.label3.Text = "Runtime Selection";
48
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
49
| System.Windows.Forms.AnchorStyles.Right)));
50
this.groupBox3.Location = new System.Drawing.Point(169, 5);
51
this.groupBox3.Name = "groupBox3";
52
this.groupBox3.Size = new System.Drawing.Size(280, 8);
53
this.groupBox3.TabIndex = 13;
54
this.groupBox3.TabStop = false;
56
// runtimeSelectionCheckBox
58
this.helpProvider1.SetHelpString(this.runtimeSelectionCheckBox, "If checked and no specific runtime is requested, NUnit examines each assembly and" +
59
" attempts to load it using the runtime version for which it was built. If not ch" +
60
"ecked, the current runtime is used.");
61
this.runtimeSelectionCheckBox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
62
this.runtimeSelectionCheckBox.Location = new System.Drawing.Point(35, 28);
63
this.runtimeSelectionCheckBox.Name = "runtimeSelectionCheckBox";
64
this.helpProvider1.SetShowHelp(this.runtimeSelectionCheckBox, true);
65
this.runtimeSelectionCheckBox.Size = new System.Drawing.Size(372, 48);
66
this.runtimeSelectionCheckBox.TabIndex = 15;
67
this.runtimeSelectionCheckBox.Text = "Select default runtime version based on target framework of test assembly";
68
this.runtimeSelectionCheckBox.UseVisualStyleBackColor = true;
70
// RuntimeSelectionSettingsPage
72
this.Controls.Add(this.runtimeSelectionCheckBox);
73
this.Controls.Add(this.label3);
74
this.Controls.Add(this.groupBox3);
75
this.Name = "RuntimeSelectionSettingsPage";
76
this.ResumeLayout(false);
83
private System.Windows.Forms.Label label3;
84
private System.Windows.Forms.GroupBox groupBox3;
85
private System.Windows.Forms.CheckBox runtimeSelectionCheckBox;
86
private System.Windows.Forms.HelpProvider helpProvider1;