Member Avatar for aabbccbryanmark_1

hi guys i just wanna ask why does my program gets an error after i tried changing the formborder to none, the error i get is about the 'Windows' and 'Drawings' not being a part of 'System.Windows.Form.TabPage', what might be the problem of this?

Recommended Answers

All 2 Replies

Can you show us the code?

Member Avatar for aabbccbryanmark_1
`

    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    Partial Class FrmMain
        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.components = New System.ComponentModel.Container()
            Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain))
            Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
            Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
            Me.ToolStripMaintenance = New System.Windows.Forms.ToolStripButton()
            Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
            Me.ToolStripTransaction = New System.Windows.Forms.ToolStripButton()
            Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
            Me.ToolStripReports = New System.Windows.Forms.ToolStripButton()
            Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
            Me.ToolStripUtilities = New System.Windows.Forms.ToolStripButton()
            Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
            Me.ToolStripHelp = New System.Windows.Forms.ToolStripButton()
            Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
            Me.ToolStripLogout = New System.Windows.Forms.ToolStripButton()
            Me.toolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
            Me.Panel5 = New System.Windows.Forms.Panel()
            Me.PictureBox1 = New System.Windows.Forms.PictureBox()
            Me.Label20 = New System.Windows.Forms.Label()
            Me.StatusStrip = New System.Windows.Forms.StatusStrip()
            Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
            Me.UserNameStatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
            Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel()
            Me.DateStatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
            Me.ToolStripStatusLabel5 = New System.Windows.Forms.ToolStripStatusLabel()
            Me.TimeStatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
            Me.TabMaintenance = New System.Windows.Forms.TabControl()
            Me.ProductMainteance = New System.Windows.Forms.TabPage()
            Me.SupplierMainteance = New System.Windows.Forms.TabPage()
            Me.UnitMaintenance = New System.Windows.Forms.TabPage()
            Me.CustomerMaintenance = New System.Windows.Forms.TabPage()
            Me.TabMaintenanceClose = New System.Windows.Forms.Button()
            Me.TabTransaction = New System.Windows.Forms.TabControl()
            Me.Sales = New System.Windows.Forms.TabPage()
            Me.PurchaseOrder = New System.Windows.Forms.TabPage()
            Me.IncomingProducts = New System.Windows.Forms.TabPage()
            Me.StockAdjustments = New System.Windows.Forms.TabPage()
            Me.PhysicalCounting = New System.Windows.Forms.TabPage()
            Me.Counting = New System.Windows.Forms.TabPage()
            Me.TabReport = New System.Windows.Forms.TabControl()
            Me.InventoryReport = New System.Windows.Forms.TabPage()
            Me.SalesReport = New System.Windows.Forms.TabPage()
            Me.StockAdjustmentReport = New System.Windows.Forms.TabPage()
            Me.PhyscalCountingReport = New System.Windows.Forms.TabPage()
            Me.MasterList = New System.Windows.Forms.TabPage()
            Me.POList = New System.Windows.Forms.TabPage()
            Me.TabTransactionClose = New System.Windows.Forms.Button()
            Me.TabReportClose = New System.Windows.Forms.Button()
            Me.TabUtilities = New System.Windows.Forms.TabControl()
            Me.Backup = New System.Windows.Forms.TabPage()
            Me.Restore = New System.Windows.Forms.TabPage()
            Me.AuditTrail = New System.Windows.Forms.TabPage()
            Me.TabUtilitiesClose = New System.Windows.Forms.Button()
            Me.TabHelp = New System.Windows.Forms.TabControl()
            Me.System = New System.Windows.Forms.TabPage()
            Me.Developer = New System.Windows.Forms.TabPage()
            Me.Manual = New System.Windows.Forms.TabPage()
            Me.TabHelpClose = New System.Windows.Forms.Button()
            Me.Label1 = New System.Windows.Forms.Label()
            Me.Label2 = New System.Windows.Forms.Label()
            Me.Label3 = New System.Windows.Forms.Label()
            Me.ToolStrip1.SuspendLayout()
            Me.Panel5.SuspendLayout()
            CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
            Me.StatusStrip.SuspendLayout()
            Me.TabMaintenance.SuspendLayout()
            Me.TabTransaction.SuspendLayout()
            Me.TabReport.SuspendLayout()
            Me.TabUtilities.SuspendLayout()
            Me.TabHelp.SuspendLayout()
            Me.System.SuspendLayout()
            Me.SuspendLayout()
            '
            'Timer1
            '
            Me.Timer1.Enabled = True
            Me.Timer1.Interval = 1000
            '
            'ToolStrip1
            '
            Me.ToolStrip1.Dock = 
# System.Windows #
.Forms.DockStyle.Left
            Me.ToolStrip1.GripStyle = 
# System.Windows #
.Forms.ToolStripGripStyle.Hidden
            Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(50, 50)
            Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMaintenance, Me.ToolStripSeparator4, Me.ToolStripTransaction, Me.ToolStripSeparator6, Me.ToolStripReports, Me.ToolStripSeparator2, Me.ToolStripUtilities, Me.ToolStripSeparator3, Me.ToolStripHelp, Me.ToolStripSeparator5, Me.ToolStripLogout, Me.toolStripSeparator1})
            Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
            Me.ToolStrip1.MaximumSize = New System.Drawing.Size(93, 488)
            Me.ToolStrip1.MinimumSize = New System.Drawing.Size(93, 488)
            Me.ToolStrip1.Name = "ToolStrip1"
            Me.ToolStrip1.RenderMode = 
# System.Windows #
.Forms.ToolStripRenderMode.Professional
            Me.ToolStrip1.Size = New System.Drawing.Size(93, 488)
            Me.ToolStrip1.TabIndex = 20
            Me.ToolStrip1.Text = "ToolStrip1"
            '
            'ToolStripMaintenance
            '
            Me.ToolStripMaintenance.Font = New System.Drawing.Font("Bookman Old Style", 9.0!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripMaintenance.Image = CType(resources.GetObject("ToolStripMaintenance.Image"), System.Drawing.Image)
            Me.ToolStripMaintenance.ImageAlign = 
# System.Drawing #
.ContentAlignment.TopCenter
            Me.ToolStripMaintenance.Name = "ToolStripMaintenance"
            Me.ToolStripMaintenance.Size = New System.Drawing.Size(90, 70)
            Me.ToolStripMaintenance.Text = "&Maintenance"
            Me.ToolStripMaintenance.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'ToolStripSeparator4
            '
            Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
            Me.ToolStripSeparator4.Size = New System.Drawing.Size(90, 6)
            '
            'ToolStripTransaction
            '
            Me.ToolStripTransaction.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripTransaction.Image = CType(resources.GetObject("ToolStripTransaction.Image"), System.Drawing.Image)
            Me.ToolStripTransaction.Name = "ToolStripTransaction"
            Me.ToolStripTransaction.Size = New System.Drawing.Size(90, 72)
            Me.ToolStripTransaction.Text = "&Transaction"
            Me.ToolStripTransaction.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'ToolStripSeparator6
            '
            Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
            Me.ToolStripSeparator6.Size = New System.Drawing.Size(90, 6)
            '
            'ToolStripReports
            '
            Me.ToolStripReports.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripReports.Image = CType(resources.GetObject("ToolStripReports.Image"), System.Drawing.Image)
            Me.ToolStripReports.Name = "ToolStripReports"
            Me.ToolStripReports.Size = New System.Drawing.Size(90, 72)
            Me.ToolStripReports.Text = "&Reports"
            Me.ToolStripReports.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'ToolStripSeparator2
            '
            Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
            Me.ToolStripSeparator2.Size = New System.Drawing.Size(90, 6)
            '
            'ToolStripUtilities
            '
            Me.ToolStripUtilities.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripUtilities.Image = CType(resources.GetObject("ToolStripUtilities.Image"), System.Drawing.Image)
            Me.ToolStripUtilities.Name = "ToolStripUtilities"
            Me.ToolStripUtilities.Size = New System.Drawing.Size(90, 72)
            Me.ToolStripUtilities.Text = "&Utilities"
            Me.ToolStripUtilities.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'ToolStripSeparator3
            '
            Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
            Me.ToolStripSeparator3.Size = New System.Drawing.Size(90, 6)
            '
            'ToolStripHelp
            '
            Me.ToolStripHelp.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripHelp.Image = CType(resources.GetObject("ToolStripHelp.Image"), System.Drawing.Image)
            Me.ToolStripHelp.Name = "ToolStripHelp"
            Me.ToolStripHelp.Size = New System.Drawing.Size(90, 72)
            Me.ToolStripHelp.Text = "&Help"
            Me.ToolStripHelp.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'ToolStripSeparator5
            '
            Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
            Me.ToolStripSeparator5.Size = New System.Drawing.Size(90, 6)
            '
            'ToolStripLogout
            '
            Me.ToolStripLogout.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripLogout.Image = CType(resources.GetObject("ToolStripLogout.Image"), System.Drawing.Image)
            Me.ToolStripLogout.Name = "ToolStripLogout"
            Me.ToolStripLogout.Size = New System.Drawing.Size(90, 72)
            Me.ToolStripLogout.Text = "&Logout"
            Me.ToolStripLogout.TextAlign = 
# System.Drawing #
.ContentAlignment.BottomCenter
            Me.ToolStripLogout.TextImageRelation = 
# System.Windows #
.Forms.TextImageRelation.ImageAboveText
            '
            'toolStripSeparator1
            '
            Me.toolStripSeparator1.Name = "toolStripSeparator1"
            Me.toolStripSeparator1.Size = New System.Drawing.Size(90, 6)
            '
            'Panel5
            '
            Me.Panel5.BackColor = 
# System.Drawing #
.Color.White
            Me.Panel5.Controls.Add(Me.PictureBox1)
            Me.Panel5.Controls.Add(Me.Label20)
            Me.Panel5.Location = New System.Drawing.Point(2, -1)
            Me.Panel5.Name = "Panel5"
            Me.Panel5.Size = New System.Drawing.Size(954, 50)
            Me.Panel5.TabIndex = 19
            '
            'PictureBox1
            '
            Me.PictureBox1.Cursor = 
# System.Windows #
.Forms.Cursors.Hand
            Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
            Me.PictureBox1.Location = New System.Drawing.Point(927, -1)
            Me.PictureBox1.Name = "PictureBox1"
            Me.PictureBox1.Size = New System.Drawing.Size(28, 25)
            Me.PictureBox1.SizeMode = 
# System.Windows #
.Forms.PictureBoxSizeMode.StretchImage
            Me.PictureBox1.TabIndex = 23
            Me.PictureBox1.TabStop = False
            '
            'Label20
            '
            Me.Label20.AutoSize = True
            Me.Label20.Font = New System.Drawing.Font("Papyrus", 18.0!, CType((
# System.Drawing #
.FontStyle.Bold Or 
# System.Drawing #
.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.Label20.ForeColor = 
# System.Drawing #
.Color.Black
            Me.Label20.Location = New System.Drawing.Point(393, 10)
            Me.Label20.Name = "Label20"
            Me.Label20.Size = New System.Drawing.Size(527, 38)
            Me.Label20.TabIndex = 0
            Me.Label20.Text = "Hi-One Construction and Hardware Supply"
            '
            'StatusStrip
            '
            Me.StatusStrip.ImageScalingSize = New System.Drawing.Size(25, 25)
            Me.StatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.UserNameStatusLabel, Me.ToolStripStatusLabel3, Me.DateStatusLabel, Me.ToolStripStatusLabel5, Me.TimeStatusLabel})
            Me.StatusStrip.Location = New System.Drawing.Point(0, 486)
            Me.StatusStrip.Name = "StatusStrip"
            Me.StatusStrip.Size = New System.Drawing.Size(956, 30)
            Me.StatusStrip.TabIndex = 18
            Me.StatusStrip.Text = "StatusStrip"
            '
            'ToolStripStatusLabel1
            '
            Me.ToolStripStatusLabel1.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.ToolStripStatusLabel1.Font = New System.Drawing.Font("Tahoma", 8.25!, 
# System.Drawing #
.FontStyle.Bold, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripStatusLabel1.Image = CType(resources.GetObject("ToolStripStatusLabel1.Image"), System.Drawing.Image)
            Me.ToolStripStatusLabel1.ImageAlign = 
# System.Drawing #
.ContentAlignment.MiddleLeft
            Me.ToolStripStatusLabel1.Margin = New System.Windows.Forms.Padding(7, 3, 0, 2)
            Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
            Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(90, 25)
            Me.ToolStripStatusLabel1.Text = "Username"
            '
            'UserNameStatusLabel
            '
            Me.UserNameStatusLabel.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.UserNameStatusLabel.Font = New System.Drawing.Font("Calibri", 11.25!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.UserNameStatusLabel.Margin = New System.Windows.Forms.Padding(0, 3, 7, 2)
            Me.UserNameStatusLabel.Name = "UserNameStatusLabel"
            Me.UserNameStatusLabel.Size = New System.Drawing.Size(0, 25)
            '
            'ToolStripStatusLabel3
            '
            Me.ToolStripStatusLabel3.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.ToolStripStatusLabel3.Font = New System.Drawing.Font("Tahoma", 8.25!, 
# System.Drawing #
.FontStyle.Bold, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripStatusLabel3.Image = CType(resources.GetObject("ToolStripStatusLabel3.Image"), System.Drawing.Image)
            Me.ToolStripStatusLabel3.ImageAlign = 
# System.Drawing #
.ContentAlignment.MiddleLeft
            Me.ToolStripStatusLabel3.Margin = New System.Windows.Forms.Padding(8, 3, 0, 2)
            Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
            Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(59, 25)
            Me.ToolStripStatusLabel3.Text = "Date"
            '
            'DateStatusLabel
            '
            Me.DateStatusLabel.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.DateStatusLabel.Font = New System.Drawing.Font("Calibri", 11.25!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.DateStatusLabel.Margin = New System.Windows.Forms.Padding(0, 3, 7, 2)
            Me.DateStatusLabel.Name = "DateStatusLabel"
            Me.DateStatusLabel.Size = New System.Drawing.Size(0, 25)
            '
            'ToolStripStatusLabel5
            '
            Me.ToolStripStatusLabel5.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.ToolStripStatusLabel5.Font = New System.Drawing.Font("Tahoma", 8.25!, 
# System.Drawing #
.FontStyle.Bold, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.ToolStripStatusLabel5.Image = CType(resources.GetObject("ToolStripStatusLabel5.Image"), System.Drawing.Image)
            Me.ToolStripStatusLabel5.ImageAlign = 
# System.Drawing #
.ContentAlignment.MiddleLeft
            Me.ToolStripStatusLabel5.Margin = New System.Windows.Forms.Padding(8, 3, 0, 2)
            Me.ToolStripStatusLabel5.Name = "ToolStripStatusLabel5"
            Me.ToolStripStatusLabel5.Size = New System.Drawing.Size(60, 25)
            Me.ToolStripStatusLabel5.Text = "Time"
            '
            'TimeStatusLabel
            '
            Me.TimeStatusLabel.BackColor = 
# System.Drawing #
.SystemColors.Control
            Me.TimeStatusLabel.Font = New System.Drawing.Font("Calibri", 11.25!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.TimeStatusLabel.Margin = New System.Windows.Forms.Padding(0, 3, 3, 2)
            Me.TimeStatusLabel.Name = "TimeStatusLabel"
            Me.TimeStatusLabel.Size = New System.Drawing.Size(0, 25)
            '
            'TabMaintenance
            '
            Me.TabMaintenance.Controls.Add(Me.ProductMainteance)
            Me.TabMaintenance.Controls.Add(Me.SupplierMainteance)
            Me.TabMaintenance.Controls.Add(Me.UnitMaintenance)
            Me.TabMaintenance.Controls.Add(Me.CustomerMaintenance)
            Me.TabMaintenance.Location = New System.Drawing.Point(108, 55)
            Me.TabMaintenance.Name = "TabMaintenance"
            Me.TabMaintenance.SelectedIndex = 0
            Me.TabMaintenance.Size = New System.Drawing.Size(836, 405)
            Me.TabMaintenance.TabIndex = 21
            Me.TabMaintenance.Visible = False
            '
            'ProductMainteance
            '
            Me.ProductMainteance.Location = New System.Drawing.Point(4, 27)
            Me.ProductMainteance.Name = "ProductMainteance"
            Me.ProductMainteance.Padding = New System.Windows.Forms.Padding(3)
            Me.ProductMainteance.Size = New System.Drawing.Size(828, 374)
            Me.ProductMainteance.TabIndex = 0
            Me.ProductMainteance.Text = "Product Mainteance"
            Me.ProductMainteance.UseVisualStyleBackColor = True
            '
            'SupplierMainteance
            '
            Me.SupplierMainteance.Location = New System.Drawing.Point(4, 22)
            Me.SupplierMainteance.Name = "SupplierMainteance"
            Me.SupplierMainteance.Padding = New System.Windows.Forms.Padding(3)
            Me.SupplierMainteance.Size = New System.Drawing.Size(828, 379)
            Me.SupplierMainteance.TabIndex = 1
            Me.SupplierMainteance.Text = "Supplier Mainteance"
            Me.SupplierMainteance.UseVisualStyleBackColor = True
            '
            'UnitMaintenance
            '
            Me.UnitMaintenance.Location = New System.Drawing.Point(4, 22)
            Me.UnitMaintenance.Name = "UnitMaintenance"
            Me.UnitMaintenance.Size = New System.Drawing.Size(828, 379)
            Me.UnitMaintenance.TabIndex = 2
            Me.UnitMaintenance.Text = "Unit Maintenance"
            Me.UnitMaintenance.UseVisualStyleBackColor = True
            '
            'CustomerMaintenance
            '
            Me.CustomerMaintenance.Location = New System.Drawing.Point(4, 22)
            Me.CustomerMaintenance.Name = "CustomerMaintenance"
            Me.CustomerMaintenance.Size = New System.Drawing.Size(828, 379)
            Me.CustomerMaintenance.TabIndex = 3
            Me.CustomerMaintenance.Text = "Customer Maintenance"
            Me.CustomerMaintenance.UseVisualStyleBackColor = True
            '
            'TabMaintenanceClose
            '
            Me.TabMaintenanceClose.Location = New System.Drawing.Point(869, 462)
            Me.TabMaintenanceClose.Name = "TabMaintenanceClose"
            Me.TabMaintenanceClose.Size = New System.Drawing.Size(75, 23)
            Me.TabMaintenanceClose.TabIndex = 22
            Me.TabMaintenanceClose.Text = "Close"
            Me.TabMaintenanceClose.UseVisualStyleBackColor = True
            Me.TabMaintenanceClose.Visible = False
            '
            'TabTransaction
            '
            Me.TabTransaction.Controls.Add(Me.Sales)
            Me.TabTransaction.Controls.Add(Me.PurchaseOrder)
            Me.TabTransaction.Controls.Add(Me.IncomingProducts)
            Me.TabTransaction.Controls.Add(Me.StockAdjustments)
            Me.TabTransaction.Controls.Add(Me.PhysicalCounting)
            Me.TabTransaction.Controls.Add(Me.Counting)
            Me.TabTransaction.Location = New System.Drawing.Point(108, 55)
            Me.TabTransaction.Name = "TabTransaction"
            Me.TabTransaction.SelectedIndex = 0
            Me.TabTransaction.Size = New System.Drawing.Size(836, 405)
            Me.TabTransaction.TabIndex = 0
            Me.TabTransaction.Visible = False
            '
            'Sales
            '
            Me.Sales.Location = New System.Drawing.Point(4, 27)
            Me.Sales.Name = "Sales"
            Me.Sales.Padding = New System.Windows.Forms.Padding(3)
            Me.Sales.Size = New System.Drawing.Size(828, 374)
            Me.Sales.TabIndex = 0
            Me.Sales.Text = "Sales"
            Me.Sales.UseVisualStyleBackColor = True
            '
            'PurchaseOrder
            '
            Me.PurchaseOrder.Location = New System.Drawing.Point(4, 22)
            Me.PurchaseOrder.Name = "PurchaseOrder"
            Me.PurchaseOrder.Padding = New System.Windows.Forms.Padding(3)
            Me.PurchaseOrder.Size = New System.Drawing.Size(828, 379)
            Me.PurchaseOrder.TabIndex = 1
            Me.PurchaseOrder.Text = "Purchase Order"
            Me.PurchaseOrder.UseVisualStyleBackColor = True
            '
            'IncomingProducts
            '
            Me.IncomingProducts.Location = New System.Drawing.Point(4, 22)
            Me.IncomingProducts.Name = "IncomingProducts"
            Me.IncomingProducts.Size = New System.Drawing.Size(828, 379)
            Me.IncomingProducts.TabIndex = 2
            Me.IncomingProducts.Text = "Incoming Products"
            Me.IncomingProducts.UseVisualStyleBackColor = True
            '
            'StockAdjustments
            '
            Me.StockAdjustments.Location = New System.Drawing.Point(4, 22)
            Me.StockAdjustments.Name = "StockAdjustments"
            Me.StockAdjustments.Size = New System.Drawing.Size(828, 379)
            Me.StockAdjustments.TabIndex = 3
            Me.StockAdjustments.Text = "Stock Adjustments"
            Me.StockAdjustments.UseVisualStyleBackColor = True
            '
            'PhysicalCounting
            '
            Me.PhysicalCounting.Location = New System.Drawing.Point(4, 22)
            Me.PhysicalCounting.Name = "PhysicalCounting"
            Me.PhysicalCounting.Size = New System.Drawing.Size(828, 379)
            Me.PhysicalCounting.TabIndex = 4
            Me.PhysicalCounting.Text = "Physical Counting"
            Me.PhysicalCounting.UseVisualStyleBackColor = True
            '
            'Counting
            '
            Me.Counting.Location = New System.Drawing.Point(4, 22)
            Me.Counting.Name = "Counting"
            Me.Counting.Size = New System.Drawing.Size(828, 379)
            Me.Counting.TabIndex = 5
            Me.Counting.Text = "Counting"
            Me.Counting.UseVisualStyleBackColor = True
            '
            'TabReport
            '
            Me.TabReport.Controls.Add(Me.InventoryReport)
            Me.TabReport.Controls.Add(Me.SalesReport)
            Me.TabReport.Controls.Add(Me.StockAdjustmentReport)
            Me.TabReport.Controls.Add(Me.PhyscalCountingReport)
            Me.TabReport.Controls.Add(Me.MasterList)
            Me.TabReport.Controls.Add(Me.POList)
            Me.TabReport.Location = New System.Drawing.Point(108, 55)
            Me.TabReport.Name = "TabReport"
            Me.TabReport.SelectedIndex = 0
            Me.TabReport.Size = New System.Drawing.Size(836, 405)
            Me.TabReport.TabIndex = 0
            Me.TabReport.Visible = False
            '
            'InventoryReport
            '
            Me.InventoryReport.Location = New System.Drawing.Point(4, 27)
            Me.InventoryReport.Name = "InventoryReport"
            Me.InventoryReport.Padding = New System.Windows.Forms.Padding(3)
            Me.InventoryReport.Size = New System.Drawing.Size(828, 374)
            Me.InventoryReport.TabIndex = 0
            Me.InventoryReport.Text = "Inventory Report"
            Me.InventoryReport.UseVisualStyleBackColor = True
            '
            'SalesReport
            '
            Me.SalesReport.Location = New System.Drawing.Point(4, 22)
            Me.SalesReport.Name = "SalesReport"
            Me.SalesReport.Padding = New System.Windows.Forms.Padding(3)
            Me.SalesReport.Size = New System.Drawing.Size(828, 379)
            Me.SalesReport.TabIndex = 1
            Me.SalesReport.Text = "Sales Report"
            Me.SalesReport.UseVisualStyleBackColor = True
            '
            'StockAdjustmentReport
            '
            Me.StockAdjustmentReport.Location = New System.Drawing.Point(4, 22)
            Me.StockAdjustmentReport.Name = "StockAdjustmentReport"
            Me.StockAdjustmentReport.Size = New System.Drawing.Size(828, 379)
            Me.StockAdjustmentReport.TabIndex = 2
            Me.StockAdjustmentReport.Text = "Stock Adjustment Report"
            Me.StockAdjustmentReport.UseVisualStyleBackColor = True
            '
            'PhyscalCountingReport
            '
            Me.PhyscalCountingReport.Location = New System.Drawing.Point(4, 22)
            Me.PhyscalCountingReport.Name = "PhyscalCountingReport"
            Me.PhyscalCountingReport.Size = New System.Drawing.Size(828, 379)
            Me.PhyscalCountingReport.TabIndex = 3
            Me.PhyscalCountingReport.Text = "Physcal Counting Report"
            Me.PhyscalCountingReport.UseVisualStyleBackColor = True
            '
            'MasterList
            '
            Me.MasterList.Location = New System.Drawing.Point(4, 22)
            Me.MasterList.Name = "MasterList"
            Me.MasterList.Size = New System.Drawing.Size(828, 379)
            Me.MasterList.TabIndex = 4
            Me.MasterList.Text = "Master List"
            Me.MasterList.UseVisualStyleBackColor = True
            '
            'POList
            '
            Me.POList.Location = New System.Drawing.Point(4, 22)
            Me.POList.Name = "POList"
            Me.POList.Size = New System.Drawing.Size(828, 379)
            Me.POList.TabIndex = 5
            Me.POList.Text = "P.O. List"
            Me.POList.UseVisualStyleBackColor = True
            '
            'TabTransactionClose
            '
            Me.TabTransactionClose.Location = New System.Drawing.Point(869, 462)
            Me.TabTransactionClose.Name = "TabTransactionClose"
            Me.TabTransactionClose.Size = New System.Drawing.Size(75, 23)
            Me.TabTransactionClose.TabIndex = 23
            Me.TabTransactionClose.Text = "Close"
            Me.TabTransactionClose.UseVisualStyleBackColor = True
            Me.TabTransactionClose.Visible = False
            '
            'TabReportClose
            '
            Me.TabReportClose.Location = New System.Drawing.Point(869, 462)
            Me.TabReportClose.Name = "TabReportClose"
            Me.TabReportClose.Size = New System.Drawing.Size(75, 23)
            Me.TabReportClose.TabIndex = 24
            Me.TabReportClose.Text = "Close"
            Me.TabReportClose.UseVisualStyleBackColor = True
            Me.TabReportClose.Visible = False
            '
            'TabUtilities
            '
            Me.TabUtilities.Controls.Add(Me.Backup)
            Me.TabUtilities.Controls.Add(Me.Restore)
            Me.TabUtilities.Controls.Add(Me.AuditTrail)
            Me.TabUtilities.Location = New System.Drawing.Point(108, 55)
            Me.TabUtilities.Name = "TabUtilities"
            Me.TabUtilities.SelectedIndex = 0
            Me.TabUtilities.Size = New System.Drawing.Size(836, 405)
            Me.TabUtilities.TabIndex = 0
            Me.TabUtilities.Visible = False
            '
            'Backup
            '
            Me.Backup.Location = New System.Drawing.Point(4, 27)
            Me.Backup.Name = "Backup"
            Me.Backup.Padding = New System.Windows.Forms.Padding(3)
            Me.Backup.Size = New System.Drawing.Size(828, 374)
            Me.Backup.TabIndex = 0
            Me.Backup.Text = "Backup Database"
            Me.Backup.UseVisualStyleBackColor = True
            '
            'Restore
            '
            Me.Restore.Location = New System.Drawing.Point(4, 22)
            Me.Restore.Name = "Restore"
            Me.Restore.Padding = New System.Windows.Forms.Padding(3)
            Me.Restore.Size = New System.Drawing.Size(828, 379)
            Me.Restore.TabIndex = 1
            Me.Restore.Text = "Restore Database"
            Me.Restore.UseVisualStyleBackColor = True
            '
            'AuditTrail
            '
            Me.AuditTrail.Location = New System.Drawing.Point(4, 22)
            Me.AuditTrail.Name = "AuditTrail"
            Me.AuditTrail.Size = New System.Drawing.Size(828, 379)
            Me.AuditTrail.TabIndex = 2
            Me.AuditTrail.Text = "Audit Trail"
            Me.AuditTrail.UseVisualStyleBackColor = True
            '
            'TabUtilitiesClose
            '
            Me.TabUtilitiesClose.Location = New System.Drawing.Point(869, 462)
            Me.TabUtilitiesClose.Name = "TabUtilitiesClose"
            Me.TabUtilitiesClose.Size = New System.Drawing.Size(75, 23)
            Me.TabUtilitiesClose.TabIndex = 24
            Me.TabUtilitiesClose.Text = "Close"
            Me.TabUtilitiesClose.UseVisualStyleBackColor = True
            Me.TabUtilitiesClose.Visible = False
            '
            'TabHelp
            '
            Me.TabHelp.Controls.Add(Me.System)
            Me.TabHelp.Controls.Add(Me.Developer)
            Me.TabHelp.Controls.Add(Me.Manual)
            Me.TabHelp.Location = New System.Drawing.Point(108, 55)
            Me.TabHelp.Name = "TabHelp"
            Me.TabHelp.SelectedIndex = 0
            Me.TabHelp.Size = New System.Drawing.Size(836, 405)
            Me.TabHelp.TabIndex = 0
            Me.TabHelp.Visible = False
            '
            'System
            '
            Me.System.Controls.Add(Me.Label3)
            Me.System.Controls.Add(Me.Label2)
            Me.System.Controls.Add(Me.Label1)
            Me.System.Location = New System.Drawing.Point(4, 27)
            Me.System.Name = "System"
            Me.System.Padding = New System.Windows.Forms.Padding(3)
            Me.System.Size = New System.Drawing.Size(828, 374)
            Me.System.TabIndex = 0
            Me.System.Text = "About the System"
            Me.System.UseVisualStyleBackColor = True
            '
            'Developer
            '
            Me.Developer.Location = New System.Drawing.Point(4, 22)
            Me.Developer.Name = "Developer"
            Me.Developer.Padding = New System.Windows.Forms.Padding(3)
            Me.Developer.Size = New System.Drawing.Size(828, 379)
            Me.Developer.TabIndex = 1
            Me.Developer.Text = "About the Developer"
            Me.Developer.UseVisualStyleBackColor = True
            '
            'Manual
            '
            Me.Manual.Location = New System.Drawing.Point(4, 22)
            Me.Manual.Name = "Manual"
            Me.Manual.Size = New System.Drawing.Size(828, 379)
            Me.Manual.TabIndex = 2
            Me.Manual.Text = "User's Manual"
            Me.Manual.UseVisualStyleBackColor = True
            '
            'TabHelpClose
            '
            Me.TabHelpClose.Location = New System.Drawing.Point(869, 462)
            Me.TabHelpClose.Name = "TabHelpClose"
            Me.TabHelpClose.Size = New System.Drawing.Size(75, 23)
            Me.TabHelpClose.TabIndex = 25
            Me.TabHelpClose.Text = "Close"
            Me.TabHelpClose.UseVisualStyleBackColor = True
            Me.TabHelpClose.Visible = False
            '
            'Label1
            '
            Me.Label1.Location = New System.Drawing.Point(3, 56)
            Me.Label1.Name = "Label1"
            Me.Label1.Size = New System.Drawing.Size(822, 94)
            Me.Label1.TabIndex = 0
            Me.Label1.Text = resources.GetString("Label1.Text")
            '
            'Label2
            '
            Me.Label2.Location = New System.Drawing.Point(3, 164)
            Me.Label2.Name = "Label2"
            Me.Label2.Size = New System.Drawing.Size(822, 96)
            Me.Label2.TabIndex = 1
            Me.Label2.Text = resources.GetString("Label2.Text")
            '
            'Label3
            '
            Me.Label3.Location = New System.Drawing.Point(3, 272)
            Me.Label3.Name = "Label3"
            Me.Label3.Size = New System.Drawing.Size(822, 48)
            Me.Label3.TabIndex = 2
            Me.Label3.Text = resources.GetString("Label3.Text")
            '
            'FrmMain
            '
            Me.BackColor = 
# System.Drawing #
.Color.CadetBlue
            Me.ClientSize = New System.Drawing.Size(956, 516)
            Me.Controls.Add(Me.TabHelpClose)
            Me.Controls.Add(Me.TabHelp)
            Me.Controls.Add(Me.TabUtilities)
            Me.Controls.Add(Me.TabReport)
            Me.Controls.Add(Me.TabUtilitiesClose)
            Me.Controls.Add(Me.TabReportClose)
            Me.Controls.Add(Me.TabTransactionClose)
            Me.Controls.Add(Me.TabTransaction)
            Me.Controls.Add(Me.TabMaintenanceClose)
            Me.Controls.Add(Me.TabMaintenance)
            Me.Controls.Add(Me.ToolStrip1)
            Me.Controls.Add(Me.Panel5)
            Me.Controls.Add(Me.StatusStrip)
            Me.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, 
# System.Drawing #
.FontStyle.Regular, 
# System.Drawing #
.GraphicsUnit.Point, CType(0, Byte))
            Me.FormBorderStyle = 
# System.Windows #
.Forms.FormBorderStyle.None
            Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
            Me.Margin = New System.Windows.Forms.Padding(4)
            Me.Name = "FrmMain"
            Me.StartPosition = 
# System.Windows #
.Forms.FormStartPosition.CenterScreen
            Me.Text = "Form Main"
            Me.ToolStrip1.ResumeLayout(False)
            Me.ToolStrip1.PerformLayout()
            Me.Panel5.ResumeLayout(False)
            Me.Panel5.PerformLayout()
            CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
            Me.StatusStrip.ResumeLayout(False)
            Me.StatusStrip.PerformLayout()
            Me.TabMaintenance.ResumeLayout(False)
            Me.TabTransaction.ResumeLayout(False)
            Me.TabReport.ResumeLayout(False)
            Me.TabUtilities.ResumeLayout(False)
            Me.TabHelp.ResumeLayout(False)
            Me.System.ResumeLayout(False)
            Me.ResumeLayout(False)
            Me.PerformLayout()

        End Sub
        Friend WithEvents Timer1 As System.Windows.Forms.Timer
        Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
        Friend WithEvents ToolStripMaintenance As System.Windows.Forms.ToolStripButton
        Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents ToolStripReports As System.Windows.Forms.ToolStripButton
        Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents ToolStripLogout As System.Windows.Forms.ToolStripButton
        Friend WithEvents toolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents Panel5 As System.Windows.Forms.Panel
        Friend WithEvents Label20 As System.Windows.Forms.Label
        Friend WithEvents StatusStrip As System.Windows.Forms.StatusStrip
        Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents UserNameStatusLabel As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents DateStatusLabel As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents ToolStripStatusLabel5 As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents TimeStatusLabel As System.Windows.Forms.ToolStripStatusLabel
        Friend WithEvents ToolStripTransaction As System.Windows.Forms.ToolStripButton
        Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents ToolStripUtilities As System.Windows.Forms.ToolStripButton
        Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
        Friend WithEvents ToolStripHelp As System.Windows.Forms.ToolStripButton
        Private WithEvents PictureBox1 As System.Windows.Forms.PictureBox
        Friend WithEvents TabMaintenance As System.Windows.Forms.TabControl
        Friend WithEvents ProductMainteance As System.Windows.Forms.TabPage
        Friend WithEvents SupplierMainteance As System.Windows.Forms.TabPage
        Friend WithEvents TabMaintenanceClose As System.Windows.Forms.Button
        Friend WithEvents UnitMaintenance As System.Windows.Forms.TabPage
        Friend WithEvents CustomerMaintenance As System.Windows.Forms.TabPage
        Friend WithEvents TabTransaction As System.Windows.Forms.TabControl
        Friend WithEvents Sales As System.Windows.Forms.TabPage
        Friend WithEvents PurchaseOrder As System.Windows.Forms.TabPage
        Friend WithEvents IncomingProducts As System.Windows.Forms.TabPage
        Friend WithEvents StockAdjustments As System.Windows.Forms.TabPage
        Friend WithEvents PhysicalCounting As System.Windows.Forms.TabPage
        Friend WithEvents Counting As System.Windows.Forms.TabPage
        Friend WithEvents TabTransactionClose As System.Windows.Forms.Button
        Friend WithEvents TabReport As System.Windows.Forms.TabControl
        Friend WithEvents InventoryReport As System.Windows.Forms.TabPage
        Friend WithEvents SalesReport As System.Windows.Forms.TabPage
        Friend WithEvents StockAdjustmentReport As System.Windows.Forms.TabPage
        Friend WithEvents PhyscalCountingReport As System.Windows.Forms.TabPage
        Friend WithEvents MasterList As System.Windows.Forms.TabPage
        Friend WithEvents POList As System.Windows.Forms.TabPage
        Friend WithEvents TabReportClose As System.Windows.Forms.Button
        Friend WithEvents TabUtilities As System.Windows.Forms.TabControl
        Friend WithEvents Backup As System.Windows.Forms.TabPage
        Friend WithEvents Restore As System.Windows.Forms.TabPage
        Friend WithEvents AuditTrail As System.Windows.Forms.TabPage
        Friend WithEvents TabUtilitiesClose As System.Windows.Forms.Button
        Friend WithEvents TabHelp As System.Windows.Forms.TabControl
        Friend WithEvents System As System.Windows.Forms.TabPage
        Friend WithEvents Developer As System.Windows.Forms.TabPage
        Friend WithEvents Manual As System.Windows.Forms.TabPage
        Friend WithEvents TabHelpClose As System.Windows.Forms.Button
        Friend WithEvents Label3 As System.Windows.Forms.Label
        Friend WithEvents Label2 As System.Windows.Forms.Label
        Friend WithEvents Label1 As System.Windows.Forms.Label
    End Class

here it is, i put some sharp(#) on the errors i received, those errors are enclosed with the sharp(#)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.