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.binomialCoeffNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.binomialCoeffNumericUpDown)).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); // // binomialCoeffNumericUpDown // this.binomialCoeffNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.binomialCoeffNumericUpDown.Location = new System.Drawing.Point(128, 38); this.binomialCoeffNumericUpDown.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.binomialCoeffNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.binomialCoeffNumericUpDown.Name = "binomialCoeffNumericUpDown"; this.binomialCoeffNumericUpDown.Size = new System.Drawing.Size(185, 20); this.binomialCoeffNumericUpDown.TabIndex = 4; this.binomialCoeffNumericUpDown.ThousandsSeparator = true; this.binomialCoeffNumericUpDown.Value = new decimal(new int[] { 10, 0, 0, 0}); this.binomialCoeffNumericUpDown.Validated += new System.EventHandler(this.binomialCoefficientNumericUpDown_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(79, 13); this.label1.TabIndex = 5; this.label1.Text = "&Binomial coeff.:"; // // label2 // this.label2.ForeColor = System.Drawing.Color.Red; this.label2.Location = new System.Drawing.Point(26, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(287, 50); this.label2.TabIndex = 5; this.label2.Text = "Warning: depending on the binomial coefficient and the number of variables, this " + "can create very large experiments. "; // // 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.label2); this.Controls.Add(this.label1); this.Controls.Add(this.repetitionsLabel); this.Controls.Add(this.binomialCoeffNumericUpDown); this.Controls.Add(this.repetitionsNumericUpDown); this.Name = "CreateTargetVariationExperimentDialog"; this.Text = "Create Target Variation Experiment"; ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.binomialCoeffNumericUpDown)).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 binomialCoeffNumericUpDown; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }