/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram   xyDiagram1   = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series      series1      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(10))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(20))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(30))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(40))
     });
     DevExpress.XtraCharts.StackedSplineAreaSeriesView stackedSplineAreaSeriesView1 = new DevExpress.XtraCharts.StackedSplineAreaSeriesView();
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] {
         ((object)(10))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] {
         ((object)(20))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] {
         ((object)(30))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] {
         ((object)(40))
     });
     DevExpress.XtraCharts.StackedSplineAreaSeriesView stackedSplineAreaSeriesView2 = new DevExpress.XtraCharts.StackedSplineAreaSeriesView();
     DevExpress.XtraCharts.StackedSplineAreaSeriesView stackedSplineAreaSeriesView3 = new DevExpress.XtraCharts.StackedSplineAreaSeriesView();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(192, 8);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(168, 32);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Copy to Clipboard as EMF";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(168, 32);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Copy to Clipboard as PNG";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // chartControl1
     //
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.WholeRange.AutoSideMargins = true;
     this.chartControl1.Diagram  = xyDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(8, 48);
     this.chartControl1.Name     = "chartControl1";
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     series1.View = stackedSplineAreaSeriesView1;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8
     });
     series2.View = stackedSplineAreaSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View = stackedSplineAreaSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(456, 319);
     this.chartControl1.TabIndex = 5;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(470, 373);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmArizaListesi));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedSplineAreaSeriesView stackedSplineAreaSeriesView1 = new DevExpress.XtraCharts.StackedSplineAreaSeriesView();
     DevExpress.XtraCharts.StackedBarSeriesView        stackedBarSeriesView1        = new DevExpress.XtraCharts.StackedBarSeriesView();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.lblArizaliUrunSayisi = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit4         = new DevExpress.XtraEditors.PictureEdit();
     this.panel3                = new System.Windows.Forms.Panel();
     this.pictureEdit1          = new DevExpress.XtraEditors.PictureEdit();
     this.labelControl9         = new DevExpress.XtraEditors.LabelControl();
     this.lblParcaBekleyenUrun  = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit3          = new DevExpress.XtraEditors.PictureEdit();
     this.panel5                = new System.Windows.Forms.Panel();
     this.labelControl3         = new DevExpress.XtraEditors.LabelControl();
     this.lblTadilatiBitmisUrun = new DevExpress.XtraEditors.LabelControl();
     this.panel2                = new System.Windows.Forms.Panel();
     this.gridView1             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridControl1          = new DevExpress.XtraGrid.GridControl();
     this.labelControl6         = new DevExpress.XtraEditors.LabelControl();
     this.pictureEdit6          = new DevExpress.XtraEditors.PictureEdit();
     this.chartControl2         = new DevExpress.XtraCharts.ChartControl();
     this.labelControl7         = new DevExpress.XtraEditors.LabelControl();
     this.panelControl2         = new DevExpress.XtraEditors.PanelControl();
     this.panel4                = new System.Windows.Forms.Panel();
     this.pictureEdit5          = new DevExpress.XtraEditors.PictureEdit();
     this.lblToplamUrunSayisi   = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4         = new DevExpress.XtraEditors.LabelControl();
     this.panel6                = new System.Windows.Forms.Panel();
     this.pictureEdit7          = new DevExpress.XtraEditors.PictureEdit();
     this.lblIptalIslemler      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10        = new DevExpress.XtraEditors.LabelControl();
     this.panel7                = new System.Windows.Forms.Panel();
     this.pictureEdit8          = new DevExpress.XtraEditors.PictureEdit();
     this.lblParcasiGelenUrun   = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit5.Properties)).BeginInit();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit7.Properties)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit8.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl5.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl5.Appearance.Options.UseFont      = true;
     this.labelControl5.Appearance.Options.UseForeColor = true;
     this.labelControl5.Location = new System.Drawing.Point(14, 13);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(173, 20);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "Mevcut Arızalı Ürün Sayısı:";
     //
     // lblArizaliUrunSayisi
     //
     this.lblArizaliUrunSayisi.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblArizaliUrunSayisi.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblArizaliUrunSayisi.Appearance.Options.UseFont      = true;
     this.lblArizaliUrunSayisi.Appearance.Options.UseForeColor = true;
     this.lblArizaliUrunSayisi.Location = new System.Drawing.Point(29, 60);
     this.lblArizaliUrunSayisi.Name     = "lblArizaliUrunSayisi";
     this.lblArizaliUrunSayisi.Size     = new System.Drawing.Size(42, 32);
     this.lblArizaliUrunSayisi.TabIndex = 1;
     this.lblArizaliUrunSayisi.Text     = "584";
     //
     // pictureEdit4
     //
     this.pictureEdit4.EditValue = ((object)(resources.GetObject("pictureEdit4.EditValue")));
     this.pictureEdit4.Location  = new System.Drawing.Point(128, 50);
     this.pictureEdit4.Name      = "pictureEdit4";
     this.pictureEdit4.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit4.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit4.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit4.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit4.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit4.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit4.TabIndex = 11;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(192)))), ((int)(((byte)(235)))));
     this.panel3.Controls.Add(this.pictureEdit1);
     this.panel3.Controls.Add(this.lblArizaliUrunSayisi);
     this.panel3.Controls.Add(this.labelControl5);
     this.panel3.Location = new System.Drawing.Point(681, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(222, 120);
     this.panel3.TabIndex = 17;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(130, 50);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit1.TabIndex = 5;
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl9.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl9.Appearance.Options.UseFont      = true;
     this.labelControl9.Appearance.Options.UseForeColor = true;
     this.labelControl9.Location = new System.Drawing.Point(15, 13);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(178, 20);
     this.labelControl9.TabIndex = 0;
     this.labelControl9.Text     = "Parça Bekleyen Ürün Sayısı:";
     //
     // lblParcaBekleyenUrun
     //
     this.lblParcaBekleyenUrun.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblParcaBekleyenUrun.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblParcaBekleyenUrun.Appearance.Options.UseFont      = true;
     this.lblParcaBekleyenUrun.Appearance.Options.UseForeColor = true;
     this.lblParcaBekleyenUrun.Location = new System.Drawing.Point(29, 60);
     this.lblParcaBekleyenUrun.Name     = "lblParcaBekleyenUrun";
     this.lblParcaBekleyenUrun.Size     = new System.Drawing.Size(42, 32);
     this.lblParcaBekleyenUrun.TabIndex = 1;
     this.lblParcaBekleyenUrun.Text     = "584";
     //
     // pictureEdit3
     //
     this.pictureEdit3.EditValue = ((object)(resources.GetObject("pictureEdit3.EditValue")));
     this.pictureEdit3.Location  = new System.Drawing.Point(132, 50);
     this.pictureEdit3.Name      = "pictureEdit3";
     this.pictureEdit3.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit3.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit3.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit3.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit3.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit3.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit3.TabIndex = 12;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(101)))), ((int)(((byte)(116)))));
     this.panel5.Controls.Add(this.pictureEdit3);
     this.panel5.Controls.Add(this.lblParcaBekleyenUrun);
     this.panel5.Controls.Add(this.labelControl9);
     this.panel5.Location = new System.Drawing.Point(1138, 3);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(222, 120);
     this.panel5.TabIndex = 18;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl3.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl3.Appearance.Options.UseFont      = true;
     this.labelControl3.Appearance.Options.UseForeColor = true;
     this.labelControl3.Location = new System.Drawing.Point(15, 13);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(174, 20);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Tadilatı Bitmiş Ürün Sayısı:";
     //
     // lblTadilatiBitmisUrun
     //
     this.lblTadilatiBitmisUrun.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblTadilatiBitmisUrun.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblTadilatiBitmisUrun.Appearance.Options.UseFont      = true;
     this.lblTadilatiBitmisUrun.Appearance.Options.UseForeColor = true;
     this.lblTadilatiBitmisUrun.Location = new System.Drawing.Point(28, 55);
     this.lblTadilatiBitmisUrun.Name     = "lblTadilatiBitmisUrun";
     this.lblTadilatiBitmisUrun.Size     = new System.Drawing.Size(48, 37);
     this.lblTadilatiBitmisUrun.TabIndex = 1;
     this.lblTadilatiBitmisUrun.Text     = "584";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(82)))), ((int)(((byte)(83)))));
     this.panel2.Controls.Add(this.pictureEdit4);
     this.panel2.Controls.Add(this.lblTadilatiBitmisUrun);
     this.panel2.Controls.Add(this.labelControl3);
     this.panel2.Location = new System.Drawing.Point(909, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(222, 120);
     this.panel2.TabIndex = 16;
     //
     // gridView1
     //
     this.gridView1.Appearance.Row.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Row.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Row.Options.UseBackColor = true;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.HeaderFilterButtonShowMode = DevExpress.XtraEditors.Controls.FilterButtonShowMode.Button;
     this.gridView1.OptionsView.ShowAutoFilterRow          = true;
     this.gridView1.OptionsView.ShowGroupPanel             = false;
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // gridControl1
     //
     this.gridControl1.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.gridControl1.Location = new System.Drawing.Point(-1, 3);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(673, 560);
     this.gridControl1.TabIndex = 14;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font            = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl6.Appearance.Options.UseFont = true;
     this.labelControl6.Location = new System.Drawing.Point(61, 9);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(226, 30);
     this.labelControl6.TabIndex = 13;
     this.labelControl6.Text     = "Arızalı Ürün İstatistikleri";
     //
     // pictureEdit6
     //
     this.pictureEdit6.EditValue = ((object)(resources.GetObject("pictureEdit6.EditValue")));
     this.pictureEdit6.Location  = new System.Drawing.Point(11, 5);
     this.pictureEdit6.Name      = "pictureEdit6";
     this.pictureEdit6.Properties.Appearance.BackColor            = System.Drawing.Color.Gray;
     this.pictureEdit6.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit6.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit6.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit6.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit6.Size     = new System.Drawing.Size(42, 42);
     this.pictureEdit6.TabIndex = 14;
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable = "Gray";
     xyDiagram1.AxisX.VisibleInPanesSerializable   = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins   = false;
     xyDiagram1.AxisX.WholeRange.SideMarginsValue  = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable   = "-1";
     this.chartControl2.Diagram                = xyDiagram1;
     this.chartControl2.Legend.Name            = "Default Legend";
     this.chartControl2.Location               = new System.Drawing.Point(11, 87);
     this.chartControl2.Name                   = "chartControl2";
     this.chartControl2.PaletteBaseColorNumber = 3;
     this.chartControl2.PaletteName            = "Blue II";
     series1.Name = "Series 1";
     series1.View = stackedSplineAreaSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.SeriesTemplate.View = stackedBarSeriesView1;
     this.chartControl2.Size     = new System.Drawing.Size(663, 224);
     this.chartControl2.TabIndex = 14;
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font            = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl7.Appearance.Options.UseFont = true;
     this.labelControl7.Location = new System.Drawing.Point(11, 51);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(520, 30);
     this.labelControl7.TabIndex = 15;
     this.labelControl7.Text     = "Sistemimizde bir ürün girişi ve ürün takibi hem masaüstü hem de kargo noktasında " +
                                   "web tarafından \r\nyapılabilmektedir. Aşağıdaki grafik tüm kategorilerdeki ürün sa" +
                                   "yısını gösteriyor.";
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.labelControl7);
     this.panelControl2.Controls.Add(this.chartControl2);
     this.panelControl2.Controls.Add(this.pictureEdit6);
     this.panelControl2.Controls.Add(this.labelControl6);
     this.panelControl2.Location = new System.Drawing.Point(678, 249);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(685, 314);
     this.panelControl2.TabIndex = 20;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(104)))), ((int)(((byte)(224)))));
     this.panel4.Controls.Add(this.pictureEdit5);
     this.panel4.Controls.Add(this.lblToplamUrunSayisi);
     this.panel4.Controls.Add(this.labelControl4);
     this.panel4.Location = new System.Drawing.Point(909, 126);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(222, 120);
     this.panel4.TabIndex = 21;
     //
     // pictureEdit5
     //
     this.pictureEdit5.EditValue = ((object)(resources.GetObject("pictureEdit5.EditValue")));
     this.pictureEdit5.Location  = new System.Drawing.Point(128, 50);
     this.pictureEdit5.Name      = "pictureEdit5";
     this.pictureEdit5.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit5.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit5.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit5.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit5.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit5.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit5.TabIndex = 4;
     //
     // lblToplamUrunSayisi
     //
     this.lblToplamUrunSayisi.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblToplamUrunSayisi.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblToplamUrunSayisi.Appearance.Options.UseFont      = true;
     this.lblToplamUrunSayisi.Appearance.Options.UseForeColor = true;
     this.lblToplamUrunSayisi.Location = new System.Drawing.Point(28, 55);
     this.lblToplamUrunSayisi.Name     = "lblToplamUrunSayisi";
     this.lblToplamUrunSayisi.Size     = new System.Drawing.Size(48, 37);
     this.lblToplamUrunSayisi.TabIndex = 1;
     this.lblToplamUrunSayisi.Text     = "584";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl4.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl4.Appearance.Options.UseFont      = true;
     this.labelControl4.Appearance.Options.UseForeColor = true;
     this.labelControl4.Location = new System.Drawing.Point(15, 13);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(130, 20);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "Toplam Ürün Sayısı:";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(159)))), ((int)(((byte)(67)))));
     this.panel6.Controls.Add(this.pictureEdit7);
     this.panel6.Controls.Add(this.lblIptalIslemler);
     this.panel6.Controls.Add(this.labelControl10);
     this.panel6.Location = new System.Drawing.Point(1138, 126);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(222, 120);
     this.panel6.TabIndex = 23;
     //
     // pictureEdit7
     //
     this.pictureEdit7.EditValue = ((object)(resources.GetObject("pictureEdit7.EditValue")));
     this.pictureEdit7.Location  = new System.Drawing.Point(132, 50);
     this.pictureEdit7.Name      = "pictureEdit7";
     this.pictureEdit7.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit7.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit7.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit7.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit7.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit7.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit7.TabIndex = 12;
     //
     // lblIptalIslemler
     //
     this.lblIptalIslemler.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblIptalIslemler.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblIptalIslemler.Appearance.Options.UseFont      = true;
     this.lblIptalIslemler.Appearance.Options.UseForeColor = true;
     this.lblIptalIslemler.Location = new System.Drawing.Point(29, 60);
     this.lblIptalIslemler.Name     = "lblIptalIslemler";
     this.lblIptalIslemler.Size     = new System.Drawing.Size(42, 32);
     this.lblIptalIslemler.TabIndex = 1;
     this.lblIptalIslemler.Text     = "584";
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl10.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl10.Appearance.Options.UseFont      = true;
     this.labelControl10.Appearance.Options.UseForeColor = true;
     this.labelControl10.Location = new System.Drawing.Point(15, 13);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(131, 20);
     this.labelControl10.TabIndex = 0;
     this.labelControl10.Text     = "Iptal Edilen İşlemler";
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(134)))), ((int)(((byte)(222)))));
     this.panel7.Controls.Add(this.pictureEdit8);
     this.panel7.Controls.Add(this.lblParcasiGelenUrun);
     this.panel7.Controls.Add(this.labelControl12);
     this.panel7.Location = new System.Drawing.Point(680, 126);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(222, 120);
     this.panel7.TabIndex = 22;
     //
     // pictureEdit8
     //
     this.pictureEdit8.EditValue = ((object)(resources.GetObject("pictureEdit8.EditValue")));
     this.pictureEdit8.Location  = new System.Drawing.Point(131, 50);
     this.pictureEdit8.Name      = "pictureEdit8";
     this.pictureEdit8.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit8.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit8.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit8.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit8.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit8.Size     = new System.Drawing.Size(60, 58);
     this.pictureEdit8.TabIndex = 11;
     //
     // lblParcasiGelenUrun
     //
     this.lblParcasiGelenUrun.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblParcasiGelenUrun.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lblParcasiGelenUrun.Appearance.Options.UseFont      = true;
     this.lblParcasiGelenUrun.Appearance.Options.UseForeColor = true;
     this.lblParcasiGelenUrun.Location = new System.Drawing.Point(29, 60);
     this.lblParcasiGelenUrun.Name     = "lblParcasiGelenUrun";
     this.lblParcasiGelenUrun.Size     = new System.Drawing.Size(42, 32);
     this.lblParcasiGelenUrun.TabIndex = 1;
     this.lblParcasiGelenUrun.Text     = "584";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl12.Appearance.ForeColor            = System.Drawing.Color.White;
     this.labelControl12.Appearance.Options.UseFont      = true;
     this.labelControl12.Appearance.Options.UseForeColor = true;
     this.labelControl12.Location = new System.Drawing.Point(14, 13);
     this.labelControl12.Name     = "labelControl12";
     this.labelControl12.Size     = new System.Drawing.Size(164, 20);
     this.labelControl12.TabIndex = 0;
     this.labelControl12.Text     = "Parçası Gelen Ürün Sayısı";
     //
     // FrmArizaListesi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1365, 572);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel3);
     this.Name  = "FrmArizaListesi";
     this.Text  = "ArizaListesi";
     this.Load += new System.EventHandler(this.FrmArizaListesi_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedSplineAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit5.Properties)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit7.Properties)).EndInit();
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit8.Properties)).EndInit();
     this.ResumeLayout(false);
 }