<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRecalibrationVisualisation
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecalibrationVisualisation))
Me.massErrors_ZedGraph = New ZedGraph.ZedGraphControl
Me.massErrors2_ZedGraph = New ZedGraph.ZedGraphControl
Me.txtBinSize = New System.Windows.Forms.TextBox
Me.lblBinSize = New System.Windows.Forms.Label
Me.btnPeptideFilter = New System.Windows.Forms.Button
Me.lblPeptideFilterSummary = New System.Windows.Forms.Label
Me.lblPeptides = New System.Windows.Forms.Label
Me.rbUnitPPM = New System.Windows.Forms.RadioButton
Me.rbUnitDa = New System.Windows.Forms.RadioButton
Me.rbUnitMilliDa = New System.Windows.Forms.RadioButton
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.rbUnitMilliTh = New System.Windows.Forms.RadioButton
Me.rbUnitTh = New System.Windows.Forms.RadioButton
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.rbByRetT = New System.Windows.Forms.RadioButton
Me.rbMedianErrorByMassWindow = New System.Windows.Forms.RadioButton
Me.rbBinnedMassErrors = New System.Windows.Forms.RadioButton
Me.rbByMCR = New System.Windows.Forms.RadioButton
Me.rbUnitPPB = New System.Windows.Forms.RadioButton
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'massErrors_ZedGraph
'
Me.massErrors_ZedGraph.BackColor = System.Drawing.SystemColors.Control
Me.massErrors_ZedGraph.ForeColor = System.Drawing.SystemColors.ControlText
Me.massErrors_ZedGraph.Location = New System.Drawing.Point(15, 52)
Me.massErrors_ZedGraph.Name = "massErrors_ZedGraph"
Me.massErrors_ZedGraph.ScrollMaxX = 0
Me.massErrors_ZedGraph.ScrollMaxY = 0
Me.massErrors_ZedGraph.ScrollMaxY2 = 0
Me.massErrors_ZedGraph.ScrollMinX = 0
Me.massErrors_ZedGraph.ScrollMinY = 0
Me.massErrors_ZedGraph.ScrollMinY2 = 0
Me.massErrors_ZedGraph.Size = New System.Drawing.Size(922, 283)
Me.massErrors_ZedGraph.TabIndex = 0
'
'massErrors2_ZedGraph
'
Me.massErrors2_ZedGraph.Location = New System.Drawing.Point(15, 341)
Me.massErrors2_ZedGraph.Name = "massErrors2_ZedGraph"
Me.massErrors2_ZedGraph.ScrollMaxX = 0
Me.massErrors2_ZedGraph.ScrollMaxY = 0
Me.massErrors2_ZedGraph.ScrollMaxY2 = 0
Me.massErrors2_ZedGraph.ScrollMinX = 0
Me.massErrors2_ZedGraph.ScrollMinY = 0
Me.massErrors2_ZedGraph.ScrollMinY2 = 0
Me.massErrors2_ZedGraph.Size = New System.Drawing.Size(922, 278)
Me.massErrors2_ZedGraph.TabIndex = 1
'
'txtBinSize
'
Me.txtBinSize.Enabled = False
Me.txtBinSize.Location = New System.Drawing.Point(707, 21)
Me.txtBinSize.Name = "txtBinSize"
Me.txtBinSize.Size = New System.Drawing.Size(48, 20)
Me.txtBinSize.TabIndex = 14
Me.txtBinSize.Text = "0.01"
'
'lblBinSize
'
Me.lblBinSize.Location = New System.Drawing.Point(632, 24)
Me.lblBinSize.Name = "lblBinSize"
Me.lblBinSize.Size = New System.Drawing.Size(70, 17)
Me.lblBinSize.TabIndex = 13
Me.lblBinSize.Text = "Bin size [Th]:"
'
'btnPeptideFilter
'
Me.btnPeptideFilter.Location = New System.Drawing.Point(805, 17)
Me.btnPeptideFilter.Name = "btnPeptideFilter"
Me.btnPeptideFilter.Size = New System.Drawing.Size(75, 23)
Me.btnPeptideFilter.TabIndex = 40
Me.btnPeptideFilter.Text = "Peptide filter"
'
'lblPeptideFilterSummary
'
Me.lblPeptideFilterSummary.AutoSize = True
Me.lblPeptideFilterSummary.Location = New System.Drawing.Point(897, 22)
Me.lblPeptideFilterSummary.Name = "lblPeptideFilterSummary"
Me.lblPeptideFilterSummary.Size = New System.Drawing.Size(19, 13)
Me.lblPeptideFilterSummary.TabIndex = 39
Me.lblPeptideFilterSummary.Text = "<>"
'
'lblPeptides
'
Me.lblPeptides.AutoSize = True
Me.lblPeptides.Font = New System.Drawing.Font("Lucida Console", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblPeptides.Location = New System.Drawing.Point(761, 18)
Me.lblPeptides.Name = "lblPeptides"
Me.lblPeptides.Size = New System.Drawing.Size(38, 24)
Me.lblPeptides.TabIndex = 41
Me.lblPeptides.Text = "<>"
Me.lblPeptides.Visible = False
'
'rbUnitPPM
'
Me.rbUnitPPM.AutoSize = True
Me.rbUnitPPM.Location = New System.Drawing.Point(96, 16)
Me.rbUnitPPM.Name = "rbUnitPPM"
Me.rbUnitPPM.Size = New System.Drawing.Size(45, 17)
Me.rbUnitPPM.TabIndex = 42
Me.rbUnitPPM.TabStop = True
Me.rbUnitPPM.Text = "ppm"
Me.rbUnitPPM.UseVisualStyleBackColor = True
'
'rbUnitDa
'
Me.rbUnitDa.AutoSize = True
Me.rbUnitDa.Location = New System.Drawing.Point(201, 16)
Me.rbUnitDa.Name = "rbUnitDa"
Me.rbUnitDa.Size = New System.Drawing.Size(39, 17)
Me.rbUnitDa.TabIndex = 43
Me.rbUnitDa.TabStop = True
Me.rbUnitDa.Text = "Da"
Me.rbUnitDa.UseVisualStyleBackColor = True
'
'rbUnitMilliDa
'
Me.rbUnitMilliDa.AutoSize = True
Me.rbUnitMilliDa.Location = New System.Drawing.Point(246, 16)
Me.rbUnitMilliDa.Name = "rbUnitMilliDa"
Me.rbUnitMilliDa.Size = New System.Drawing.Size(47, 17)
Me.rbUnitMilliDa.TabIndex = 44
Me.rbUnitMilliDa.TabStop = True
Me.rbUnitMilliDa.Text = "mDa"
Me.rbUnitMilliDa.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.rbUnitPPB)
Me.GroupBox1.Controls.Add(Me.rbUnitMilliTh)
Me.GroupBox1.Controls.Add(Me.rbUnitTh)
Me.GroupBox1.Controls.Add(Me.rbUnitMilliDa)
Me.GroupBox1.Controls.Add(Me.rbUnitPPM)
Me.GroupBox1.Controls.Add(Me.rbUnitDa)
Me.GroupBox1.Location = New System.Drawing.Point(322, 7)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(315, 39)
Me.GroupBox1.TabIndex = 45
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Mass error unit"
'
'rbUnitMilliTh
'
Me.rbUnitMilliTh.AutoSize = True
Me.rbUnitMilliTh.Location = New System.Drawing.Point(47, 16)
Me.rbUnitMilliTh.Name = "rbUnitMilliTh"
Me.rbUnitMilliTh.Size = New System.Drawing.Size(46, 17)
Me.rbUnitMilliTh.TabIndex = 46
Me.rbUnitMilliTh.TabStop = True
Me.rbUnitMilliTh.Text = "mTh"
Me.rbUnitMilliTh.UseVisualStyleBackColor = True
'
'rbUnitTh
'
Me.rbUnitTh.AutoSize = True
Me.rbUnitTh.Location = New System.Drawing.Point(6, 16)
Me.rbUnitTh.Name = "rbUnitTh"
Me.rbUnitTh.Size = New System.Drawing.Size(38, 17)
Me.rbUnitTh.TabIndex = 45
Me.rbUnitTh.TabStop = True
Me.rbUnitTh.Text = "Th"
Me.rbUnitTh.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.rbByRetT)
Me.GroupBox2.Controls.Add(Me.rbMedianErrorByMassWindow)
Me.GroupBox2.Controls.Add(Me.rbBinnedMassErrors)
Me.GroupBox2.Controls.Add(Me.rbByMCR)
Me.GroupBox2.Location = New System.Drawing.Point(15, 7)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(301, 39)
Me.GroupBox2.TabIndex = 46
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Mass errors"
'
'rbByRetT
'
Me.rbByRetT.AutoSize = True
Me.rbByRetT.Location = New System.Drawing.Point(233, 17)
Me.rbByRetT.Name = "rbByRetT"
Me.rbByRetT.Size = New System.Drawing.Size(59, 17)
Me.rbByRetT.TabIndex = 45
Me.rbByRetT.Text = "By retT"
Me.rbByRetT.UseVisualStyleBackColor = True
'
'rbMedianErrorByMassWindow
'
Me.rbMedianErrorByMassWindow.AutoSize = True
Me.rbMedianErrorByMassWindow.Location = New System.Drawing.Point(138, 17)
Me.rbMedianErrorByMassWindow.Name = "rbMedianErrorByMassWindow"
Me.rbMedianErrorByMassWindow.Size = New System.Drawing.Size(89, 17)
Me.rbMedianErrorByMassWindow.TabIndex = 44
Me.rbMedianErrorByMassWindow.Text = "Median errors"
Me.rbMedianErrorByMassWindow.UseVisualStyleBackColor = True
'
'rbBinnedMassErrors
'
Me.rbBinnedMassErrors.AutoSize = True
Me.rbBinnedMassErrors.Location = New System.Drawing.Point(75, 17)
Me.rbBinnedMassErrors.Name = "rbBinnedMassErrors"
Me.rbBinnedMassErrors.Size = New System.Drawing.Size(58, 17)
Me.rbBinnedMassErrors.TabIndex = 42
Me.rbBinnedMassErrors.Text = "Binned"
Me.rbBinnedMassErrors.UseVisualStyleBackColor = True
'
'rbByMCR
'
Me.rbByMCR.AutoSize = True
Me.rbByMCR.Location = New System.Drawing.Point(6, 17)
Me.rbByMCR.Name = "rbByMCR"
Me.rbByMCR.Size = New System.Drawing.Size(64, 17)
Me.rbByMCR.TabIndex = 43
Me.rbByMCR.Text = "By MCR"
Me.rbByMCR.UseVisualStyleBackColor = True
'
'rbUnitPPB
'
Me.rbUnitPPB.AutoSize = True
Me.rbUnitPPB.Location = New System.Drawing.Point(147, 16)
Me.rbUnitPPB.Name = "rbUnitPPB"
Me.rbUnitPPB.Size = New System.Drawing.Size(43, 17)
Me.rbUnitPPB.TabIndex = 47
Me.rbUnitPPB.TabStop = True
Me.rbUnitPPB.Text = "ppb"
Me.rbUnitPPB.UseVisualStyleBackColor = True
'
'frmRecalibrationVisualisation
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(952, 637)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.lblPeptides)
Me.Controls.Add(Me.btnPeptideFilter)
Me.Controls.Add(Me.lblPeptideFilterSummary)
Me.Controls.Add(Me.txtBinSize)
Me.Controls.Add(Me.lblBinSize)
Me.Controls.Add(Me.massErrors2_ZedGraph)
Me.Controls.Add(Me.massErrors_ZedGraph)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmRecalibrationVisualisation"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show
Me.Text = "xxx"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents massErrors_ZedGraph As ZedGraph.ZedGraphControl
Friend WithEvents massErrors2_ZedGraph As ZedGraph.ZedGraphControl
Friend WithEvents txtBinSize As System.Windows.Forms.TextBox
Friend WithEvents lblBinSize As System.Windows.Forms.Label
Friend WithEvents btnPeptideFilter As System.Windows.Forms.Button
Friend WithEvents lblPeptideFilterSummary As System.Windows.Forms.Label
Friend WithEvents lblPeptides As System.Windows.Forms.Label
Friend WithEvents rbUnitPPM As System.Windows.Forms.RadioButton
Friend WithEvents rbUnitDa As System.Windows.Forms.RadioButton
Friend WithEvents rbUnitMilliDa As System.Windows.Forms.RadioButton
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents rbBinnedMassErrors As System.Windows.Forms.RadioButton
Friend WithEvents rbByMCR As System.Windows.Forms.RadioButton
Friend WithEvents rbMedianErrorByMassWindow As System.Windows.Forms.RadioButton
Friend WithEvents rbUnitMilliTh As System.Windows.Forms.RadioButton
Friend WithEvents rbUnitTh As System.Windows.Forms.RadioButton
Friend WithEvents rbByRetT As System.Windows.Forms.RadioButton
Friend WithEvents rbUnitPPB As System.Windows.Forms.RadioButton
End Class
Generated by script codePublish.pl at 2008-09-23T11:59:18.