/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SessionNameForm));
     this.BottomPanel            = new System.Windows.Forms.Panel();
     this.CloseButton            = new System.Windows.Forms.Button();
     this.OKButton               = new System.Windows.Forms.Button();
     this.MainPanel              = new System.Windows.Forms.Panel();
     this.SessionListView        = new Molmed.SQAT.GUI.AdvancedListView2();
     this.DescriptionTextBox     = new System.Windows.Forms.TextBox();
     this.DescriptionLabel       = new System.Windows.Forms.Label();
     this.SelectedNameTextBox    = new System.Windows.Forms.TextBox();
     this.SelectedNameLabel      = new System.Windows.Forms.Label();
     this.AvailableSessionsLabel = new System.Windows.Forms.Label();
     this.ProjectLabel           = new System.Windows.Forms.Label();
     this.ProjectList            = new System.Windows.Forms.ComboBox();
     this.BottomPanel.SuspendLayout();
     this.MainPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Controls.Add(this.OKButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 374);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(432, 48);
     this.BottomPanel.TabIndex = 0;
     //
     // CloseButton
     //
     this.CloseButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Location     = new System.Drawing.Point(344, 16);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(72, 24);
     this.CloseButton.TabIndex     = 5;
     this.CloseButton.Text         = "&Cancel";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // OKButton
     //
     this.OKButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OKButton.Location = new System.Drawing.Point(8, 16);
     this.OKButton.Name     = "OKButton";
     this.OKButton.Size     = new System.Drawing.Size(72, 24);
     this.OKButton.TabIndex = 4;
     this.OKButton.Text     = "&OK";
     this.OKButton.Click   += new System.EventHandler(this.OKButton_Click);
     //
     // MainPanel
     //
     this.MainPanel.Controls.Add(this.SessionListView);
     this.MainPanel.Controls.Add(this.DescriptionTextBox);
     this.MainPanel.Controls.Add(this.DescriptionLabel);
     this.MainPanel.Controls.Add(this.SelectedNameTextBox);
     this.MainPanel.Controls.Add(this.SelectedNameLabel);
     this.MainPanel.Controls.Add(this.AvailableSessionsLabel);
     this.MainPanel.Controls.Add(this.ProjectLabel);
     this.MainPanel.Controls.Add(this.ProjectList);
     this.MainPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPanel.Location = new System.Drawing.Point(0, 0);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new System.Drawing.Size(432, 374);
     this.MainPanel.TabIndex = 1;
     //
     // SessionListView
     //
     this.SessionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.SessionListView.Location = new System.Drawing.Point(12, 83);
     this.SessionListView.Name     = "SessionListView";
     this.SessionListView.Size     = new System.Drawing.Size(412, 194);
     this.SessionListView.TabIndex = 1;
     //
     // DescriptionTextBox
     //
     this.DescriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTextBox.Location = new System.Drawing.Point(8, 336);
     this.DescriptionTextBox.Name     = "DescriptionTextBox";
     this.DescriptionTextBox.Size     = new System.Drawing.Size(416, 20);
     this.DescriptionTextBox.TabIndex = 3;
     //
     // DescriptionLabel
     //
     this.DescriptionLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.DescriptionLabel.Location = new System.Drawing.Point(8, 320);
     this.DescriptionLabel.Name     = "DescriptionLabel";
     this.DescriptionLabel.Size     = new System.Drawing.Size(104, 16);
     this.DescriptionLabel.TabIndex = 7;
     this.DescriptionLabel.Text     = "Session description";
     //
     // SelectedNameTextBox
     //
     this.SelectedNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.SelectedNameTextBox.Location = new System.Drawing.Point(8, 296);
     this.SelectedNameTextBox.Name     = "SelectedNameTextBox";
     this.SelectedNameTextBox.Size     = new System.Drawing.Size(416, 20);
     this.SelectedNameTextBox.TabIndex = 2;
     //
     // SelectedNameLabel
     //
     this.SelectedNameLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SelectedNameLabel.Location = new System.Drawing.Point(8, 280);
     this.SelectedNameLabel.Name     = "SelectedNameLabel";
     this.SelectedNameLabel.Size     = new System.Drawing.Size(104, 16);
     this.SelectedNameLabel.TabIndex = 4;
     this.SelectedNameLabel.Text     = "Session name";
     //
     // AvailableSessionsLabel
     //
     this.AvailableSessionsLabel.Location = new System.Drawing.Point(8, 64);
     this.AvailableSessionsLabel.Name     = "AvailableSessionsLabel";
     this.AvailableSessionsLabel.Size     = new System.Drawing.Size(104, 16);
     this.AvailableSessionsLabel.TabIndex = 2;
     this.AvailableSessionsLabel.Text     = "Available sessions";
     //
     // ProjectLabel
     //
     this.ProjectLabel.Location = new System.Drawing.Point(8, 24);
     this.ProjectLabel.Name     = "ProjectLabel";
     this.ProjectLabel.Size     = new System.Drawing.Size(48, 16);
     this.ProjectLabel.TabIndex = 1;
     this.ProjectLabel.Text     = "Project";
     //
     // ProjectList
     //
     this.ProjectList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ProjectList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ProjectList.Location              = new System.Drawing.Point(56, 24);
     this.ProjectList.Name                  = "ProjectList";
     this.ProjectList.Size                  = new System.Drawing.Size(368, 21);
     this.ProjectList.TabIndex              = 0;
     this.ProjectList.SelectedIndexChanged += new System.EventHandler(this.ProjectList_SelectedIndexChanged);
     //
     // SessionNameForm
     //
     this.AcceptButton      = this.OKButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CloseButton;
     this.ClientSize        = new System.Drawing.Size(432, 422);
     this.Controls.Add(this.MainPanel);
     this.Controls.Add(this.BottomPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "SessionNameForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Save as...";
     this.BottomPanel.ResumeLayout(false);
     this.MainPanel.ResumeLayout(false);
     this.MainPanel.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlateForm));
     this.TopPanel                   = new System.Windows.Forms.Panel();
     this.PlateComboBox              = new System.Windows.Forms.ComboBox();
     this.SelectedPlateLabel         = new System.Windows.Forms.Label();
     this.BottomPanel                = new System.Windows.Forms.Panel();
     this.CloseButton                = new System.Windows.Forms.Button();
     this.ModeTabControl             = new System.Windows.Forms.TabControl();
     this.SelectionTabPage           = new System.Windows.Forms.TabPage();
     this.PlatePanel                 = new System.Windows.Forms.Panel();
     this.PlateListPanel             = new System.Windows.Forms.Panel();
     this.ItemGroupBox               = new System.Windows.Forms.GroupBox();
     this.ExperimentItemSplitter     = new System.Windows.Forms.Splitter();
     this.ExperimentGroupBox         = new System.Windows.Forms.GroupBox();
     this.PlateBottomPanel           = new System.Windows.Forms.Panel();
     this.SetSelectionLoadButton     = new System.Windows.Forms.Button();
     this.RejectSelectionButton      = new System.Windows.Forms.Button();
     this.PlateWellPanel             = new System.Windows.Forms.Panel();
     this.WellGroupBox               = new System.Windows.Forms.GroupBox();
     this.ExperimentRateTabPage      = new System.Windows.Forms.TabPage();
     this.ExperimentRateListGroupBox = new System.Windows.Forms.GroupBox();
     this.ExperimentBottomPanel      = new System.Windows.Forms.Panel();
     this.ExperimentCutoffButton     = new System.Windows.Forms.Button();
     this.ItemRateTabPage            = new System.Windows.Forms.TabPage();
     this.ItemRateListGroupBox       = new System.Windows.Forms.GroupBox();
     this.ItemBottomPanel            = new System.Windows.Forms.Panel();
     this.ItemCutoffButton           = new System.Windows.Forms.Button();
     this.WellRateTabPage            = new System.Windows.Forms.TabPage();
     this.WellRateListGroupBox       = new System.Windows.Forms.GroupBox();
     this.WellBottomPanel            = new System.Windows.Forms.Panel();
     this.WellCutoffButton           = new System.Windows.Forms.Button();
     this.ItemCheckedListBox         = new Molmed.SQAT.GUI.AdvancedCheckedListBox2();
     this.ExperimentCheckedListBox   = new Molmed.SQAT.GUI.AdvancedCheckedListBox2();
     this.Plate = new Molmed.SQAT.GUI.PlateGrid();
     this.ExperimentRateListView = new Molmed.SQAT.GUI.AdvancedListView2();
     this.ItemRateListView       = new Molmed.SQAT.GUI.AdvancedListView2();
     this.WellRateListView       = new Molmed.SQAT.GUI.AdvancedListView2();
     this.TopPanel.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     this.ModeTabControl.SuspendLayout();
     this.SelectionTabPage.SuspendLayout();
     this.PlatePanel.SuspendLayout();
     this.PlateListPanel.SuspendLayout();
     this.ItemGroupBox.SuspendLayout();
     this.ExperimentGroupBox.SuspendLayout();
     this.PlateBottomPanel.SuspendLayout();
     this.PlateWellPanel.SuspendLayout();
     this.WellGroupBox.SuspendLayout();
     this.ExperimentRateTabPage.SuspendLayout();
     this.ExperimentRateListGroupBox.SuspendLayout();
     this.ExperimentBottomPanel.SuspendLayout();
     this.ItemRateTabPage.SuspendLayout();
     this.ItemRateListGroupBox.SuspendLayout();
     this.ItemBottomPanel.SuspendLayout();
     this.WellRateTabPage.SuspendLayout();
     this.WellRateListGroupBox.SuspendLayout();
     this.WellBottomPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // TopPanel
     //
     this.TopPanel.Controls.Add(this.PlateComboBox);
     this.TopPanel.Controls.Add(this.SelectedPlateLabel);
     this.TopPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopPanel.Location = new System.Drawing.Point(0, 0);
     this.TopPanel.Name     = "TopPanel";
     this.TopPanel.Size     = new System.Drawing.Size(832, 32);
     this.TopPanel.TabIndex = 2;
     //
     // PlateComboBox
     //
     this.PlateComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.PlateComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.PlateComboBox.Location              = new System.Drawing.Point(96, 8);
     this.PlateComboBox.Name                  = "PlateComboBox";
     this.PlateComboBox.Size                  = new System.Drawing.Size(464, 21);
     this.PlateComboBox.TabIndex              = 0;
     this.PlateComboBox.SelectedIndexChanged += new System.EventHandler(this.PlateComboBox_SelectedIndexChanged);
     //
     // SelectedPlateLabel
     //
     this.SelectedPlateLabel.Location = new System.Drawing.Point(8, 8);
     this.SelectedPlateLabel.Name     = "SelectedPlateLabel";
     this.SelectedPlateLabel.Size     = new System.Drawing.Size(80, 16);
     this.SelectedPlateLabel.TabIndex = 3;
     this.SelectedPlateLabel.Text     = "Selected plate:";
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 670);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(832, 48);
     this.BottomPanel.TabIndex = 4;
     //
     // CloseButton
     //
     this.CloseButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Location     = new System.Drawing.Point(752, 16);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(72, 24);
     this.CloseButton.TabIndex     = 2;
     this.CloseButton.Text         = "&Close";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // ModeTabControl
     //
     this.ModeTabControl.Controls.Add(this.SelectionTabPage);
     this.ModeTabControl.Controls.Add(this.ExperimentRateTabPage);
     this.ModeTabControl.Controls.Add(this.ItemRateTabPage);
     this.ModeTabControl.Controls.Add(this.WellRateTabPage);
     this.ModeTabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ModeTabControl.Location      = new System.Drawing.Point(0, 32);
     this.ModeTabControl.Name          = "ModeTabControl";
     this.ModeTabControl.SelectedIndex = 0;
     this.ModeTabControl.Size          = new System.Drawing.Size(832, 638);
     this.ModeTabControl.TabIndex      = 1;
     //
     // SelectionTabPage
     //
     this.SelectionTabPage.Controls.Add(this.PlatePanel);
     this.SelectionTabPage.Location = new System.Drawing.Point(4, 22);
     this.SelectionTabPage.Name     = "SelectionTabPage";
     this.SelectionTabPage.Size     = new System.Drawing.Size(824, 612);
     this.SelectionTabPage.TabIndex = 0;
     this.SelectionTabPage.Text     = "Selection";
     this.SelectionTabPage.UseVisualStyleBackColor = true;
     //
     // PlatePanel
     //
     this.PlatePanel.Controls.Add(this.PlateListPanel);
     this.PlatePanel.Controls.Add(this.PlateBottomPanel);
     this.PlatePanel.Controls.Add(this.PlateWellPanel);
     this.PlatePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PlatePanel.Location = new System.Drawing.Point(0, 0);
     this.PlatePanel.Name     = "PlatePanel";
     this.PlatePanel.Size     = new System.Drawing.Size(824, 612);
     this.PlatePanel.TabIndex = 4;
     //
     // PlateListPanel
     //
     this.PlateListPanel.Controls.Add(this.ItemGroupBox);
     this.PlateListPanel.Controls.Add(this.ExperimentItemSplitter);
     this.PlateListPanel.Controls.Add(this.ExperimentGroupBox);
     this.PlateListPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PlateListPanel.Location = new System.Drawing.Point(0, 336);
     this.PlateListPanel.Name     = "PlateListPanel";
     this.PlateListPanel.Size     = new System.Drawing.Size(824, 228);
     this.PlateListPanel.TabIndex = 6;
     //
     // ItemGroupBox
     //
     this.ItemGroupBox.Controls.Add(this.ItemCheckedListBox);
     this.ItemGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ItemGroupBox.Location = new System.Drawing.Point(392, 0);
     this.ItemGroupBox.Name     = "ItemGroupBox";
     this.ItemGroupBox.Size     = new System.Drawing.Size(432, 228);
     this.ItemGroupBox.TabIndex = 2;
     this.ItemGroupBox.TabStop  = false;
     this.ItemGroupBox.Text     = "Items";
     //
     // ExperimentItemSplitter
     //
     this.ExperimentItemSplitter.Location = new System.Drawing.Point(384, 0);
     this.ExperimentItemSplitter.Name     = "ExperimentItemSplitter";
     this.ExperimentItemSplitter.Size     = new System.Drawing.Size(8, 228);
     this.ExperimentItemSplitter.TabIndex = 1;
     this.ExperimentItemSplitter.TabStop  = false;
     //
     // ExperimentGroupBox
     //
     this.ExperimentGroupBox.Controls.Add(this.ExperimentCheckedListBox);
     this.ExperimentGroupBox.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ExperimentGroupBox.Location = new System.Drawing.Point(0, 0);
     this.ExperimentGroupBox.Name     = "ExperimentGroupBox";
     this.ExperimentGroupBox.Size     = new System.Drawing.Size(384, 228);
     this.ExperimentGroupBox.TabIndex = 0;
     this.ExperimentGroupBox.TabStop  = false;
     this.ExperimentGroupBox.Text     = "Experiments";
     //
     // PlateBottomPanel
     //
     this.PlateBottomPanel.Controls.Add(this.SetSelectionLoadButton);
     this.PlateBottomPanel.Controls.Add(this.RejectSelectionButton);
     this.PlateBottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.PlateBottomPanel.Location = new System.Drawing.Point(0, 564);
     this.PlateBottomPanel.Name     = "PlateBottomPanel";
     this.PlateBottomPanel.Size     = new System.Drawing.Size(824, 48);
     this.PlateBottomPanel.TabIndex = 5;
     //
     // SetSelectionLoadButton
     //
     this.SetSelectionLoadButton.Location = new System.Drawing.Point(616, 16);
     this.SetSelectionLoadButton.Name     = "SetSelectionLoadButton";
     this.SetSelectionLoadButton.Size     = new System.Drawing.Size(104, 24);
     this.SetSelectionLoadButton.TabIndex = 1;
     this.SetSelectionLoadButton.Text     = "Set Status \'&Load\'";
     this.SetSelectionLoadButton.UseVisualStyleBackColor = true;
     this.SetSelectionLoadButton.Click += new System.EventHandler(this.SetSelectionLoadButton_Click);
     //
     // RejectSelectionButton
     //
     this.RejectSelectionButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RejectSelectionButton.Location = new System.Drawing.Point(736, 16);
     this.RejectSelectionButton.Name     = "RejectSelectionButton";
     this.RejectSelectionButton.Size     = new System.Drawing.Size(72, 24);
     this.RejectSelectionButton.TabIndex = 0;
     this.RejectSelectionButton.Text     = "&Reject";
     this.RejectSelectionButton.Click   += new System.EventHandler(this.RejectSelectionButton_Click);
     //
     // PlateWellPanel
     //
     this.PlateWellPanel.Controls.Add(this.WellGroupBox);
     this.PlateWellPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.PlateWellPanel.Location = new System.Drawing.Point(0, 0);
     this.PlateWellPanel.Name     = "PlateWellPanel";
     this.PlateWellPanel.Size     = new System.Drawing.Size(824, 336);
     this.PlateWellPanel.TabIndex = 4;
     //
     // WellGroupBox
     //
     this.WellGroupBox.Controls.Add(this.Plate);
     this.WellGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WellGroupBox.Location = new System.Drawing.Point(0, 0);
     this.WellGroupBox.Name     = "WellGroupBox";
     this.WellGroupBox.Size     = new System.Drawing.Size(824, 336);
     this.WellGroupBox.TabIndex = 2;
     this.WellGroupBox.TabStop  = false;
     this.WellGroupBox.Text     = "Positions";
     //
     // ExperimentRateTabPage
     //
     this.ExperimentRateTabPage.Controls.Add(this.ExperimentRateListGroupBox);
     this.ExperimentRateTabPage.Controls.Add(this.ExperimentBottomPanel);
     this.ExperimentRateTabPage.Location = new System.Drawing.Point(4, 22);
     this.ExperimentRateTabPage.Name     = "ExperimentRateTabPage";
     this.ExperimentRateTabPage.Size     = new System.Drawing.Size(824, 612);
     this.ExperimentRateTabPage.TabIndex = 1;
     this.ExperimentRateTabPage.Text     = "Experiment Success Rates";
     this.ExperimentRateTabPage.UseVisualStyleBackColor = true;
     //
     // ExperimentRateListGroupBox
     //
     this.ExperimentRateListGroupBox.Controls.Add(this.ExperimentRateListView);
     this.ExperimentRateListGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ExperimentRateListGroupBox.Location = new System.Drawing.Point(0, 0);
     this.ExperimentRateListGroupBox.Name     = "ExperimentRateListGroupBox";
     this.ExperimentRateListGroupBox.Size     = new System.Drawing.Size(824, 564);
     this.ExperimentRateListGroupBox.TabIndex = 0;
     this.ExperimentRateListGroupBox.TabStop  = false;
     this.ExperimentRateListGroupBox.Text     = "Experiment Success Rates in Plate";
     //
     // ExperimentBottomPanel
     //
     this.ExperimentBottomPanel.Controls.Add(this.ExperimentCutoffButton);
     this.ExperimentBottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ExperimentBottomPanel.Location = new System.Drawing.Point(0, 564);
     this.ExperimentBottomPanel.Name     = "ExperimentBottomPanel";
     this.ExperimentBottomPanel.Size     = new System.Drawing.Size(824, 48);
     this.ExperimentBottomPanel.TabIndex = 1;
     //
     // ExperimentCutoffButton
     //
     this.ExperimentCutoffButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ExperimentCutoffButton.Location = new System.Drawing.Point(736, 16);
     this.ExperimentCutoffButton.Name     = "ExperimentCutoffButton";
     this.ExperimentCutoffButton.Size     = new System.Drawing.Size(72, 24);
     this.ExperimentCutoffButton.TabIndex = 0;
     this.ExperimentCutoffButton.Text     = "&Cutoff...";
     this.ExperimentCutoffButton.Click   += new System.EventHandler(this.ExperimentCutoffButton_Click);
     //
     // ItemRateTabPage
     //
     this.ItemRateTabPage.Controls.Add(this.ItemRateListGroupBox);
     this.ItemRateTabPage.Controls.Add(this.ItemBottomPanel);
     this.ItemRateTabPage.Location = new System.Drawing.Point(4, 22);
     this.ItemRateTabPage.Name     = "ItemRateTabPage";
     this.ItemRateTabPage.Size     = new System.Drawing.Size(824, 612);
     this.ItemRateTabPage.TabIndex = 2;
     this.ItemRateTabPage.Text     = "Item Success Rates";
     this.ItemRateTabPage.UseVisualStyleBackColor = true;
     //
     // ItemRateListGroupBox
     //
     this.ItemRateListGroupBox.Controls.Add(this.ItemRateListView);
     this.ItemRateListGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ItemRateListGroupBox.Location = new System.Drawing.Point(0, 0);
     this.ItemRateListGroupBox.Name     = "ItemRateListGroupBox";
     this.ItemRateListGroupBox.Size     = new System.Drawing.Size(824, 564);
     this.ItemRateListGroupBox.TabIndex = 0;
     this.ItemRateListGroupBox.TabStop  = false;
     this.ItemRateListGroupBox.Text     = "Item Success Rates in Plate";
     //
     // ItemBottomPanel
     //
     this.ItemBottomPanel.Controls.Add(this.ItemCutoffButton);
     this.ItemBottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ItemBottomPanel.Location = new System.Drawing.Point(0, 564);
     this.ItemBottomPanel.Name     = "ItemBottomPanel";
     this.ItemBottomPanel.Size     = new System.Drawing.Size(824, 48);
     this.ItemBottomPanel.TabIndex = 1;
     //
     // ItemCutoffButton
     //
     this.ItemCutoffButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ItemCutoffButton.Location = new System.Drawing.Point(736, 16);
     this.ItemCutoffButton.Name     = "ItemCutoffButton";
     this.ItemCutoffButton.Size     = new System.Drawing.Size(72, 24);
     this.ItemCutoffButton.TabIndex = 2;
     this.ItemCutoffButton.Text     = "&Cutoff...";
     this.ItemCutoffButton.Click   += new System.EventHandler(this.ItemCutoffButton_Click);
     //
     // WellRateTabPage
     //
     this.WellRateTabPage.Controls.Add(this.WellRateListGroupBox);
     this.WellRateTabPage.Controls.Add(this.WellBottomPanel);
     this.WellRateTabPage.Location = new System.Drawing.Point(4, 22);
     this.WellRateTabPage.Name     = "WellRateTabPage";
     this.WellRateTabPage.Size     = new System.Drawing.Size(824, 612);
     this.WellRateTabPage.TabIndex = 3;
     this.WellRateTabPage.Text     = "Well Success Rates";
     this.WellRateTabPage.UseVisualStyleBackColor = true;
     //
     // WellRateListGroupBox
     //
     this.WellRateListGroupBox.Controls.Add(this.WellRateListView);
     this.WellRateListGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WellRateListGroupBox.Location = new System.Drawing.Point(0, 0);
     this.WellRateListGroupBox.Name     = "WellRateListGroupBox";
     this.WellRateListGroupBox.Size     = new System.Drawing.Size(824, 564);
     this.WellRateListGroupBox.TabIndex = 0;
     this.WellRateListGroupBox.TabStop  = false;
     this.WellRateListGroupBox.Text     = "Well Success Rates in Plate";
     //
     // WellBottomPanel
     //
     this.WellBottomPanel.Controls.Add(this.WellCutoffButton);
     this.WellBottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.WellBottomPanel.Location = new System.Drawing.Point(0, 564);
     this.WellBottomPanel.Name     = "WellBottomPanel";
     this.WellBottomPanel.Size     = new System.Drawing.Size(824, 48);
     this.WellBottomPanel.TabIndex = 1;
     //
     // WellCutoffButton
     //
     this.WellCutoffButton.Location = new System.Drawing.Point(736, 16);
     this.WellCutoffButton.Name     = "WellCutoffButton";
     this.WellCutoffButton.Size     = new System.Drawing.Size(72, 24);
     this.WellCutoffButton.TabIndex = 2;
     this.WellCutoffButton.Text     = "&Cutoff...";
     this.WellCutoffButton.UseVisualStyleBackColor = true;
     this.WellCutoffButton.Click += new System.EventHandler(this.WellCutoffButton_Click);
     //
     // ItemCheckedListBox
     //
     this.ItemCheckedListBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ItemCheckedListBox.Location = new System.Drawing.Point(3, 16);
     this.ItemCheckedListBox.Name     = "ItemCheckedListBox";
     this.ItemCheckedListBox.Size     = new System.Drawing.Size(426, 209);
     this.ItemCheckedListBox.TabIndex = 0;
     //
     // ExperimentCheckedListBox
     //
     this.ExperimentCheckedListBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ExperimentCheckedListBox.Location = new System.Drawing.Point(3, 16);
     this.ExperimentCheckedListBox.Name     = "ExperimentCheckedListBox";
     this.ExperimentCheckedListBox.Size     = new System.Drawing.Size(378, 209);
     this.ExperimentCheckedListBox.TabIndex = 0;
     //
     // Plate
     //
     this.Plate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.Plate.Location = new System.Drawing.Point(16, 24);
     this.Plate.Name     = "Plate";
     this.Plate.Size     = new System.Drawing.Size(800, 304);
     this.Plate.TabIndex = 2;
     //
     // ExperimentRateListView
     //
     this.ExperimentRateListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ExperimentRateListView.Location = new System.Drawing.Point(3, 16);
     this.ExperimentRateListView.Name     = "ExperimentRateListView";
     this.ExperimentRateListView.Size     = new System.Drawing.Size(818, 545);
     this.ExperimentRateListView.TabIndex = 0;
     //
     // ItemRateListView
     //
     this.ItemRateListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ItemRateListView.Location = new System.Drawing.Point(3, 16);
     this.ItemRateListView.Name     = "ItemRateListView";
     this.ItemRateListView.Size     = new System.Drawing.Size(818, 545);
     this.ItemRateListView.TabIndex = 0;
     //
     // WellRateListView
     //
     this.WellRateListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WellRateListView.Location = new System.Drawing.Point(3, 16);
     this.WellRateListView.Name     = "WellRateListView";
     this.WellRateListView.Size     = new System.Drawing.Size(818, 545);
     this.WellRateListView.TabIndex = 0;
     //
     // PlateForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CloseButton;
     this.ClientSize        = new System.Drawing.Size(832, 718);
     this.Controls.Add(this.ModeTabControl);
     this.Controls.Add(this.BottomPanel);
     this.Controls.Add(this.TopPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "PlateForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Plates";
     this.TopPanel.ResumeLayout(false);
     this.BottomPanel.ResumeLayout(false);
     this.ModeTabControl.ResumeLayout(false);
     this.SelectionTabPage.ResumeLayout(false);
     this.PlatePanel.ResumeLayout(false);
     this.PlateListPanel.ResumeLayout(false);
     this.ItemGroupBox.ResumeLayout(false);
     this.ExperimentGroupBox.ResumeLayout(false);
     this.PlateBottomPanel.ResumeLayout(false);
     this.PlateWellPanel.ResumeLayout(false);
     this.WellGroupBox.ResumeLayout(false);
     this.ExperimentRateTabPage.ResumeLayout(false);
     this.ExperimentRateListGroupBox.ResumeLayout(false);
     this.ExperimentBottomPanel.ResumeLayout(false);
     this.ItemRateTabPage.ResumeLayout(false);
     this.ItemRateListGroupBox.ResumeLayout(false);
     this.ItemBottomPanel.ResumeLayout(false);
     this.WellRateTabPage.ResumeLayout(false);
     this.WellRateListGroupBox.ResumeLayout(false);
     this.WellBottomPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListForm));
     this.ListPanel          = new System.Windows.Forms.Panel();
     this.BottomPanel        = new System.Windows.Forms.Panel();
     this.CloseButton        = new System.Windows.Forms.Button();
     this.OKButton           = new System.Windows.Forms.Button();
     this.MyAdvancedListView = new Molmed.SQAT.GUI.AdvancedListView2();
     this.ListPanel.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // ListPanel
     //
     this.ListPanel.Controls.Add(this.MyAdvancedListView);
     this.ListPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ListPanel.Location = new System.Drawing.Point(0, 0);
     this.ListPanel.Name     = "ListPanel";
     this.ListPanel.Size     = new System.Drawing.Size(632, 334);
     this.ListPanel.TabIndex = 0;
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Controls.Add(this.OKButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 334);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(632, 40);
     this.BottomPanel.TabIndex = 1;
     //
     // CloseButton
     //
     this.CloseButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Location     = new System.Drawing.Point(552, 8);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(64, 24);
     this.CloseButton.TabIndex     = 1;
     this.CloseButton.Text         = "&Close";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // OKButton
     //
     this.OKButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OKButton.Location = new System.Drawing.Point(16, 8);
     this.OKButton.Name     = "OKButton";
     this.OKButton.Size     = new System.Drawing.Size(64, 24);
     this.OKButton.TabIndex = 0;
     this.OKButton.Text     = "&OK";
     this.OKButton.Click   += new System.EventHandler(this.OKButton_Click);
     //
     // MyAdvancedListView
     //
     this.MyAdvancedListView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MyAdvancedListView.Location = new System.Drawing.Point(0, 0);
     this.MyAdvancedListView.Name     = "MyAdvancedListView";
     this.MyAdvancedListView.Size     = new System.Drawing.Size(632, 334);
     this.MyAdvancedListView.TabIndex = 0;
     //
     // ListForm
     //
     this.AcceptButton      = this.OKButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CloseButton;
     this.ClientSize        = new System.Drawing.Size(632, 374);
     this.Controls.Add(this.ListPanel);
     this.Controls.Add(this.BottomPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "ListForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ListForm";
     this.ListPanel.ResumeLayout(false);
     this.BottomPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }