Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2288: Rename branch and update references.

File size: 10.1 KB
RevLine 
[12320]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        {
[13788]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();
[13806]35      this.combinationGroupSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
[13788]36      this.label1 = new System.Windows.Forms.Label();
[13814]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();
[13788]41      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
[13806]42      ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).BeginInit();
[13788]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)
[12320]48            | System.Windows.Forms.AnchorStyles.Right)));
[13814]49      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(81, 12);
[13788]50      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
[12320]51            1000000,
52            0,
53            0,
54            0});
[13788]55      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
[12320]56            1,
57            0,
58            0,
59            0});
[13788]60      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
[13814]61      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(240, 20);
[13788]62      this.repetitionsNumericUpDown.TabIndex = 4;
63      this.repetitionsNumericUpDown.ThousandsSeparator = true;
64      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
[12320]65            10,
66            0,
67            0,
68            0});
[13788]69      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
70      //
71      // repetitionsLabel
72      //
73      this.repetitionsLabel.AutoSize = true;
[13814]74      this.repetitionsLabel.Location = new System.Drawing.Point(12, 12);
[13788]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;
[13814]84      this.cancelButton.Location = new System.Drawing.Point(246, 66);
[13788]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;
[13814]90      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
[13788]91      //
92      // okButton
93      //
94      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[13814]95      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
96      this.okButton.Location = new System.Drawing.Point(165, 66);
[13788]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      //
[13806]104      // combinationGroupSizeNumericUpDown
[13788]105      //
[13806]106      this.combinationGroupSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13788]107            | System.Windows.Forms.AnchorStyles.Right)));
[13814]108      this.combinationGroupSizeNumericUpDown.Location = new System.Drawing.Point(81, 38);
[13806]109      this.combinationGroupSizeNumericUpDown.Maximum = new decimal(new int[] {
[13788]110            1000000,
111            0,
112            0,
113            0});
[13806]114      this.combinationGroupSizeNumericUpDown.Minimum = new decimal(new int[] {
[13788]115            1,
116            0,
117            0,
118            0});
[13806]119      this.combinationGroupSizeNumericUpDown.Name = "combinationGroupSizeNumericUpDown";
[13814]120      this.combinationGroupSizeNumericUpDown.Size = new System.Drawing.Size(240, 20);
[13806]121      this.combinationGroupSizeNumericUpDown.TabIndex = 4;
122      this.combinationGroupSizeNumericUpDown.ThousandsSeparator = true;
123      this.combinationGroupSizeNumericUpDown.Value = new decimal(new int[] {
[13788]124            10,
125            0,
126            0,
127            0});
[13806]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);
[13788]131      //
132      // label1
133      //
134      this.label1.AutoSize = true;
[13814]135      this.label1.Location = new System.Drawing.Point(12, 40);
[13788]136      this.label1.Name = "label1";
[13806]137      this.label1.Size = new System.Drawing.Size(60, 13);
[13788]138      this.label1.TabIndex = 5;
[13806]139      this.label1.Text = "&Group size:";
[13788]140      //
[13814]141      // combinationsLabel
[13788]142      //
[13814]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:";
[13788]149      //
[13814]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      //
[13788]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;
[13814]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);
[13788]185      this.Controls.Add(this.okButton);
186      this.Controls.Add(this.cancelButton);
187      this.Controls.Add(this.label1);
188      this.Controls.Add(this.repetitionsLabel);
[13806]189      this.Controls.Add(this.combinationGroupSizeNumericUpDown);
[13788]190      this.Controls.Add(this.repetitionsNumericUpDown);
[13815]191      this.MaximizeBox = false;
192      this.MinimizeBox = false;
[13788]193      this.Name = "CreateTargetVariationExperimentDialog";
[13814]194      this.ShowIcon = false;
[13788]195      this.Text = "Create Target Variation Experiment";
[13814]196      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateTargetVariationExperimentDialog_FormClosing);
[13788]197      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
[13806]198      ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).EndInit();
[13788]199      this.ResumeLayout(false);
200      this.PerformLayout();
[12320]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;
[13806]210    private System.Windows.Forms.NumericUpDown combinationGroupSizeNumericUpDown;
[13788]211    private System.Windows.Forms.Label label1;
[13814]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;
[13788]216  }
[12320]217}
Note: See TracBrowser for help on using the repository browser.