Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks/3.3/CreateTargetVariationExperimentDialog.Designer.cs @ 13788

Last change on this file since 13788 was 13788, checked in by bburlacu, 8 years ago

#2288: Improve the CreateTargetVariationExperimentDialog to produce combinations of inputs and target according to a user-provided binomial coefficient.

File size: 7.8 KB
Line 
1namespace HeuristicLab.VariableInteractionNetworks
2{
3    partial class CreateTargetVariationExperimentDialog
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.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
32      this.repetitionsLabel = new System.Windows.Forms.Label();
33      this.cancelButton = new System.Windows.Forms.Button();
34      this.okButton = new System.Windows.Forms.Button();
35      this.binomialCoeffNumericUpDown = new System.Windows.Forms.NumericUpDown();
36      this.label1 = new System.Windows.Forms.Label();
37      this.label2 = new System.Windows.Forms.Label();
38      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
39      ((System.ComponentModel.ISupportInitialize)(this.binomialCoeffNumericUpDown)).BeginInit();
40      this.SuspendLayout();
41      //
42      // repetitionsNumericUpDown
43      //
44      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
45            | System.Windows.Forms.AnchorStyles.Right)));
46      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(128, 12);
47      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
48            1000000,
49            0,
50            0,
51            0});
52      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
53            1,
54            0,
55            0,
56            0});
57      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
58      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(185, 20);
59      this.repetitionsNumericUpDown.TabIndex = 4;
60      this.repetitionsNumericUpDown.ThousandsSeparator = true;
61      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
62            10,
63            0,
64            0,
65            0});
66      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
67      //
68      // repetitionsLabel
69      //
70      this.repetitionsLabel.AutoSize = true;
71      this.repetitionsLabel.Location = new System.Drawing.Point(26, 14);
72      this.repetitionsLabel.Name = "repetitionsLabel";
73      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
74      this.repetitionsLabel.TabIndex = 5;
75      this.repetitionsLabel.Text = "&Repetitions:";
76      //
77      // cancelButton
78      //
79      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
80      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
81      this.cancelButton.Location = new System.Drawing.Point(177, 130);
82      this.cancelButton.Name = "cancelButton";
83      this.cancelButton.Size = new System.Drawing.Size(75, 23);
84      this.cancelButton.TabIndex = 9;
85      this.cancelButton.Text = "&Cancel";
86      this.cancelButton.UseVisualStyleBackColor = true;
87      //
88      // okButton
89      //
90      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
91      this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
92      this.okButton.Location = new System.Drawing.Point(80, 130);
93      this.okButton.Name = "okButton";
94      this.okButton.Size = new System.Drawing.Size(75, 23);
95      this.okButton.TabIndex = 10;
96      this.okButton.Text = "&Ok";
97      this.okButton.UseVisualStyleBackColor = true;
98      this.okButton.Click += new System.EventHandler(this.okButton_Click);
99      //
100      // binomialCoeffNumericUpDown
101      //
102      this.binomialCoeffNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.binomialCoeffNumericUpDown.Location = new System.Drawing.Point(128, 38);
105      this.binomialCoeffNumericUpDown.Maximum = new decimal(new int[] {
106            1000000,
107            0,
108            0,
109            0});
110      this.binomialCoeffNumericUpDown.Minimum = new decimal(new int[] {
111            1,
112            0,
113            0,
114            0});
115      this.binomialCoeffNumericUpDown.Name = "binomialCoeffNumericUpDown";
116      this.binomialCoeffNumericUpDown.Size = new System.Drawing.Size(185, 20);
117      this.binomialCoeffNumericUpDown.TabIndex = 4;
118      this.binomialCoeffNumericUpDown.ThousandsSeparator = true;
119      this.binomialCoeffNumericUpDown.Value = new decimal(new int[] {
120            10,
121            0,
122            0,
123            0});
124      this.binomialCoeffNumericUpDown.Validated += new System.EventHandler(this.binomialCoefficientNumericUpDown_Validated);
125      //
126      // label1
127      //
128      this.label1.AutoSize = true;
129      this.label1.Location = new System.Drawing.Point(26, 40);
130      this.label1.Name = "label1";
131      this.label1.Size = new System.Drawing.Size(79, 13);
132      this.label1.TabIndex = 5;
133      this.label1.Text = "&Binomial coeff.:";
134      //
135      // label2
136      //
137      this.label2.ForeColor = System.Drawing.Color.Red;
138      this.label2.Location = new System.Drawing.Point(26, 67);
139      this.label2.Name = "label2";
140      this.label2.Size = new System.Drawing.Size(287, 50);
141      this.label2.TabIndex = 5;
142      this.label2.Text = "Warning: depending on the binomial coefficient and the number of variables, this " +
143    "can create very large experiments. ";
144      //
145      // CreateTargetVariationExperimentDialog
146      //
147      this.AcceptButton = this.okButton;
148      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
149      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
150      this.CancelButton = this.cancelButton;
151      this.ClientSize = new System.Drawing.Size(349, 165);
152      this.Controls.Add(this.okButton);
153      this.Controls.Add(this.cancelButton);
154      this.Controls.Add(this.label2);
155      this.Controls.Add(this.label1);
156      this.Controls.Add(this.repetitionsLabel);
157      this.Controls.Add(this.binomialCoeffNumericUpDown);
158      this.Controls.Add(this.repetitionsNumericUpDown);
159      this.Name = "CreateTargetVariationExperimentDialog";
160      this.Text = "Create Target Variation Experiment";
161      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
162      ((System.ComponentModel.ISupportInitialize)(this.binomialCoeffNumericUpDown)).EndInit();
163      this.ResumeLayout(false);
164      this.PerformLayout();
165
166        }
167
168        #endregion
169
170        private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
171        private System.Windows.Forms.Label repetitionsLabel;
172        private System.Windows.Forms.Button cancelButton;
173        private System.Windows.Forms.Button okButton;
174    private System.Windows.Forms.NumericUpDown binomialCoeffNumericUpDown;
175    private System.Windows.Forms.Label label1;
176    private System.Windows.Forms.Label label2;
177  }
178}
Note: See TracBrowser for help on using the repository browser.