Click here to Skip to main content
Click here to Skip to main content

Internal Supply Chain, Visibility via 200 plus 3D Chart Reports - Part II

By , 8 Oct 2009
 
InventorySys.zip
InventorySys
bin
Debug
Hasan.dll
Inv.mdb
ISCMS.vshost.exe
System.Windows.Forms.DataVisualization.Design.dll
System.Windows.Forms.DataVisualization.dll
Control
DataAccess
Invoice
Order
Dialog
Invoice
Control
ISCMS.csproj.user
ISCMS.suo
Jobs
Main
ChartDialog
DataSetNS
nodeDataset.xsc
nodeDataset.xss
nodeDataset.xsx
TreeNodeDS.xsc
TreeNodeDS.xss
TreeNodeDS.xsx
Manufacturing
Control
MasterFiles
Carrier
Control
Client
Control
Employee
Control
Goods
Control
Invoice
Control
obj
Debug
InventorySys.Control.ScheduleItem.resources
InventorySys.csproj.GenerateResource.Cache
InventorySys.Form1.resources
ISCMS.Control.About.resources
ISCMS.Control.ActivityBalloon.resources
ISCMS.Control.BarItem.resources
ISCMS.Control.GoodsBalloon.resources
ISCMS.Control.JobBalloon.resources
ISCMS.Control.JobStatusBalloon.resources
ISCMS.Control.RMInTransitBalloon.resources
ISCMS.Control.VacantBalloon.resources
ISCMS.csproj.GenerateResource.Cache
ISCMS.Dialog.Job.resources
ISCMS.Dialog.Rates.resources
ISCMS.Dialog.Transaction.resources
ISCMS.exe
ISCMS.Invoice.PurchaseInvoice.resources
ISCMS.Invoice.SalesInvoiceList.resources
ISCMS.Main.BaseVisibility.resources
ISCMS.Main.Login.resources
ISCMS.Main.NonListBase.resources
ISCMS.MainForm.resources
ISCMS.MainForm2.resources
ISCMS.Manufacturing.EventList.resources
ISCMS.Manufacturing.JobList.resources
ISCMS.Manufacturing.Material.resources
ISCMS.MasterFiles.Base.resources
ISCMS.MasterFiles.Carrier.resources
ISCMS.MasterFiles.Client.resources
ISCMS.MasterFiles.Goods.resources
ISCMS.MasterFiles.Invoice.resources
ISCMS.MasterFiles.Order.resources
ISCMS.MasterFiles.Supplier.resources
ISCMS.MasterFiles.Transporter.resources
ISCMS.Order.PurchaseOrderList.resources
ISCMS.Order.SalesOrderList.resources
ISCMS.pdb
ISCMS.Plant.Event.resources
ISCMS.Plant.Panoramic.resources
ISCMS.Plant.PurchaseOrderConversion.resources
ISCMS.Plant.SalesOrderConversion.resources
ISCMS.Procurement.EventList.resources
ISCMS.Properties.Resources.resources
ISCMS.Warehouse.EventList.resources
Refactor
ResolveAssemblyReference.cache
TempPE
Main.DataSet.nodeDataset.designer.cs.dll
Main.DataSet.TreeNodeDS.designer.cs.dll
Main.DataSetNS.nodeDataset.designer.cs.dll
Main.DataSetNS.TreeNodeDS.designer.cs.dll
Properties.Resources.Designer.cs.dll
Release
build.force
InventorySys.Control.ScheduleItem.resources
InventorySys.csproj.GenerateResource.Cache
InventorySys.Form1.resources
ISCMS.Control.About.resources
ISCMS.Control.ActivityBalloon.resources
ISCMS.Control.BarItem.resources
ISCMS.Control.GoodsBalloon.resources
ISCMS.Control.JobBalloon.resources
ISCMS.Control.JobStatusBalloon.resources
ISCMS.Control.RMInTransitBalloon.resources
ISCMS.Control.VacantBalloon.resources
ISCMS.csproj.GenerateResource.Cache
ISCMS.Dialog.Job.resources
ISCMS.Dialog.Rates.resources
ISCMS.Dialog.Transaction.resources
ISCMS.exe
ISCMS.MainForm.resources
ISCMS.pdb
ISCMS.Properties.Resources.resources
Refactor
ResolveAssemblyReference.cache
TempPE
Properties.Resources.Designer.cs.dll
List
Order
Control
Supplier
Control
Transporter
Control
Order
Control
Plant
Control
Procurement
Control
Properties
Settings.settings
RawMaterial
Utilities
ActivityLegend
ChartDataTableHelper
DigitalFilter
HistogramChartHelper
PieCollectedDataHelper
RangeSpliceChartHelper
SampleMain
SixSigma
SpikeRemoval
Warehouse
Control
Release.zip
Release
Hasan.dll
Hasan.pdb
Inv.mdb
ISCMS.exe
ISCMS.pdb
System.Web.DataVisualization.Design.dll
System.Windows.Forms.DataVisualization.Design.dll
System.Windows.Forms.DataVisualization.dll
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;

namespace ISCMS.Plant.Control
{
    public partial class Item : ISCMS.Main.Item
    {
        public Item()
        {
            InitializeComponent();
            this.Dock = System.Windows.Forms.DockStyle.Top;
            SetToolTip();
        }

        private void SetToolTip()
        {
            //toolTip1.SetToolTip(this.Edit, "Edit");
            //toolTip2.SetToolTip(this.View, "View");

        }
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Hasan Hyder
Software Developer
Pakistan Pakistan
Member
Organisation
21 members

No Biography provided

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 8 Oct 2009
Article Copyright 2009 by Hasan Hyder
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid