Public Class dataEntryCrl

    Inherits VIForm1.DataEntryScreen

 

#Region " Windows Form Designer generated code "

 

    Public Sub New()

        MyBase.New()

 

        'This call is required by the Windows Form Designer.

        InitializeComponent()

 

        'Add any initialization after the InitializeComponent() call

 

    End Sub

 

    'Form overrides dispose to clean up the component list.

    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

        If disposing Then

            If Not (components Is Nothing) Then

                components.Dispose()

            End If

        End If

        MyBase.Dispose(disposing)

    End Sub

    Friend WithEvents Label1 As System.Windows.Forms.Label

 

    '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.DebuggerNonUserCode()> Private Sub InitializeComponent()

        Me.Label1 = New System.Windows.Forms.Label

        Me.SuspendLayout()

        '

        'Label1

        '

        Me.Label1.AutoSize = True

        Me.Label1.Location = New System.Drawing.Point(278, 17)

        Me.Label1.Name = "Label1"

        Me.Label1.Size = New System.Drawing.Size(98, 14)

        Me.Label1.TabIndex = 26

        Me.Label1.Text = "Evergreen Traders"

        '

        'dataEntryCrl

        '

        Me.Controls.Add(Me.Label1)

        Me.Name = "dataEntryCrl"

        Me.Controls.SetChildIndex(Me.Label1, 0)

        Me.ResumeLayout(False)

        Me.PerformLayout()

 

    End Sub

 

#End Region

 

    Private Sub dataEntryCrl_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

        'Write you own code for initializing the variables

        ' You can also add funcitons to override the functions on the base class

        ' you can add additional functionality

    End Sub

End Class