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

Table of contents page.

Home page for MSQuant.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmRecalibRealityCheck
    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.txtEndSlope = New System.Windows.Forms.TextBox
        Me.txtStartSlope = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.btnFtdefaults = New System.Windows.Forms.Button
        Me.txtStartDataPoints = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.txtEndDataPoints = New System.Windows.Forms.TextBox
        Me.btnOK = New System.Windows.Forms.Button
        Me.btnCancel = New System.Windows.Forms.Button
        Me.txtEndOffset = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.txtStartOffset = New System.Windows.Forms.TextBox
        Me.btnProgramDefaults = New System.Windows.Forms.Button
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'txtEndSlope
        '
        Me.txtEndSlope.Location = New System.Drawing.Point(239, 28)
        Me.txtEndSlope.Name = "txtEndSlope"
        Me.txtEndSlope.Size = New System.Drawing.Size(145, 20)
        Me.txtEndSlope.TabIndex = 11
        '
        'txtStartSlope
        '
        Me.txtStartSlope.Location = New System.Drawing.Point(104, 28)
        Me.txtStartSlope.Name = "txtStartSlope"
        Me.txtStartSlope.Size = New System.Drawing.Size(129, 20)
        Me.txtStartSlope.TabIndex = 10
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(18, 28)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(80, 20)
        Me.Label2.TabIndex = 9
        Me.Label2.Text = "Range:"
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.btnFtdefaults)
        Me.GroupBox1.Controls.Add(Me.txtEndSlope)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.txtStartSlope)
        Me.GroupBox1.Location = New System.Drawing.Point(15, 84)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(538, 119)
        Me.GroupBox1.TabIndex = 12
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Slope"
        '
        'btnFtdefaults
        '
        Me.btnFtdefaults.Location = New System.Drawing.Point(30, 72)
        Me.btnFtdefaults.Name = "btnFtdefaults"
        Me.btnFtdefaults.Size = New System.Drawing.Size(92, 29)
        Me.btnFtdefaults.TabIndex = 12
        Me.btnFtdefaults.Text = "Set &FT defaults"
        Me.btnFtdefaults.UseVisualStyleBackColor = True
        '
        'txtStartDataPoints
        '
        Me.txtStartDataPoints.Location = New System.Drawing.Point(132, 24)
        Me.txtStartDataPoints.Name = "txtStartDataPoints"
        Me.txtStartDataPoints.Size = New System.Drawing.Size(64, 20)
        Me.txtStartDataPoints.TabIndex = 14
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(12, 24)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(114, 20)
        Me.Label1.TabIndex = 13
        Me.Label1.Text = "Data points range:"
        '
        'txtEndDataPoints
        '
        Me.txtEndDataPoints.Location = New System.Drawing.Point(202, 24)
        Me.txtEndDataPoints.Name = "txtEndDataPoints"
        Me.txtEndDataPoints.Size = New System.Drawing.Size(73, 20)
        Me.txtEndDataPoints.TabIndex = 15
        '
        'btnOK
        '
        Me.btnOK.Location = New System.Drawing.Point(419, 349)
        Me.btnOK.Name = "btnOK"
        Me.btnOK.Size = New System.Drawing.Size(75, 23)
        Me.btnOK.TabIndex = 22
        Me.btnOK.Text = "&OK"
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(502, 349)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(75, 23)
        Me.btnCancel.TabIndex = 23
        Me.btnCancel.Text = "&Cancel"
        '
        'txtEndOffset
        '
        Me.txtEndOffset.Location = New System.Drawing.Point(249, 227)
        Me.txtEndOffset.Name = "txtEndOffset"
        Me.txtEndOffset.Size = New System.Drawing.Size(145, 20)
        Me.txtEndOffset.TabIndex = 26
        '
        'Label3
        '
        Me.Label3.Location = New System.Drawing.Point(28, 227)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(80, 20)
        Me.Label3.TabIndex = 24
        Me.Label3.Text = "Offset:"
        '
        'txtStartOffset
        '
        Me.txtStartOffset.Location = New System.Drawing.Point(114, 227)
        Me.txtStartOffset.Name = "txtStartOffset"
        Me.txtStartOffset.Size = New System.Drawing.Size(129, 20)
        Me.txtStartOffset.TabIndex = 25
        '
        'btnProgramDefaults
        '
        Me.btnProgramDefaults.Location = New System.Drawing.Point(249, 348)
        Me.btnProgramDefaults.Name = "btnProgramDefaults"
        Me.btnProgramDefaults.Size = New System.Drawing.Size(120, 24)
        Me.btnProgramDefaults.TabIndex = 31
        Me.btnProgramDefaults.Text = "Program &defaults"
        '
        'frmRecalibRealityCheck
        '
        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(590, 384)
        Me.Controls.Add(Me.btnProgramDefaults)
        Me.Controls.Add(Me.txtEndOffset)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.txtStartOffset)
        Me.Controls.Add(Me.btnOK)
        Me.Controls.Add(Me.btnCancel)
        Me.Controls.Add(Me.txtEndDataPoints)
        Me.Controls.Add(Me.txtStartDataPoints)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.GroupBox1)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmRecalibRealityCheck"
        Me.Text = "Recalibration Reality Check"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents txtEndSlope As System.Windows.Forms.TextBox
    Friend WithEvents txtStartSlope As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents txtStartDataPoints As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents txtEndDataPoints As System.Windows.Forms.TextBox
    Friend WithEvents btnFtdefaults As System.Windows.Forms.Button
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents txtEndOffset As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents txtStartOffset As System.Windows.Forms.TextBox
    Friend WithEvents btnProgramDefaults As System.Windows.Forms.Button
End Class
    

    

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