Source code for MSQuant: frmRetentionCorrSettings.Designer.vb, MSQuant/msquant/src/GUI/forms/frmRetentionCorrSettings.Designer.vb.

Table of contents page.

Home page for MSQuant.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRetentionCorrSettings
    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.btnCancel = New System.Windows.Forms.Button
        Me.btnOK = New System.Windows.Forms.Button
        Me.cbxRetentionTypeType = New System.Windows.Forms.ComboBox
        Me.xyz123 = New System.Windows.Forms.Label
        Me.Button1 = New System.Windows.Forms.Button
        Me.lblProteinSubsetText = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(265, 103)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(67, 24)
        Me.btnCancel.TabIndex = 13
        Me.btnCancel.Text = "&Cancel"
        '
        'btnOK
        '
        Me.btnOK.Location = New System.Drawing.Point(186, 104)
        Me.btnOK.Name = "btnOK"
        Me.btnOK.Size = New System.Drawing.Size(67, 24)
        Me.btnOK.TabIndex = 12
        Me.btnOK.Text = "&OK"
        '
        'cbxRetentionTypeType
        '
        Me.cbxRetentionTypeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbxRetentionTypeType.Items.AddRange(New Object() {"MS-MS event", "LC profile centroid", "LC profile centroid, fallback to MS-MS event"})
        Me.cbxRetentionTypeType.Location = New System.Drawing.Point(171, 36)
        Me.cbxRetentionTypeType.Name = "cbxRetentionTypeType"
        Me.cbxRetentionTypeType.Size = New System.Drawing.Size(160, 21)
        Me.cbxRetentionTypeType.TabIndex = 35
        '
        'xyz123
        '
        Me.xyz123.Location = New System.Drawing.Point(29, 39)
        Me.xyz123.Name = "xyz123"
        Me.xyz123.Size = New System.Drawing.Size(128, 16)
        Me.xyz123.TabIndex = 36
        Me.xyz123.Text = "Retention times source:"
        '
        'Button1
        '
        Me.Button1.Enabled = False
        Me.Button1.Location = New System.Drawing.Point(32, 68)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(96, 24)
        Me.Button1.TabIndex = 37
        Me.Button1.Text = "Peptide &filter"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'lblProteinSubsetText
        '
        Me.lblProteinSubsetText.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblProteinSubsetText.Location = New System.Drawing.Point(29, 9)
        Me.lblProteinSubsetText.Name = "lblProteinSubsetText"
        Me.lblProteinSubsetText.Size = New System.Drawing.Size(171, 18)
        Me.lblProteinSubsetText.TabIndex = 38
        Me.lblProteinSubsetText.Text = "xyz"
        '
        'frmRetentionCorrSettings
        '
        Me.AcceptButton = Me.btnOK
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnCancel
        Me.ClientSize = New System.Drawing.Size(361, 135)
        Me.Controls.Add(Me.lblProteinSubsetText)
        Me.Controls.Add(Me.Button1)
        Me.Controls.Add(Me.cbxRetentionTypeType)
        Me.Controls.Add(Me.xyz123)
        Me.Controls.Add(Me.btnCancel)
        Me.Controls.Add(Me.btnOK)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmRetentionCorrSettings"
        Me.Text = "Retention Time Correlation"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents cbxRetentionTypeType As System.Windows.Forms.ComboBox
    Friend WithEvents xyz123 As System.Windows.Forms.Label
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents lblProteinSubsetText As System.Windows.Forms.Label
End Class
    

    

Generated by script codePublish.pl at 2009-01-05T15:20:59.