Click here to Skip to main content
15,898,222 members
Articles / Multimedia / GDI+

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (15 votes)
8 Oct 2009CPOL4 min read 53.8K   5.3K   46  
This article focuses on internal supply chain management systems visibility via chart reports, and provides assessment apparatus to manage and monitor activities spawned during business processes, hence paves the way for timely and precise business decisions.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;

namespace ISCMS.Control
{
    public class BarItem : Hasan.CustomLabel
    {
        public DateTime StartTime;
        public DateTime EndTime;
        private System.ComponentModel.Container components = null;
        public Hasan.TextBox ID;
        public Bars bar1;
        public Hasan.CustomLabelSoft Tag;
        public Hasan.TextBox Perspective_ID;
        public Hasan.TextBox Date;
        public Hasan.TextBox Option_ID;
       
        public BarItem()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
            this.Dock = System.Windows.Forms.DockStyle.Top;
        }

        public BarItem(int sttus)
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
            this.Dock = System.Windows.Forms.DockStyle.Top;
        }

        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (components != null)
                {
                    components.Dispose();
                }
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.Date = new Hasan.TextBox();
            this.Perspective_ID = new Hasan.TextBox();
            this.Tag = new Hasan.CustomLabelSoft();
            this.ID = new Hasan.TextBox();
            this.Option_ID = new Hasan.TextBox();
            this.bar1 = new ISCMS.Control.Bars();
            this.SuspendLayout();
            // 
            // Date
            // 
            this.Date.BackColor = System.Drawing.SystemColors.HighlightText;
            this.Date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Date.Currencyed = Hasan.Currency.None;
            this.Date.Digits = -1;
            this.Date.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Date.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Date.Location = new System.Drawing.Point(673, 143);
            this.Date.Masked = Hasan.Mask.None;
            this.Date.MaxLength = 100;
            this.Date.Multiline = true;
            this.Date.Name = "Date";
            this.Date.Precision = 2;
            this.Date.Size = new System.Drawing.Size(104, 17);
            this.Date.TabIndex = 70;
            this.Date.TabStop = false;
            this.Date.Text = "Date";
            // 
            // Perspective_ID
            // 
            this.Perspective_ID.BackColor = System.Drawing.SystemColors.HighlightText;
            this.Perspective_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Perspective_ID.Currencyed = Hasan.Currency.None;
            this.Perspective_ID.Digits = -1;
            this.Perspective_ID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Perspective_ID.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Perspective_ID.Location = new System.Drawing.Point(531, 143);
            this.Perspective_ID.Masked = Hasan.Mask.None;
            this.Perspective_ID.MaxLength = 100;
            this.Perspective_ID.Multiline = true;
            this.Perspective_ID.Name = "Perspective_ID";
            this.Perspective_ID.Precision = 2;
            this.Perspective_ID.Size = new System.Drawing.Size(104, 17);
            this.Perspective_ID.TabIndex = 69;
            this.Perspective_ID.TabStop = false;
            this.Perspective_ID.Text = "Perspective_ID";
            // 
            // Tag
            // 
            this.Tag.BackColor = System.Drawing.Color.MistyRose;
            this.Tag.Dock = System.Windows.Forms.DockStyle.Left;
            this.Tag.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(7)), true);
            this.Tag.ForeColor = System.Drawing.Color.Black;
            this.Tag.Location = new System.Drawing.Point(0, 0);
            this.Tag.Name = "Tag";
            this.Tag.Size = new System.Drawing.Size(166, 27);
            this.Tag.TabIndex = 68;
            this.Tag.TabStop = false;
            this.Tag.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // ID
            // 
            this.ID.BackColor = System.Drawing.SystemColors.HighlightText;
            this.ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.ID.Currencyed = Hasan.Currency.None;
            this.ID.Digits = -1;
            this.ID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ID.ForeColor = System.Drawing.SystemColors.ControlText;
            this.ID.Location = new System.Drawing.Point(200, 112);
            this.ID.Masked = Hasan.Mask.None;
            this.ID.MaxLength = 100;
            this.ID.Multiline = true;
            this.ID.Name = "ID";
            this.ID.Precision = 2;
            this.ID.Size = new System.Drawing.Size(104, 17);
            this.ID.TabIndex = 61;
            this.ID.TabStop = false;
            this.ID.Text = "Account_ID";
            // 
            // Option_ID
            // 
            this.Option_ID.BackColor = System.Drawing.SystemColors.HighlightText;
            this.Option_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Option_ID.Currencyed = Hasan.Currency.None;
            this.Option_ID.Digits = -1;
            this.Option_ID.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Option_ID.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Option_ID.Location = new System.Drawing.Point(402, 82);
            this.Option_ID.Masked = Hasan.Mask.None;
            this.Option_ID.MaxLength = 100;
            this.Option_ID.Multiline = true;
            this.Option_ID.Name = "Option_ID";
            this.Option_ID.Precision = 2;
            this.Option_ID.Size = new System.Drawing.Size(104, 17);
            this.Option_ID.TabIndex = 72;
            this.Option_ID.TabStop = false;
            this.Option_ID.Text = "Option_ID";
            // 
            // bar1
            // 
            this.bar1.BackColor = System.Drawing.Color.Maroon;
            this.bar1.ID = 0;
            this.bar1.Is_Event = false;
            this.bar1.Location = new System.Drawing.Point(172, 1);
            this.bar1.Name = "bar1";
            this.bar1.Option_ID = 0;
            this.bar1.Perspective_ID = 0;
            this.bar1.Size = new System.Drawing.Size(725, 23);
            this.bar1.TabIndex = 67;
            this.bar1.TabStop = false;
            this.bar1.Tag = null;
            // 
            // BarItem
            // 
            this.BackColor = System.Drawing.Color.Gainsboro;
            this.Controls.Add(this.Option_ID);
            this.Controls.Add(this.Date);
            this.Controls.Add(this.Perspective_ID);
            this.Controls.Add(this.Tag);
            this.Controls.Add(this.bar1);
            this.Controls.Add(this.ID);
            this.Size = new System.Drawing.Size(1008, 27);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        #endregion

    }
}

By viewing downloads associated with this article you agree to the Terms of Service 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)


Written By
Software Developer
Pakistan Pakistan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Organisation

33 members

Comments and Discussions