namespace HeuristicLab.VariableInteractionNetworks { partial class CreateTargetVariationExperimentDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.repetitionsLabel = new System.Windows.Forms.Label(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.combinationGroupSizeNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.combinationsLabel = new System.Windows.Forms.Label(); this.combinationCountLabel = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.worker = new System.ComponentModel.BackgroundWorker(); ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).BeginInit(); this.SuspendLayout(); // // repetitionsNumericUpDown // this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.repetitionsNumericUpDown.Location = new System.Drawing.Point(81, 12); this.repetitionsNumericUpDown.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.repetitionsNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown"; this.repetitionsNumericUpDown.Size = new System.Drawing.Size(240, 20); this.repetitionsNumericUpDown.TabIndex = 4; this.repetitionsNumericUpDown.ThousandsSeparator = true; this.repetitionsNumericUpDown.Value = new decimal(new int[] { 10, 0, 0, 0}); this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated); // // repetitionsLabel // this.repetitionsLabel.AutoSize = true; this.repetitionsLabel.Location = new System.Drawing.Point(12, 12); this.repetitionsLabel.Name = "repetitionsLabel"; this.repetitionsLabel.Size = new System.Drawing.Size(63, 13); this.repetitionsLabel.TabIndex = 5; this.repetitionsLabel.Text = "&Repetitions:"; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(246, 66); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 9; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(165, 66); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 10; this.okButton.Text = "&Ok"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // combinationGroupSizeNumericUpDown // this.combinationGroupSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.combinationGroupSizeNumericUpDown.Location = new System.Drawing.Point(81, 38); this.combinationGroupSizeNumericUpDown.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.combinationGroupSizeNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.combinationGroupSizeNumericUpDown.Name = "combinationGroupSizeNumericUpDown"; this.combinationGroupSizeNumericUpDown.Size = new System.Drawing.Size(240, 20); this.combinationGroupSizeNumericUpDown.TabIndex = 4; this.combinationGroupSizeNumericUpDown.ThousandsSeparator = true; this.combinationGroupSizeNumericUpDown.Value = new decimal(new int[] { 10, 0, 0, 0}); this.combinationGroupSizeNumericUpDown.ValueChanged += new System.EventHandler(this.combinationGroupSizeNumericUpDown_Validated); this.combinationGroupSizeNumericUpDown.Validating += new System.ComponentModel.CancelEventHandler(this.combinationGroupSizeNumericUpDown_Validating); this.combinationGroupSizeNumericUpDown.Validated += new System.EventHandler(this.combinationGroupSizeNumericUpDown_Validated); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 5; this.label1.Text = "&Group size:"; // // combinationsLabel // this.combinationsLabel.AutoSize = true; this.combinationsLabel.Location = new System.Drawing.Point(12, 71); this.combinationsLabel.Name = "combinationsLabel"; this.combinationsLabel.Size = new System.Drawing.Size(73, 13); this.combinationsLabel.TabIndex = 11; this.combinationsLabel.Text = "Combinations:"; // // combinationCountLabel // this.combinationCountLabel.AutoSize = true; this.combinationCountLabel.Location = new System.Drawing.Point(91, 71); this.combinationCountLabel.Name = "combinationCountLabel"; this.combinationCountLabel.Size = new System.Drawing.Size(0, 13); this.combinationCountLabel.TabIndex = 12; // // progressBar // this.progressBar.Location = new System.Drawing.Point(15, 66); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(144, 23); this.progressBar.Step = 1; this.progressBar.TabIndex = 13; this.progressBar.Visible = false; // // worker // this.worker.WorkerReportsProgress = true; this.worker.WorkerSupportsCancellation = true; this.worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.worker_DoWork); this.worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.worker_ProgressChanged); this.worker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.worker_RunWorkerCompleted); // // CreateTargetVariationExperimentDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(333, 101); this.Controls.Add(this.progressBar); this.Controls.Add(this.combinationCountLabel); this.Controls.Add(this.combinationsLabel); this.Controls.Add(this.okButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.label1); this.Controls.Add(this.repetitionsLabel); this.Controls.Add(this.combinationGroupSizeNumericUpDown); this.Controls.Add(this.repetitionsNumericUpDown); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CreateTargetVariationExperimentDialog"; this.ShowIcon = false; this.Text = "Create Target Variation Experiment"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateTargetVariationExperimentDialog_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.combinationGroupSizeNumericUpDown)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown; private System.Windows.Forms.Label repetitionsLabel; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.NumericUpDown combinationGroupSizeNumericUpDown; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label combinationsLabel; private System.Windows.Forms.Label combinationCountLabel; private System.Windows.Forms.ProgressBar progressBar; private System.ComponentModel.BackgroundWorker worker; } }