Example #1
0
 /// <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(1D, new object[] {
         ((object)(1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series         series2         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint5    = new DevExpress.XtraCharts.SeriesPoint(1D, new object[] {
         ((object)(3D)),
         ((object)(2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(2D, new object[] {
         ((object)(2.5D)),
         ((object)(3D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(3D, new object[] {
         ((object)(1.5D)),
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(4D, new object[] {
         ((object)(5D)),
         ((object)(1D))
     });
     DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView1 = new DevExpress.XtraCharts.BubbleSeriesView();
     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)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.DataBindings             = null;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram  = xyDiagram1;
     this.chartControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location = new System.Drawing.Point(0, 0);
     this.chartControl1.Name     = "chartControl1";
     series1.Name = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.View = lineSeriesView1;
     series2.Name = "Series 2";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint5,
         seriesPoint6,
         seriesPoint7,
         seriesPoint8
     });
     series2.View = bubbleSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.Size            = new System.Drawing.Size(624, 321);
     this.chartControl1.TabIndex        = 0;
     this.chartControl1.ObjectSelected += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectSelected);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 321);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources   = new System.ComponentModel.ComponentResourceManager(typeof(XtraChartTestForm));
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel1 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint       seriesPoint1       = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2)),
         ((object)(2))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(4)),
         ((object)(4))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] {
         ((object)(6)),
         ((object)(6))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] {
         ((object)(8)),
         ((object)(8))
     });
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView1  = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.Series            series2            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel2 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView2  = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel3 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView3  = new DevExpress.XtraCharts.BubbleSeriesView();
     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)(bubbleSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chartControl1.BackImage.Stretch = true;
     ////xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     ////xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     ////xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     ////xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.DefaultPane.BackImage.Image      = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     xyDiagram1.DefaultPane.BackImage.Stretch    = true;
     xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.DefaultPane.EnableAxisYZooming   = DevExpress.Utils.DefaultBoolean.True;
     xyDiagram1.EnableAxisXScrolling             = true;
     xyDiagram1.EnableAxisXZooming     = true;
     xyDiagram1.EnableAxisYScrolling   = true;
     xyDiagram1.EnableAxisYZooming     = true;
     xyDiagram1.Margins.Bottom         = 0;
     xyDiagram1.Margins.Left           = 0;
     xyDiagram1.Margins.Right          = 0;
     xyDiagram1.Margins.Top            = 0;
     this.chartControl1.Diagram        = xyDiagram1;
     this.chartControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Location       = new System.Drawing.Point(0, 0);
     this.chartControl1.Name           = "chartControl1";
     bubbleSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = bubbleSeriesLabel1;
     series1.Name  = "Series 1";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4
     });
     series1.View = bubbleSeriesView1;
     bubbleSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Label = bubbleSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = bubbleSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     bubbleSeriesLabel3.LineVisibility       = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl1.SeriesTemplate.Label = bubbleSeriesLabel3;
     this.chartControl1.SeriesTemplate.View  = bubbleSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(813, 796);
     this.chartControl1.TabIndex = 0;
     //
     // XtraChartView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(813, 796);
     this.Controls.Add(this.chartControl1);
     this.Name = "XtraChartView";
     this.Text = "XtraChartView";
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources   = new System.ComponentModel.ComponentResourceManager(typeof(ChartPanel));
     DevExpress.XtraCharts.XYDiagram         xyDiagram1         = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series            series1            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel1 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView1  = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.Series            series2            = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel2 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView2  = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel3 = new DevExpress.XtraCharts.BubbleSeriesLabel();
     DevExpress.XtraCharts.BubbleSeriesView  bubbleSeriesView3  = new DevExpress.XtraCharts.BubbleSeriesView();
     this.Bitmaps16x16                      = new System.Windows.Forms.ImageList(this.components);
     this.SelectFieldMenu                   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.Table1MenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.Field1MenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.AxisClickedTimer                  = new System.Windows.Forms.Timer(this.components);
     this.Bitmaps8x8                        = new System.Windows.Forms.ImageList(this.components);
     this.toolStripMenuItem3                = new System.Windows.Forms.ToolStripSeparator();
     this.ShowAxesTitlesMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ShowAxesScaleLabelsMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.ChartPropertiesContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ShowFilterPanelMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.ShowSelectedDataRowsPanelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2                = new System.Windows.Forms.ToolStripSeparator();
     this.ShowLegendMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.ShowAxisTitlesMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ShowAxisScaleLabelsMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.TrellisDividerMenuItem            = new System.Windows.Forms.ToolStripSeparator();
     this.ZoomMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.ResetZoomMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.ZoomDividerMenuItem               = new System.Windows.Forms.ToolStripSeparator();
     this.SelectAllMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.MarkedRowsMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                = new System.Windows.Forms.ToolStripSeparator();
     this.PropertiesMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.ToolTipController                 = new DevExpress.Utils.ToolTipController(this.components);
     this.PointPropertiesContextMenu        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.SelectPointMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.MarkPointMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.LegendPropertiesContextMenu       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.HideLegendMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.LegendPropertiesMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.MarkerSquareSmallImage            = new DevExpress.XtraEditors.PictureEdit();
     this.ChartControl                      = new Mobius.ClientComponents.ChartControlMx();
     this.TrellisPanel                      = new Mobius.ClientComponents.TrellisPanel();
     this.CloseMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4                = new System.Windows.Forms.ToolStripSeparator();
     this.SelectFieldMenu.SuspendLayout();
     this.ChartPropertiesContextMenu.SuspendLayout();
     this.PointPropertiesContextMenu.SuspendLayout();
     this.LegendPropertiesContextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MarkerSquareSmallImage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // Bitmaps16x16
     //
     this.Bitmaps16x16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Bitmaps16x16.ImageStream")));
     this.Bitmaps16x16.TransparentColor = System.Drawing.Color.Cyan;
     this.Bitmaps16x16.Images.SetKeyName(0, "MouseSelect.bmp");
     this.Bitmaps16x16.Images.SetKeyName(1, "MouseZoom.bmp");
     this.Bitmaps16x16.Images.SetKeyName(2, "MouseTranslate.bmp");
     this.Bitmaps16x16.Images.SetKeyName(3, "MouseRotate.bmp");
     this.Bitmaps16x16.Images.SetKeyName(4, "FullScreen.bmp");
     this.Bitmaps16x16.Images.SetKeyName(5, "maximizeWindow.bmp");
     this.Bitmaps16x16.Images.SetKeyName(6, "RestoreWindow.bmp");
     this.Bitmaps16x16.Images.SetKeyName(7, "CloseWindow.bmp");
     //
     // SelectFieldMenu
     //
     this.SelectFieldMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Table1MenuItem
     });
     this.SelectFieldMenu.Name = "SelectFieldMenu";
     this.SelectFieldMenu.Size = new System.Drawing.Size(118, 26);
     //
     // Table1MenuItem
     //
     this.Table1MenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Field1MenuItem
     });
     this.Table1MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Table1MenuItem.Image")));
     this.Table1MenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.Table1MenuItem.Name = "Table1MenuItem";
     this.Table1MenuItem.Size = new System.Drawing.Size(117, 22);
     this.Table1MenuItem.Text = "Table1";
     //
     // Field1MenuItem
     //
     this.Field1MenuItem.Name = "Field1MenuItem";
     this.Field1MenuItem.Size = new System.Drawing.Size(113, 22);
     this.Field1MenuItem.Text = "Field1";
     //
     // Bitmaps8x8
     //
     this.Bitmaps8x8.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Bitmaps8x8.ImageStream")));
     this.Bitmaps8x8.TransparentColor = System.Drawing.Color.Cyan;
     this.Bitmaps8x8.Images.SetKeyName(0, "DropDown8x8.bmp");
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(218, 6);
     //
     // ShowAxesTitlesMenuItem
     //
     this.ShowAxesTitlesMenuItem.Name = "ShowAxesTitlesMenuItem";
     this.ShowAxesTitlesMenuItem.Size = new System.Drawing.Size(221, 22);
     this.ShowAxesTitlesMenuItem.Text = "Show Axes Titles";
     //
     // ShowAxesScaleLabelsMenuItem
     //
     this.ShowAxesScaleLabelsMenuItem.Name = "ShowAxesScaleLabelsMenuItem";
     this.ShowAxesScaleLabelsMenuItem.Size = new System.Drawing.Size(221, 22);
     this.ShowAxesScaleLabelsMenuItem.Text = "Show Axes Scale Labels";
     //
     // ChartPropertiesContextMenu
     //
     this.ChartPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ShowLegendMenuItem,
         this.ShowAxisTitlesMenuItem,
         this.ShowAxisScaleLabelsMenuItem,
         this.TrellisDividerMenuItem,
         this.ZoomMenuItem,
         this.ResetZoomMenuItem,
         this.ZoomDividerMenuItem,
         this.SelectAllMenuItem,
         this.MarkedRowsMenuItem,
         this.toolStripMenuItem2,
         this.ShowFilterPanelMenuItem,
         this.ShowSelectedDataRowsPanelMenuItem,
         this.toolStripMenuItem4,
         this.CloseMenuItem,
         this.toolStripMenuItem1,
         this.PropertiesMenuItem
     });
     this.ChartPropertiesContextMenu.Name     = "SelectFieldMenu";
     this.ChartPropertiesContextMenu.Size     = new System.Drawing.Size(240, 298);
     this.ChartPropertiesContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ChartPropertiesContextMenu_Opening);
     //
     // ShowFilterPanelMenuItem
     //
     this.ShowFilterPanelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ShowFilterPanelMenuItem.Image")));
     this.ShowFilterPanelMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.ShowFilterPanelMenuItem.Name   = "ShowFilterPanelMenuItem";
     this.ShowFilterPanelMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ShowFilterPanelMenuItem.Text   = "Show Filter Panel";
     this.ShowFilterPanelMenuItem.Click += new System.EventHandler(this.ShowFilterPanelMenuItem_Click);
     //
     // ShowSelectedDataRowsPanelMenuItem
     //
     this.ShowSelectedDataRowsPanelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ShowSelectedDataRowsPanelMenuItem.Image")));
     this.ShowSelectedDataRowsPanelMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.ShowSelectedDataRowsPanelMenuItem.Name   = "ShowSelectedDataRowsPanelMenuItem";
     this.ShowSelectedDataRowsPanelMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ShowSelectedDataRowsPanelMenuItem.Text   = "Show Selected Data Rows Panel";
     this.ShowSelectedDataRowsPanelMenuItem.Click += new System.EventHandler(this.ShowSelectedDataRowsPanelMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(236, 6);
     //
     // ShowLegendMenuItem
     //
     this.ShowLegendMenuItem.Name   = "ShowLegendMenuItem";
     this.ShowLegendMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ShowLegendMenuItem.Text   = "Show Legend";
     this.ShowLegendMenuItem.Click += new System.EventHandler(this.ShowLegendMenuItem_Click);
     //
     // ShowAxisTitlesMenuItem
     //
     this.ShowAxisTitlesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.ShowAxisTitlesMenuItem.Name   = "ShowAxisTitlesMenuItem";
     this.ShowAxisTitlesMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ShowAxisTitlesMenuItem.Text   = "Show Axis Titles";
     this.ShowAxisTitlesMenuItem.Click += new System.EventHandler(this.ShowAxisTitlesMenuItem_Click);
     //
     // ShowAxisScaleLabelsMenuItem
     //
     this.ShowAxisScaleLabelsMenuItem.Name   = "ShowAxisScaleLabelsMenuItem";
     this.ShowAxisScaleLabelsMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ShowAxisScaleLabelsMenuItem.Text   = "Show Axis Scale Labels";
     this.ShowAxisScaleLabelsMenuItem.Click += new System.EventHandler(this.ShowAxisScaleLabelsMenuItem_Click);
     //
     // TrellisDividerMenuItem
     //
     this.TrellisDividerMenuItem.Name = "TrellisDividerMenuItem";
     this.TrellisDividerMenuItem.Size = new System.Drawing.Size(236, 6);
     //
     // ZoomMenuItem
     //
     this.ZoomMenuItem.Name   = "ZoomMenuItem";
     this.ZoomMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ZoomMenuItem.Text   = "Zoom...";
     this.ZoomMenuItem.Click += new System.EventHandler(this.ZoomMenuItem_Click);
     //
     // ResetZoomMenuItem
     //
     this.ResetZoomMenuItem.Name   = "ResetZoomMenuItem";
     this.ResetZoomMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.ResetZoomMenuItem.Text   = "Reset Zoom";
     this.ResetZoomMenuItem.Click += new System.EventHandler(this.ResetZoomMenuItem_Click);
     //
     // ZoomDividerMenuItem
     //
     this.ZoomDividerMenuItem.Name = "ZoomDividerMenuItem";
     this.ZoomDividerMenuItem.Size = new System.Drawing.Size(236, 6);
     //
     // SelectAllMenuItem
     //
     this.SelectAllMenuItem.Name   = "SelectAllMenuItem";
     this.SelectAllMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.SelectAllMenuItem.Text   = "Select All";
     this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllMenuItem_Click);
     //
     // MarkedRowsMenuItem
     //
     this.MarkedRowsMenuItem.Image = global::Mobius.ClientComponents.Properties.Resources.CheckOn;
     this.MarkedRowsMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.MarkedRowsMenuItem.Name             = "MarkedRowsMenuItem";
     this.MarkedRowsMenuItem.ShowShortcutKeys = false;
     this.MarkedRowsMenuItem.Size             = new System.Drawing.Size(239, 22);
     this.MarkedRowsMenuItem.Text             = "Marked Rows...";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(236, 6);
     //
     // PropertiesMenuItem
     //
     this.PropertiesMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PropertiesMenuItem.Image")));
     this.PropertiesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.PropertiesMenuItem.Name   = "PropertiesMenuItem";
     this.PropertiesMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.PropertiesMenuItem.Text   = "Properties...";
     this.PropertiesMenuItem.Click += new System.EventHandler(this.PropertiesMenuItem_Click);
     //
     // ToolTipController
     //
     this.ToolTipController.AutoPopDelay    = 1000000;
     this.ToolTipController.InitialDelay    = 1;
     this.ToolTipController.ReshowDelay     = 1;
     this.ToolTipController.ShowBeak        = true;
     this.ToolTipController.ToolTipLocation = DevExpress.Utils.ToolTipLocation.TopCenter;
     //
     // PointPropertiesContextMenu
     //
     this.PointPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.SelectPointMenuItem,
         this.MarkPointMenuItem
     });
     this.PointPropertiesContextMenu.Name = "PointPropertiesContextMenu";
     this.PointPropertiesContextMenu.Size = new System.Drawing.Size(142, 48);
     //
     // SelectPointMenuItem
     //
     this.SelectPointMenuItem.Name   = "SelectPointMenuItem";
     this.SelectPointMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.SelectPointMenuItem.Text   = "Select Point";
     this.SelectPointMenuItem.Click += new System.EventHandler(this.SelectPointMenuItem_Click);
     //
     // MarkPointMenuItem
     //
     this.MarkPointMenuItem.Name   = "MarkPointMenuItem";
     this.MarkPointMenuItem.Size   = new System.Drawing.Size(141, 22);
     this.MarkPointMenuItem.Text   = "Mark Point";
     this.MarkPointMenuItem.Click += new System.EventHandler(this.MarkPointMenuItem_Click);
     //
     // LegendPropertiesContextMenu
     //
     this.LegendPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.HideLegendMenuItem,
         this.toolStripSeparator1,
         this.LegendPropertiesMenuItem
     });
     this.LegendPropertiesContextMenu.Name = "SelectFieldMenu";
     this.LegendPropertiesContextMenu.Size = new System.Drawing.Size(147, 54);
     //
     // HideLegendMenuItem
     //
     this.HideLegendMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.HideLegendMenuItem.Name   = "HideLegendMenuItem";
     this.HideLegendMenuItem.Size   = new System.Drawing.Size(146, 22);
     this.HideLegendMenuItem.Text   = "Hide Legend";
     this.HideLegendMenuItem.Click += new System.EventHandler(this.HideLegendMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // LegendPropertiesMenuItem
     //
     this.LegendPropertiesMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("LegendPropertiesMenuItem.Image")));
     this.LegendPropertiesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan;
     this.LegendPropertiesMenuItem.Name   = "LegendPropertiesMenuItem";
     this.LegendPropertiesMenuItem.Size   = new System.Drawing.Size(146, 22);
     this.LegendPropertiesMenuItem.Text   = "Properties...";
     this.LegendPropertiesMenuItem.Click += new System.EventHandler(this.LegendPropertiesMenuItem_Click);
     //
     // MarkerSquareSmallImage
     //
     this.MarkerSquareSmallImage.EditValue = ((object)(resources.GetObject("MarkerSquareSmallImage.EditValue")));
     this.MarkerSquareSmallImage.Location  = new System.Drawing.Point(257, 69);
     this.MarkerSquareSmallImage.Name      = "MarkerSquareSmallImage";
     this.MarkerSquareSmallImage.Size      = new System.Drawing.Size(20, 20);
     this.MarkerSquareSmallImage.TabIndex  = 209;
     this.MarkerSquareSmallImage.Visible   = false;
     //
     // ChartControl
     //
     ////xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     ////xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     ////xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     ////xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartControl.Diagram         = xyDiagram1;
     this.ChartControl.Location        = new System.Drawing.Point(15, 13);
     this.ChartControl.Name            = "ChartControl";
     bubbleSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series1.Label = bubbleSeriesLabel1;
     series1.Name  = "Series 1";
     series1.View  = bubbleSeriesView1;
     bubbleSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
     series2.Label = bubbleSeriesLabel2;
     series2.Name  = "Series 2";
     series2.View  = bubbleSeriesView2;
     this.ChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     bubbleSeriesLabel3.LineVisibility      = DevExpress.Utils.DefaultBoolean.True;
     this.ChartControl.SeriesTemplate.Label = bubbleSeriesLabel3;
     this.ChartControl.SeriesTemplate.View  = bubbleSeriesView3;
     this.ChartControl.Size         = new System.Drawing.Size(298, 253);
     this.ChartControl.TabIndex     = 204;
     this.ChartControl.CustomPaint += new DevExpress.XtraCharts.CustomPaintEventHandler(this.ChartControl_CustomPaint);
     this.ChartControl.Paint       += new System.Windows.Forms.PaintEventHandler(this.ChartControl_Paint);
     //
     // TrellisPanel
     //
     this.TrellisPanel.Appearance.BackColor            = System.Drawing.Color.White;
     this.TrellisPanel.Appearance.Options.UseBackColor = true;
     this.TrellisPanel.Location = new System.Drawing.Point(26, 353);
     this.TrellisPanel.Name     = "TrellisPanel";
     this.TrellisPanel.Size     = new System.Drawing.Size(287, 242);
     this.TrellisPanel.TabIndex = 0;
     //
     // CloseMenuItem
     //
     this.CloseMenuItem.Name   = "CloseMenuItem";
     this.CloseMenuItem.Size   = new System.Drawing.Size(239, 22);
     this.CloseMenuItem.Text   = "Close";
     this.CloseMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(236, 6);
     //
     // ChartPanel
     //
     this.Appearance.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ChartControl);
     this.Controls.Add(this.TrellisPanel);
     this.Controls.Add(this.MarkerSquareSmallImage);
     this.Name = "ChartPanel";
     this.Size = new System.Drawing.Size(744, 611);
     this.SelectFieldMenu.ResumeLayout(false);
     this.ChartPropertiesContextMenu.ResumeLayout(false);
     this.PointPropertiesContextMenu.ResumeLayout(false);
     this.LegendPropertiesContextMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MarkerSquareSmallImage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartControl)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <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();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesView         bubbleSeriesView1 = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.XYDiagram                xyDiagram2        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series2           = new DevExpress.XtraCharts.Series();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.main_ms           = new DevComponents.DotNetBar.Metro.MetroShell();
     this.metroTabPanel1    = new DevComponents.DotNetBar.Metro.MetroTabPanel();
     this.logo_pb           = new System.Windows.Forms.PictureBox();
     this.work_time         = new DevComponents.DotNetBar.Metro.MetroTabPanel();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.metroTabPanel2    = new DevComponents.DotNetBar.Metro.MetroTabPanel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.metroAppButton1   = new DevComponents.DotNetBar.Metro.MetroAppButton();
     this.buttonItem2       = new DevComponents.DotNetBar.ButtonItem();
     this.mode_input        = new DevComponents.DotNetBar.ButtonItem();
     this.command1          = new DevComponents.DotNetBar.Command(this.components);
     this.metroTabItem1     = new DevComponents.DotNetBar.Metro.MetroTabItem();
     this.metroTabItem2     = new DevComponents.DotNetBar.Metro.MetroTabItem();
     this.metroTabItem3     = new DevComponents.DotNetBar.Metro.MetroTabItem();
     this.buttonItem1       = new DevComponents.DotNetBar.ButtonItem();
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.styleManager1     = new DevComponents.DotNetBar.StyleManager(this.components);
     this.metroStatusBar1   = new DevComponents.DotNetBar.Metro.MetroStatusBar();
     this.labelItem1        = new DevComponents.DotNetBar.LabelItem();
     this.main_tlp          = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.metroTilePanel1   = new DevComponents.DotNetBar.Metro.MetroTilePanel();
     this.itemContainer1    = new DevComponents.DotNetBar.ItemContainer();
     this.test_mti          = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.query_mti         = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.DevInput_mti      = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemContainer2    = new DevComponents.DotNetBar.ItemContainer();
     this.userman_mti       = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.step_mti          = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.bom_mti           = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.cj_mti            = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.mti_exit          = new DevComponents.DotNetBar.Metro.MetroTileItem();
     this.itemContainer3    = new DevComponents.DotNetBar.ItemContainer();
     this.microChartItem1   = new DevComponents.DotNetBar.MicroChartItem();
     this.microChartItem2   = new DevComponents.DotNetBar.MicroChartItem();
     this.microChartItem3   = new DevComponents.DotNetBar.MicroChartItem();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.main_ms.SuspendLayout();
     this.metroTabPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logo_pb)).BeginInit();
     this.work_time.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit();
     this.metroTabPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     this.main_tlp.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // main_ms
     //
     this.main_ms.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.main_ms.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     //
     //
     //
     this.main_ms.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.main_ms.CaptionVisible             = true;
     this.main_ms.Controls.Add(this.metroTabPanel1);
     this.main_ms.Controls.Add(this.work_time);
     this.main_ms.Controls.Add(this.metroTabPanel2);
     this.main_ms.Dock           = System.Windows.Forms.DockStyle.Top;
     this.main_ms.ForeColor      = System.Drawing.Color.Black;
     this.main_ms.HelpButtonText = "帮助";
     this.main_ms.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.metroAppButton1,
         this.metroTabItem1,
         this.metroTabItem2,
         this.metroTabItem3
     });
     this.main_ms.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.main_ms.Location    = new System.Drawing.Point(1, 1);
     this.main_ms.Name        = "main_ms";
     this.main_ms.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItem1,
         this.qatCustomizeItem1
     });
     this.main_ms.SettingsButtonText = "设置";
     this.main_ms.Size = new System.Drawing.Size(863, 218);
     this.main_ms.SystemText.MaximizeRibbonText         = "&Maximize the Ribbon";
     this.main_ms.SystemText.MinimizeRibbonText         = "Mi&nimize the Ribbon";
     this.main_ms.SystemText.QatAddItemText             = "&Add to Quick Access Toolbar";
     this.main_ms.SystemText.QatCustomizeMenuLabel      = "<b>Customize Quick Access Toolbar</b>";
     this.main_ms.SystemText.QatCustomizeText           = "&定义快速启动栏..";
     this.main_ms.SystemText.QatDialogAddButton         = "&Add >>";
     this.main_ms.SystemText.QatDialogCancelButton      = "Cancel";
     this.main_ms.SystemText.QatDialogCaption           = "定义快速启动栏";
     this.main_ms.SystemText.QatDialogCategoriesLabel   = "&Choose commands from:";
     this.main_ms.SystemText.QatDialogOkButton          = "OK";
     this.main_ms.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.main_ms.SystemText.QatDialogRemoveButton      = "&Remove";
     this.main_ms.SystemText.QatPlaceAboveRibbonText    = "&Place Quick Access Toolbar above the Ribbon";
     this.main_ms.SystemText.QatPlaceBelowRibbonText    = "&Place Quick Access Toolbar below the Ribbon";
     this.main_ms.SystemText.QatRemoveItemText          = "&Remove from Quick Access Toolbar";
     this.main_ms.TabIndex     = 0;
     this.main_ms.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.main_ms.Text         = "量具信息化管理系统";
     //
     // metroTabPanel1
     //
     this.metroTabPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.metroTabPanel1.Controls.Add(this.logo_pb);
     this.metroTabPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.metroTabPanel1.Location = new System.Drawing.Point(0, 52);
     this.metroTabPanel1.Name     = "metroTabPanel1";
     this.metroTabPanel1.Padding  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.metroTabPanel1.Size     = new System.Drawing.Size(863, 166);
     //
     //
     //
     this.metroTabPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.metroTabPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.metroTabPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTabPanel1.TabIndex = 1;
     //
     // logo_pb
     //
     this.logo_pb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.logo_pb.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.logo_pb.ForeColor = System.Drawing.Color.Black;
     this.logo_pb.Image     = global::NepslidingTools.Properties.Resources.timg;
     this.logo_pb.Location  = new System.Drawing.Point(3, 0);
     this.logo_pb.Name      = "logo_pb";
     this.logo_pb.Size      = new System.Drawing.Size(857, 163);
     this.logo_pb.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.logo_pb.TabIndex  = 0;
     this.logo_pb.TabStop   = false;
     //
     // work_time
     //
     this.work_time.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.work_time.Controls.Add(this.chartControl2);
     this.work_time.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.work_time.Location = new System.Drawing.Point(0, 52);
     this.work_time.Name     = "work_time";
     this.work_time.Padding  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.work_time.Size     = new System.Drawing.Size(843, 166);
     //
     //
     //
     this.work_time.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.work_time.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.work_time.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.work_time.TabIndex = 3;
     this.work_time.Visible  = false;
     //
     // chartControl2
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl2.Diagram   = xyDiagram1;
     this.chartControl2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.ForeColor = System.Drawing.Color.Empty;
     this.chartControl2.Location  = new System.Drawing.Point(3, 0);
     this.chartControl2.Name      = "chartControl2";
     series1.Name = "测试密集分布图";
     series1.View = bubbleSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(837, 163);
     this.chartControl2.TabIndex = 0;
     //
     // metroTabPanel2
     //
     this.metroTabPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.metroTabPanel2.Controls.Add(this.chartControl1);
     this.metroTabPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.metroTabPanel2.Location = new System.Drawing.Point(0, 52);
     this.metroTabPanel2.Name     = "metroTabPanel2";
     this.metroTabPanel2.Padding  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.metroTabPanel2.Size     = new System.Drawing.Size(843, 166);
     //
     //
     //
     this.metroTabPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.metroTabPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.metroTabPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTabPanel2.TabIndex = 2;
     this.metroTabPanel2.Visible  = false;
     //
     // chartControl1
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram              = xyDiagram2;
     this.chartControl1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.ForeColor            = System.Drawing.Color.Empty;
     this.chartControl1.Location             = new System.Drawing.Point(3, 0);
     this.chartControl1.LookAndFeel.SkinName = "Whiteprint";
     this.chartControl1.Name                 = "chartControl1";
     series2.Name = "设备";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2
     };
     this.chartControl1.Size     = new System.Drawing.Size(837, 163);
     this.chartControl1.TabIndex = 0;
     //
     // metroAppButton1
     //
     this.metroAppButton1.ImageFixedSize         = new System.Drawing.Size(16, 16);
     this.metroAppButton1.ImagePaddingHorizontal = 0;
     this.metroAppButton1.ImagePaddingVertical   = 0;
     this.metroAppButton1.Name = "metroAppButton1";
     this.metroAppButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItem2,
         this.mode_input
     });
     this.metroAppButton1.Text = "&快速选项";
     //
     // buttonItem2
     //
     this.buttonItem2.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonItem2.Icon")));
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.Text = "接入硬件";
     //
     // mode_input
     //
     this.mode_input.Checked = true;
     this.mode_input.Command = this.command1;
     this.mode_input.Icon    = ((System.Drawing.Icon)(resources.GetObject("mode_input.Icon")));
     this.mode_input.Name    = "mode_input";
     this.mode_input.Text    = "接入模型";
     //
     // command1
     //
     this.command1.Checked   = true;
     this.command1.Image     = global::NepslidingTools.Properties.Resources.icon;
     this.command1.Name      = "command1";
     this.command1.Text      = "asdasd ";
     this.command1.Visible   = true;
     this.command1.Executed += new System.EventHandler(this.command1_Executed);
     //
     // metroTabItem1
     //
     this.metroTabItem1.Checked = true;
     this.metroTabItem1.Name    = "metroTabItem1";
     this.metroTabItem1.Panel   = this.metroTabPanel1;
     this.metroTabItem1.Text    = "&主页";
     //
     // metroTabItem2
     //
     this.metroTabItem2.Name  = "metroTabItem2";
     this.metroTabItem2.Panel = this.metroTabPanel2;
     this.metroTabItem2.Text  = "&设备视图";
     //
     // metroTabItem3
     //
     this.metroTabItem3.Name  = "metroTabItem3";
     this.metroTabItem3.Panel = this.work_time;
     this.metroTabItem3.Text  = "&工作状态";
     //
     // buttonItem1
     //
     this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem1.ColorTable  = DevComponents.DotNetBar.eButtonColor.Flat;
     this.buttonItem1.Name        = "buttonItem1";
     this.buttonItem1.Text        = "快捷栏";
     this.buttonItem1.Click      += new System.EventHandler(this.buttonItem1_Click);
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.BeginGroup = true;
     this.qatCustomizeItem1.Name       = "qatCustomizeItem1";
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle         = DevComponents.DotNetBar.eStyle.Metro;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199))))));
     //
     // metroStatusBar1
     //
     this.metroStatusBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.metroStatusBar1.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
     this.metroStatusBar1.ContainerControlProcessDialogKey = true;
     this.metroStatusBar1.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.metroStatusBar1.DragDropSupport = true;
     this.metroStatusBar1.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.metroStatusBar1.ForeColor       = System.Drawing.Color.Black;
     this.metroStatusBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.labelItem1
     });
     this.metroStatusBar1.Location = new System.Drawing.Point(1, 631);
     this.metroStatusBar1.Name     = "metroStatusBar1";
     this.metroStatusBar1.Size     = new System.Drawing.Size(863, 21);
     this.metroStatusBar1.TabIndex = 1;
     this.metroStatusBar1.Text     = "metroStatusBar1";
     //
     // labelItem1
     //
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.Text = "READY";
     //
     // main_tlp
     //
     this.main_tlp.BackColor   = System.Drawing.Color.Transparent;
     this.main_tlp.ColumnCount = 3;
     this.main_tlp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.main_tlp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.main_tlp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.main_tlp.Controls.Add(this.panel1, 1, 0);
     this.main_tlp.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.main_tlp.ForeColor = System.Drawing.Color.Black;
     this.main_tlp.Location  = new System.Drawing.Point(1, 219);
     this.main_tlp.Name      = "main_tlp";
     this.main_tlp.RowCount  = 1;
     this.main_tlp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.main_tlp.Size     = new System.Drawing.Size(863, 412);
     this.main_tlp.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.metroTilePanel1);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(225, 3);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(514, 406);
     this.panel1.TabIndex  = 0;
     //
     // metroTilePanel1
     //
     //
     //
     //
     this.metroTilePanel1.BackgroundStyle.Class            = "MetroTilePanel";
     this.metroTilePanel1.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
     this.metroTilePanel1.ContainerControlProcessDialogKey = true;
     this.metroTilePanel1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.metroTilePanel1.DragDropSupport = true;
     this.metroTilePanel1.ForeColor       = System.Drawing.Color.Black;
     this.metroTilePanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer1,
         this.itemContainer2,
         this.itemContainer3
     });
     this.metroTilePanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.metroTilePanel1.Location          = new System.Drawing.Point(0, 0);
     this.metroTilePanel1.Name     = "metroTilePanel1";
     this.metroTilePanel1.Size     = new System.Drawing.Size(514, 406);
     this.metroTilePanel1.TabIndex = 0;
     this.metroTilePanel1.Text     = "metroTilePanel1";
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.MultiLine = true;
     this.itemContainer1.Name      = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.test_mti,
         this.query_mti,
         this.DevInput_mti
     });
     //
     //
     //
     this.itemContainer1.TitleStyle.Class      = "MetroTileGroupTitle";
     this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.TitleText             = "测量模块";
     //
     // test_mti
     //
     this.test_mti.Image = global::NepslidingTools.Properties.Resources.Desktop_72px_1197687_easyicon_net;
     this.test_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.test_mti.Name        = "test_mti";
     this.test_mti.SymbolColor = System.Drawing.Color.Empty;
     this.test_mti.Text        = "开始测量";
     this.test_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.test_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(102)))), ((int)(((byte)(172)))));
     this.test_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(102)))), ((int)(((byte)(172)))));
     this.test_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.test_mti.Click += new System.EventHandler(this.metroTileItem1_Click);
     //
     // query_mti
     //
     this.query_mti.Image = global::NepslidingTools.Properties.Resources.Desk_72px_1197686_easyicon_net;
     this.query_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.query_mti.Name        = "query_mti";
     this.query_mti.SymbolColor = System.Drawing.Color.Empty;
     this.query_mti.Text        = "数据查询";
     this.query_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.query_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(173)))), ((int)(((byte)(181)))));
     this.query_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(173)))), ((int)(((byte)(181)))));
     this.query_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.query_mti.Click += new System.EventHandler(this.query_mti_Click);
     //
     // DevInput_mti
     //
     this.DevInput_mti.Image = global::NepslidingTools.Properties.Resources.Tools_72px_1197713_easyicon_net;
     this.DevInput_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.DevInput_mti.ItemAlignment      = DevComponents.DotNetBar.eItemAlignment.Center;
     this.DevInput_mti.Name        = "DevInput_mti";
     this.DevInput_mti.Stretch     = true;
     this.DevInput_mti.SymbolColor = System.Drawing.Color.Empty;
     this.DevInput_mti.Text        = "硬件管理";
     this.DevInput_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.DevInput_mti.TileStyle.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(136)))), ((int)(((byte)(46)))));
     this.DevInput_mti.TileStyle.BackColor2   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(136)))), ((int)(((byte)(46)))));
     this.DevInput_mti.TileStyle.CornerType   = DevComponents.DotNetBar.eCornerType.Square;
     this.DevInput_mti.TileStyle.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.Character;
     this.DevInput_mti.TileStyle.WordWrap     = true;
     this.DevInput_mti.TitleTextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.DevInput_mti.TitleTextFont          = new System.Drawing.Font("Microsoft YaHei Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.DevInput_mti.Click += new System.EventHandler(this.DevInput_mti_Click);
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.MultiLine = true;
     this.itemContainer2.Name      = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.userman_mti,
         this.step_mti,
         this.bom_mti,
         this.cj_mti,
         this.mti_exit
     });
     //
     //
     //
     this.itemContainer2.TitleStyle.Class      = "MetroTileGroupTitle";
     this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.TitleText             = "管理模块";
     //
     // userman_mti
     //
     this.userman_mti.Image = global::NepslidingTools.Properties.Resources.Communication_72px_1197683_easyicon_net;
     this.userman_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.userman_mti.Name        = "userman_mti";
     this.userman_mti.SymbolColor = System.Drawing.Color.Empty;
     this.userman_mti.Text        = "用户管理";
     this.userman_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.userman_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(178)))), ((int)(((byte)(208)))));
     this.userman_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(178)))), ((int)(((byte)(208)))));
     this.userman_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.userman_mti.Click += new System.EventHandler(this.userman_mti_Click);
     //
     // step_mti
     //
     this.step_mti.Image = global::NepslidingTools.Properties.Resources.Code_Window_72px_1197680_easyicon_net;
     this.step_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.step_mti.Name        = "step_mti";
     this.step_mti.SymbolColor = System.Drawing.Color.Empty;
     this.step_mti.Text        = "设计流程模块";
     this.step_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.step_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(214)))), ((int)(((byte)(107)))));
     this.step_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(214)))), ((int)(((byte)(107)))));
     this.step_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.step_mti.Visible = false;
     this.step_mti.Click  += new System.EventHandler(this.step_mti_Click);
     //
     // bom_mti
     //
     this.bom_mti.Image = global::NepslidingTools.Properties.Resources.Gear_72px_1197692_easyicon_net;
     this.bom_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.bom_mti.Name        = "bom_mti";
     this.bom_mti.SymbolColor = System.Drawing.Color.Empty;
     this.bom_mti.Text        = "零件管理";
     this.bom_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.bom_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(110)))), ((int)(((byte)(7)))));
     this.bom_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(110)))), ((int)(((byte)(7)))));
     this.bom_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.bom_mti.Click += new System.EventHandler(this.bom_mti_Click);
     //
     // cj_mti
     //
     this.cj_mti.Image = global::NepslidingTools.Properties.Resources.Drawing_Tablet_72px_1197689_easyicon_net;
     this.cj_mti.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cj_mti.Name        = "cj_mti";
     this.cj_mti.SymbolColor = System.Drawing.Color.Empty;
     this.cj_mti.Text        = "软件设置和备份";
     this.cj_mti.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.cj_mti.TileStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(162)))), ((int)(((byte)(97)))));
     this.cj_mti.TileStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(162)))), ((int)(((byte)(97)))));
     this.cj_mti.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.cj_mti.Click += new System.EventHandler(this.cj_mti_Click);
     //
     // mti_exit
     //
     this.mti_exit.Image = global::NepslidingTools.Properties.Resources.exit_72px_1201055_easyicon_net;
     this.mti_exit.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.mti_exit.Name        = "mti_exit";
     this.mti_exit.SymbolColor = System.Drawing.Color.Empty;
     this.mti_exit.Text        = "退出";
     this.mti_exit.TileColor   = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
     //
     //
     //
     this.mti_exit.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.mti_exit.Click += new System.EventHandler(this.mti_exit_Click);
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.Name = "itemContainer3";
     //
     //
     //
     this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // microChartItem1
     //
     this.microChartItem1.Name = "microChartItem1";
     //
     // microChartItem2
     //
     this.microChartItem2.Name = "microChartItem2";
     //
     // microChartItem3
     //
     this.microChartItem3.Name = "microChartItem3";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(865, 653);
     this.Controls.Add(this.main_tlp);
     this.Controls.Add(this.metroStatusBar1);
     this.Controls.Add(this.main_ms);
     this.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "Main";
     this.Text        = "量具信息化管理系统";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Deactivate += new System.EventHandler(this.Main_Deactivate);
     this.Load       += new System.EventHandler(this.Main_Load);
     this.Leave      += new System.EventHandler(this.Main_Leave);
     this.main_ms.ResumeLayout(false);
     this.main_ms.PerformLayout();
     this.metroTabPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.logo_pb)).EndInit();
     this.work_time.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.metroTabPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.main_tlp.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido de este método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram        xyDiagram1        = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series           series1           = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView1 = new DevExpress.XtraCharts.BubbleSeriesView();
     DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView2 = new DevExpress.XtraCharts.BubbleSeriesView();
     this.dsDashboards1      = new Core.Controles.Dashboards.DataSet.dsDashboards();
     this.panel1             = new System.Windows.Forms.Panel();
     this.lblTituloDashboard = new DevExpress.XtraEditors.LabelControl();
     this.chartControl2      = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.dsDashboards1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // dsDashboards1
     //
     this.dsDashboards1.DataSetName             = "dsDashboards";
     this.dsDashboards1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(7, 48);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(497, 5);
     this.panel1.TabIndex  = 9;
     //
     // lblTituloDashboard
     //
     this.lblTituloDashboard.Appearance.Font                   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTituloDashboard.Appearance.Options.UseFont        = true;
     this.lblTituloDashboard.Appearance.Options.UseTextOptions = true;
     this.lblTituloDashboard.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lblTituloDashboard.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.lblTituloDashboard.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTituloDashboard.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblTituloDashboard.Location     = new System.Drawing.Point(7, 6);
     this.lblTituloDashboard.Margin       = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.lblTituloDashboard.Name         = "lblTituloDashboard";
     this.lblTituloDashboard.Size         = new System.Drawing.Size(497, 42);
     this.lblTituloDashboard.TabIndex     = 8;
     this.lblTituloDashboard.Text         = "VISITAS SEGUN CANAL DE SERVICIO";
     //
     // chartControl2
     //
     this.chartControl2.DataSource = this.dsDashboards1;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl2.Diagram           = xyDiagram1;
     this.chartControl2.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.Name       = "Default Legend";
     this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Location          = new System.Drawing.Point(7, 53);
     this.chartControl2.Name              = "chartControl2";
     series1.ArgumentDataMember           = "dtVisitasSegunCanalServicio.canal_servicio";
     series1.Name = "Serie1";
     series1.ValueDataMembersSerializable = "dtVisitasSegunCanalServicio.conteo_visitas;dtVisitasSegunCanalServicio.conteo_vis" +
                                            "itas";
     series1.View = bubbleSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.SeriesTemplate.SeriesColorizer = null;
     this.chartControl2.SeriesTemplate.View            = bubbleSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(497, 323);
     this.chartControl2.TabIndex = 10;
     //
     // ctlVisitasSegunCanalDeServicio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.chartControl2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblTituloDashboard);
     this.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximumSize = new System.Drawing.Size(513, 384);
     this.MinimumSize = new System.Drawing.Size(513, 384);
     this.Name        = "ctlVisitasSegunCanalDeServicio";
     this.Padding     = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.Size        = new System.Drawing.Size(511, 382);
     ((System.ComponentModel.ISupportInitialize)(this.dsDashboards1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }