Click here to Skip to main content
15,896,111 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.
namespace ISCMS.Main
{
    partial class Chart
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
       
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (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.components = new System.ComponentModel.Container();
            this.btnLoad = new Hasan.Button();
            this.grpSegment = new System.Windows.Forms.GroupBox();
            this.radWarehouse = new System.Windows.Forms.RadioButton();
            this.radProcurement = new System.Windows.Forms.RadioButton();
            this.radWIP = new System.Windows.Forms.RadioButton();
            this.grpReport_Type = new System.Windows.Forms.GroupBox();
            this.radChangeRate = new System.Windows.Forms.RadioButton();
            this.radCumulativeQuantity = new System.Windows.Forms.RadioButton();
            this.radSegregatedQuantity = new System.Windows.Forms.RadioButton();
            this.radCumulativeCost = new System.Windows.Forms.RadioButton();
            this.radSegregatedCost = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.labGoods = new System.Windows.Forms.Label();
            this.End_Date = new System.Windows.Forms.DateTimePicker();
            this.Start_Date = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.combGoods = new Hasan.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comReports = new Hasan.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.combPeriod = new Hasan.ComboBox();
            this.ReportPanel = new Hasan.GradPanel();
            this.btnPreview = new Hasan.Button();
            this.btnPrint = new Hasan.Button();
            this.btnPageSetup = new Hasan.Button();
            this.chkRotate = new System.Windows.Forms.CheckBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.PiePanel = new System.Windows.Forms.Panel();
            this.chkCollectSmallSegment = new System.Windows.Forms.CheckBox();
            this.label7 = new System.Windows.Forms.Label();
            this.combSupplementSize = new Hasan.ComboBox();
            this.chkSupplementChart = new System.Windows.Forms.CheckBox();
            this.label6 = new System.Windows.Forms.Label();
            this.combThershold = new Hasan.ComboBox();
            this.chkPercentage = new System.Windows.Forms.CheckBox();
            this.ChkCollectSlices = new System.Windows.Forms.CheckBox();
            this.LinePanel = new System.Windows.Forms.Panel();
            this.chkAreaChart = new System.Windows.Forms.CheckBox();
            this.chkPointLabel = new System.Windows.Forms.CheckBox();
            this.chkDisplay3D = new System.Windows.Forms.CheckBox();
            this.chkMargin = new System.Windows.Forms.CheckBox();
            this.label8 = new System.Windows.Forms.Label();
            this.combChartType = new Hasan.ComboBox();
            this.KagiPanel = new System.Windows.Forms.Panel();
            this.label9 = new System.Windows.Forms.Label();
            this.combReversalAmount = new Hasan.ComboBox();
            this.BarPanel = new System.Windows.Forms.Panel();
            this.chkDisplayBar3D = new System.Windows.Forms.CheckBox();
            this.label1.SuspendLayout();
            this.P2.SuspendLayout();
            this.grpSegment.SuspendLayout();
            this.grpReport_Type.SuspendLayout();
            this.PiePanel.SuspendLayout();
            this.LinePanel.SuspendLayout();
            this.KagiPanel.SuspendLayout();
            this.BarPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // P1
            // 
            this.P1.Size = new System.Drawing.Size(1239, 0);
            this.P1.Text = " Chart";
            this.P1.Visible = false;
            // 
            // label1
            // 
            this.label1.Controls.Add(this.BarPanel);
            this.label1.Controls.Add(this.radWIP);
            this.label1.Controls.Add(this.KagiPanel);
            this.label1.Controls.Add(this.LinePanel);
            this.label1.Controls.Add(this.PiePanel);
            this.label1.Controls.Add(this.label5);
            this.label1.Controls.Add(this.btnPreview);
            this.label1.Controls.Add(this.combPeriod);
            this.label1.Controls.Add(this.btnPrint);
            this.label1.Controls.Add(this.btnPageSetup);
            this.label1.Controls.Add(this.label4);
            this.label1.Controls.Add(this.comReports);
            this.label1.Controls.Add(this.btnLoad);
            this.label1.Controls.Add(this.label3);
            this.label1.Controls.Add(this.combGoods);
            this.label1.Controls.Add(this.label2);
            this.label1.Controls.Add(this.labGoods);
            this.label1.Controls.Add(this.End_Date);
            this.label1.Controls.Add(this.Start_Date);
            this.label1.Controls.Add(this.grpReport_Type);
            this.label1.Controls.Add(this.grpSegment);
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Size = new System.Drawing.Size(1239, 186);
            // 
            // P2
            // 
            this.P2.Controls.Add(this.ReportPanel);
            this.P2.Location = new System.Drawing.Point(0, 186);
            this.P2.Margin = new System.Windows.Forms.Padding(2);
            this.P2.Size = new System.Drawing.Size(1239, 813);
            // 
            // btnLoad
            // 
            this.btnLoad.BackColor = System.Drawing.Color.Teal;
            this.btnLoad.ForeColor = System.Drawing.Color.White;
            this.btnLoad.Location = new System.Drawing.Point(909, 100);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(75, 23);
            this.btnLoad.TabIndex = 0;
            this.btnLoad.Text = "Load";
            this.btnLoad.Click += new System.EventHandler(this.Load_Click);
            // 
            // grpSegment
            // 
            this.grpSegment.Controls.Add(this.radWarehouse);
            this.grpSegment.Controls.Add(this.radProcurement);
            this.grpSegment.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.grpSegment.ForeColor = System.Drawing.Color.White;
            this.grpSegment.Location = new System.Drawing.Point(14, 2);
            this.grpSegment.Name = "grpSegment";
            this.grpSegment.Size = new System.Drawing.Size(444, 61);
            this.grpSegment.TabIndex = 15;
            this.grpSegment.TabStop = false;
            this.grpSegment.Text = "Segment";
            // 
            // radWarehouse
            // 
            this.radWarehouse.AutoSize = true;
            this.radWarehouse.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radWarehouse.ForeColor = System.Drawing.Color.LightGray;
            this.radWarehouse.Location = new System.Drawing.Point(255, 26);
            this.radWarehouse.Name = "radWarehouse";
            this.radWarehouse.Size = new System.Drawing.Size(99, 20);
            this.radWarehouse.TabIndex = 2;
            this.radWarehouse.Text = "Warehouse";
            this.radWarehouse.UseVisualStyleBackColor = true;
            // 
            // radProcurement
            // 
            this.radProcurement.AutoSize = true;
            this.radProcurement.Checked = true;
            this.radProcurement.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radProcurement.ForeColor = System.Drawing.Color.LightGray;
            this.radProcurement.Location = new System.Drawing.Point(66, 26);
            this.radProcurement.Name = "radProcurement";
            this.radProcurement.Size = new System.Drawing.Size(107, 20);
            this.radProcurement.TabIndex = 0;
            this.radProcurement.TabStop = true;
            this.radProcurement.Text = "Procurement";
            this.radProcurement.UseVisualStyleBackColor = true;
            // 
            // radWIP
            // 
            this.radWIP.AutoSize = true;
            this.radWIP.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radWIP.ForeColor = System.Drawing.Color.LightGray;
            this.radWIP.Location = new System.Drawing.Point(177, -10);
            this.radWIP.Name = "radWIP";
            this.radWIP.Size = new System.Drawing.Size(135, 20);
            this.radWIP.TabIndex = 1;
            this.radWIP.Text = "Work in Progress";
            this.radWIP.UseVisualStyleBackColor = true;
            this.radWIP.Visible = false;
            // 
            // grpReport_Type
            // 
            this.grpReport_Type.Controls.Add(this.radChangeRate);
            this.grpReport_Type.Controls.Add(this.radCumulativeQuantity);
            this.grpReport_Type.Controls.Add(this.radSegregatedQuantity);
            this.grpReport_Type.Controls.Add(this.radCumulativeCost);
            this.grpReport_Type.Controls.Add(this.radSegregatedCost);
            this.grpReport_Type.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.grpReport_Type.ForeColor = System.Drawing.Color.White;
            this.grpReport_Type.Location = new System.Drawing.Point(466, 1);
            this.grpReport_Type.Name = "grpReport_Type";
            this.grpReport_Type.Size = new System.Drawing.Size(522, 92);
            this.grpReport_Type.TabIndex = 16;
            this.grpReport_Type.TabStop = false;
            this.grpReport_Type.Text = "Cumulative";
            // 
            // radChangeRate
            // 
            this.radChangeRate.AutoSize = true;
            this.radChangeRate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radChangeRate.ForeColor = System.Drawing.Color.LightGray;
            this.radChangeRate.Location = new System.Drawing.Point(355, 29);
            this.radChangeRate.Name = "radChangeRate";
            this.radChangeRate.Size = new System.Drawing.Size(110, 20);
            this.radChangeRate.TabIndex = 4;
            this.radChangeRate.Text = "Change Rate";
            this.radChangeRate.UseVisualStyleBackColor = true;
            // 
            // radCumulativeQuantity
            // 
            this.radCumulativeQuantity.AutoSize = true;
            this.radCumulativeQuantity.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radCumulativeQuantity.ForeColor = System.Drawing.Color.LightGray;
            this.radCumulativeQuantity.Location = new System.Drawing.Point(193, 58);
            this.radCumulativeQuantity.Name = "radCumulativeQuantity";
            this.radCumulativeQuantity.Size = new System.Drawing.Size(153, 20);
            this.radCumulativeQuantity.TabIndex = 3;
            this.radCumulativeQuantity.Text = "Cumulative Quantity";
            this.radCumulativeQuantity.UseVisualStyleBackColor = true;
            // 
            // radSegregatedQuantity
            // 
            this.radSegregatedQuantity.AutoSize = true;
            this.radSegregatedQuantity.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radSegregatedQuantity.ForeColor = System.Drawing.Color.LightGray;
            this.radSegregatedQuantity.Location = new System.Drawing.Point(20, 57);
            this.radSegregatedQuantity.Name = "radSegregatedQuantity";
            this.radSegregatedQuantity.Size = new System.Drawing.Size(157, 20);
            this.radSegregatedQuantity.TabIndex = 2;
            this.radSegregatedQuantity.Text = "Segregated Quantity";
            this.radSegregatedQuantity.UseVisualStyleBackColor = true;
            // 
            // radCumulativeCost
            // 
            this.radCumulativeCost.AutoSize = true;
            this.radCumulativeCost.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radCumulativeCost.ForeColor = System.Drawing.Color.LightGray;
            this.radCumulativeCost.Location = new System.Drawing.Point(193, 27);
            this.radCumulativeCost.Name = "radCumulativeCost";
            this.radCumulativeCost.Size = new System.Drawing.Size(129, 20);
            this.radCumulativeCost.TabIndex = 1;
            this.radCumulativeCost.Text = "Cumulative Cost";
            this.radCumulativeCost.UseVisualStyleBackColor = true;
            // 
            // radSegregatedCost
            // 
            this.radSegregatedCost.AutoSize = true;
            this.radSegregatedCost.Checked = true;
            this.radSegregatedCost.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radSegregatedCost.ForeColor = System.Drawing.Color.LightGray;
            this.radSegregatedCost.Location = new System.Drawing.Point(20, 27);
            this.radSegregatedCost.Name = "radSegregatedCost";
            this.radSegregatedCost.Size = new System.Drawing.Size(133, 20);
            this.radSegregatedCost.TabIndex = 0;
            this.radSegregatedCost.TabStop = true;
            this.radSegregatedCost.Text = "Segregated Cost";
            this.radSegregatedCost.UseVisualStyleBackColor = true;
            this.radSegregatedCost.CheckedChanged += new System.EventHandler(this.radUpdate);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.SeaShell;
            this.label2.Location = new System.Drawing.Point(16, 100);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 16);
            this.label2.TabIndex = 40;
            this.label2.Text = "End Date";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labGoods
            // 
            this.labGoods.AutoSize = true;
            this.labGoods.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labGoods.ForeColor = System.Drawing.Color.SeaShell;
            this.labGoods.Location = new System.Drawing.Point(16, 69);
            this.labGoods.Name = "labGoods";
            this.labGoods.Size = new System.Drawing.Size(77, 16);
            this.labGoods.TabIndex = 39;
            this.labGoods.Text = "Start Date";
            this.labGoods.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // End_Date
            // 
            this.End_Date.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.End_Date.Location = new System.Drawing.Point(99, 98);
            this.End_Date.Name = "End_Date";
            this.End_Date.Size = new System.Drawing.Size(103, 21);
            this.End_Date.TabIndex = 38;
            // 
            // Start_Date
            // 
            this.Start_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.Start_Date.Location = new System.Drawing.Point(99, 69);
            this.Start_Date.Name = "Start_Date";
            this.Start_Date.Size = new System.Drawing.Size(103, 21);
            this.Start_Date.TabIndex = 37;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.SeaShell;
            this.label3.Location = new System.Drawing.Point(212, 101);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(54, 16);
            this.label3.TabIndex = 44;
            this.label3.Text = "Goods";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // combGoods
            // 
            this.combGoods.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combGoods.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.combGoods.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.combGoods.ForeColor = System.Drawing.Color.Brown;
            this.combGoods.ItemHeight = 16;
            this.combGoods.Location = new System.Drawing.Point(266, 98);
            this.combGoods.Margin = new System.Windows.Forms.Padding(11);
            this.combGoods.MaxDropDownItems = 15;
            this.combGoods.Name = "combGoods";
            this.combGoods.Size = new System.Drawing.Size(161, 24);
            this.combGoods.TabIndex = 43;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.SeaShell;
            this.label4.Location = new System.Drawing.Point(432, 104);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 16);
            this.label4.TabIndex = 46;
            this.label4.Text = "Report";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comReports
            // 
            this.comReports.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comReports.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comReports.Font = new System.Drawing.Font("Verdana", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comReports.ForeColor = System.Drawing.Color.Brown;
            this.comReports.ItemHeight = 18;
            this.comReports.Location = new System.Drawing.Point(490, 100);
            this.comReports.Margin = new System.Windows.Forms.Padding(11);
            this.comReports.MaxDropDownItems = 15;
            this.comReports.Name = "comReports";
            this.comReports.Size = new System.Drawing.Size(412, 26);
            this.comReports.TabIndex = 45;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.SeaShell;
            this.label5.Location = new System.Drawing.Point(212, 71);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(54, 16);
            this.label5.TabIndex = 48;
            this.label5.Text = "Period";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // combPeriod
            // 
            this.combPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combPeriod.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.combPeriod.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.combPeriod.ForeColor = System.Drawing.Color.Brown;
            this.combPeriod.ItemHeight = 16;
            this.combPeriod.Items.AddRange(new object[] {
            "Arbitary",
            "1st Quarter",
            "2nd Quarter",
            "3rd Quarter",
            "4th Quarter",
            "Annual",
            "1st Semi Annual",
            "2nd Semi Annual",
            "Monthly"});
            this.combPeriod.Location = new System.Drawing.Point(266, 68);
            this.combPeriod.Margin = new System.Windows.Forms.Padding(11);
            this.combPeriod.MaxDropDownItems = 15;
            this.combPeriod.Name = "combPeriod";
            this.combPeriod.Size = new System.Drawing.Size(161, 24);
            this.combPeriod.TabIndex = 47;
            // 
            // ReportPanel
            // 
            this.ReportPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ReportPanel.GradientType = 0;
            this.ReportPanel.Location = new System.Drawing.Point(0, 0);
            this.ReportPanel.Name = "ReportPanel";
            this.ReportPanel.Size = new System.Drawing.Size(1239, 813);
            this.ReportPanel.TabIndex = 0;
            // 
            // btnPreview
            // 
            this.btnPreview.BackColor = System.Drawing.Color.Teal;
            this.btnPreview.ForeColor = System.Drawing.Color.White;
            this.btnPreview.Location = new System.Drawing.Point(99, 127);
            this.btnPreview.Name = "btnPreview";
            this.btnPreview.Size = new System.Drawing.Size(75, 23);
            this.btnPreview.TabIndex = 3;
            this.btnPreview.Text = "Preview";
            this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
            // 
            // btnPrint
            // 
            this.btnPrint.BackColor = System.Drawing.Color.Teal;
            this.btnPrint.ForeColor = System.Drawing.Color.White;
            this.btnPrint.Location = new System.Drawing.Point(19, 126);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(75, 23);
            this.btnPrint.TabIndex = 2;
            this.btnPrint.Text = "Print";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // btnPageSetup
            // 
            this.btnPageSetup.BackColor = System.Drawing.Color.Teal;
            this.btnPageSetup.ForeColor = System.Drawing.Color.White;
            this.btnPageSetup.Location = new System.Drawing.Point(19, 152);
            this.btnPageSetup.Name = "btnPageSetup";
            this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
            this.btnPageSetup.TabIndex = 1;
            this.btnPageSetup.Text = "Page Setup";
            this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
            // 
            // chkRotate
            // 
            this.chkRotate.AutoSize = true;
            this.chkRotate.Checked = true;
            this.chkRotate.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkRotate.Location = new System.Drawing.Point(16, 6);
            this.chkRotate.Name = "chkRotate";
            this.chkRotate.Size = new System.Drawing.Size(92, 17);
            this.chkRotate.TabIndex = 4;
            this.chkRotate.Text = "Rotate Cart";
            this.chkRotate.UseVisualStyleBackColor = true;
            this.chkRotate.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // timer1
            // 
            this.timer1.Interval = 20;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // PiePanel
            // 
            this.PiePanel.Controls.Add(this.chkCollectSmallSegment);
            this.PiePanel.Controls.Add(this.label7);
            this.PiePanel.Controls.Add(this.combSupplementSize);
            this.PiePanel.Controls.Add(this.chkSupplementChart);
            this.PiePanel.Controls.Add(this.label6);
            this.PiePanel.Controls.Add(this.combThershold);
            this.PiePanel.Controls.Add(this.chkPercentage);
            this.PiePanel.Controls.Add(this.ChkCollectSlices);
            this.PiePanel.Controls.Add(this.chkRotate);
            this.PiePanel.Location = new System.Drawing.Point(204, 131);
            this.PiePanel.Name = "PiePanel";
            this.PiePanel.Size = new System.Drawing.Size(690, 50);
            this.PiePanel.TabIndex = 49;
            // 
            // chkCollectSmallSegment
            // 
            this.chkCollectSmallSegment.AutoSize = true;
            this.chkCollectSmallSegment.Checked = true;
            this.chkCollectSmallSegment.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCollectSmallSegment.Location = new System.Drawing.Point(521, 5);
            this.chkCollectSmallSegment.Name = "chkCollectSmallSegment";
            this.chkCollectSmallSegment.Size = new System.Drawing.Size(156, 17);
            this.chkCollectSmallSegment.TabIndex = 12;
            this.chkCollectSmallSegment.Text = "Collect Small Segment";
            this.chkCollectSmallSegment.UseVisualStyleBackColor = true;
            this.chkCollectSmallSegment.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(318, 28);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(103, 13);
            this.label7.TabIndex = 11;
            this.label7.Text = "Supplement Size";
            // 
            // combSupplementSize
            // 
            this.combSupplementSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combSupplementSize.FormattingEnabled = true;
            this.combSupplementSize.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4"});
            this.combSupplementSize.Location = new System.Drawing.Point(428, 24);
            this.combSupplementSize.Name = "combSupplementSize";
            this.combSupplementSize.Size = new System.Drawing.Size(121, 21);
            this.combSupplementSize.TabIndex = 10;
            // 
            // chkSupplementChart
            // 
            this.chkSupplementChart.AutoSize = true;
            this.chkSupplementChart.Location = new System.Drawing.Point(368, 6);
            this.chkSupplementChart.Name = "chkSupplementChart";
            this.chkSupplementChart.Size = new System.Drawing.Size(130, 17);
            this.chkSupplementChart.TabIndex = 9;
            this.chkSupplementChart.Text = "Supplement Chart";
            this.chkSupplementChart.UseVisualStyleBackColor = true;
            this.chkSupplementChart.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(17, 28);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(154, 13);
            this.label6.TabIndex = 8;
            this.label6.Text = "Collect Thershold ( in % )";
            // 
            // combThershold
            // 
            this.combThershold.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combThershold.FormattingEnabled = true;
            this.combThershold.Items.AddRange(new object[] {
            "2",
            "3",
            "5",
            "8",
            "12",
            "15"});
            this.combThershold.Location = new System.Drawing.Point(178, 25);
            this.combThershold.Name = "combThershold";
            this.combThershold.Size = new System.Drawing.Size(121, 21);
            this.combThershold.TabIndex = 7;
            // 
            // chkPercentage
            // 
            this.chkPercentage.AutoSize = true;
            this.chkPercentage.Location = new System.Drawing.Point(272, 6);
            this.chkPercentage.Name = "chkPercentage";
            this.chkPercentage.Size = new System.Drawing.Size(90, 17);
            this.chkPercentage.TabIndex = 6;
            this.chkPercentage.Text = "Percentage";
            this.chkPercentage.UseVisualStyleBackColor = true;
            this.chkPercentage.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // ChkCollectSlices
            // 
            this.ChkCollectSlices.AutoSize = true;
            this.ChkCollectSlices.Checked = true;
            this.ChkCollectSlices.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ChkCollectSlices.Location = new System.Drawing.Point(128, 5);
            this.ChkCollectSlices.Name = "ChkCollectSlices";
            this.ChkCollectSlices.Size = new System.Drawing.Size(123, 17);
            this.ChkCollectSlices.TabIndex = 5;
            this.ChkCollectSlices.Text = "Collect Pie Slices";
            this.ChkCollectSlices.UseVisualStyleBackColor = true;
            this.ChkCollectSlices.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // LinePanel
            // 
            this.LinePanel.Controls.Add(this.chkAreaChart);
            this.LinePanel.Controls.Add(this.chkPointLabel);
            this.LinePanel.Controls.Add(this.chkDisplay3D);
            this.LinePanel.Controls.Add(this.chkMargin);
            this.LinePanel.Controls.Add(this.label8);
            this.LinePanel.Controls.Add(this.combChartType);
            this.LinePanel.Location = new System.Drawing.Point(209, 129);
            this.LinePanel.Name = "LinePanel";
            this.LinePanel.Size = new System.Drawing.Size(544, 51);
            this.LinePanel.TabIndex = 50;
            // 
            // chkAreaChart
            // 
            this.chkAreaChart.AutoSize = true;
            this.chkAreaChart.Checked = true;
            this.chkAreaChart.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkAreaChart.Location = new System.Drawing.Point(371, 7);
            this.chkAreaChart.Name = "chkAreaChart";
            this.chkAreaChart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkAreaChart.Size = new System.Drawing.Size(89, 17);
            this.chkAreaChart.TabIndex = 16;
            this.chkAreaChart.Text = "Area Chart";
            this.chkAreaChart.UseVisualStyleBackColor = true;
            this.chkAreaChart.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // chkPointLabel
            // 
            this.chkPointLabel.AutoSize = true;
            this.chkPointLabel.Checked = true;
            this.chkPointLabel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkPointLabel.Location = new System.Drawing.Point(2, 32);
            this.chkPointLabel.Name = "chkPointLabel";
            this.chkPointLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkPointLabel.Size = new System.Drawing.Size(88, 17);
            this.chkPointLabel.TabIndex = 15;
            this.chkPointLabel.Text = "Point Label";
            this.chkPointLabel.UseVisualStyleBackColor = true;
            this.chkPointLabel.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // chkDisplay3D
            // 
            this.chkDisplay3D.AutoSize = true;
            this.chkDisplay3D.Checked = true;
            this.chkDisplay3D.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDisplay3D.Location = new System.Drawing.Point(269, 29);
            this.chkDisplay3D.Name = "chkDisplay3D";
            this.chkDisplay3D.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkDisplay3D.Size = new System.Drawing.Size(91, 17);
            this.chkDisplay3D.TabIndex = 14;
            this.chkDisplay3D.Text = "Displaly 3D";
            this.chkDisplay3D.UseVisualStyleBackColor = true;
            this.chkDisplay3D.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // chkMargin
            // 
            this.chkMargin.AutoSize = true;
            this.chkMargin.Checked = true;
            this.chkMargin.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkMargin.Location = new System.Drawing.Point(222, 8);
            this.chkMargin.Name = "chkMargin";
            this.chkMargin.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkMargin.Size = new System.Drawing.Size(139, 17);
            this.chkMargin.TabIndex = 13;
            this.chkMargin.Text = "Show X Axis Margin";
            this.chkMargin.UseVisualStyleBackColor = true;
            this.chkMargin.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 9);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(64, 13);
            this.label8.TabIndex = 10;
            this.label8.Text = "Cart Type";
            // 
            // combChartType
            // 
            this.combChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combChartType.FormattingEnabled = true;
            this.combChartType.Items.AddRange(new object[] {
            "Line",
            "Spline",
            "StepLine"});
            this.combChartType.Location = new System.Drawing.Point(76, 6);
            this.combChartType.Name = "combChartType";
            this.combChartType.Size = new System.Drawing.Size(121, 21);
            this.combChartType.TabIndex = 9;
            // 
            // KagiPanel
            // 
            this.KagiPanel.Controls.Add(this.label9);
            this.KagiPanel.Controls.Add(this.combReversalAmount);
            this.KagiPanel.Location = new System.Drawing.Point(211, 129);
            this.KagiPanel.Name = "KagiPanel";
            this.KagiPanel.Size = new System.Drawing.Size(283, 53);
            this.KagiPanel.TabIndex = 51;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(2, 9);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(99, 13);
            this.label9.TabIndex = 12;
            this.label9.Text = "Reveral Amount";
            // 
            // combReversalAmount
            // 
            this.combReversalAmount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combReversalAmount.FormattingEnabled = true;
            this.combReversalAmount.Items.AddRange(new object[] {
            "0.6",
            "0.8",
            "1",
            "1.2",
            "1%",
            "2%",
            "4%"});
            this.combReversalAmount.Location = new System.Drawing.Point(104, 4);
            this.combReversalAmount.Name = "combReversalAmount";
            this.combReversalAmount.Size = new System.Drawing.Size(121, 21);
            this.combReversalAmount.TabIndex = 11;
            // 
            // BarPanel
            // 
            this.BarPanel.Controls.Add(this.chkDisplayBar3D);
            this.BarPanel.Location = new System.Drawing.Point(211, 129);
            this.BarPanel.Name = "BarPanel";
            this.BarPanel.Size = new System.Drawing.Size(298, 53);
            this.BarPanel.TabIndex = 52;
            // 
            // chkDisplayBar3D
            // 
            this.chkDisplayBar3D.AutoSize = true;
            this.chkDisplayBar3D.Checked = true;
            this.chkDisplayBar3D.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDisplayBar3D.Location = new System.Drawing.Point(3, 4);
            this.chkDisplayBar3D.Name = "chkDisplayBar3D";
            this.chkDisplayBar3D.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.chkDisplayBar3D.Size = new System.Drawing.Size(88, 17);
            this.chkDisplayBar3D.TabIndex = 16;
            this.chkDisplayBar3D.Text = "Display 3D";
            this.chkDisplayBar3D.UseVisualStyleBackColor = true;
            this.chkDisplayBar3D.CheckedChanged += new System.EventHandler(this.Load_Click);
            // 
            // Chart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.DoubleBuffered = true;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Chart";
            this.Load += new System.EventHandler(this.Chart_Load);
            this.label1.ResumeLayout(false);
            this.label1.PerformLayout();
            this.P2.ResumeLayout(false);
            this.grpSegment.ResumeLayout(false);
            this.grpSegment.PerformLayout();
            this.grpReport_Type.ResumeLayout(false);
            this.grpReport_Type.PerformLayout();
            this.PiePanel.ResumeLayout(false);
            this.PiePanel.PerformLayout();
            this.LinePanel.ResumeLayout(false);
            this.LinePanel.PerformLayout();
            this.KagiPanel.ResumeLayout(false);
            this.KagiPanel.PerformLayout();
            this.BarPanel.ResumeLayout(false);
            this.BarPanel.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Hasan.Button btnLoad;
        private System.Windows.Forms.GroupBox grpSegment;
        private System.Windows.Forms.RadioButton radWIP;
        private System.Windows.Forms.RadioButton radProcurement;
        private System.Windows.Forms.RadioButton radWarehouse;
        private System.Windows.Forms.GroupBox grpReport_Type;
        private System.Windows.Forms.RadioButton radCumulativeCost;
        private System.Windows.Forms.RadioButton radSegregatedCost;
        private System.Windows.Forms.RadioButton radCumulativeQuantity;
        private System.Windows.Forms.RadioButton radSegregatedQuantity;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label labGoods;
        private System.Windows.Forms.DateTimePicker End_Date;
        private System.Windows.Forms.DateTimePicker Start_Date;
        private System.Windows.Forms.Label label3;
        private Hasan.ComboBox combGoods;
        private System.Windows.Forms.Label label4;
        private Hasan.ComboBox comReports;
        private System.Windows.Forms.RadioButton radChangeRate;
        private System.Windows.Forms.Label label5;
        private Hasan.ComboBox combPeriod;
        private Hasan.GradPanel ReportPanel;
        private Hasan.Button btnPreview;
        private Hasan.Button btnPrint;
        private Hasan.Button btnPageSetup;
        private System.Windows.Forms.Timer timer1;
        private System.ComponentModel.IContainer components;
        private System.Windows.Forms.CheckBox chkRotate;
        private System.Windows.Forms.Panel PiePanel;
        private Hasan.ComboBox combThershold;
        private System.Windows.Forms.CheckBox chkPercentage;
        private System.Windows.Forms.CheckBox ChkCollectSlices;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.CheckBox chkSupplementChart;
        private System.Windows.Forms.Label label7;
        private Hasan.ComboBox combSupplementSize;
        private System.Windows.Forms.CheckBox chkCollectSmallSegment;
        private System.Windows.Forms.Panel LinePanel;
        private System.Windows.Forms.Label label8;
        private Hasan.ComboBox combChartType;
        private System.Windows.Forms.CheckBox chkDisplay3D;
        private System.Windows.Forms.CheckBox chkMargin;
        private System.Windows.Forms.CheckBox chkPointLabel;
        private System.Windows.Forms.Panel KagiPanel;
        private System.Windows.Forms.Label label9;
        private Hasan.ComboBox combReversalAmount;
        private System.Windows.Forms.Panel BarPanel;
        private System.Windows.Forms.CheckBox chkDisplayBar3D;
        private System.Windows.Forms.CheckBox chkAreaChart;
    }
}

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