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

Table of contents page.

Home page for MSQuant.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRetrieveProteinsParameters
    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)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    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.btnOK = New System.Windows.Forms.Button
        Me.btnCancel = New System.Windows.Forms.Button
        Me.Label1 = New System.Windows.Forms.Label
        Me.txtSearchLogURL = New System.Windows.Forms.TextBox
        Me.btnPeptideFilter = New System.Windows.Forms.Button
        Me.lblPeptideFilterSummary = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'btnOK
        '
        Me.btnOK.Location = New System.Drawing.Point(480, 110)
        Me.btnOK.Name = "btnOK"
        Me.btnOK.Size = New System.Drawing.Size(75, 23)
        Me.btnOK.TabIndex = 24
        Me.btnOK.Text = "&OK"
        '
        'btnCancel
        '
        Me.btnCancel.Location = New System.Drawing.Point(563, 110)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(75, 23)
        Me.btnCancel.TabIndex = 25
        Me.btnCancel.Text = "&Cancel"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(9, 23)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(105, 13)
        Me.Label1.TabIndex = 26
        Me.Label1.Text = "Link from search log:"
        '
        'txtSearchLogURL
        '
        Me.txtSearchLogURL.Location = New System.Drawing.Point(129, 20)
        Me.txtSearchLogURL.Name = "txtSearchLogURL"
        Me.txtSearchLogURL.Size = New System.Drawing.Size(509, 20)
        Me.txtSearchLogURL.TabIndex = 27
        Me.txtSearchLogURL.Text = "http://mascot4.bmb.sdu.dk/mascot/cgi/master_results.pl?file=../data/20070716/F037" & _
            "366.dat"
        '
        'btnPeptideFilter
        '
        Me.btnPeptideFilter.Location = New System.Drawing.Point(12, 58)
        Me.btnPeptideFilter.Name = "btnPeptideFilter"
        Me.btnPeptideFilter.Size = New System.Drawing.Size(79, 23)
        Me.btnPeptideFilter.TabIndex = 28
        Me.btnPeptideFilter.Text = "Peptide &filter"
        '
        'lblPeptideFilterSummary
        '
        Me.lblPeptideFilterSummary.Location = New System.Drawing.Point(112, 58)
        Me.lblPeptideFilterSummary.Name = "lblPeptideFilterSummary"
        Me.lblPeptideFilterSummary.Size = New System.Drawing.Size(121, 41)
        Me.lblPeptideFilterSummary.TabIndex = 29
        Me.lblPeptideFilterSummary.Text = "<>"
        '
        'frmRetrieveProteinsParameters
        '
        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(650, 145)
        Me.Controls.Add(Me.lblPeptideFilterSummary)
        Me.Controls.Add(Me.btnPeptideFilter)
        Me.Controls.Add(Me.txtSearchLogURL)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.btnOK)
        Me.Controls.Add(Me.btnCancel)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmRetrieveProteinsParameters"
        Me.Text = "Parameters for Retrieving Proteins"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents txtSearchLogURL As System.Windows.Forms.TextBox
    Friend WithEvents btnPeptideFilter As System.Windows.Forms.Button
    Friend WithEvents lblPeptideFilterSummary As System.Windows.Forms.Label
End Class
    

    

Generated by script codePublish.pl at 2008-09-23T11:59:18.