1 | namespace HeuristicLab.StatisticalAnalysis {
|
---|
2 | partial class MannWhitneyWilcoxonTestControl {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.label1 = new System.Windows.Forms.Label();
|
---|
27 | this.label2 = new System.Windows.Forms.Label();
|
---|
28 | this.p1TextBox = new System.Windows.Forms.TextBox();
|
---|
29 | this.p2TextBox = new System.Windows.Forms.TextBox();
|
---|
30 | this.label3 = new System.Windows.Forms.Label();
|
---|
31 | this.resultLabel = new System.Windows.Forms.Label();
|
---|
32 | this.testExactButton = new System.Windows.Forms.Button();
|
---|
33 | this.testApproximateButton = new System.Windows.Forms.Button();
|
---|
34 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
35 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
36 | this.alphaTextBox = new System.Windows.Forms.TextBox();
|
---|
37 | this.panel1.SuspendLayout();
|
---|
38 | this.panel2.SuspendLayout();
|
---|
39 | this.SuspendLayout();
|
---|
40 | //
|
---|
41 | // label1
|
---|
42 | //
|
---|
43 | this.label1.AutoSize = true;
|
---|
44 | this.label1.Location = new System.Drawing.Point(11, 25);
|
---|
45 | this.label1.Name = "label1";
|
---|
46 | this.label1.Size = new System.Drawing.Size(54, 13);
|
---|
47 | this.label1.TabIndex = 0;
|
---|
48 | this.label1.Text = "Sample 1:";
|
---|
49 | //
|
---|
50 | // label2
|
---|
51 | //
|
---|
52 | this.label2.AutoSize = true;
|
---|
53 | this.label2.Location = new System.Drawing.Point(11, 51);
|
---|
54 | this.label2.Name = "label2";
|
---|
55 | this.label2.Size = new System.Drawing.Size(54, 13);
|
---|
56 | this.label2.TabIndex = 1;
|
---|
57 | this.label2.Text = "Sample 2:";
|
---|
58 | //
|
---|
59 | // p1TextBox
|
---|
60 | //
|
---|
61 | this.p1TextBox.Location = new System.Drawing.Point(71, 22);
|
---|
62 | this.p1TextBox.Name = "p1TextBox";
|
---|
63 | this.p1TextBox.Size = new System.Drawing.Size(219, 20);
|
---|
64 | this.p1TextBox.TabIndex = 2;
|
---|
65 | //
|
---|
66 | // p2TextBox
|
---|
67 | //
|
---|
68 | this.p2TextBox.Location = new System.Drawing.Point(71, 48);
|
---|
69 | this.p2TextBox.Name = "p2TextBox";
|
---|
70 | this.p2TextBox.Size = new System.Drawing.Size(219, 20);
|
---|
71 | this.p2TextBox.TabIndex = 3;
|
---|
72 | //
|
---|
73 | // label3
|
---|
74 | //
|
---|
75 | this.label3.AutoSize = true;
|
---|
76 | this.label3.Location = new System.Drawing.Point(28, 78);
|
---|
77 | this.label3.Name = "label3";
|
---|
78 | this.label3.Size = new System.Drawing.Size(37, 13);
|
---|
79 | this.label3.TabIndex = 4;
|
---|
80 | this.label3.Text = "Alpha:";
|
---|
81 | //
|
---|
82 | // resultLabel
|
---|
83 | //
|
---|
84 | this.resultLabel.AutoSize = true;
|
---|
85 | this.resultLabel.Location = new System.Drawing.Point(4, 4);
|
---|
86 | this.resultLabel.MaximumSize = new System.Drawing.Size(265, 80);
|
---|
87 | this.resultLabel.Name = "resultLabel";
|
---|
88 | this.resultLabel.Size = new System.Drawing.Size(40, 13);
|
---|
89 | this.resultLabel.TabIndex = 5;
|
---|
90 | this.resultLabel.Text = "Result:";
|
---|
91 | //
|
---|
92 | // testExactButton
|
---|
93 | //
|
---|
94 | this.testExactButton.Location = new System.Drawing.Point(215, 103);
|
---|
95 | this.testExactButton.Name = "testExactButton";
|
---|
96 | this.testExactButton.Size = new System.Drawing.Size(75, 23);
|
---|
97 | this.testExactButton.TabIndex = 8;
|
---|
98 | this.testExactButton.Text = "Exact";
|
---|
99 | this.testExactButton.UseVisualStyleBackColor = true;
|
---|
100 | this.testExactButton.Click += new System.EventHandler(this.testExactButton_Click);
|
---|
101 | //
|
---|
102 | // testApproximateButton
|
---|
103 | //
|
---|
104 | this.testApproximateButton.Location = new System.Drawing.Point(215, 74);
|
---|
105 | this.testApproximateButton.Name = "testApproximateButton";
|
---|
106 | this.testApproximateButton.Size = new System.Drawing.Size(75, 23);
|
---|
107 | this.testApproximateButton.TabIndex = 9;
|
---|
108 | this.testApproximateButton.Text = "Approximate";
|
---|
109 | this.testApproximateButton.UseVisualStyleBackColor = true;
|
---|
110 | this.testApproximateButton.Click += new System.EventHandler(this.testApproximateButton_Click);
|
---|
111 | //
|
---|
112 | // panel1
|
---|
113 | //
|
---|
114 | this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
115 | this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
---|
116 | this.panel1.Controls.Add(this.alphaTextBox);
|
---|
117 | this.panel1.Controls.Add(this.panel2);
|
---|
118 | this.panel1.Controls.Add(this.testExactButton);
|
---|
119 | this.panel1.Controls.Add(this.testApproximateButton);
|
---|
120 | this.panel1.Controls.Add(this.label1);
|
---|
121 | this.panel1.Controls.Add(this.label2);
|
---|
122 | this.panel1.Controls.Add(this.p1TextBox);
|
---|
123 | this.panel1.Controls.Add(this.p2TextBox);
|
---|
124 | this.panel1.Controls.Add(this.label3);
|
---|
125 | this.panel1.Location = new System.Drawing.Point(3, 3);
|
---|
126 | this.panel1.Name = "panel1";
|
---|
127 | this.panel1.Size = new System.Drawing.Size(309, 248);
|
---|
128 | this.panel1.TabIndex = 10;
|
---|
129 | //
|
---|
130 | // panel2
|
---|
131 | //
|
---|
132 | this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
133 | this.panel2.Controls.Add(this.resultLabel);
|
---|
134 | this.panel2.Location = new System.Drawing.Point(14, 132);
|
---|
135 | this.panel2.Name = "panel2";
|
---|
136 | this.panel2.Size = new System.Drawing.Size(276, 90);
|
---|
137 | this.panel2.TabIndex = 10;
|
---|
138 | //
|
---|
139 | // alphaTextBox
|
---|
140 | //
|
---|
141 | this.alphaTextBox.Location = new System.Drawing.Point(71, 75);
|
---|
142 | this.alphaTextBox.Name = "alphaTextBox";
|
---|
143 | this.alphaTextBox.Size = new System.Drawing.Size(84, 20);
|
---|
144 | this.alphaTextBox.TabIndex = 11;
|
---|
145 | //
|
---|
146 | // MannWhitneyWilcoxonTestControl
|
---|
147 | //
|
---|
148 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
149 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
150 | this.Controls.Add(this.panel1);
|
---|
151 | this.Name = "MannWhitneyWilcoxonTestControl";
|
---|
152 | this.Size = new System.Drawing.Size(316, 255);
|
---|
153 | this.panel1.ResumeLayout(false);
|
---|
154 | this.panel1.PerformLayout();
|
---|
155 | this.panel2.ResumeLayout(false);
|
---|
156 | this.panel2.PerformLayout();
|
---|
157 | this.ResumeLayout(false);
|
---|
158 |
|
---|
159 | }
|
---|
160 |
|
---|
161 | #endregion
|
---|
162 |
|
---|
163 | private System.Windows.Forms.Label label1;
|
---|
164 | private System.Windows.Forms.Label label2;
|
---|
165 | private System.Windows.Forms.TextBox p1TextBox;
|
---|
166 | private System.Windows.Forms.TextBox p2TextBox;
|
---|
167 | private System.Windows.Forms.Label label3;
|
---|
168 | private System.Windows.Forms.Label resultLabel;
|
---|
169 | private System.Windows.Forms.Button testExactButton;
|
---|
170 | private System.Windows.Forms.Button testApproximateButton;
|
---|
171 | private System.Windows.Forms.Panel panel1;
|
---|
172 | private System.Windows.Forms.Panel panel2;
|
---|
173 | private System.Windows.Forms.TextBox alphaTextBox;
|
---|
174 | }
|
---|
175 | }
|
---|