~ubuntu-branches/debian/sid/nunit/sid

« back to all changes in this revision

Viewing changes to src/GuiRunner/nunit-gui/SettingsPages/RuntimeSelectionSettingsPage.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-09-16 13:43:36 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140916134336-kjxz48tty6lx2ja5
Tags: 2.6.3+dfsg-1
* [c7bd1b5] Imported Upstream version 2.6.3+dfsg
* [bcb4bf8] Move nunit-console-runner to GAC-installed libnunit2.6, 
  don't treat it as a private lib. This lib is signed, and treated 
  as a GAC lib by consumers such as MonoDevelop.
* [7f08e99] Bump version to 2.6.3 as required
* [84535eb] Refreshed patches
* [8479f61] Split package up into per-assembly packages. This makes 
  ABI tracking easier in the future, as we can meaningfully have GAC 
  policy for cases where ABI isn't truly bumped, and no policy for 
  cases where it is. For example, if nunit.framework bumps ABI but 
  nunit.core does not, previously we would need to rebuild everything 
  using NUnit, but under the new split packaging, that rebuild would 
  not be needed for apps only using nunit.core.
* [17a7dc7] Add missing nunit.mocks.dll to nunit.pc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
namespace NUnit.Gui.SettingsPages
2
 
{
3
 
    partial class RuntimeSelectionSettingsPage
4
 
    {
5
 
        /// <summary>
6
 
        /// Required designer variable.
7
 
        /// </summary>
8
 
        private System.ComponentModel.IContainer components = null;
9
 
 
10
 
        /// <summary>
11
 
        /// Clean up any resources being used.
12
 
        /// </summary>
13
 
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
 
        protected override void Dispose(bool disposing)
15
 
        {
16
 
            if (disposing && (components != null))
17
 
            {
18
 
                components.Dispose();
19
 
            }
20
 
            base.Dispose(disposing);
21
 
        }
22
 
 
23
 
        #region Windows Form Designer generated code
24
 
 
25
 
        /// <summary>
26
 
        /// Required method for Designer support - do not modify
27
 
        /// the contents of this method with the code editor.
28
 
        /// </summary>
29
 
        private void InitializeComponent()
30
 
        {
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();
35
 
            this.SuspendLayout();
36
 
            // 
37
 
            // label3
38
 
            // 
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";
45
 
            // 
46
 
            // groupBox3
47
 
            // 
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;
55
 
            // 
56
 
            // runtimeSelectionCheckBox
57
 
            // 
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;
69
 
            // 
70
 
            // RuntimeSelectionSettingsPage
71
 
            // 
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);
77
 
            this.PerformLayout();
78
 
 
79
 
        }
80
 
 
81
 
        #endregion
82
 
 
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;
87
 
    }
88
 
}
 
1
namespace NUnit.Gui.SettingsPages
 
2
{
 
3
    partial class RuntimeSelectionSettingsPage
 
4
    {
 
5
        /// <summary>
 
6
        /// Required designer variable.
 
7
        /// </summary>
 
8
        private System.ComponentModel.IContainer components = null;
 
9
 
 
10
        /// <summary>
 
11
        /// Clean up any resources being used.
 
12
        /// </summary>
 
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 
14
        protected override void Dispose(bool disposing)
 
15
        {
 
16
            if (disposing && (components != null))
 
17
            {
 
18
                components.Dispose();
 
19
            }
 
20
            base.Dispose(disposing);
 
21
        }
 
22
 
 
23
        #region Windows Form Designer generated code
 
24
 
 
25
        /// <summary>
 
26
        /// Required method for Designer support - do not modify
 
27
        /// the contents of this method with the code editor.
 
28
        /// </summary>
 
29
        private void InitializeComponent()
 
30
        {
 
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();
 
35
            this.SuspendLayout();
 
36
            // 
 
37
            // label3
 
38
            // 
 
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";
 
45
            // 
 
46
            // groupBox3
 
47
            // 
 
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;
 
55
            // 
 
56
            // runtimeSelectionCheckBox
 
57
            // 
 
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;
 
69
            // 
 
70
            // RuntimeSelectionSettingsPage
 
71
            // 
 
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);
 
77
            this.PerformLayout();
 
78
 
 
79
        }
 
80
 
 
81
        #endregion
 
82
 
 
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;
 
87
    }
 
88
}