Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
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(RerunForm));
     this.BottomPanel               = new System.Windows.Forms.Panel();
     this.CloseButton               = new System.Windows.Forms.Button();
     this.ListGroupBox              = new System.Windows.Forms.GroupBox();
     this.SelectionPanel            = new System.Windows.Forms.Panel();
     this.StatusLabel               = new System.Windows.Forms.Label();
     this.CheckButton               = new System.Windows.Forms.Button();
     this.DuplicateErrorCheckBox    = new System.Windows.Forms.CheckBox();
     this.AlleleFrq2Label           = new System.Windows.Forms.Label();
     this.AlleleFrqPercentage       = new System.Windows.Forms.NumericUpDown();
     this.AlleleFrqCheckBox         = new System.Windows.Forms.CheckBox();
     this.MissingGenotypesCheckBox  = new System.Windows.Forms.CheckBox();
     this.MissingGenotypes2Label    = new System.Windows.Forms.Label();
     this.MissingGenotypePercentage = new System.Windows.Forms.NumericUpDown();
     this.ExperimentList            = new Molmed.SQAT.GUI.AdvancedCheckedListBox2();
     this.BottomPanel.SuspendLayout();
     this.ListGroupBox.SuspendLayout();
     this.SelectionPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AlleleFrqPercentage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MissingGenotypePercentage)).BeginInit();
     this.SuspendLayout();
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 398);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(736, 40);
     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(656, 8);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(72, 24);
     this.CloseButton.TabIndex     = 6;
     this.CloseButton.Text         = "&Close";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // ListGroupBox
     //
     this.ListGroupBox.Controls.Add(this.ExperimentList);
     this.ListGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ListGroupBox.Location = new System.Drawing.Point(0, 0);
     this.ListGroupBox.Name     = "ListGroupBox";
     this.ListGroupBox.Size     = new System.Drawing.Size(232, 398);
     this.ListGroupBox.TabIndex = 1;
     this.ListGroupBox.TabStop  = false;
     this.ListGroupBox.Text     = "Experiments";
     //
     // SelectionPanel
     //
     this.SelectionPanel.Controls.Add(this.CheckButton);
     this.SelectionPanel.Controls.Add(this.DuplicateErrorCheckBox);
     this.SelectionPanel.Controls.Add(this.AlleleFrq2Label);
     this.SelectionPanel.Controls.Add(this.AlleleFrqPercentage);
     this.SelectionPanel.Controls.Add(this.AlleleFrqCheckBox);
     this.SelectionPanel.Controls.Add(this.MissingGenotypesCheckBox);
     this.SelectionPanel.Controls.Add(this.MissingGenotypes2Label);
     this.SelectionPanel.Controls.Add(this.MissingGenotypePercentage);
     this.SelectionPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.SelectionPanel.Location = new System.Drawing.Point(232, 0);
     this.SelectionPanel.Name     = "SelectionPanel";
     this.SelectionPanel.Size     = new System.Drawing.Size(504, 398);
     this.SelectionPanel.TabIndex = 3;
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize = true;
     this.StatusLabel.Location = new System.Drawing.Point(3, 417);
     this.StatusLabel.Name     = "StatusLabel";
     this.StatusLabel.Size     = new System.Drawing.Size(47, 13);
     this.StatusLabel.TabIndex = 7;
     this.StatusLabel.Text     = "<status>";
     //
     // CheckButton
     //
     this.CheckButton.Location = new System.Drawing.Point(8, 120);
     this.CheckButton.Name     = "CheckButton";
     this.CheckButton.Size     = new System.Drawing.Size(72, 24);
     this.CheckButton.TabIndex = 5;
     this.CheckButton.Text     = "Chec&k...";
     this.CheckButton.Click   += new System.EventHandler(this.CheckButton_Click);
     //
     // DuplicateErrorCheckBox
     //
     this.DuplicateErrorCheckBox.Location = new System.Drawing.Point(8, 80);
     this.DuplicateErrorCheckBox.Name     = "DuplicateErrorCheckBox";
     this.DuplicateErrorCheckBox.Size     = new System.Drawing.Size(280, 24);
     this.DuplicateErrorCheckBox.TabIndex = 4;
     this.DuplicateErrorCheckBox.Text     = "Items with duplicate errors in selected experiments";
     //
     // AlleleFrq2Label
     //
     this.AlleleFrq2Label.Location = new System.Drawing.Point(328, 47);
     this.AlleleFrq2Label.Name     = "AlleleFrq2Label";
     this.AlleleFrq2Label.Size     = new System.Drawing.Size(164, 20);
     this.AlleleFrq2Label.TabIndex = 6;
     this.AlleleFrq2Label.Text     = "% in the selected experiments";
     //
     // AlleleFrqPercentage
     //
     this.AlleleFrqPercentage.Location = new System.Drawing.Point(280, 45);
     this.AlleleFrqPercentage.Name     = "AlleleFrqPercentage";
     this.AlleleFrqPercentage.Size     = new System.Drawing.Size(48, 20);
     this.AlleleFrqPercentage.TabIndex = 3;
     this.AlleleFrqPercentage.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // AlleleFrqCheckBox
     //
     this.AlleleFrqCheckBox.Location = new System.Drawing.Point(8, 47);
     this.AlleleFrqCheckBox.Name     = "AlleleFrqCheckBox";
     this.AlleleFrqCheckBox.Size     = new System.Drawing.Size(272, 18);
     this.AlleleFrqCheckBox.TabIndex = 2;
     this.AlleleFrqCheckBox.Text     = "Items having alleles with frequencies less than";
     //
     // MissingGenotypesCheckBox
     //
     this.MissingGenotypesCheckBox.Location  = new System.Drawing.Point(8, 8);
     this.MissingGenotypesCheckBox.Name      = "MissingGenotypesCheckBox";
     this.MissingGenotypesCheckBox.Size      = new System.Drawing.Size(232, 24);
     this.MissingGenotypesCheckBox.TabIndex  = 0;
     this.MissingGenotypesCheckBox.Text      = "Items having genotypes in less than";
     this.MissingGenotypesCheckBox.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // MissingGenotypes2Label
     //
     this.MissingGenotypes2Label.Location = new System.Drawing.Point(328, 14);
     this.MissingGenotypes2Label.Name     = "MissingGenotypes2Label";
     this.MissingGenotypes2Label.Size     = new System.Drawing.Size(164, 16);
     this.MissingGenotypes2Label.TabIndex = 2;
     this.MissingGenotypes2Label.Text     = "% of the selected experiments";
     //
     // MissingGenotypePercentage
     //
     this.MissingGenotypePercentage.Location = new System.Drawing.Point(280, 12);
     this.MissingGenotypePercentage.Name     = "MissingGenotypePercentage";
     this.MissingGenotypePercentage.Size     = new System.Drawing.Size(48, 20);
     this.MissingGenotypePercentage.TabIndex = 1;
     this.MissingGenotypePercentage.Value    = new decimal(new int[] {
         80,
         0,
         0,
         0
     });
     //
     // ExperimentList
     //
     this.ExperimentList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ExperimentList.Location = new System.Drawing.Point(3, 16);
     this.ExperimentList.Name     = "ExperimentList";
     this.ExperimentList.Size     = new System.Drawing.Size(226, 379);
     this.ExperimentList.TabIndex = 0;
     //
     // RerunForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CloseButton;
     this.ClientSize        = new System.Drawing.Size(736, 438);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.ListGroupBox);
     this.Controls.Add(this.SelectionPanel);
     this.Controls.Add(this.BottomPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "RerunForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Rerun Criteria";
     this.BottomPanel.ResumeLayout(false);
     this.ListGroupBox.ResumeLayout(false);
     this.SelectionPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AlleleFrqPercentage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MissingGenotypePercentage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(RerunListForm));
     this.TopPanel         = new System.Windows.Forms.Panel();
     this.LogGroupBox      = new System.Windows.Forms.GroupBox();
     this.SaveLogButton    = new System.Windows.Forms.Button();
     this.CriteriaTextBox  = new System.Windows.Forms.TextBox();
     this.VerticalSplitter = new System.Windows.Forms.Splitter();
     this.BottomPanel      = new System.Windows.Forms.Panel();
     this.CloseButton      = new System.Windows.Forms.Button();
     this.MySaveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.MyCheckedListBox = new Molmed.SQAT.GUI.AdvancedCheckedListBox2();
     this.TopPanel.SuspendLayout();
     this.LogGroupBox.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // TopPanel
     //
     this.TopPanel.Controls.Add(this.LogGroupBox);
     this.TopPanel.Controls.Add(this.VerticalSplitter);
     this.TopPanel.Controls.Add(this.MyCheckedListBox);
     this.TopPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.TopPanel.Location = new System.Drawing.Point(0, 0);
     this.TopPanel.Name     = "TopPanel";
     this.TopPanel.Size     = new System.Drawing.Size(544, 398);
     this.TopPanel.TabIndex = 0;
     //
     // LogGroupBox
     //
     this.LogGroupBox.Controls.Add(this.SaveLogButton);
     this.LogGroupBox.Controls.Add(this.CriteriaTextBox);
     this.LogGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LogGroupBox.Location = new System.Drawing.Point(208, 0);
     this.LogGroupBox.Name     = "LogGroupBox";
     this.LogGroupBox.Size     = new System.Drawing.Size(336, 398);
     this.LogGroupBox.TabIndex = 3;
     this.LogGroupBox.TabStop  = false;
     this.LogGroupBox.Text     = "Log";
     //
     // SaveLogButton
     //
     this.SaveLogButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SaveLogButton.Location = new System.Drawing.Point(8, 360);
     this.SaveLogButton.Name     = "SaveLogButton";
     this.SaveLogButton.Size     = new System.Drawing.Size(72, 24);
     this.SaveLogButton.TabIndex = 2;
     this.SaveLogButton.Text     = "&Save...";
     this.SaveLogButton.Click   += new System.EventHandler(this.SaveLogButton_Click);
     //
     // CriteriaTextBox
     //
     this.CriteriaTextBox.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.CriteriaTextBox.Location   = new System.Drawing.Point(8, 16);
     this.CriteriaTextBox.Multiline  = true;
     this.CriteriaTextBox.Name       = "CriteriaTextBox";
     this.CriteriaTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.CriteriaTextBox.Size       = new System.Drawing.Size(320, 336);
     this.CriteriaTextBox.TabIndex   = 1;
     //
     // VerticalSplitter
     //
     this.VerticalSplitter.Location = new System.Drawing.Point(198, 0);
     this.VerticalSplitter.Name     = "VerticalSplitter";
     this.VerticalSplitter.Size     = new System.Drawing.Size(10, 398);
     this.VerticalSplitter.TabIndex = 5;
     this.VerticalSplitter.TabStop  = false;
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 398);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(544, 48);
     this.BottomPanel.TabIndex = 1;
     //
     // CloseButton
     //
     this.CloseButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.Location = new System.Drawing.Point(456, 16);
     this.CloseButton.Name     = "CloseButton";
     this.CloseButton.Size     = new System.Drawing.Size(72, 24);
     this.CloseButton.TabIndex = 3;
     this.CloseButton.Text     = "&Close";
     this.CloseButton.Click   += new System.EventHandler(this.CloseButton_Click);
     //
     // MySaveFileDialog
     //
     this.MySaveFileDialog.FileName = "FileName";
     this.MySaveFileDialog.Filter   = "Text files (*.txt)|*.txt|All files (*.*) |*.*";
     this.MySaveFileDialog.Title    = "Save file";
     //
     // MyCheckedListBox
     //
     this.MyCheckedListBox.Dock     = System.Windows.Forms.DockStyle.Left;
     this.MyCheckedListBox.Location = new System.Drawing.Point(0, 0);
     this.MyCheckedListBox.Name     = "MyCheckedListBox";
     this.MyCheckedListBox.Size     = new System.Drawing.Size(198, 398);
     this.MyCheckedListBox.TabIndex = 0;
     //
     // RerunListForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(544, 446);
     this.Controls.Add(this.TopPanel);
     this.Controls.Add(this.BottomPanel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "RerunListForm";
     this.Text = "Rerun List";
     this.TopPanel.ResumeLayout(false);
     this.LogGroupBox.ResumeLayout(false);
     this.LogGroupBox.PerformLayout();
     this.BottomPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
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(CheckedListForm));
     this.BottomPanel      = new System.Windows.Forms.Panel();
     this.OKButton         = new System.Windows.Forms.Button();
     this.CloseButton      = new System.Windows.Forms.Button();
     this.ListPanel        = new System.Windows.Forms.Panel();
     this.MyCheckedListBox = new Molmed.SQAT.GUI.AdvancedCheckedListBox2();
     this.BottomPanel.SuspendLayout();
     this.ListPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.OKButton);
     this.BottomPanel.Controls.Add(this.CloseButton);
     this.BottomPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 270);
     this.BottomPanel.Name     = "BottomPanel";
     this.BottomPanel.Size     = new System.Drawing.Size(392, 40);
     this.BottomPanel.TabIndex = 0;
     //
     // 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, 8);
     this.OKButton.Name     = "OKButton";
     this.OKButton.Size     = new System.Drawing.Size(72, 24);
     this.OKButton.TabIndex = 0;
     this.OKButton.Text     = "&OK";
     this.OKButton.Click   += new System.EventHandler(this.OKButton_Click);
     //
     // 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(312, 8);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(72, 24);
     this.CloseButton.TabIndex     = 1;
     this.CloseButton.Text         = "&Close";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // ListPanel
     //
     this.ListPanel.Controls.Add(this.MyCheckedListBox);
     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(392, 270);
     this.ListPanel.TabIndex = 1;
     //
     // MyCheckedListBox
     //
     this.MyCheckedListBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MyCheckedListBox.Location = new System.Drawing.Point(0, 0);
     this.MyCheckedListBox.Name     = "MyCheckedListBox";
     this.MyCheckedListBox.Size     = new System.Drawing.Size(392, 270);
     this.MyCheckedListBox.TabIndex = 0;
     //
     // CheckedListForm
     //
     this.AcceptButton      = this.OKButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CloseButton;
     this.ClientSize        = new System.Drawing.Size(392, 310);
     this.Controls.Add(this.ListPanel);
     this.Controls.Add(this.BottomPanel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "CheckedListForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "CheckedListForm";
     this.BottomPanel.ResumeLayout(false);
     this.ListPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }