namespace UI.Winforms.Prsn828
{
partial class SpeciesMutationSettings
{
///
/// 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.DNALevelTabs = new System.Windows.Forms.TabControl();
this.CoduleMutations = new System.Windows.Forms.TabPage();
this.CoduleMutationTypeTabs = new System.Windows.Forms.TabControl();
this.CodulePointMutations = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.CodulePointProbabilityBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.CodulePointStoresBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.CodulePointConstantsBox = new System.Windows.Forms.TextBox();
this.CodulePointMaxLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CodulePointCommandsBox = new System.Windows.Forms.TextBox();
this.CodulePointMinLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CodulePointReferencesBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.CoduleInsertionMutations = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.CoduleInsertionProbabilityBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.CoduleInsertionStoresBox = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.CoduleInsertionConstantsBox = new System.Windows.Forms.TextBox();
this.CoduleInsertionMaxLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleInsertionCommandsBox = new System.Windows.Forms.TextBox();
this.CoduleInsertionMinLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleInsertionReferencesBox = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.CoduleDeletionMutations = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.CoduleDeletionProbabilityBox = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.CoduleDeletionMaxLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleDeletionMinLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleAmplificationMutations = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label22 = new System.Windows.Forms.Label();
this.CoduleAmplificationProbabilityBox = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.CoduleAmplificationMaxLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleAmplificationMinLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleTranslocationMutations = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label23 = new System.Windows.Forms.Label();
this.CoduleTranslocationProbabilityBox = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.CoduleTranslocationMaxLengthChooser = new System.Windows.Forms.NumericUpDown();
this.CoduleTranslocationMinLengthChooser = new System.Windows.Forms.NumericUpDown();
this.DNALevelTabs.SuspendLayout();
this.CoduleMutations.SuspendLayout();
this.CoduleMutationTypeTabs.SuspendLayout();
this.CodulePointMutations.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CodulePointMaxLengthChooser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CodulePointMinLengthChooser)).BeginInit();
this.CoduleInsertionMutations.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleInsertionMaxLengthChooser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleInsertionMinLengthChooser)).BeginInit();
this.CoduleDeletionMutations.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleDeletionMaxLengthChooser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleDeletionMinLengthChooser)).BeginInit();
this.CoduleAmplificationMutations.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleAmplificationMaxLengthChooser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleAmplificationMinLengthChooser)).BeginInit();
this.CoduleTranslocationMutations.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleTranslocationMaxLengthChooser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleTranslocationMinLengthChooser)).BeginInit();
this.SuspendLayout();
//
// DNALevelTabs
//
this.DNALevelTabs.Controls.Add(this.CoduleMutations);
this.DNALevelTabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.DNALevelTabs.Location = new System.Drawing.Point(0, 0);
this.DNALevelTabs.Name = "DNALevelTabs";
this.DNALevelTabs.SelectedIndex = 0;
this.DNALevelTabs.Size = new System.Drawing.Size(684, 364);
this.DNALevelTabs.TabIndex = 0;
//
// CoduleMutations
//
this.CoduleMutations.Controls.Add(this.CoduleMutationTypeTabs);
this.CoduleMutations.Location = new System.Drawing.Point(4, 22);
this.CoduleMutations.Name = "CoduleMutations";
this.CoduleMutations.Padding = new System.Windows.Forms.Padding(3);
this.CoduleMutations.Size = new System.Drawing.Size(676, 338);
this.CoduleMutations.TabIndex = 0;
this.CoduleMutations.Text = "Codule Mutations";
this.CoduleMutations.UseVisualStyleBackColor = true;
//
// CoduleMutationTypeTabs
//
this.CoduleMutationTypeTabs.Controls.Add(this.CodulePointMutations);
this.CoduleMutationTypeTabs.Controls.Add(this.CoduleInsertionMutations);
this.CoduleMutationTypeTabs.Controls.Add(this.CoduleDeletionMutations);
this.CoduleMutationTypeTabs.Controls.Add(this.CoduleAmplificationMutations);
this.CoduleMutationTypeTabs.Controls.Add(this.CoduleTranslocationMutations);
this.CoduleMutationTypeTabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.CoduleMutationTypeTabs.Location = new System.Drawing.Point(3, 3);
this.CoduleMutationTypeTabs.Name = "CoduleMutationTypeTabs";
this.CoduleMutationTypeTabs.SelectedIndex = 0;
this.CoduleMutationTypeTabs.Size = new System.Drawing.Size(670, 332);
this.CoduleMutationTypeTabs.TabIndex = 0;
//
// CodulePointMutations
//
this.CodulePointMutations.Controls.Add(this.groupBox1);
this.CodulePointMutations.Location = new System.Drawing.Point(4, 22);
this.CodulePointMutations.Name = "CodulePointMutations";
this.CodulePointMutations.Size = new System.Drawing.Size(662, 306);
this.CodulePointMutations.TabIndex = 0;
this.CodulePointMutations.Text = "Point Mutations";
this.CodulePointMutations.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.CodulePointProbabilityBox);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.CodulePointStoresBox);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.CodulePointConstantsBox);
this.groupBox1.Controls.Add(this.CodulePointMaxLengthChooser);
this.groupBox1.Controls.Add(this.CodulePointCommandsBox);
this.groupBox1.Controls.Add(this.CodulePointMinLengthChooser);
this.groupBox1.Controls.Add(this.CodulePointReferencesBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(392, 117);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Settings";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(207, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(55, 13);
this.label7.TabIndex = 13;
this.label7.Text = "Probability";
//
// CodulePointProbabilityBox
//
this.CodulePointProbabilityBox.Location = new System.Drawing.Point(268, 13);
this.CodulePointProbabilityBox.Name = "CodulePointProbabilityBox";
this.CodulePointProbabilityBox.Size = new System.Drawing.Size(120, 20);
this.CodulePointProbabilityBox.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 16);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Stores";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(175, 69);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 13);
this.label6.TabIndex = 11;
this.label6.Text = "Maximum Length";
//
// CodulePointStoresBox
//
this.CodulePointStoresBox.Location = new System.Drawing.Point(72, 13);
this.CodulePointStoresBox.Name = "CodulePointStoresBox";
this.CodulePointStoresBox.Size = new System.Drawing.Size(100, 20);
this.CodulePointStoresBox.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(178, 42);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(84, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Minimum Length";
//
// CodulePointConstantsBox
//
this.CodulePointConstantsBox.Location = new System.Drawing.Point(72, 39);
this.CodulePointConstantsBox.Name = "CodulePointConstantsBox";
this.CodulePointConstantsBox.Size = new System.Drawing.Size(100, 20);
this.CodulePointConstantsBox.TabIndex = 1;
//
// CodulePointMaxLengthChooser
//
this.CodulePointMaxLengthChooser.Location = new System.Drawing.Point(268, 65);
this.CodulePointMaxLengthChooser.Name = "CodulePointMaxLengthChooser";
this.CodulePointMaxLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CodulePointMaxLengthChooser.TabIndex = 9;
//
// CodulePointCommandsBox
//
this.CodulePointCommandsBox.Location = new System.Drawing.Point(72, 65);
this.CodulePointCommandsBox.Name = "CodulePointCommandsBox";
this.CodulePointCommandsBox.Size = new System.Drawing.Size(100, 20);
this.CodulePointCommandsBox.TabIndex = 2;
//
// CodulePointMinLengthChooser
//
this.CodulePointMinLengthChooser.Location = new System.Drawing.Point(268, 39);
this.CodulePointMinLengthChooser.Name = "CodulePointMinLengthChooser";
this.CodulePointMinLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CodulePointMinLengthChooser.TabIndex = 8;
//
// CodulePointReferencesBox
//
this.CodulePointReferencesBox.Location = new System.Drawing.Point(72, 91);
this.CodulePointReferencesBox.Name = "CodulePointReferencesBox";
this.CodulePointReferencesBox.Size = new System.Drawing.Size(100, 20);
this.CodulePointReferencesBox.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 69);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Commands";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(4, 94);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 13);
this.label3.TabIndex = 6;
this.label3.Text = "References";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Constants";
//
// CoduleInsertionMutations
//
this.CoduleInsertionMutations.Controls.Add(this.groupBox2);
this.CoduleInsertionMutations.Location = new System.Drawing.Point(4, 22);
this.CoduleInsertionMutations.Name = "CoduleInsertionMutations";
this.CoduleInsertionMutations.Size = new System.Drawing.Size(662, 306);
this.CoduleInsertionMutations.TabIndex = 1;
this.CoduleInsertionMutations.Text = "Insertion Mutations";
this.CoduleInsertionMutations.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.CoduleInsertionProbabilityBox);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.CoduleInsertionStoresBox);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.CoduleInsertionConstantsBox);
this.groupBox2.Controls.Add(this.CoduleInsertionMaxLengthChooser);
this.groupBox2.Controls.Add(this.CoduleInsertionCommandsBox);
this.groupBox2.Controls.Add(this.CoduleInsertionMinLengthChooser);
this.groupBox2.Controls.Add(this.CoduleInsertionReferencesBox);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Location = new System.Drawing.Point(3, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(392, 117);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Settings";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(207, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(55, 13);
this.label8.TabIndex = 13;
this.label8.Text = "Probability";
//
// CoduleInsertionProbabilityBox
//
this.CoduleInsertionProbabilityBox.Location = new System.Drawing.Point(268, 13);
this.CoduleInsertionProbabilityBox.Name = "CoduleInsertionProbabilityBox";
this.CoduleInsertionProbabilityBox.Size = new System.Drawing.Size(120, 20);
this.CoduleInsertionProbabilityBox.TabIndex = 12;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(29, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(37, 13);
this.label9.TabIndex = 7;
this.label9.Text = "Stores";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(175, 69);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(87, 13);
this.label10.TabIndex = 11;
this.label10.Text = "Maximum Length";
//
// CoduleInsertionStoresBox
//
this.CoduleInsertionStoresBox.Location = new System.Drawing.Point(72, 13);
this.CoduleInsertionStoresBox.Name = "CoduleInsertionStoresBox";
this.CoduleInsertionStoresBox.Size = new System.Drawing.Size(100, 20);
this.CoduleInsertionStoresBox.TabIndex = 0;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(178, 42);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(84, 13);
this.label11.TabIndex = 10;
this.label11.Text = "Minimum Length";
//
// CoduleInsertionConstantsBox
//
this.CoduleInsertionConstantsBox.Location = new System.Drawing.Point(72, 39);
this.CoduleInsertionConstantsBox.Name = "CoduleInsertionConstantsBox";
this.CoduleInsertionConstantsBox.Size = new System.Drawing.Size(100, 20);
this.CoduleInsertionConstantsBox.TabIndex = 1;
//
// CoduleInsertionMaxLengthChooser
//
this.CoduleInsertionMaxLengthChooser.Location = new System.Drawing.Point(268, 65);
this.CoduleInsertionMaxLengthChooser.Name = "CoduleInsertionMaxLengthChooser";
this.CoduleInsertionMaxLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleInsertionMaxLengthChooser.TabIndex = 9;
//
// CoduleInsertionCommandsBox
//
this.CoduleInsertionCommandsBox.Location = new System.Drawing.Point(72, 65);
this.CoduleInsertionCommandsBox.Name = "CoduleInsertionCommandsBox";
this.CoduleInsertionCommandsBox.Size = new System.Drawing.Size(100, 20);
this.CoduleInsertionCommandsBox.TabIndex = 2;
//
// CoduleInsertionMinLengthChooser
//
this.CoduleInsertionMinLengthChooser.Location = new System.Drawing.Point(268, 39);
this.CoduleInsertionMinLengthChooser.Name = "CoduleInsertionMinLengthChooser";
this.CoduleInsertionMinLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleInsertionMinLengthChooser.TabIndex = 8;
//
// CoduleInsertionReferencesBox
//
this.CoduleInsertionReferencesBox.Location = new System.Drawing.Point(72, 91);
this.CoduleInsertionReferencesBox.Name = "CoduleInsertionReferencesBox";
this.CoduleInsertionReferencesBox.Size = new System.Drawing.Size(100, 20);
this.CoduleInsertionReferencesBox.TabIndex = 3;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(7, 69);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(59, 13);
this.label12.TabIndex = 4;
this.label12.Text = "Commands";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(4, 94);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(62, 13);
this.label13.TabIndex = 6;
this.label13.Text = "References";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(12, 42);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(54, 13);
this.label14.TabIndex = 5;
this.label14.Text = "Constants";
//
// CoduleDeletionMutations
//
this.CoduleDeletionMutations.Controls.Add(this.groupBox3);
this.CoduleDeletionMutations.Location = new System.Drawing.Point(4, 22);
this.CoduleDeletionMutations.Name = "CoduleDeletionMutations";
this.CoduleDeletionMutations.Size = new System.Drawing.Size(662, 306);
this.CoduleDeletionMutations.TabIndex = 2;
this.CoduleDeletionMutations.Text = "Deletion Mutations";
this.CoduleDeletionMutations.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.CoduleDeletionProbabilityBox);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.CoduleDeletionMaxLengthChooser);
this.groupBox3.Controls.Add(this.CoduleDeletionMinLengthChooser);
this.groupBox3.Location = new System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(227, 97);
this.groupBox3.TabIndex = 15;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Settings";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(38, 18);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(55, 13);
this.label15.TabIndex = 13;
this.label15.Text = "Probability";
//
// CoduleDeletionProbabilityBox
//
this.CoduleDeletionProbabilityBox.Location = new System.Drawing.Point(99, 15);
this.CoduleDeletionProbabilityBox.Name = "CoduleDeletionProbabilityBox";
this.CoduleDeletionProbabilityBox.Size = new System.Drawing.Size(120, 20);
this.CoduleDeletionProbabilityBox.TabIndex = 12;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(6, 71);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(87, 13);
this.label16.TabIndex = 11;
this.label16.Text = "Maximum Length";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(9, 44);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(84, 13);
this.label17.TabIndex = 10;
this.label17.Text = "Minimum Length";
//
// CoduleDeletionMaxLengthChooser
//
this.CoduleDeletionMaxLengthChooser.Location = new System.Drawing.Point(99, 67);
this.CoduleDeletionMaxLengthChooser.Name = "CoduleDeletionMaxLengthChooser";
this.CoduleDeletionMaxLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleDeletionMaxLengthChooser.TabIndex = 9;
//
// CoduleDeletionMinLengthChooser
//
this.CoduleDeletionMinLengthChooser.Location = new System.Drawing.Point(99, 41);
this.CoduleDeletionMinLengthChooser.Name = "CoduleDeletionMinLengthChooser";
this.CoduleDeletionMinLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleDeletionMinLengthChooser.TabIndex = 8;
//
// CoduleAmplificationMutations
//
this.CoduleAmplificationMutations.Controls.Add(this.groupBox4);
this.CoduleAmplificationMutations.Location = new System.Drawing.Point(4, 22);
this.CoduleAmplificationMutations.Name = "CoduleAmplificationMutations";
this.CoduleAmplificationMutations.Size = new System.Drawing.Size(662, 306);
this.CoduleAmplificationMutations.TabIndex = 3;
this.CoduleAmplificationMutations.Text = "Amplification Mutations";
this.CoduleAmplificationMutations.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label22);
this.groupBox4.Controls.Add(this.CoduleAmplificationProbabilityBox);
this.groupBox4.Controls.Add(this.label24);
this.groupBox4.Controls.Add(this.label25);
this.groupBox4.Controls.Add(this.CoduleAmplificationMaxLengthChooser);
this.groupBox4.Controls.Add(this.CoduleAmplificationMinLengthChooser);
this.groupBox4.Location = new System.Drawing.Point(3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(227, 97);
this.groupBox4.TabIndex = 14;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Settings";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(38, 18);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(55, 13);
this.label22.TabIndex = 13;
this.label22.Text = "Probability";
//
// CoduleAmplificationProbabilityBox
//
this.CoduleAmplificationProbabilityBox.Location = new System.Drawing.Point(99, 15);
this.CoduleAmplificationProbabilityBox.Name = "CoduleAmplificationProbabilityBox";
this.CoduleAmplificationProbabilityBox.Size = new System.Drawing.Size(120, 20);
this.CoduleAmplificationProbabilityBox.TabIndex = 12;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(6, 71);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(87, 13);
this.label24.TabIndex = 11;
this.label24.Text = "Maximum Length";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(9, 44);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(84, 13);
this.label25.TabIndex = 10;
this.label25.Text = "Minimum Length";
//
// CoduleAmplificationMaxLengthChooser
//
this.CoduleAmplificationMaxLengthChooser.Location = new System.Drawing.Point(99, 67);
this.CoduleAmplificationMaxLengthChooser.Name = "CoduleAmplificationMaxLengthChooser";
this.CoduleAmplificationMaxLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleAmplificationMaxLengthChooser.TabIndex = 9;
//
// CoduleAmplificationMinLengthChooser
//
this.CoduleAmplificationMinLengthChooser.Location = new System.Drawing.Point(99, 41);
this.CoduleAmplificationMinLengthChooser.Name = "CoduleAmplificationMinLengthChooser";
this.CoduleAmplificationMinLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleAmplificationMinLengthChooser.TabIndex = 8;
//
// CoduleTranslocationMutations
//
this.CoduleTranslocationMutations.Controls.Add(this.groupBox5);
this.CoduleTranslocationMutations.Location = new System.Drawing.Point(4, 22);
this.CoduleTranslocationMutations.Name = "CoduleTranslocationMutations";
this.CoduleTranslocationMutations.Size = new System.Drawing.Size(662, 306);
this.CoduleTranslocationMutations.TabIndex = 4;
this.CoduleTranslocationMutations.Text = "Translocation Mutations";
this.CoduleTranslocationMutations.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label23);
this.groupBox5.Controls.Add(this.CoduleTranslocationProbabilityBox);
this.groupBox5.Controls.Add(this.label26);
this.groupBox5.Controls.Add(this.label27);
this.groupBox5.Controls.Add(this.CoduleTranslocationMaxLengthChooser);
this.groupBox5.Controls.Add(this.CoduleTranslocationMinLengthChooser);
this.groupBox5.Location = new System.Drawing.Point(3, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(227, 97);
this.groupBox5.TabIndex = 15;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Settings";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(38, 18);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(55, 13);
this.label23.TabIndex = 13;
this.label23.Text = "Probability";
//
// CoduleTranslocationProbabilityBox
//
this.CoduleTranslocationProbabilityBox.Location = new System.Drawing.Point(99, 15);
this.CoduleTranslocationProbabilityBox.Name = "CoduleTranslocationProbabilityBox";
this.CoduleTranslocationProbabilityBox.Size = new System.Drawing.Size(120, 20);
this.CoduleTranslocationProbabilityBox.TabIndex = 12;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(6, 71);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(87, 13);
this.label26.TabIndex = 11;
this.label26.Text = "Maximum Length";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(9, 44);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(84, 13);
this.label27.TabIndex = 10;
this.label27.Text = "Minimum Length";
//
// CoduleTranslocationMaxLengthChooser
//
this.CoduleTranslocationMaxLengthChooser.Location = new System.Drawing.Point(99, 67);
this.CoduleTranslocationMaxLengthChooser.Name = "CoduleTranslocationMaxLengthChooser";
this.CoduleTranslocationMaxLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleTranslocationMaxLengthChooser.TabIndex = 9;
//
// CoduleTranslocationMinLengthChooser
//
this.CoduleTranslocationMinLengthChooser.Location = new System.Drawing.Point(99, 41);
this.CoduleTranslocationMinLengthChooser.Name = "CoduleTranslocationMinLengthChooser";
this.CoduleTranslocationMinLengthChooser.Size = new System.Drawing.Size(120, 20);
this.CoduleTranslocationMinLengthChooser.TabIndex = 8;
//
// SpeciesMutationSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 364);
this.Controls.Add(this.DNALevelTabs);
this.Name = "SpeciesMutationSettings";
this.Text = "SpeciesMutationSettings";
this.Load += new System.EventHandler(this.SpeciesMutationSettings_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SpeciesMutationSettings_FormClosing);
this.DNALevelTabs.ResumeLayout(false);
this.CoduleMutations.ResumeLayout(false);
this.CoduleMutationTypeTabs.ResumeLayout(false);
this.CodulePointMutations.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CodulePointMaxLengthChooser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CodulePointMinLengthChooser)).EndInit();
this.CoduleInsertionMutations.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleInsertionMaxLengthChooser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleInsertionMinLengthChooser)).EndInit();
this.CoduleDeletionMutations.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleDeletionMaxLengthChooser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleDeletionMinLengthChooser)).EndInit();
this.CoduleAmplificationMutations.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleAmplificationMaxLengthChooser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleAmplificationMinLengthChooser)).EndInit();
this.CoduleTranslocationMutations.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CoduleTranslocationMaxLengthChooser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CoduleTranslocationMinLengthChooser)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl DNALevelTabs;
private System.Windows.Forms.TabPage CoduleMutations;
private System.Windows.Forms.TabControl CoduleMutationTypeTabs;
private System.Windows.Forms.TabPage CodulePointMutations;
private System.Windows.Forms.TabPage CoduleInsertionMutations;
private System.Windows.Forms.TabPage CoduleDeletionMutations;
private System.Windows.Forms.TabPage CoduleAmplificationMutations;
private System.Windows.Forms.TabPage CoduleTranslocationMutations;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown CodulePointMaxLengthChooser;
private System.Windows.Forms.NumericUpDown CodulePointMinLengthChooser;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox CodulePointReferencesBox;
private System.Windows.Forms.TextBox CodulePointCommandsBox;
private System.Windows.Forms.TextBox CodulePointConstantsBox;
private System.Windows.Forms.TextBox CodulePointStoresBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox CodulePointProbabilityBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox CoduleInsertionProbabilityBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox CoduleInsertionStoresBox;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox CoduleInsertionConstantsBox;
private System.Windows.Forms.NumericUpDown CoduleInsertionMaxLengthChooser;
private System.Windows.Forms.TextBox CoduleInsertionCommandsBox;
private System.Windows.Forms.NumericUpDown CoduleInsertionMinLengthChooser;
private System.Windows.Forms.TextBox CoduleInsertionReferencesBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox CoduleAmplificationProbabilityBox;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.NumericUpDown CoduleAmplificationMaxLengthChooser;
private System.Windows.Forms.NumericUpDown CoduleAmplificationMinLengthChooser;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox CoduleTranslocationProbabilityBox;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.NumericUpDown CoduleTranslocationMaxLengthChooser;
private System.Windows.Forms.NumericUpDown CoduleTranslocationMinLengthChooser;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox CoduleDeletionProbabilityBox;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.NumericUpDown CoduleDeletionMaxLengthChooser;
private System.Windows.Forms.NumericUpDown CoduleDeletionMinLengthChooser;
}
}