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

Table of contents page.

Home page for MSQuant.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmFilesRelocation
    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.btnCancel = New System.Windows.Forms.Button
        Me.btnOK = New System.Windows.Forms.Button
        Me.txtMascotResultFile = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.txtSomeRawFile = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.btnBrowseMascotFile = New System.Windows.Forms.Button
        Me.btnBrowseRawFile = New System.Windows.Forms.Button
        Me.chkOnlyOneRawFile = New System.Windows.Forms.CheckBox
        Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
        Me.SuspendLayout()
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(647, 135)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(72, 24)
        Me.btnCancel.TabIndex = 7
        Me.btnCancel.Text = "&Cancel"
        '
        'btnOK
        '
        Me.btnOK.Location = New System.Drawing.Point(559, 135)
        Me.btnOK.Name = "btnOK"
        Me.btnOK.Size = New System.Drawing.Size(72, 24)
        Me.btnOK.TabIndex = 6
        Me.btnOK.Text = "&OK"
        '
        'txtMascotResultFile
        '
        Me.txtMascotResultFile.Location = New System.Drawing.Point(134, 29)
        Me.txtMascotResultFile.Name = "txtMascotResultFile"
        Me.txtMascotResultFile.Size = New System.Drawing.Size(507, 20)
        Me.txtMascotResultFile.TabIndex = 1
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(19, 29)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(109, 16)
        Me.Label1.TabIndex = 19
        Me.Label1.Text = "Mascot result file:"
        '
        'txtSomeRawFile
        '
        Me.txtSomeRawFile.Location = New System.Drawing.Point(134, 72)
        Me.txtSomeRawFile.Name = "txtSomeRawFile"
        Me.txtSomeRawFile.Size = New System.Drawing.Size(507, 20)
        Me.txtSomeRawFile.TabIndex = 3
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(19, 75)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(93, 16)
        Me.Label2.TabIndex = 21
        Me.Label2.Text = "Some raw file:"
        '
        'btnBrowseMascotFile
        '
        Me.btnBrowseMascotFile.Location = New System.Drawing.Point(647, 26)
        Me.btnBrowseMascotFile.Name = "btnBrowseMascotFile"
        Me.btnBrowseMascotFile.Size = New System.Drawing.Size(72, 24)
        Me.btnBrowseMascotFile.TabIndex = 2
        Me.btnBrowseMascotFile.Text = "Browse..."
        '
        'btnBrowseRawFile
        '
        Me.btnBrowseRawFile.Location = New System.Drawing.Point(647, 69)
        Me.btnBrowseRawFile.Name = "btnBrowseRawFile"
        Me.btnBrowseRawFile.Size = New System.Drawing.Size(72, 24)
        Me.btnBrowseRawFile.TabIndex = 4
        Me.btnBrowseRawFile.Text = "Browse..."
        '
        'chkOnlyOneRawFile
        '
        Me.chkOnlyOneRawFile.AutoSize = True
        Me.chkOnlyOneRawFile.Location = New System.Drawing.Point(134, 107)
        Me.chkOnlyOneRawFile.Name = "chkOnlyOneRawFile"
        Me.chkOnlyOneRawFile.Size = New System.Drawing.Size(104, 17)
        Me.chkOnlyOneRawFile.TabIndex = 5
        Me.chkOnlyOneRawFile.Text = "Only one raw file"
        Me.chkOnlyOneRawFile.UseVisualStyleBackColor = True
        '
        'OpenFileDialog1
        '
        Me.OpenFileDialog1.FileName = "OpenFileDialog1"
        '
        'frmFilesRelocation
        '
        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(735, 171)
        Me.Controls.Add(Me.chkOnlyOneRawFile)
        Me.Controls.Add(Me.btnBrowseRawFile)
        Me.Controls.Add(Me.btnBrowseMascotFile)
        Me.Controls.Add(Me.txtSomeRawFile)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.txtMascotResultFile)
        Me.Controls.Add(Me.Label1)
        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 = "frmFilesRelocation"
        Me.Text = "Locate Mascot result file and raw files"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents txtMascotResultFile As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents txtSomeRawFile As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents btnBrowseMascotFile As System.Windows.Forms.Button
    Friend WithEvents btnBrowseRawFile As System.Windows.Forms.Button
    Friend WithEvents chkOnlyOneRawFile As System.Windows.Forms.CheckBox
    Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
End Class
    

    

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