private void InitializeComponent()

in plugins/db.mysql.editors/windows/cs/DbMysqlRelationshipEditor.Designer.cs [29:490]


    private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbMysqlRelationshipEditor));
      this.mainTabControl = new MySQL.Controls.FlatTabControl();
      this.tabPage1 = new System.Windows.Forms.TabPage();
      this.captionFull2 = new System.Windows.Forms.Label();
      this.captionFull1 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.commentsTextBox = new System.Windows.Forms.TextBox();
      this.extraCaptionTextBox = new System.Windows.Forms.TextBox();
      this.groupBox3 = new System.Windows.Forms.GroupBox();
      this.hiddenRadioButton = new System.Windows.Forms.RadioButton();
      this.splittedRadioButton = new System.Windows.Forms.RadioButton();
      this.visibleRadioButton = new System.Windows.Forms.RadioButton();
      this.label3 = new System.Windows.Forms.Label();
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
      this.captionTextBox = new System.Windows.Forms.TextBox();
      this.label1 = new System.Windows.Forms.Label();
      this.tabPage2 = new System.Windows.Forms.TabPage();
      this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
      this.groupBox4 = new System.Windows.Forms.GroupBox();
      this.leftEdit = new System.Windows.Forms.Button();
      this.leftMandatoryCheckBox = new System.Windows.Forms.CheckBox();
      this.leftColumns = new System.Windows.Forms.Label();
      this.leftForeignKey = new System.Windows.Forms.Label();
      this.leftTableName = new System.Windows.Forms.Label();
      this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
      this.groupBox1 = new System.Windows.Forms.GroupBox();
      this.oneToManyRadioButton = new System.Windows.Forms.RadioButton();
      this.oneToOneRadioButton = new System.Windows.Forms.RadioButton();
      this.invertRelationshipButton = new System.Windows.Forms.Button();
      this.identifyingRelationshipCheckbox = new System.Windows.Forms.CheckBox();
      this.groupBox5 = new System.Windows.Forms.GroupBox();
      this.rightEdit = new System.Windows.Forms.Button();
      this.rightMandatoryCheckBox = new System.Windows.Forms.CheckBox();
      this.rightColumns = new System.Windows.Forms.Label();
      this.rightTableName = new System.Windows.Forms.Label();
      this.mainTabControl.SuspendLayout();
      this.tabPage1.SuspendLayout();
      this.groupBox3.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
      this.tabPage2.SuspendLayout();
      this.flowLayoutPanel1.SuspendLayout();
      this.groupBox4.SuspendLayout();
      this.flowLayoutPanel2.SuspendLayout();
      this.groupBox1.SuspendLayout();
      this.groupBox5.SuspendLayout();
      this.SuspendLayout();
      // 
      // mainTabControl
      // 
      this.mainTabControl.Alignment = System.Windows.Forms.TabAlignment.Bottom;
      this.mainTabControl.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(132)))));
      this.mainTabControl.CanCloseLastTab = false;
      this.mainTabControl.ContentPadding = new System.Windows.Forms.Padding(0, 0, 0, 0);
      this.mainTabControl.Controls.Add(this.tabPage1);
      this.mainTabControl.Controls.Add(this.tabPage2);
      this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
      this.mainTabControl.HideWhenEmpty = false;
      this.mainTabControl.ItemPadding = new System.Windows.Forms.Padding(6, 0, 6, 0);
      this.mainTabControl.ItemSize = new System.Drawing.Size(94, 21);
      this.mainTabControl.Location = new System.Drawing.Point(3, 3);
      this.mainTabControl.Margin = new System.Windows.Forms.Padding(0);
      this.mainTabControl.Name = "mainTabControl";
      this.mainTabControl.SelectedIndex = 0;
      this.mainTabControl.ShowCloseButton = false;
      this.mainTabControl.ShowFocusState = true;
      this.mainTabControl.Size = new System.Drawing.Size(745, 218);
      this.mainTabControl.TabIndex = 1;
      this.mainTabControl.TabStyle = MySQL.Controls.FlatTabControl.TabStyleType.BottomNormal;
      // 
      // tabPage1
      // 
      this.tabPage1.AutoScroll = true;
      this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
      this.tabPage1.Controls.Add(this.captionFull2);
      this.tabPage1.Controls.Add(this.captionFull1);
      this.tabPage1.Controls.Add(this.label2);
      this.tabPage1.Controls.Add(this.commentsTextBox);
      this.tabPage1.Controls.Add(this.extraCaptionTextBox);
      this.tabPage1.Controls.Add(this.groupBox3);
      this.tabPage1.Controls.Add(this.label3);
      this.tabPage1.Controls.Add(this.pictureBox1);
      this.tabPage1.Controls.Add(this.captionTextBox);
      this.tabPage1.Controls.Add(this.label1);
      this.tabPage1.Location = new System.Drawing.Point(0, 0);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
      this.tabPage1.Size = new System.Drawing.Size(745, 197);
      this.tabPage1.TabIndex = 0;
      this.tabPage1.Text = "Relationship";
      // 
      // captionFull2
      // 
      this.captionFull2.AutoSize = true;
      this.captionFull2.Location = new System.Drawing.Point(532, 35);
      this.captionFull2.Name = "captionFull2";
      this.captionFull2.Size = new System.Drawing.Size(35, 13);
      this.captionFull2.TabIndex = 37;
      this.captionFull2.Text = "label5";
      // 
      // captionFull1
      // 
      this.captionFull1.AutoSize = true;
      this.captionFull1.Location = new System.Drawing.Point(532, 9);
      this.captionFull1.Name = "captionFull1";
      this.captionFull1.Size = new System.Drawing.Size(35, 13);
      this.captionFull1.TabIndex = 36;
      this.captionFull1.Text = "label4";
      // 
      // label2
      // 
      this.label2.Location = new System.Drawing.Point(62, 59);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(66, 21);
      this.label2.TabIndex = 35;
      this.label2.Text = "Comments:";
      this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // commentsTextBox
      // 
      this.commentsTextBox.AcceptsReturn = true;
      this.commentsTextBox.AcceptsTab = true;
      this.commentsTextBox.Location = new System.Drawing.Point(134, 59);
      this.commentsTextBox.Multiline = true;
      this.commentsTextBox.Name = "commentsTextBox";
      this.commentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
      this.commentsTextBox.Size = new System.Drawing.Size(433, 116);
      this.commentsTextBox.TabIndex = 34;
      this.commentsTextBox.TextChanged += new System.EventHandler(this.commentsTextBox_TextChanged);
      // 
      // extraCaptionTextBox
      // 
      this.extraCaptionTextBox.Location = new System.Drawing.Point(134, 32);
      this.extraCaptionTextBox.Name = "extraCaptionTextBox";
      this.extraCaptionTextBox.Size = new System.Drawing.Size(392, 21);
      this.extraCaptionTextBox.TabIndex = 32;
      this.extraCaptionTextBox.TextChanged += new System.EventHandler(this.extraCaptionTextBox_TextChanged);
      // 
      // groupBox3
      // 
      this.groupBox3.Controls.Add(this.hiddenRadioButton);
      this.groupBox3.Controls.Add(this.splittedRadioButton);
      this.groupBox3.Controls.Add(this.visibleRadioButton);
      this.groupBox3.Location = new System.Drawing.Point(573, 59);
      this.groupBox3.Name = "groupBox3";
      this.groupBox3.Padding = new System.Windows.Forms.Padding(7);
      this.groupBox3.Size = new System.Drawing.Size(154, 116);
      this.groupBox3.TabIndex = 31;
      this.groupBox3.TabStop = false;
      this.groupBox3.Text = "Visibility Settings";
      // 
      // hiddenRadioButton
      // 
      this.hiddenRadioButton.AutoSize = true;
      this.hiddenRadioButton.Location = new System.Drawing.Point(22, 70);
      this.hiddenRadioButton.Name = "hiddenRadioButton";
      this.hiddenRadioButton.Size = new System.Drawing.Size(46, 17);
      this.hiddenRadioButton.TabIndex = 26;
      this.hiddenRadioButton.Text = "Hide";
      this.hiddenRadioButton.UseVisualStyleBackColor = true;
      this.hiddenRadioButton.CheckedChanged += new System.EventHandler(this.hiddenRadioButton_CheckedChanged);
      // 
      // splittedRadioButton
      // 
      this.splittedRadioButton.AutoSize = true;
      this.splittedRadioButton.Location = new System.Drawing.Point(22, 47);
      this.splittedRadioButton.Name = "splittedRadioButton";
      this.splittedRadioButton.Size = new System.Drawing.Size(73, 17);
      this.splittedRadioButton.TabIndex = 25;
      this.splittedRadioButton.Text = "Draw Split";
      this.splittedRadioButton.UseVisualStyleBackColor = true;
      this.splittedRadioButton.CheckedChanged += new System.EventHandler(this.splittedRadioButton_CheckedChanged);
      // 
      // visibleRadioButton
      // 
      this.visibleRadioButton.AutoSize = true;
      this.visibleRadioButton.Checked = true;
      this.visibleRadioButton.Location = new System.Drawing.Point(22, 24);
      this.visibleRadioButton.Name = "visibleRadioButton";
      this.visibleRadioButton.Size = new System.Drawing.Size(79, 17);
      this.visibleRadioButton.TabIndex = 24;
      this.visibleRadioButton.TabStop = true;
      this.visibleRadioButton.Text = "Fully Visible";
      this.visibleRadioButton.UseVisualStyleBackColor = true;
      this.visibleRadioButton.CheckedChanged += new System.EventHandler(this.visibleRadioButton_CheckedChanged);
      // 
      // label3
      // 
      this.label3.Location = new System.Drawing.Point(62, 5);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(66, 21);
      this.label3.TabIndex = 21;
      this.label3.Text = "Caption:";
      this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // pictureBox1
      // 
      this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
      this.pictureBox1.Location = new System.Drawing.Point(11, 11);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(48, 48);
      this.pictureBox1.TabIndex = 16;
      this.pictureBox1.TabStop = false;
      // 
      // captionTextBox
      // 
      this.captionTextBox.Location = new System.Drawing.Point(134, 5);
      this.captionTextBox.Name = "captionTextBox";
      this.captionTextBox.Size = new System.Drawing.Size(392, 21);
      this.captionTextBox.TabIndex = 14;
      this.captionTextBox.TextChanged += new System.EventHandler(this.captionTextBox_TextChanged);
      // 
      // label1
      // 
      this.label1.Location = new System.Drawing.Point(65, 32);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(63, 21);
      this.label1.TabIndex = 33;
      this.label1.Text = "2nd Capt.:";
      this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // tabPage2
      // 
      this.tabPage2.Controls.Add(this.flowLayoutPanel1);
      this.tabPage2.Location = new System.Drawing.Point(3, 24);
      this.tabPage2.Name = "tabPage2";
      this.tabPage2.Size = new System.Drawing.Size(736, 191);
      this.tabPage2.TabIndex = 1;
      this.tabPage2.Text = "Foreign Key";
      this.tabPage2.Visible = false;
      // 
      // flowLayoutPanel1
      // 
      this.flowLayoutPanel1.Controls.Add(this.groupBox4);
      this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
      this.flowLayoutPanel1.Controls.Add(this.groupBox5);
      this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
      this.flowLayoutPanel1.Name = "flowLayoutPanel1";
      this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(12);
      this.flowLayoutPanel1.Size = new System.Drawing.Size(736, 191);
      this.flowLayoutPanel1.TabIndex = 0;
      this.flowLayoutPanel1.WrapContents = false;
      // 
      // groupBox4
      // 
      this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)));
      this.groupBox4.Controls.Add(this.leftEdit);
      this.groupBox4.Controls.Add(this.leftMandatoryCheckBox);
      this.groupBox4.Controls.Add(this.leftColumns);
      this.groupBox4.Controls.Add(this.leftForeignKey);
      this.groupBox4.Controls.Add(this.leftTableName);
      this.groupBox4.Location = new System.Drawing.Point(15, 15);
      this.groupBox4.Name = "groupBox4";
      this.groupBox4.Size = new System.Drawing.Size(265, 157);
      this.groupBox4.TabIndex = 0;
      this.groupBox4.TabStop = false;
      this.groupBox4.Text = "Referencing Table";
      // 
      // leftEdit
      // 
      this.leftEdit.Location = new System.Drawing.Point(172, 125);
      this.leftEdit.Name = "leftEdit";
      this.leftEdit.Size = new System.Drawing.Size(83, 23);
      this.leftEdit.TabIndex = 4;
      this.leftEdit.Text = "Edit Table...";
      this.leftEdit.UseVisualStyleBackColor = true;
      this.leftEdit.Click += new System.EventHandler(this.leftEdit_Click);
      // 
      // leftMandatoryCheckBox
      // 
      this.leftMandatoryCheckBox.AutoSize = true;
      this.leftMandatoryCheckBox.Location = new System.Drawing.Point(13, 129);
      this.leftMandatoryCheckBox.Name = "leftMandatoryCheckBox";
      this.leftMandatoryCheckBox.Size = new System.Drawing.Size(78, 17);
      this.leftMandatoryCheckBox.TabIndex = 3;
      this.leftMandatoryCheckBox.Text = "Mandatory";
      this.leftMandatoryCheckBox.UseVisualStyleBackColor = true;
      this.leftMandatoryCheckBox.CheckedChanged += new System.EventHandler(this.leftMandatoryCheckBox_CheckedChanged);
      // 
      // leftColumns
      // 
      this.leftColumns.AutoSize = true;
      this.leftColumns.Location = new System.Drawing.Point(10, 65);
      this.leftColumns.Name = "leftColumns";
      this.leftColumns.Size = new System.Drawing.Size(35, 13);
      this.leftColumns.TabIndex = 2;
      this.leftColumns.Text = "label4";
      // 
      // leftForeignKey
      // 
      this.leftForeignKey.AutoSize = true;
      this.leftForeignKey.Location = new System.Drawing.Point(10, 41);
      this.leftForeignKey.Name = "leftForeignKey";
      this.leftForeignKey.Size = new System.Drawing.Size(35, 13);
      this.leftForeignKey.TabIndex = 1;
      this.leftForeignKey.Text = "label4";
      // 
      // leftTableName
      // 
      this.leftTableName.AutoSize = true;
      this.leftTableName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.leftTableName.Location = new System.Drawing.Point(10, 21);
      this.leftTableName.Name = "leftTableName";
      this.leftTableName.Size = new System.Drawing.Size(43, 14);
      this.leftTableName.TabIndex = 0;
      this.leftTableName.Text = "label4";
      // 
      // flowLayoutPanel2
      // 
      this.flowLayoutPanel2.Controls.Add(this.groupBox1);
      this.flowLayoutPanel2.Controls.Add(this.invertRelationshipButton);
      this.flowLayoutPanel2.Controls.Add(this.identifyingRelationshipCheckbox);
      this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
      this.flowLayoutPanel2.Location = new System.Drawing.Point(286, 15);
      this.flowLayoutPanel2.Name = "flowLayoutPanel2";
      this.flowLayoutPanel2.Size = new System.Drawing.Size(157, 157);
      this.flowLayoutPanel2.TabIndex = 2;
      this.flowLayoutPanel2.WrapContents = false;
      // 
      // groupBox1
      // 
      this.groupBox1.Controls.Add(this.oneToManyRadioButton);
      this.groupBox1.Controls.Add(this.oneToOneRadioButton);
      this.groupBox1.Location = new System.Drawing.Point(3, 3);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(162, 75);
      this.groupBox1.TabIndex = 5;
      this.groupBox1.TabStop = false;
      this.groupBox1.Text = "Cardinality";
      // 
      // oneToManyRadioButton
      // 
      this.oneToManyRadioButton.AutoSize = true;
      this.oneToManyRadioButton.Location = new System.Drawing.Point(12, 44);
      this.oneToManyRadioButton.Name = "oneToManyRadioButton";
      this.oneToManyRadioButton.Size = new System.Drawing.Size(116, 17);
      this.oneToManyRadioButton.TabIndex = 0;
      this.oneToManyRadioButton.TabStop = true;
      this.oneToManyRadioButton.Text = "One-to-Many (1:n)";
      this.oneToManyRadioButton.UseVisualStyleBackColor = true;
      this.oneToManyRadioButton.CheckedChanged += new System.EventHandler(this.oneToManyRadioButton_CheckedChanged);
      // 
      // oneToOneRadioButton
      // 
      this.oneToOneRadioButton.AutoSize = true;
      this.oneToOneRadioButton.Location = new System.Drawing.Point(12, 21);
      this.oneToOneRadioButton.Name = "oneToOneRadioButton";
      this.oneToOneRadioButton.Size = new System.Drawing.Size(110, 17);
      this.oneToOneRadioButton.TabIndex = 1;
      this.oneToOneRadioButton.TabStop = true;
      this.oneToOneRadioButton.Text = "One-to-One (1:1)";
      this.oneToOneRadioButton.UseVisualStyleBackColor = true;
      this.oneToOneRadioButton.CheckedChanged += new System.EventHandler(this.oneToOneRadioButton_CheckedChanged);
      // 
      // invertRelationshipButton
      // 
      this.invertRelationshipButton.Enabled = false;
      this.invertRelationshipButton.Location = new System.Drawing.Point(3, 84);
      this.invertRelationshipButton.Name = "invertRelationshipButton";
      this.invertRelationshipButton.Size = new System.Drawing.Size(154, 22);
      this.invertRelationshipButton.TabIndex = 2;
      this.invertRelationshipButton.Text = "Invert Relationship";
      this.invertRelationshipButton.UseVisualStyleBackColor = true;
      // 
      // identifyingRelationshipCheckbox
      // 
      this.identifyingRelationshipCheckbox.Location = new System.Drawing.Point(3, 112);
      this.identifyingRelationshipCheckbox.Name = "identifyingRelationshipCheckbox";
      this.identifyingRelationshipCheckbox.Size = new System.Drawing.Size(154, 34);
      this.identifyingRelationshipCheckbox.TabIndex = 6;
      this.identifyingRelationshipCheckbox.Text = "Identifying Relationship";
      this.identifyingRelationshipCheckbox.UseVisualStyleBackColor = true;
      this.identifyingRelationshipCheckbox.CheckedChanged += new System.EventHandler(this.identifyingRelationshipCheckbox_CheckedChanged);
      // 
      // groupBox5
      // 
      this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox5.Controls.Add(this.rightEdit);
      this.groupBox5.Controls.Add(this.rightMandatoryCheckBox);
      this.groupBox5.Controls.Add(this.rightColumns);
      this.groupBox5.Controls.Add(this.rightTableName);
      this.groupBox5.Location = new System.Drawing.Point(449, 15);
      this.groupBox5.Name = "groupBox5";
      this.groupBox5.Size = new System.Drawing.Size(274, 157);
      this.groupBox5.TabIndex = 2;
      this.groupBox5.TabStop = false;
      this.groupBox5.Text = "Referenced Table";
      // 
      // rightEdit
      // 
      this.rightEdit.Location = new System.Drawing.Point(181, 125);
      this.rightEdit.Name = "rightEdit";
      this.rightEdit.Size = new System.Drawing.Size(83, 23);
      this.rightEdit.TabIndex = 7;
      this.rightEdit.Text = "Edit Table...";
      this.rightEdit.UseVisualStyleBackColor = true;
      this.rightEdit.Click += new System.EventHandler(this.rightEdit_Click);
      // 
      // rightMandatoryCheckBox
      // 
      this.rightMandatoryCheckBox.AutoSize = true;
      this.rightMandatoryCheckBox.Location = new System.Drawing.Point(13, 129);
      this.rightMandatoryCheckBox.Name = "rightMandatoryCheckBox";
      this.rightMandatoryCheckBox.Size = new System.Drawing.Size(78, 17);
      this.rightMandatoryCheckBox.TabIndex = 6;
      this.rightMandatoryCheckBox.Text = "Mandatory";
      this.rightMandatoryCheckBox.UseVisualStyleBackColor = true;
      this.rightMandatoryCheckBox.CheckedChanged += new System.EventHandler(this.rightMandatoryCheckBox_CheckedChanged);
      // 
      // rightColumns
      // 
      this.rightColumns.AutoSize = true;
      this.rightColumns.Location = new System.Drawing.Point(10, 65);
      this.rightColumns.Name = "rightColumns";
      this.rightColumns.Size = new System.Drawing.Size(35, 13);
      this.rightColumns.TabIndex = 5;
      this.rightColumns.Text = "label4";
      // 
      // rightTableName
      // 
      this.rightTableName.AutoSize = true;
      this.rightTableName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.rightTableName.Location = new System.Drawing.Point(10, 21);
      this.rightTableName.Name = "rightTableName";
      this.rightTableName.Size = new System.Drawing.Size(43, 14);
      this.rightTableName.TabIndex = 1;
      this.rightTableName.Text = "label4";
      // 
      // DbMysqlRelationshipEditor
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.BackColor = System.Drawing.Color.White;
      this.ClientSize = new System.Drawing.Size(751, 224);
      this.Controls.Add(this.mainTabControl);
      this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.Name = "DbMysqlRelationshipEditor";
      this.Padding = new System.Windows.Forms.Padding(3);
      this.TabText = "DbMysqlRelationshipEditor";
      this.Text = "DbMysqlRelationshipEditor";
      this.mainTabControl.ResumeLayout(false);
      this.tabPage1.ResumeLayout(false);
      this.tabPage1.PerformLayout();
      this.groupBox3.ResumeLayout(false);
      this.groupBox3.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
      this.tabPage2.ResumeLayout(false);
      this.flowLayoutPanel1.ResumeLayout(false);
      this.groupBox4.ResumeLayout(false);
      this.groupBox4.PerformLayout();
      this.flowLayoutPanel2.ResumeLayout(false);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      this.groupBox5.ResumeLayout(false);
      this.groupBox5.PerformLayout();
      this.ResumeLayout(false);

    }