Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2288_HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/CreateTargetVariationExperimentDialog.Designer.cs @ 15929

Last change on this file since 15929 was 15929, checked in by bburlacu, 6 years ago

#2288: Rename branch and update references.

File size: 10.1 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.combinationGroupSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
36      this.label1 = new System.Windows.Forms.Label();
37      this.combinationsLabel = new System.Windows.Forms.Label();
38      this.combinationCountLabel = new System.Windows.Forms.Label();
39      this.progressBar = new System.Windows.Forms.ProgressBar();
40      this.worker = new System.ComponentModel.BackgroundWorker();
41      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
42      ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).BeginInit();
43      this.SuspendLayout();
44      //
45      // repetitionsNumericUpDown
46      //
47      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
48            | System.Windows.Forms.AnchorStyles.Right)));
49      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(81, 12);
50      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
51            1000000,
52            0,
53            0,
54            0});
55      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
56            1,
57            0,
58            0,
59            0});
60      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
61      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(240, 20);
62      this.repetitionsNumericUpDown.TabIndex = 4;
63      this.repetitionsNumericUpDown.ThousandsSeparator = true;
64      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
65            10,
66            0,
67            0,
68            0});
69      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
70      //
71      // repetitionsLabel
72      //
73      this.repetitionsLabel.AutoSize = true;
74      this.repetitionsLabel.Location = new System.Drawing.Point(12, 12);
75      this.repetitionsLabel.Name = "repetitionsLabel";
76      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
77      this.repetitionsLabel.TabIndex = 5;
78      this.repetitionsLabel.Text = "&Repetitions:";
79      //
80      // cancelButton
81      //
82      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
83      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
84      this.cancelButton.Location = new System.Drawing.Point(246, 66);
85      this.cancelButton.Name = "cancelButton";
86      this.cancelButton.Size = new System.Drawing.Size(75, 23);
87      this.cancelButton.TabIndex = 9;
88      this.cancelButton.Text = "&Cancel";
89      this.cancelButton.UseVisualStyleBackColor = true;
90      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
91      //
92      // okButton
93      //
94      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
95      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
96      this.okButton.Location = new System.Drawing.Point(165, 66);
97      this.okButton.Name = "okButton";
98      this.okButton.Size = new System.Drawing.Size(75, 23);
99      this.okButton.TabIndex = 10;
100      this.okButton.Text = "&Ok";
101      this.okButton.UseVisualStyleBackColor = true;
102      this.okButton.Click += new System.EventHandler(this.okButton_Click);
103      //
104      // combinationGroupSizeNumericUpDown
105      //
106      this.combinationGroupSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
107            | System.Windows.Forms.AnchorStyles.Right)));
108      this.combinationGroupSizeNumericUpDown.Location = new System.Drawing.Point(81, 38);
109      this.combinationGroupSizeNumericUpDown.Maximum = new decimal(new int[] {
110            1000000,
111            0,
112            0,
113            0});
114      this.combinationGroupSizeNumericUpDown.Minimum = new decimal(new int[] {
115            1,
116            0,
117            0,
118            0});
119      this.combinationGroupSizeNumericUpDown.Name = "combinationGroupSizeNumericUpDown";
120      this.combinationGroupSizeNumericUpDown.Size = new System.Drawing.Size(240, 20);
121      this.combinationGroupSizeNumericUpDown.TabIndex = 4;
122      this.combinationGroupSizeNumericUpDown.ThousandsSeparator = true;
123      this.combinationGroupSizeNumericUpDown.Value = new decimal(new int[] {
124            10,
125            0,
126            0,
127            0});
128      this.combinationGroupSizeNumericUpDown.ValueChanged += new System.EventHandler(this.combinationGroupSizeNumericUpDown_Validated);
129      this.combinationGroupSizeNumericUpDown.Validating += new System.ComponentModel.CancelEventHandler(this.combinationGroupSizeNumericUpDown_Validating);
130      this.combinationGroupSizeNumericUpDown.Validated += new System.EventHandler(this.combinationGroupSizeNumericUpDown_Validated);
131      //
132      // label1
133      //
134      this.label1.AutoSize = true;
135      this.label1.Location = new System.Drawing.Point(12, 40);
136      this.label1.Name = "label1";
137      this.label1.Size = new System.Drawing.Size(60, 13);
138      this.label1.TabIndex = 5;
139      this.label1.Text = "&Group size:";
140      //
141      // combinationsLabel
142      //
143      this.combinationsLabel.AutoSize = true;
144      this.combinationsLabel.Location = new System.Drawing.Point(12, 71);
145      this.combinationsLabel.Name = "combinationsLabel";
146      this.combinationsLabel.Size = new System.Drawing.Size(73, 13);
147      this.combinationsLabel.TabIndex = 11;
148      this.combinationsLabel.Text = "Combinations:";
149      //
150      // combinationCountLabel
151      //
152      this.combinationCountLabel.AutoSize = true;
153      this.combinationCountLabel.Location = new System.Drawing.Point(91, 71);
154      this.combinationCountLabel.Name = "combinationCountLabel";
155      this.combinationCountLabel.Size = new System.Drawing.Size(0, 13);
156      this.combinationCountLabel.TabIndex = 12;
157      //
158      // progressBar
159      //
160      this.progressBar.Location = new System.Drawing.Point(15, 66);
161      this.progressBar.Name = "progressBar";
162      this.progressBar.Size = new System.Drawing.Size(144, 23);
163      this.progressBar.Step = 1;
164      this.progressBar.TabIndex = 13;
165      this.progressBar.Visible = false;
166      //
167      // worker
168      //
169      this.worker.WorkerReportsProgress = true;
170      this.worker.WorkerSupportsCancellation = true;
171      this.worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.worker_DoWork);
172      this.worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.worker_ProgressChanged);
173      this.worker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.worker_RunWorkerCompleted);
174      //
175      // CreateTargetVariationExperimentDialog
176      //
177      this.AcceptButton = this.okButton;
178      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
179      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
180      this.CancelButton = this.cancelButton;
181      this.ClientSize = new System.Drawing.Size(333, 101);
182      this.Controls.Add(this.progressBar);
183      this.Controls.Add(this.combinationCountLabel);
184      this.Controls.Add(this.combinationsLabel);
185      this.Controls.Add(this.okButton);
186      this.Controls.Add(this.cancelButton);
187      this.Controls.Add(this.label1);
188      this.Controls.Add(this.repetitionsLabel);
189      this.Controls.Add(this.combinationGroupSizeNumericUpDown);
190      this.Controls.Add(this.repetitionsNumericUpDown);
191      this.MaximizeBox = false;
192      this.MinimizeBox = false;
193      this.Name = "CreateTargetVariationExperimentDialog";
194      this.ShowIcon = false;
195      this.Text = "Create Target Variation Experiment";
196      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateTargetVariationExperimentDialog_FormClosing);
197      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
198      ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).EndInit();
199      this.ResumeLayout(false);
200      this.PerformLayout();
201
202        }
203
204        #endregion
205
206        private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
207        private System.Windows.Forms.Label repetitionsLabel;
208        private System.Windows.Forms.Button cancelButton;
209        private System.Windows.Forms.Button okButton;
210    private System.Windows.Forms.NumericUpDown combinationGroupSizeNumericUpDown;
211    private System.Windows.Forms.Label label1;
212    private System.Windows.Forms.Label combinationsLabel;
213    private System.Windows.Forms.Label combinationCountLabel;
214    private System.Windows.Forms.ProgressBar progressBar;
215    private System.ComponentModel.BackgroundWorker worker;
216  }
217}
Note: See TracBrowser for help on using the repository browser.