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.warningLabel = new System.Windows.Forms.Label(); ((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(128, 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(185, 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(26, 14); 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(177, 130); 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; // // 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.Cancel; this.okButton.Location = new System.Drawing.Point(80, 130); 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(128, 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(185, 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(26, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 5; this.label1.Text = "&Group size:"; // // warningLabel // this.warningLabel.ForeColor = System.Drawing.Color.Red; this.warningLabel.Location = new System.Drawing.Point(26, 67); this.warningLabel.Name = "warningLabel"; this.warningLabel.Size = new System.Drawing.Size(287, 50); this.warningLabel.TabIndex = 5; this.warningLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // 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(349, 165); this.Controls.Add(this.okButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.warningLabel); this.Controls.Add(this.label1); this.Controls.Add(this.repetitionsLabel); this.Controls.Add(this.combinationGroupSizeNumericUpDown); this.Controls.Add(this.repetitionsNumericUpDown); this.Name = "CreateTargetVariationExperimentDialog"; this.Text = "Create Target Variation Experiment"; ((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 warningLabel; } }