/// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      this.dataSet1 = new System.Data.DataSet();
      this.dt = new System.Data.DataTable();
      this.ultraChart = new Infragistics.Win.UltraWinChart.UltraChart();
      this.chartExportToClipboardControl1 = new ChartExportToClipboardControl();
      this.showChartSeparateControl1 = new ChartShowSeparateControl();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      this.SuspendLayout();
      // 
      // dataSet1
      // 
      this.dataSet1.DataSetName = "NewDataSet";
      this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
            this.dt});
      // 
      // dt
      // 
      this.dt.TableName = "dt";
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:###0.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.Dock = System.Windows.Forms.DockStyle.Fill;
      this.ultraChart.Location = new System.Drawing.Point(0, 0);
      this.ultraChart.Name = "ultraChart";
      this.ultraChart.Size = new System.Drawing.Size(419, 297);
      this.ultraChart.TabIndex = 0;
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.DoubleClick += new System.EventHandler(this.ultraChart_DoubleClick);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(381, 3);
      this.chartExportToClipboardControl1.Name = "chartExportToClipboardControl1";
      this.chartExportToClipboardControl1.Size = new System.Drawing.Size(15, 16);
      this.chartExportToClipboardControl1.TabIndex = 9;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.showChartSeparateControl1.Location = new System.Drawing.Point(400, 3);
      this.showChartSeparateControl1.Name = "showChartSeparateControl1";
      this.showChartSeparateControl1.Size = new System.Drawing.Size(15, 16);
      this.showChartSeparateControl1.TabIndex = 7;
      // 
      // ChartControlBase
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.chartExportToClipboardControl1);
      this.Controls.Add(this.showChartSeparateControl1);
      this.Controls.Add(this.ultraChart);
      this.Name = "ChartControlBase";
      this.Size = new System.Drawing.Size(419, 297);
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance areaChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance areaChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance5 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance3 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance6 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance4 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries4 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries5 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries6 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 30;
      axisItem1.Key = "x_axis";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd/MM/yyyy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Key = "y_axis_Pnl";
      axisItem2.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.LineColor = System.Drawing.Color.White;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem3.Extent = 40;
      axisItem3.Key = "y_axis_ccyRate";
      axisItem3.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem3.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      axisItem3.Labels.ItemFormatString = "<DATA_VALUE:#0.0##>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Visible = true;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.Visible = true;
      axisItem3.LineColor = System.Drawing.Color.Orange;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Axes.Add(axisItem3);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 60);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Key = "axis_y_wts";
      axisItem4.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:#0.0##%>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Visible = true;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.Visible = true;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem5.Key = "axis_x_wts";
      axisItem5.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.ItemFormatString = "";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Visible = true;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.Visible = true;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 60, 100, 60);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "area2";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "x_axis";
      chartLayerAppearance1.AxisYKey = "y_axis_Pnl";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "layer_Pnl";
      chartLayerAppearance1.SeriesList = "seriesPnl";
      chartLayerAppearance2.AxisXKey = "x_axis";
      chartLayerAppearance2.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance2.ChartAreaKey = "area1";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.Thickness = 1;
      chartLayerAppearance2.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance2.Key = "layer_ccyRateLong";
      chartLayerAppearance2.SeriesList = "seriesCcyLong";
      chartLayerAppearance3.AxisXKey = "axis_x_wts";
      chartLayerAppearance3.AxisYKey = "axis_y_wts";
      chartLayerAppearance3.ChartAreaKey = "area2";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.AreaChart;
      areaChartAppearance1.LineDrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Solid;
      areaChartAppearance1.LineEndCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      areaChartAppearance1.LineStartCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance3.ChartTypeAppearance = areaChartAppearance1;
      chartLayerAppearance3.Key = "layer_LongWeight";
      chartLayerAppearance3.SeriesList = "seriesLongWeight";
      chartLayerAppearance4.AxisXKey = "axis_x_wts";
      chartLayerAppearance4.AxisYKey = "axis_y_wts";
      chartLayerAppearance4.ChartAreaKey = "area2";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.AreaChart;
      areaChartAppearance2.LineDrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Solid;
      areaChartAppearance2.LineEndCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      areaChartAppearance2.LineStartCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance4.ChartTypeAppearance = areaChartAppearance2;
      chartLayerAppearance4.Key = "layer_ShortWeight";
      chartLayerAppearance4.SeriesList = "seriesShortWeight";
      chartLayerAppearance5.AxisXKey = "x_axis";
      chartLayerAppearance5.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance5.ChartAreaKey = "area1";
      chartLayerAppearance5.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance3.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Flat;
      lineChartAppearance3.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance3.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Flat;
      lineChartAppearance3.Thickness = 1;
      chartLayerAppearance5.ChartTypeAppearance = lineChartAppearance3;
      chartLayerAppearance5.Key = "layer_ccyRateShort";
      chartLayerAppearance5.SeriesList = "seriesCcyShort";
      chartLayerAppearance6.AxisXKey = "x_axis";
      chartLayerAppearance6.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance6.ChartAreaKey = "area1";
      chartLayerAppearance6.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance4.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance4.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance4.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance6.ChartTypeAppearance = lineChartAppearance4;
      chartLayerAppearance6.Key = "layer_ccyRateFlat";
      chartLayerAppearance6.SeriesList = "seriesCcyFlat";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4,
            chartLayerAppearance5,
            chartLayerAppearance6});
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "seriesPnl";
      numericTimeSeries1.Label = "Pnl";
      numericTimeSeries2.Data.TimeValueColumn = "";
      numericTimeSeries2.Data.ValueColumn = "";
      numericTimeSeries2.Key = "seriesCcyLong";
      numericTimeSeries2.Label = "Ccy Rate";
      numericTimeSeries3.Data.TimeValueColumn = "";
      numericTimeSeries3.Data.ValueColumn = "";
      numericTimeSeries3.Key = "seriesLongWeight";
      numericTimeSeries3.Label = "Long Weight";
      numericTimeSeries4.Data.TimeValueColumn = "";
      numericTimeSeries4.Data.ValueColumn = "";
      numericTimeSeries4.Key = "seriesShortWeight";
      numericTimeSeries4.Label = "Short Weight";
      numericTimeSeries5.Data.TimeValueColumn = "";
      numericTimeSeries5.Data.ValueColumn = "";
      numericTimeSeries5.Key = "seriesCcyShort";
      numericTimeSeries5.Label = "Ccy Rate";
      numericTimeSeries6.Data.TimeValueColumn = "";
      numericTimeSeries6.Data.ValueColumn = "";
      numericTimeSeries6.Key = "seriesCcyFlat";
      numericTimeSeries6.Label = "Ccy Rate";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1,
            numericTimeSeries2,
            numericTimeSeries3,
            numericTimeSeries4,
            numericTimeSeries5,
            numericTimeSeries6});
      this.ultraChart.Size = new System.Drawing.Size(792, 421);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(773, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(754, 3);
      // 
      // WtPnlAnalysis2
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "WtPnlAnalysis2";
      this.Size = new System.Drawing.Size(792, 421);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem1.Extent = 40;
      axisItem1.Key = "xAxis_Line";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.ContinuousData;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "yAxis_Line";
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0##>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem3.Extent = 40;
      axisItem3.Key = "xAxis_Column";
      axisItem3.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Visible = true;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.Visible = true;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 40;
      axisItem4.Key = "yAxis_Column";
      axisItem4.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Visible = true;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.Visible = true;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y2_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Axes.Add(axisItem3);
      chartArea1.Axes.Add(axisItem4);
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // SeasonalityChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "SeasonalityChart";
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.CandleChartAppearance candleChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.CandleChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            this.SuspendLayout();
            // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.CandleChart;
            // 
            // ultraChart1
            // 
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE = paintElement1;
            this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL:dd-MMM-yy>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible = true;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = true;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL:MM-dd-yy>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.Visible = true;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y.TickmarkInterval = 0.5D;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval = 40000D;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = false;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.Border.Color = System.Drawing.Color.White;
            candleChartAppearance1.NegativeRangeColor = System.Drawing.Color.Blue;
            candleChartAppearance1.PositiveRangeColor = System.Drawing.Color.WhiteSmoke;
            candleChartAppearance1.SkipN = 15;
            candleChartAppearance1.WickColor = System.Drawing.Color.White;
            candleChartAppearance1.WicksInForeground = false;
            this.ultraChart1.CandleChart = candleChartAppearance1;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(968, 544);
            this.ultraChart1.TabIndex = 0;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // DeMarkChart3
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ultraChart1);
            this.Name = "DeMarkChart3";
            this.Size = new System.Drawing.Size(968, 544);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 40;
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.White;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineColor = System.Drawing.Color.White;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 40;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.White;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:###0.#%>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineColor = System.Drawing.Color.White;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.BackColor = System.Drawing.Color.Transparent;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
      paintElement2.Fill = System.Drawing.Color.Blue;
      paintElement2.FillGradientStyle = Infragistics.UltraChart.Shared.Styles.GradientStyle.BackwardDiagonal;
      paintElement2.FillStopColor = System.Drawing.Color.Black;
      paintElement2.Stroke = System.Drawing.Color.White;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2});
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // SimpleWtsColumnChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "SimpleWtsColumnChart";
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.StackColumnChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 30;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineThickness = 1;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 30;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:##0.#%>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineThickness = 1;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = false;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ColorBegin = System.Drawing.Color.LightSkyBlue;
      this.ultraChart.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      this.ultraChart.ColorModel.Skin.ApplyRowWise = false;
      this.ultraChart.Legend.Visible = true;
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // DatedReturnsChartAttributed
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "DatedReturnsChartAttributed";
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量时间 从");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量时间 从");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool8 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("绑定一次计量表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANCODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTITEM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LX");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FHDW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHDW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CYDW");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERFACTORY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUNDTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUND");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TERM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YCSFYC");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFSAMPLING");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFACCEPT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERIDCARD");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DFJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATASTATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADINSTORETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADINSTORETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADOUTSTORETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADOUTSTORETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADSTOREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FIRSTLABELID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADSTOREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 1776399);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 1776400);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 1776401);
     Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("12");
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTNO", -1, Infragistics.Win.DefaultableBoolean.False);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PLANCODE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARDNUMBER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CONTRACTNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CONTRACTITEM", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIAL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIALNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTTYPE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_LX", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_FHDW", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SHDW", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TRANSNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CYDW", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERFACTORY", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_POUNDTYPE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_POUND", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDGROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDTAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDNETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_WEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_WEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SHIFT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TERM", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_LOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YCSFYC", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_STOVENO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_COUNT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_SAMPLETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo40 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo41 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_CHECKTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo42 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo43 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo44 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_IFSAMPLING", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo45 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_IFACCEPT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo46 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DRIVERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo47 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DRIVERIDCARD", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo48 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo49 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_REWEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo50 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo51 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo52 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DFJZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo53 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BILLNUMBER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo54 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DATASTATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo55 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MEMO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo56 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo57 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKBL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo58 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PROVIDER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo59 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADINSTORETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo60 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo61 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo62 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_LOADINSTORETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo63 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADOUTSTORETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo64 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_LOADOUTSTORETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo65 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_LOADSTOREPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo66 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_FIRSTLABELID", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo67 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo68 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADSTOREPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo69 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo70 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo71 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraComboEditor1 = new System.Windows.Forms.ComboBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.EndTime = new System.Windows.Forms.DateTimePicker();
     this.BeginTime = new System.Windows.Forms.DateTimePicker();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataColumn113 = new System.Data.DataColumn();
     this.dataColumn114 = new System.Data.DataColumn();
     this.dataColumn115 = new System.Data.DataColumn();
     this.dataColumn176 = new System.Data.DataColumn();
     this.dataColumn177 = new System.Data.DataColumn();
     this.dataColumn178 = new System.Data.DataColumn();
     this.dataColumn179 = new System.Data.DataColumn();
     this.dataColumn180 = new System.Data.DataColumn();
     this.dataColumn181 = new System.Data.DataColumn();
     this.dataColumn182 = new System.Data.DataColumn();
     this.dataColumn183 = new System.Data.DataColumn();
     this.dataColumn184 = new System.Data.DataColumn();
     this.dataColumn185 = new System.Data.DataColumn();
     this.dataColumn186 = new System.Data.DataColumn();
     this.dataColumn187 = new System.Data.DataColumn();
     this.dataColumn188 = new System.Data.DataColumn();
     this.dataColumn189 = new System.Data.DataColumn();
     this.dataColumn204 = new System.Data.DataColumn();
     this.dataColumn205 = new System.Data.DataColumn();
     this.dataColumn206 = new System.Data.DataColumn();
     this.dataColumn207 = new System.Data.DataColumn();
     this.dataColumn208 = new System.Data.DataColumn();
     this.dataTable11 = new System.Data.DataTable();
     this.dataColumn129 = new System.Data.DataColumn();
     this.dataColumn130 = new System.Data.DataColumn();
     this.dataColumn131 = new System.Data.DataColumn();
     this.dataColumn132 = new System.Data.DataColumn();
     this.dataColumn133 = new System.Data.DataColumn();
     this.dataColumn134 = new System.Data.DataColumn();
     this.dataColumn135 = new System.Data.DataColumn();
     this.dataColumn136 = new System.Data.DataColumn();
     this.dataColumn137 = new System.Data.DataColumn();
     this.dataColumn138 = new System.Data.DataColumn();
     this.dataColumn139 = new System.Data.DataColumn();
     this.dataColumn140 = new System.Data.DataColumn();
     this.dataColumn141 = new System.Data.DataColumn();
     this.dataColumn142 = new System.Data.DataColumn();
     this.dataColumn143 = new System.Data.DataColumn();
     this.dataColumn144 = new System.Data.DataColumn();
     this.dataColumn145 = new System.Data.DataColumn();
     this.dataColumn146 = new System.Data.DataColumn();
     this.dataColumn147 = new System.Data.DataColumn();
     this.dataColumn148 = new System.Data.DataColumn();
     this.dataColumn149 = new System.Data.DataColumn();
     this.dataColumn150 = new System.Data.DataColumn();
     this.dataColumn151 = new System.Data.DataColumn();
     this.dataColumn152 = new System.Data.DataColumn();
     this.dataColumn153 = new System.Data.DataColumn();
     this.dataColumn154 = new System.Data.DataColumn();
     this.dataColumn155 = new System.Data.DataColumn();
     this.dataColumn156 = new System.Data.DataColumn();
     this.dataColumn159 = new System.Data.DataColumn();
     this.dataColumn161 = new System.Data.DataColumn();
     this.dataColumn163 = new System.Data.DataColumn();
     this.dataColumn167 = new System.Data.DataColumn();
     this.dataColumn168 = new System.Data.DataColumn();
     this.dataColumn169 = new System.Data.DataColumn();
     this.dataColumn170 = new System.Data.DataColumn();
     this.dataColumn190 = new System.Data.DataColumn();
     this.dataColumn191 = new System.Data.DataColumn();
     this.dataColumn192 = new System.Data.DataColumn();
     this.dataColumn195 = new System.Data.DataColumn();
     this.dataColumn196 = new System.Data.DataColumn();
     this.dataColumn197 = new System.Data.DataColumn();
     this.dataColumn198 = new System.Data.DataColumn();
     this.dataColumn199 = new System.Data.DataColumn();
     this.dataColumn200 = new System.Data.DataColumn();
     this.dataColumn201 = new System.Data.DataColumn();
     this.dataColumn202 = new System.Data.DataColumn();
     this.dataColumn203 = new System.Data.DataColumn();
     this.dataColumn209 = new System.Data.DataColumn();
     this.dataColumn210 = new System.Data.DataColumn();
     this.dataColumn211 = new System.Data.DataColumn();
     this.dataColumn212 = new System.Data.DataColumn();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultTPPic = new Infragistics.Win.Misc.UltraTilePanel();
     this.ultraTile1 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic1 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile2 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic2 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile3 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic3 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile4 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic4 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile5 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic5 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile9 = new Infragistics.Win.Misc.UltraTile();
     this.ultraChart11 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraTile7 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic7 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile8 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic8 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile6 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic6 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).BeginInit();
     this.ultTPPic.SuspendLayout();
     this.ultraTile1.SuspendLayout();
     this.ultraTile2.SuspendLayout();
     this.ultraTile3.SuspendLayout();
     this.ultraTile4.SuspendLayout();
     this.ultraTile5.SuspendLayout();
     this.ultraTile9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).BeginInit();
     this.ultraTile7.SuspendLayout();
     this.ultraTile8.SuspendLayout();
     this.ultraTile6.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraComboEditor1);
     this.panel1.Controls.Add(this.txtCarNo);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this.EndTime);
     this.panel1.Controls.Add(this.BeginTime);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(992, 26);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ultraComboEditor1.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.ultraComboEditor1, null);
     this.ultraComboEditor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ultraComboEditor1.FormattingEnabled = true;
     this.ultraComboEditor1.Location = new System.Drawing.Point(608, 4);
     this.ultraComboEditor1.Name = "ultraComboEditor1";
     this.ultraComboEditor1.Size = new System.Drawing.Size(91, 20);
     this.ultraComboEditor1.TabIndex = 704;
     this.coreBind.SetVerification(this.ultraComboEditor1, null);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(403, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(100, 21);
     this.txtCarNo.TabIndex = 11;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(992, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // EndTime
     //
     this.EndTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.EndTime, null);
     this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.EndTime.Location = new System.Drawing.Point(235, 2);
     this.EndTime.Name = "EndTime";
     this.EndTime.Size = new System.Drawing.Size(128, 21);
     this.EndTime.TabIndex = 15;
     this.coreBind.SetVerification(this.EndTime, null);
     //
     // BeginTime
     //
     this.BeginTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.BeginTime, null);
     this.BeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.BeginTime.Location = new System.Drawing.Point(79, 2);
     this.BeginTime.Name = "BeginTime";
     this.BeginTime.Size = new System.Drawing.Size(136, 21);
     this.BeginTime.TabIndex = 14;
     this.coreBind.SetVerification(this.BeginTime, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     controlContainerTool3.ControlName = "BeginTime";
     controlContainerTool3.InstanceProps.Width = 211;
     controlContainerTool4.ControlName = "EndTime";
     controlContainerTool4.InstanceProps.Width = 150;
     controlContainerTool5.ControlName = "txtCarNo";
     controlContainerTool5.InstanceProps.IsFirstInGroup = true;
     buttonTool4.InstanceProps.IsFirstInGroup = true;
     controlContainerTool7.ControlName = "ultraComboEditor1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool3,
     controlContainerTool4,
     controlContainerTool5,
     buttonTool2,
     buttonTool4,
     controlContainerTool7,
     buttonTool5});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     controlContainerTool1.ControlName = "BeginTime";
     controlContainerTool1.SharedPropsInternal.Caption = "计量时间 从";
     controlContainerTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool1.SharedPropsInternal.Width = 211;
     controlContainerTool2.ControlName = "EndTime";
     controlContainerTool2.SharedPropsInternal.Caption = "至";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Width = 150;
     buttonTool1.SharedPropsInternal.Caption = "查询";
     buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool3.SharedPropsInternal.Caption = "修改";
     buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool3.SharedPropsInternal.Visible = false;
     controlContainerTool6.ControlName = "txtCarNo";
     controlContainerTool6.SharedPropsInternal.Caption = "车号";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool8.ControlName = "ultraComboEditor1";
     controlContainerTool8.SharedPropsInternal.Caption = "计量点";
     controlContainerTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool6.SharedPropsInternal.Caption = "票据补打";
     buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool1,
     controlContainerTool2,
     buttonTool1,
     buttonTool3,
     controlContainerTool6,
     controlContainerTool8,
     buttonTool6});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(992, 28);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(992, 28);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(992, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable2,
     this.dataTable11,
     this.dataTable1});
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn51,
     this.dataColumn71,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn102,
     this.dataColumn101,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112,
     this.dataColumn113,
     this.dataColumn114,
     this.dataColumn115,
     this.dataColumn176,
     this.dataColumn177,
     this.dataColumn178,
     this.dataColumn179,
     this.dataColumn180,
     this.dataColumn181,
     this.dataColumn182,
     this.dataColumn183,
     this.dataColumn184,
     this.dataColumn185,
     this.dataColumn186,
     this.dataColumn187,
     this.dataColumn188,
     this.dataColumn189,
     this.dataColumn204,
     this.dataColumn205,
     this.dataColumn206,
     this.dataColumn207,
     this.dataColumn208});
     this.dataTable2.TableName = "一次计量表";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "作业编号";
     this.dataColumn4.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "预报号";
     this.dataColumn5.ColumnName = "FS_PLANCODE";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "合同号";
     this.dataColumn6.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "合同项目编号";
     this.dataColumn7.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "炉号";
     this.dataColumn8.ColumnName = "FS_STOVENO";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "支数";
     this.dataColumn9.ColumnName = "FN_COUNT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "卡号";
     this.dataColumn10.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "车号";
     this.dataColumn11.ColumnName = "FS_CARNO";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "重量";
     this.dataColumn12.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "计量点";
     this.dataColumn13.ColumnName = "FS_POUND";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "计量员";
     this.dataColumn14.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "计量时间";
     this.dataColumn15.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "班次";
     this.dataColumn16.ColumnName = "FS_SHIFT";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "流向";
     this.dataColumn17.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "发货单位";
     this.dataColumn18.ColumnName = "FS_SENDER";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "收货单位";
     this.dataColumn19.ColumnName = "FS_RECEIVER";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "承运单位";
     this.dataColumn20.ColumnName = "FS_TRANSNO";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "物料名称";
     this.dataColumn51.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "是否异常";
     this.dataColumn71.ColumnName = "FS_YCSFYC";
     //
     // dataColumn94
     //
     this.dataColumn94.Caption = "发货库存点代码";
     this.dataColumn94.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn95
     //
     this.dataColumn95.Caption = "收货库存点代码";
     this.dataColumn95.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn96
     //
     this.dataColumn96.Caption = "磅房编号";
     this.dataColumn96.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn97
     //
     this.dataColumn97.Caption = "预报总重";
     this.dataColumn97.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn98
     //
     this.dataColumn98.Caption = "预报皮重";
     this.dataColumn98.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn99
     //
     this.dataColumn99.Caption = "预报净量";
     this.dataColumn99.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn100
     //
     this.dataColumn100.Caption = "班别";
     this.dataColumn100.ColumnName = "FS_TERM";
     //
     // dataColumn102
     //
     this.dataColumn102.Caption = "发货单位";
     this.dataColumn102.ColumnName = "FS_FHDW";
     //
     // dataColumn101
     //
     this.dataColumn101.Caption = "收货单位";
     this.dataColumn101.ColumnName = "FS_SHDW";
     //
     // dataColumn103
     //
     this.dataColumn103.Caption = "承运单位";
     this.dataColumn103.ColumnName = "FS_CYDW";
     //
     // dataColumn104
     //
     this.dataColumn104.Caption = "流向";
     this.dataColumn104.ColumnName = "FS_LX";
     //
     // dataColumn105
     //
     this.dataColumn105.Caption = "装车入库时间";
     this.dataColumn105.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn106
     //
     this.dataColumn106.Caption = "装车出库时间";
     this.dataColumn106.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn113
     //
     this.dataColumn113.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn114
     //
     this.dataColumn114.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn115
     //
     this.dataColumn115.ColumnName = "FS_MATERIAL";
     //
     // dataColumn176
     //
     this.dataColumn176.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn177
     //
     this.dataColumn177.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn178
     //
     this.dataColumn178.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn179
     //
     this.dataColumn179.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn180
     //
     this.dataColumn180.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn181
     //
     this.dataColumn181.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn182
     //
     this.dataColumn182.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn183
     //
     this.dataColumn183.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn184
     //
     this.dataColumn184.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn185
     //
     this.dataColumn185.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn186
     //
     this.dataColumn186.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn187
     //
     this.dataColumn187.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn188
     //
     this.dataColumn188.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn189
     //
     this.dataColumn189.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn204
     //
     this.dataColumn204.Caption = "应扣量";
     this.dataColumn204.ColumnName = "FS_YKL";
     //
     // dataColumn205
     //
     this.dataColumn205.Caption = "复磅标志";
     this.dataColumn205.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn206
     //
     this.dataColumn206.Caption = "复磅确认时间";
     this.dataColumn206.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn207
     //
     this.dataColumn207.Caption = "复磅确认地点";
     this.dataColumn207.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn208
     //
     this.dataColumn208.Caption = "复磅确认员";
     this.dataColumn208.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataTable11
     //
     this.dataTable11.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn129,
     this.dataColumn130,
     this.dataColumn131,
     this.dataColumn132,
     this.dataColumn133,
     this.dataColumn134,
     this.dataColumn135,
     this.dataColumn136,
     this.dataColumn137,
     this.dataColumn138,
     this.dataColumn139,
     this.dataColumn140,
     this.dataColumn141,
     this.dataColumn142,
     this.dataColumn143,
     this.dataColumn144,
     this.dataColumn145,
     this.dataColumn146,
     this.dataColumn147,
     this.dataColumn148,
     this.dataColumn149,
     this.dataColumn150,
     this.dataColumn151,
     this.dataColumn152,
     this.dataColumn153,
     this.dataColumn154,
     this.dataColumn155,
     this.dataColumn156,
     this.dataColumn159,
     this.dataColumn161,
     this.dataColumn163,
     this.dataColumn167,
     this.dataColumn168,
     this.dataColumn169,
     this.dataColumn170,
     this.dataColumn190,
     this.dataColumn191,
     this.dataColumn192,
     this.dataColumn195,
     this.dataColumn196,
     this.dataColumn197,
     this.dataColumn198,
     this.dataColumn199,
     this.dataColumn200,
     this.dataColumn201,
     this.dataColumn202,
     this.dataColumn203,
     this.dataColumn209,
     this.dataColumn210,
     this.dataColumn211,
     this.dataColumn212,
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43});
     this.dataTable11.TableName = "绑定一次计量表";
     //
     // dataColumn129
     //
     this.dataColumn129.Caption = "作业编号";
     this.dataColumn129.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn130
     //
     this.dataColumn130.Caption = "预报号";
     this.dataColumn130.ColumnName = "FS_PLANCODE";
     //
     // dataColumn131
     //
     this.dataColumn131.Caption = "车证卡号";
     this.dataColumn131.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn132
     //
     this.dataColumn132.Caption = "车号";
     this.dataColumn132.ColumnName = "FS_CARNO";
     //
     // dataColumn133
     //
     this.dataColumn133.Caption = "合同号";
     this.dataColumn133.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn134
     //
     this.dataColumn134.Caption = "合同项目编号";
     this.dataColumn134.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn135
     //
     this.dataColumn135.Caption = "物资代码";
     this.dataColumn135.ColumnName = "FS_MATERIAL";
     //
     // dataColumn136
     //
     this.dataColumn136.Caption = "物料名称";
     this.dataColumn136.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn137
     //
     this.dataColumn137.Caption = "流向代码";
     this.dataColumn137.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn138
     //
     this.dataColumn138.Caption = "流向";
     this.dataColumn138.ColumnName = "FS_LX";
     //
     // dataColumn139
     //
     this.dataColumn139.Caption = "发货单位代码";
     this.dataColumn139.ColumnName = "FS_SENDER";
     //
     // dataColumn140
     //
     this.dataColumn140.Caption = "发货单位";
     this.dataColumn140.ColumnName = "FS_FHDW";
     //
     // dataColumn141
     //
     this.dataColumn141.Caption = "发货地点";
     this.dataColumn141.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn142
     //
     this.dataColumn142.Caption = "收货工厂代码";
     this.dataColumn142.ColumnName = "FS_RECEIVER";
     //
     // dataColumn143
     //
     this.dataColumn143.Caption = "收货单位";
     this.dataColumn143.ColumnName = "FS_SHDW";
     //
     // dataColumn144
     //
     this.dataColumn144.Caption = "承运方代码";
     this.dataColumn144.ColumnName = "FS_TRANSNO";
     //
     // dataColumn145
     //
     this.dataColumn145.Caption = "承运单位";
     this.dataColumn145.ColumnName = "FS_CYDW";
     //
     // dataColumn146
     //
     this.dataColumn146.Caption = "卸货地点";
     this.dataColumn146.ColumnName = "FS_RECEIVERFACTORY";
     //
     // dataColumn147
     //
     this.dataColumn147.Caption = "磅房编号";
     this.dataColumn147.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn148
     //
     this.dataColumn148.Caption = "计量点";
     this.dataColumn148.ColumnName = "FS_POUND";
     //
     // dataColumn149
     //
     this.dataColumn149.Caption = "预报总重";
     this.dataColumn149.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn150
     //
     this.dataColumn150.Caption = "预报皮重";
     this.dataColumn150.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn151
     //
     this.dataColumn151.Caption = "预报净量";
     this.dataColumn151.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn152
     //
     this.dataColumn152.Caption = "重量";
     this.dataColumn152.ColumnName = "FN_WEIGHT";
     //
     // dataColumn153
     //
     this.dataColumn153.Caption = "计量员";
     this.dataColumn153.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn154
     //
     this.dataColumn154.Caption = "计量时间";
     this.dataColumn154.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn155
     //
     this.dataColumn155.Caption = "班次";
     this.dataColumn155.ColumnName = "FS_SHIFT";
     //
     // dataColumn156
     //
     this.dataColumn156.Caption = "班别";
     this.dataColumn156.ColumnName = "FS_TERM";
     //
     // dataColumn159
     //
     this.dataColumn159.Caption = "卸货确认";
     this.dataColumn159.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn161
     //
     this.dataColumn161.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn163
     //
     this.dataColumn163.Caption = "取样员";
     this.dataColumn163.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn167
     //
     this.dataColumn167.Caption = "是否异常";
     this.dataColumn167.ColumnName = "FS_YCSFYC";
     //
     // dataColumn168
     //
     this.dataColumn168.Caption = "应扣量";
     this.dataColumn168.ColumnName = "FS_YKL";
     //
     // dataColumn169
     //
     this.dataColumn169.Caption = "炉号";
     this.dataColumn169.ColumnName = "FS_STOVENO";
     //
     // dataColumn170
     //
     this.dataColumn170.Caption = "支数";
     this.dataColumn170.ColumnName = "FN_COUNT";
     //
     // dataColumn190
     //
     this.dataColumn190.Caption = "取样时间";
     this.dataColumn190.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn191
     //
     this.dataColumn191.Caption = "取样点";
     this.dataColumn191.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn192
     //
     this.dataColumn192.Caption = "取样确认";
     this.dataColumn192.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn195
     //
     this.dataColumn195.Caption = "卸车点";
     this.dataColumn195.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn196
     //
     this.dataColumn196.Caption = "验收员";
     this.dataColumn196.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn197
     //
     this.dataColumn197.Caption = "验收时间";
     this.dataColumn197.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn198
     //
     this.dataColumn198.Caption = "验收点";
     this.dataColumn198.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn199
     //
     this.dataColumn199.Caption = "验收确认";
     this.dataColumn199.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn200
     //
     this.dataColumn200.Caption = "是否取样需要";
     this.dataColumn200.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn201
     //
     this.dataColumn201.Caption = "是否需要验收 ";
     this.dataColumn201.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn202
     //
     this.dataColumn202.Caption = "驾驶员姓名";
     this.dataColumn202.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn203
     //
     this.dataColumn203.Caption = "驾驶员身份证";
     this.dataColumn203.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn209
     //
     this.dataColumn209.Caption = "复磅确认";
     this.dataColumn209.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn210
     //
     this.dataColumn210.Caption = "复磅确认时间";
     this.dataColumn210.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn211
     //
     this.dataColumn211.Caption = "复磅确认地点";
     this.dataColumn211.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn212
     //
     this.dataColumn212.Caption = "复磅确认员";
     this.dataColumn212.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "对方净重";
     this.dataColumn1.ColumnName = "FS_DFJZ";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "单据编号";
     this.dataColumn2.ColumnName = "FS_BILLNUMBER";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "磅房启用状态";
     this.dataColumn3.ColumnName = "FS_DATASTATE";
     //
     // dataColumn33
     //
     this.dataColumn33.Caption = "录入状态";
     this.dataColumn33.ColumnName = "FS_MEMO";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "收货备注";
     this.dataColumn34.ColumnName = "FS_BZ";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "应扣比例";
     this.dataColumn35.ColumnName = "FS_YKBL";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "供应单位代码";
     this.dataColumn36.ColumnName = "FS_PROVIDER";
     //
     // dataColumn30
     //
     this.dataColumn30.Caption = "卸车入库时间";
     this.dataColumn30.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "卸货员";
     this.dataColumn31.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "收货地点";
     this.dataColumn32.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn37
     //
     this.dataColumn37.Caption = "装车入库时间";
     this.dataColumn37.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "卸车出库时间";
     this.dataColumn38.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn39
     //
     this.dataColumn39.Caption = "装车出库时间";
     this.dataColumn39.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "装车库管员";
     this.dataColumn40.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "一次磅单条码";
     this.dataColumn41.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "卸车时间";
     this.dataColumn42.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn26});
     this.dataTable1.TableName = "计量图片";
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "FB_IMAGE1";
     this.dataColumn21.DataType = typeof(byte[]);
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "FB_IMAGE2";
     this.dataColumn22.DataType = typeof(byte[]);
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FB_IMAGE3";
     this.dataColumn23.DataType = typeof(byte[]);
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FB_IMAGE4";
     this.dataColumn24.DataType = typeof(byte[]);
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FB_IMAGE5";
     this.dataColumn25.DataType = typeof(byte[]);
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FB_IMAGE7";
     this.dataColumn27.DataType = typeof(byte[]);
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FB_IMAGE8";
     this.dataColumn28.DataType = typeof(byte[]);
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FB_IMAGE6";
     this.dataColumn29.DataType = typeof(byte[]);
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_CURVEIMAGEONE";
     //
     // splitContainer1
     //
     this.coreBind.SetDatabasecommand(this.splitContainer1, null);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 26);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel1, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox3);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel2, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(992, 640);
     this.splitContainer1.SplitterDistance = 330;
     this.splitContainer1.TabIndex = 1;
     this.coreBind.SetVerification(this.splitContainer1, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(992, 330);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text = "数据查询";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     this.ultraGrid3.DataMember = "绑定一次计量表";
     this.ultraGrid3.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.Hidden = true;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.Hidden = true;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.Hidden = true;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.Hidden = true;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.Hidden = true;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 18;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 40;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.Hidden = true;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 24;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 28;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.Hidden = true;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.Hidden = true;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 34;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 42;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 44;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 46;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 48;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 50;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 56;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 58;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 52;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 54;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 56;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 58;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 68;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.Hidden = true;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.Hidden = true;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn39.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 82;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 84;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 86;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 43;
     ultraGridColumn44.Hidden = true;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 88;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn45.Header.VisiblePosition = 44;
     ultraGridColumn45.Hidden = true;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 90;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.Header.VisiblePosition = 45;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 60;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn47.Header.VisiblePosition = 46;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 62;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn48.Header.VisiblePosition = 47;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn48.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn49.Header.VisiblePosition = 48;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn49.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn50.Header.VisiblePosition = 49;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn50.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn51.Header.VisiblePosition = 50;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn51.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn52.Header.VisiblePosition = 51;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn52.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn53.Header.VisiblePosition = 52;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 64;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn54.Header.VisiblePosition = 53;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 66;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn55.Header.VisiblePosition = 54;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 68;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn56.Header.VisiblePosition = 55;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn57.Header.VisiblePosition = 56;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn58.Header.VisiblePosition = 57;
     ultraGridColumn58.Hidden = true;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 116;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn59.Header.VisiblePosition = 58;
     ultraGridColumn59.Hidden = true;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn60.Header.VisiblePosition = 59;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn61.Header.VisiblePosition = 60;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn62.Header.VisiblePosition = 61;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn63.Header.VisiblePosition = 62;
     ultraGridColumn63.Hidden = true;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn64.Header.VisiblePosition = 63;
     ultraGridColumn64.Hidden = true;
     ultraGridColumn64.RowLayoutColumnInfo.OriginX = 78;
     ultraGridColumn64.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn64.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn64.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn65.Header.VisiblePosition = 64;
     ultraGridColumn65.Hidden = true;
     ultraGridColumn65.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn65.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn65.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn65.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn66.Header.VisiblePosition = 65;
     ultraGridColumn66.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn66.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn66.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn66.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn66.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn67.Header.VisiblePosition = 66;
     ultraGridColumn67.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn67.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn67.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn67.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn67.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn67.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn68.Header.VisiblePosition = 67;
     ultraGridColumn68.Hidden = true;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63,
     ultraGridColumn64,
     ultraGridColumn65,
     ultraGridColumn66,
     ultraGridColumn67,
     ultraGridColumn68});
     ultraGridGroup1.Header.Caption = "重量";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 14;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 10;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup2.Header.Caption = "卸货";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 24;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup3.Header.Caption = "复磅";
     ultraGridGroup3.Key = "NewGroup2";
     ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup3.RowLayoutGroupInfo.OriginX = 32;
     ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup3.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup3.RowLayoutGroupInfo.SpanY = 4;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2,
     ultraGridGroup3});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
     rowLayoutColumnInfo1,
     rowLayoutColumnInfo2,
     rowLayoutColumnInfo3,
     rowLayoutColumnInfo4,
     rowLayoutColumnInfo5,
     rowLayoutColumnInfo6,
     rowLayoutColumnInfo7,
     rowLayoutColumnInfo8,
     rowLayoutColumnInfo9,
     rowLayoutColumnInfo10,
     rowLayoutColumnInfo11,
     rowLayoutColumnInfo12,
     rowLayoutColumnInfo13,
     rowLayoutColumnInfo14,
     rowLayoutColumnInfo15,
     rowLayoutColumnInfo16,
     rowLayoutColumnInfo17,
     rowLayoutColumnInfo18,
     rowLayoutColumnInfo19,
     rowLayoutColumnInfo20,
     rowLayoutColumnInfo21,
     rowLayoutColumnInfo22,
     rowLayoutColumnInfo23,
     rowLayoutColumnInfo24,
     rowLayoutColumnInfo25,
     rowLayoutColumnInfo26,
     rowLayoutColumnInfo27,
     rowLayoutColumnInfo28,
     rowLayoutColumnInfo29,
     rowLayoutColumnInfo30,
     rowLayoutColumnInfo31,
     rowLayoutColumnInfo32,
     rowLayoutColumnInfo33,
     rowLayoutColumnInfo34,
     rowLayoutColumnInfo35,
     rowLayoutColumnInfo36,
     rowLayoutColumnInfo37,
     rowLayoutColumnInfo38,
     rowLayoutColumnInfo39,
     rowLayoutColumnInfo40,
     rowLayoutColumnInfo41,
     rowLayoutColumnInfo42,
     rowLayoutColumnInfo43,
     rowLayoutColumnInfo44,
     rowLayoutColumnInfo45,
     rowLayoutColumnInfo46,
     rowLayoutColumnInfo47,
     rowLayoutColumnInfo48,
     rowLayoutColumnInfo49,
     rowLayoutColumnInfo50,
     rowLayoutColumnInfo51,
     rowLayoutColumnInfo52,
     rowLayoutColumnInfo53,
     rowLayoutColumnInfo54,
     rowLayoutColumnInfo55,
     rowLayoutColumnInfo56,
     rowLayoutColumnInfo57,
     rowLayoutColumnInfo58,
     rowLayoutColumnInfo59,
     rowLayoutColumnInfo60,
     rowLayoutColumnInfo61,
     rowLayoutColumnInfo62,
     rowLayoutColumnInfo63,
     rowLayoutColumnInfo64,
     rowLayoutColumnInfo65,
     rowLayoutColumnInfo66,
     rowLayoutColumnInfo67,
     rowLayoutColumnInfo68,
     rowLayoutColumnInfo69,
     rowLayoutColumnInfo70,
     rowLayoutColumnInfo71});
     rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
     rowLayout1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid3.DisplayLayout.GroupByBox.Prompt = "请拖动列到此,按该列进行分组";
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 8;
     appearance1.FontData.BoldAsString = "True";
     this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance1;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance2;
     appearance3.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance3;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid3.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance4.TextHAlignAsString = "Center";
     appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance4;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21;
     appearance5.TextVAlignAsString = "Middle";
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance5;
     appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance6;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance29.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance29.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance29;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(986, 309);
     this.ultraGrid3.TabIndex = 10;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid3_DoubleClick);
     //
     // ultraGroupBox3
     //
     appearance9.BackColor = System.Drawing.Color.White;
     appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGroupBox3.Appearance = appearance9;
     this.ultraGroupBox3.Controls.Add(this.ultTPPic);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(992, 306);
     this.ultraGroupBox3.TabIndex = 3;
     this.ultraGroupBox3.Text = "计量图片";
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultTPPic
     //
     appearance10.BackColor = System.Drawing.Color.White;
     appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultTPPic.Appearance = appearance10;
     this.coreBind.SetDatabasecommand(this.ultTPPic, null);
     this.ultTPPic.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultTPPic.LargeTileOrientation = Infragistics.Win.Misc.TileOrientation.Horizontal;
     this.ultTPPic.LargeTilePosition = Infragistics.Win.Misc.LargeTilePosition.Right;
     this.ultTPPic.Location = new System.Drawing.Point(3, 18);
     this.ultTPPic.Name = "ultTPPic";
     this.ultTPPic.NormalModeDimensions = new System.Drawing.Size(3, 3);
     this.ultTPPic.Size = new System.Drawing.Size(986, 285);
     this.ultTPPic.StyleLibraryName = "Offic2007";
     this.ultTPPic.StyleSetName = "Offic2007";
     this.ultTPPic.TabIndex = 0;
     this.ultTPPic.Tiles.Add(this.ultraTile1);
     this.ultTPPic.Tiles.Add(this.ultraTile2);
     this.ultTPPic.Tiles.Add(this.ultraTile3);
     this.ultTPPic.Tiles.Add(this.ultraTile4);
     this.ultTPPic.Tiles.Add(this.ultraTile5);
     this.ultTPPic.Tiles.Add(this.ultraTile9);
     this.ultTPPic.Tiles.Add(this.ultraTile7);
     this.ultTPPic.Tiles.Add(this.ultraTile8);
     this.ultTPPic.Tiles.Add(this.ultraTile6);
     appearance7.AlphaLevel = ((short)(214));
     appearance7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.BackColor2 = System.Drawing.SystemColors.Desktop;
     appearance7.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance7.BorderColor3DBase = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.ForeColorDisabled = System.Drawing.Color.Transparent;
     this.ultTPPic.TileSettings.Appearance = appearance7;
     appearance8.AlphaLevel = ((short)(253));
     appearance8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance8.BackColor2 = System.Drawing.SystemColors.Highlight;
     appearance8.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance8.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Centered;
     appearance8.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance8.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.ultTPPic.TileSettings.HeaderAppearance = appearance8;
     this.ultTPPic.TileSettings.HeaderPosition = Infragistics.Win.Misc.TileHeaderPosition.Top;
     this.coreBind.SetVerification(this.ultTPPic, null);
     //
     // ultraTile1
     //
     this.ultraTile1.Caption = "图像1";
     this.ultraTile1.Control = this.ulpic1;
     this.ultraTile1.Controls.Add(this.ulpic1);
     this.coreBind.SetDatabasecommand(this.ultraTile1, null);
     this.ultraTile1.Name = "ultraTile1";
     this.ultraTile1.PositionInNormalMode = new System.Drawing.Point(0, 0);
     appearance12.BackColor = System.Drawing.Color.White;
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.Appearance = appearance12;
     appearance13.BackColor = System.Drawing.Color.White;
     appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.HeaderAppearance = appearance13;
     this.ultraTile1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTile1, null);
     //
     // ulpic1
     //
     this.ulpic1.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic1, null);
     this.ulpic1.Location = new System.Drawing.Point(0, 18);
     this.ulpic1.Name = "ulpic1";
     this.ulpic1.Size = new System.Drawing.Size(309, 82);
     this.ulpic1.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic1, null);
     //
     // ultraTile2
     //
     this.ultraTile2.Caption = "图像2";
     this.ultraTile2.Control = this.ulpic2;
     this.ultraTile2.Controls.Add(this.ulpic2);
     this.coreBind.SetDatabasecommand(this.ultraTile2, null);
     this.ultraTile2.Name = "ultraTile2";
     this.ultraTile2.PositionInNormalMode = new System.Drawing.Point(1, 0);
     appearance17.BackColor = System.Drawing.Color.White;
     appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile2.Settings.Appearance = appearance17;
     appearance18.BackColor = System.Drawing.Color.White;
     appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile2.Settings.HeaderAppearance = appearance18;
     this.ultraTile2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraTile2, null);
     //
     // ulpic2
     //
     this.ulpic2.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic2, null);
     this.ulpic2.Location = new System.Drawing.Point(0, 18);
     this.ulpic2.Name = "ulpic2";
     this.ulpic2.Size = new System.Drawing.Size(309, 82);
     this.ulpic2.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic2, null);
     //
     // ultraTile3
     //
     this.ultraTile3.Caption = "图像3";
     this.ultraTile3.Control = this.ulpic3;
     this.ultraTile3.Controls.Add(this.ulpic3);
     this.coreBind.SetDatabasecommand(this.ultraTile3, null);
     this.ultraTile3.Name = "ultraTile3";
     this.ultraTile3.PositionInNormalMode = new System.Drawing.Point(2, 0);
     appearance19.BackColor = System.Drawing.Color.White;
     appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile3.Settings.Appearance = appearance19;
     appearance20.BackColor = System.Drawing.Color.White;
     appearance20.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile3.Settings.HeaderAppearance = appearance20;
     this.ultraTile3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraTile3, null);
     //
     // ulpic3
     //
     this.ulpic3.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic3, null);
     this.ulpic3.Location = new System.Drawing.Point(0, 18);
     this.ulpic3.Name = "ulpic3";
     this.ulpic3.Size = new System.Drawing.Size(309, 82);
     this.ulpic3.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic3, null);
     //
     // ultraTile4
     //
     this.ultraTile4.Caption = "图像4";
     this.ultraTile4.Control = this.ulpic4;
     this.ultraTile4.Controls.Add(this.ulpic4);
     this.coreBind.SetDatabasecommand(this.ultraTile4, null);
     this.ultraTile4.Name = "ultraTile4";
     this.ultraTile4.PositionInNormalMode = new System.Drawing.Point(0, 1);
     appearance21.BackColor = System.Drawing.Color.White;
     appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile4.Settings.Appearance = appearance21;
     appearance22.BackColor = System.Drawing.Color.White;
     appearance22.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile4.Settings.HeaderAppearance = appearance22;
     this.ultraTile4.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraTile4, null);
     //
     // ulpic4
     //
     this.ulpic4.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic4, null);
     this.ulpic4.Location = new System.Drawing.Point(0, 18);
     this.ulpic4.Name = "ulpic4";
     this.ulpic4.Size = new System.Drawing.Size(309, 82);
     this.ulpic4.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic4, null);
     //
     // ultraTile5
     //
     this.ultraTile5.Caption = "图像5";
     this.ultraTile5.Control = this.ulpic5;
     this.ultraTile5.Controls.Add(this.ulpic5);
     this.coreBind.SetDatabasecommand(this.ultraTile5, null);
     this.ultraTile5.Name = "ultraTile5";
     this.ultraTile5.PositionInNormalMode = new System.Drawing.Point(1, 1);
     appearance23.BackColor = System.Drawing.Color.White;
     appearance23.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile5.Settings.Appearance = appearance23;
     appearance24.BackColor = System.Drawing.Color.White;
     appearance24.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile5.Settings.HeaderAppearance = appearance24;
     this.ultraTile5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraTile5, null);
     //
     // ulpic5
     //
     this.ulpic5.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic5, null);
     this.ulpic5.Location = new System.Drawing.Point(0, 18);
     this.ulpic5.Name = "ulpic5";
     this.ulpic5.Size = new System.Drawing.Size(309, 82);
     this.ulpic5.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic5, null);
     //
     // ultraTile9
     //
     this.ultraTile9.Caption = "一次计量动态曲线图数据";
     this.ultraTile9.Control = this.ultraChart11;
     this.ultraTile9.Controls.Add(this.ultraChart11);
     this.coreBind.SetDatabasecommand(this.ultraTile9, null);
     this.ultraTile9.Name = "ultraTile9";
     this.ultraTile9.PositionInNormalMode = new System.Drawing.Point(2, 2);
     appearance11.BackColor = System.Drawing.Color.White;
     appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile9.Settings.Appearance = appearance11;
     appearance14.BackColor = System.Drawing.Color.White;
     appearance14.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile9.Settings.HeaderAppearance = appearance14;
     this.ultraTile9.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraTile9, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart11.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart11
     //
     this.ultraChart11.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart11.Axis.PE = paintElement1;
     this.ultraChart11.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.Visible = false;
     this.ultraChart11.Axis.X.LineThickness = 1;
     this.ultraChart11.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart11.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X.Visible = false;
     this.ultraChart11.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.Visible = false;
     this.ultraChart11.Axis.X2.LineThickness = 1;
     this.ultraChart11.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X2.Visible = false;
     this.ultraChart11.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.LineThickness = 1;
     this.ultraChart11.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y.Visible = true;
     this.ultraChart11.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.Visible = false;
     this.ultraChart11.Axis.Y2.LineThickness = 1;
     this.ultraChart11.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y2.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y2.Visible = false;
     this.ultraChart11.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.Visible = false;
     this.ultraChart11.Axis.Z.LineThickness = 1;
     this.ultraChart11.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z.Visible = false;
     this.ultraChart11.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.Visible = false;
     this.ultraChart11.Axis.Z2.LineThickness = 1;
     this.ultraChart11.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z2.Visible = false;
     this.ultraChart11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart11.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart11.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart11.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart11.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.coreBind.SetDatabasecommand(this.ultraChart11, null);
     this.ultraChart11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart11.Effects.Effects.Add(gradientEffect1);
     this.ultraChart11.Location = new System.Drawing.Point(0, 18);
     this.ultraChart11.Name = "ultraChart11";
     this.ultraChart11.Size = new System.Drawing.Size(309, 82);
     this.ultraChart11.TabIndex = 5;
     this.ultraChart11.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart11, null);
     //
     // ultraTile7
     //
     this.ultraTile7.Caption = "图像7";
     this.ultraTile7.Control = this.ulpic7;
     this.ultraTile7.Controls.Add(this.ulpic7);
     this.coreBind.SetDatabasecommand(this.ultraTile7, null);
     this.ultraTile7.Name = "ultraTile7";
     this.ultraTile7.PositionInNormalMode = new System.Drawing.Point(0, 2);
     appearance25.BackColor = System.Drawing.Color.White;
     appearance25.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile7.Settings.Appearance = appearance25;
     appearance26.BackColor = System.Drawing.Color.White;
     appearance26.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile7.Settings.HeaderAppearance = appearance26;
     this.ultraTile7.TabIndex = 6;
     this.coreBind.SetVerification(this.ultraTile7, null);
     //
     // ulpic7
     //
     this.ulpic7.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic7, null);
     this.ulpic7.Location = new System.Drawing.Point(0, 18);
     this.ulpic7.Name = "ulpic7";
     this.ulpic7.Size = new System.Drawing.Size(309, 82);
     this.ulpic7.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic7, null);
     //
     // ultraTile8
     //
     this.ultraTile8.Caption = "图像8";
     this.ultraTile8.Control = this.ulpic8;
     this.ultraTile8.Controls.Add(this.ulpic8);
     this.coreBind.SetDatabasecommand(this.ultraTile8, null);
     this.ultraTile8.Name = "ultraTile8";
     this.ultraTile8.PositionInNormalMode = new System.Drawing.Point(1, 2);
     appearance27.BackColor = System.Drawing.Color.White;
     appearance27.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile8.Settings.Appearance = appearance27;
     appearance28.BackColor = System.Drawing.Color.White;
     appearance28.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile8.Settings.HeaderAppearance = appearance28;
     this.ultraTile8.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraTile8, null);
     //
     // ulpic8
     //
     this.ulpic8.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic8, null);
     this.ulpic8.Location = new System.Drawing.Point(0, 18);
     this.ulpic8.Name = "ulpic8";
     this.ulpic8.Size = new System.Drawing.Size(309, 82);
     this.ulpic8.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic8, null);
     //
     // ultraTile6
     //
     this.ultraTile6.Caption = "图像6";
     this.ultraTile6.Control = this.ulpic6;
     this.ultraTile6.Controls.Add(this.ulpic6);
     this.coreBind.SetDatabasecommand(this.ultraTile6, null);
     this.ultraTile6.Name = "ultraTile6";
     this.ultraTile6.PositionInNormalMode = new System.Drawing.Point(2, 1);
     appearance15.BackColor = System.Drawing.Color.White;
     appearance15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile6.Settings.Appearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.White;
     appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile6.Settings.HeaderAppearance = appearance16;
     this.ultraTile6.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraTile6, null);
     //
     // ulpic6
     //
     this.ulpic6.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic6, null);
     this.ulpic6.Location = new System.Drawing.Point(0, 18);
     this.ulpic6.Name = "ulpic6";
     this.ulpic6.Size = new System.Drawing.Size(309, 82);
     this.ulpic6.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic6, null);
     //
     // MeasureDataOneQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 666);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "MeasureDataOneQuery";
     this.Text = "一次计量数据查询";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.MeasureDataOneQuery_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).EndInit();
     this.ultTPPic.ResumeLayout(false);
     this.ultraTile1.ResumeLayout(false);
     this.ultraTile2.ResumeLayout(false);
     this.ultraTile3.ResumeLayout(false);
     this.ultraTile4.ResumeLayout(false);
     this.ultraTile5.ResumeLayout(false);
     this.ultraTile9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).EndInit();
     this.ultraTile7.ResumeLayout(false);
     this.ultraTile8.ResumeLayout(false);
     this.ultraTile6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement1     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect1   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance1 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     this.pnlMiddle              = new System.Windows.Forms.Panel();
     this.pnlCondition1          = new System.Windows.Forms.Panel();
     this.udcCUSFromToCondition1 = new Miracom.SmartWeb.UI.Controls.udcCUSFromToCondition();
     this.cdvLotType             = new Miracom.SmartWeb.UI.Controls.udcCUSCondition();
     this.udcPeriod1             = new Miracom.SmartWeb.UI.Controls.udcPeriod();
     this.cdvFactory             = new Miracom.SmartWeb.UI.Controls.udcCUSCondition();
     this.splitContainer         = new System.Windows.Forms.SplitContainer();
     this.ultraChart1            = new Infragistics.Win.UltraWinChart.UltraChart();
     this.spdData        = new FarPoint.Win.Spread.FpSpread();
     this.spdData_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.pnlDetailCondition2.SuspendLayout();
     this.pnlDetailCondition1.SuspendLayout();
     this.pnlDetail.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlMiddle.SuspendLayout();
     this.pnlCondition1.SuspendLayout();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // udcCondition1
     //
     this.udcCondition1.ConditionText = "Material";
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.splitContainer);
     this.pnlMain.Location = new System.Drawing.Point(0, 125);
     this.pnlMain.Size     = new System.Drawing.Size(800, 475);
     //
     // btnView
     //
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // btnExcelExport
     //
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnExcelExport.Click += new System.EventHandler(this.btnExcelExport_Click);
     //
     // btnClose
     //
     this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnDetail
     //
     this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // pnlMiddle
     //
     this.pnlMiddle.BackColor   = System.Drawing.Color.Transparent;
     this.pnlMiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlMiddle.Controls.Add(this.pnlCondition1);
     this.pnlMiddle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlMiddle.Location = new System.Drawing.Point(0, 86);
     this.pnlMiddle.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlMiddle.Name     = "pnlMiddle";
     this.pnlMiddle.Padding  = new System.Windows.Forms.Padding(0, 8, 0, 8);
     this.pnlMiddle.Size     = new System.Drawing.Size(800, 39);
     this.pnlMiddle.TabIndex = 5;
     //
     // pnlCondition1
     //
     this.pnlCondition1.Controls.Add(this.udcCUSFromToCondition1);
     this.pnlCondition1.Controls.Add(this.cdvLotType);
     this.pnlCondition1.Controls.Add(this.udcPeriod1);
     this.pnlCondition1.Controls.Add(this.cdvFactory);
     this.pnlCondition1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCondition1.Location = new System.Drawing.Point(0, 8);
     this.pnlCondition1.Name     = "pnlCondition1";
     this.pnlCondition1.Size     = new System.Drawing.Size(798, 24);
     this.pnlCondition1.TabIndex = 9;
     //
     // udcCUSFromToCondition1
     //
     this.udcCUSFromToCondition1.BackColor     = System.Drawing.Color.White;
     this.udcCUSFromToCondition1.ConditionText = "Operation";
     this.udcCUSFromToCondition1.CondtionType  = Miracom.SmartWeb.UI.Controls.udcCUSFromToCondition.eFromToType.OPER;
     this.udcCUSFromToCondition1.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.udcCUSFromToCondition1.Location      = new System.Drawing.Point(201, 0);
     this.udcCUSFromToCondition1.MandatoryFlag = true;
     this.udcCUSFromToCondition1.Name          = "udcCUSFromToCondition1";
     this.udcCUSFromToCondition1.ParentValue   = "";
     this.udcCUSFromToCondition1.sFactory      = "";
     this.udcCUSFromToCondition1.Size          = new System.Drawing.Size(290, 21);
     this.udcCUSFromToCondition1.sTableName    = "";
     this.udcCUSFromToCondition1.TabIndex      = 3;
     //
     // cdvLotType
     //
     this.cdvLotType.BackColor          = System.Drawing.Color.White;
     this.cdvLotType.bMultiSelect       = true;
     this.cdvLotType.ConditionText      = "Lot Type";
     this.cdvLotType.CondtionType       = Miracom.SmartWeb.UI.Controls.udcCondition.eConditionype.TABLE;
     this.cdvLotType.Font               = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvLotType.Location           = new System.Drawing.Point(203, 0);
     this.cdvLotType.MandatoryFlag      = false;
     this.cdvLotType.Name               = "cdvLotType";
     this.cdvLotType.ParentValue        = "";
     this.cdvLotType.sFactory           = "FABBLW";
     this.cdvLotType.Size               = new System.Drawing.Size(180, 21);
     this.cdvLotType.sTableName         = "LOT_TYPE";
     this.cdvLotType.TabIndex           = 2;
     this.cdvLotType.VisibleValueButton = true;
     //
     // udcPeriod1
     //
     this.udcPeriod1.BackColor    = System.Drawing.Color.White;
     this.udcPeriod1.CalendarBase = false;
     this.udcPeriod1.Factory      = "SYSTEM";
     this.udcPeriod1.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.udcPeriod1.Location     = new System.Drawing.Point(404, 0);
     this.udcPeriod1.Name         = "udcPeriod1";
     this.udcPeriod1.PeriodType   = Miracom.SmartWeb.UI.Controls.udcPeriod.ePeriodType.COMBO;
     this.udcPeriod1.Size         = new System.Drawing.Size(280, 21);
     this.udcPeriod1.Step         = '\0';
     this.udcPeriod1.TabIndex     = 1;
     //
     // cdvFactory
     //
     this.cdvFactory.BackColor                 = System.Drawing.Color.White;
     this.cdvFactory.bMultiSelect              = false;
     this.cdvFactory.ConditionText             = "Factory";
     this.cdvFactory.CondtionType              = Miracom.SmartWeb.UI.Controls.udcCondition.eConditionype.FACTORY;
     this.cdvFactory.Font                      = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvFactory.Location                  = new System.Drawing.Point(3, 0);
     this.cdvFactory.MandatoryFlag             = true;
     this.cdvFactory.Name                      = "cdvFactory";
     this.cdvFactory.ParentValue               = "";
     this.cdvFactory.sFactory                  = "FABBLW";
     this.cdvFactory.Size                      = new System.Drawing.Size(180, 21);
     this.cdvFactory.sTableName                = "LOT_TYPE";
     this.cdvFactory.TabIndex                  = 0;
     this.cdvFactory.VisibleValueButton        = true;
     this.cdvFactory.ValueSelectedItemChanged += new Miracom.UI.MCCodeViewSelChangedHandler(this.cdvFactory_ValueSelectedItemChanged);
     //
     // splitContainer
     //
     this.splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location    = new System.Drawing.Point(3, 3);
     this.splitContainer.Name        = "splitContainer";
     this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.ultraChart1);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.spdData);
     this.splitContainer.Size             = new System.Drawing.Size(794, 472);
     this.splitContainer.SplitterDistance = 256;
     this.splitContainer.TabIndex         = 6;
     //
     // ultraChart1
     //
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE                                     = paintElement1;
     this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.LineThickness                        = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible                              = true;
     this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.LineThickness                       = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible                             = false;
     this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness                        = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Y.TickmarkInterval                     = 20;
     this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible                              = true;
     this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.LineThickness                       = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval                    = 20;
     this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible                             = false;
     this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.LineThickness                        = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible                              = false;
     this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.LineThickness                       = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible                             = false;
     this.ultraChart1.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
     this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.ultraChart1.Dock                                        = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Legend.SpanPercentage = 20;
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name     = "ultraChart1";
     this.ultraChart1.Size     = new System.Drawing.Size(794, 256);
     this.ultraChart1.TabIndex = 19;
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance1.ZRotation  = 4F;
     this.ultraChart1.Transform3D = view3DAppearance1;
     this.ultraChart1.Visible     = false;
     //
     // spdData
     //
     this.spdData.About = "4.0.2001.2005";
     this.spdData.AccessibleDescription = "spdData, Sheet1, Row 0, Column 0, ";
     this.spdData.BackColor             = System.Drawing.Color.White;
     this.spdData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spdData.Location = new System.Drawing.Point(0, 0);
     this.spdData.Name     = "spdData";
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size     = new System.Drawing.Size(794, 212);
     this.spdData.TabIndex = 30;
     this.spdData.Visible  = false;
     //
     // spdData_Sheet1
     //
     this.spdData_Sheet1.Reset();
     this.spdData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdData_Sheet1.ColumnCount    = 0;
     this.spdData_Sheet1.RowCount       = 0;
     this.spdData_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdData.SetActiveViewport(0, 1, 1);
     //
     // Sample01
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.pnlMiddle);
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Name  = "Sample01";
     this.Load += new System.EventHandler(this.Sample01_Load);
     this.Controls.SetChildIndex(this.pnlDetail, 0);
     this.Controls.SetChildIndex(this.pnlMiddle, 0);
     this.Controls.SetChildIndex(this.pnlMain, 0);
     this.pnlDetailCondition2.ResumeLayout(false);
     this.pnlDetailCondition1.ResumeLayout(false);
     this.pnlDetail.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMiddle.ResumeLayout(false);
     this.pnlCondition1.ResumeLayout(false);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.BoxSetSeries boxSetSeries1 = new Infragistics.UltraChart.Resources.Appearance.BoxSetSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem1.Key = "axisTop_X";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.ContinuousData;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axisTop_Y";
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0#>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.TickmarkInterval = 0.2D;
      axisItem2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 66);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "areaTop";
      chartArea1.PE = paintElement2;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem3.Key = "axisBottom_X";
      axisItem3.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem3.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Visible = true;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.Visible = true;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 40;
      axisItem4.Key = "axisBottom_Y";
      axisItem4.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:#0.0#>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Visible = true;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.Visible = true;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.TickmarkInterval = 0.5D;
      axisItem4.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      chartArea2.Axes.Add(axisItem3);
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 66, 100, 34);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "areaBottom";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "axisBottom_X";
      chartLayerAppearance1.AxisYKey = "axisBottom_Y";
      chartLayerAppearance1.ChartAreaKey = "areaBottom";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance1.Key = "chartLayer_ColumnChart_DiffFromFit";
      chartLayerAppearance1.SeriesList = "seriesDiffFromFit";
      chartLayerAppearance2.AxisXKey = "axisTop_X";
      chartLayerAppearance2.AxisYKey = "axisTop_Y";
      chartLayerAppearance2.ChartAreaKey = "areaTop";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BoxChart;
      chartLayerAppearance2.Key = "chartLayer_BoxChart_Range";
      chartLayerAppearance2.SeriesList = "seriesBoxChart";
      chartLayerAppearance3.AxisXKey = "axisTop_X";
      chartLayerAppearance3.AxisYKey = "axisTop_Y";
      chartLayerAppearance3.ChartAreaKey = "areaTop";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance1.Thickness = 2;
      chartLayerAppearance3.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance3.Key = "chartLayer_LineChart_LiveSpread";
      chartLayerAppearance3.SeriesList = "seriesLive";
      chartLayerAppearance4.AxisXKey = "axisTop_X";
      chartLayerAppearance4.AxisYKey = "axisTop_Y";
      chartLayerAppearance4.ChartAreaKey = "areaTop";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Square;
      lineChartAppearance2.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Square;
      chartLayerAppearance4.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance4.Key = "chartLayer_LineChart_SpreadT-1";
      chartLayerAppearance4.SeriesList = "seriesYesterday";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4});
      boxSetSeries1.Data.MaxColumn = "";
      boxSetSeries1.Data.MinColumn = "";
      boxSetSeries1.Data.Q1Column = "";
      boxSetSeries1.Data.Q2Column = "";
      boxSetSeries1.Data.Q3Column = "";
      boxSetSeries1.Key = "seriesBoxChart";
      boxSetSeries1.Label = "Spread range";
      numericSeries1.Key = "seriesDiffFromFit";
      numericSeries1.Label = "Difference from fit";
      numericSeries2.Key = "seriesLive";
      numericSeries2.Label = "Live difference";
      paintElement5.Fill = System.Drawing.Color.DeepSkyBlue;
      numericSeries2.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement5});
      numericSeries3.Key = "seriesYesterday";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            boxSetSeries1,
            numericSeries1,
            numericSeries2,
            numericSeries3});
      this.ultraChart.Size = new System.Drawing.Size(743, 585);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(724, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(705, 3);
      // 
      // BondSpreadChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "BondSpreadChart";
      this.Size = new System.Drawing.Size(743, 585);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      this.lblTitle = new SI.Controls.Label();
      this.cmbRollType = new SI.Controls.BoundComboBox();
      this.pbTech = new System.Windows.Forms.PictureBox();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.cmbRollType)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pbTech)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 48;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.TickmarkInterval = 1D;
      this.ultraChart.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Weeks;
      this.ultraChart.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 46;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 1D;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.Border.Thickness = 0;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      paintElement2.Fill = System.Drawing.Color.White;
      paintElement2.Stroke = System.Drawing.Color.White;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2});
      this.ultraChart.Data.SwapRowsAndColumns = true;
      this.ultraChart.EmptyChartText = "Cumulative returns chart";
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      lineChartAppearance1.TreatDateTimeAsString = false;
      this.ultraChart.LineChart = lineChartAppearance1;
      this.ultraChart.Size = new System.Drawing.Size(417, 295);
      this.ultraChart.Tooltips.FormatString = "<TIME_VALUE:dd MMM yy>: <DATA_VALUE:###0.##>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(398, 3);
      // 
      // lblTitle
      // 
      this.lblTitle.AutoSize = true;
      this.lblTitle.BackColorInternal = System.Drawing.Color.White;
      this.lblTitle.Location = new System.Drawing.Point(174, 2);
      this.lblTitle.Name = "lblTitle";
      this.lblTitle.Size = new System.Drawing.Size(84, 14);
      this.lblTitle.TabIndex = 9;
      this.lblTitle.Text = "Rolling <wotsit>";
      // 
      // cmbRollType
      // 
      this.cmbRollType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
      this.cmbRollType.Location = new System.Drawing.Point(3, 2);
      this.cmbRollType.Name = "cmbRollType";
      this.cmbRollType.Size = new System.Drawing.Size(60, 21);
      this.cmbRollType.TabIndex = 10;
      // 
      // pbTech
      // 
      this.pbTech.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.pbTech.Image = global::SI.ReturnsEvalDisplay.Resources.scatter;
      this.pbTech.Location = new System.Drawing.Point(3, 272);
      this.pbTech.Name = "pbTech";
      this.pbTech.Size = new System.Drawing.Size(20, 20);
      this.pbTech.TabIndex = 11;
      this.pbTech.TabStop = false;
      this.pbTech.Click += new System.EventHandler(this.pbTech_Click);
      // 
      // RollingSharpeChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.BackColor = System.Drawing.Color.White;
      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.Controls.Add(this.pbTech);
      this.Controls.Add(this.cmbRollType);
      this.Controls.Add(this.lblTitle);
      this.Name = "RollingSharpeChart";
      this.Size = new System.Drawing.Size(417, 295);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.lblTitle, 0);
      this.Controls.SetChildIndex(this.cmbRollType, 0);
      this.Controls.SetChildIndex(this.pbTech, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.cmbRollType)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pbTech)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }
Example #11
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();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("FitnessHistory", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ChromosomeID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POPSupplyingID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FitnessPorts");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FitnessShips");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FitnessChromosome");
            Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement1   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.dQueueService   = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ds = new CoEVO.Forms.ds();
            this.splitContainer2             = new System.Windows.Forms.SplitContainer();
            this.comboBox1                   = new System.Windows.Forms.ComboBox();
            this.label2                      = new System.Windows.Forms.Label();
            this.label1                      = new System.Windows.Forms.Label();
            this.dChart                      = new Infragistics.Win.UltraWinChart.UltraChart();
            this.fitnessHistoryBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dPOPSupplying               = new System.Windows.Forms.ComboBox();
            this.portsBindingSource          = new System.Windows.Forms.BindingSource(this.components);
            this.dsBindingSource             = new System.Windows.Forms.BindingSource(this.components);
            this.queueServiceBindingSource   = new System.Windows.Forms.BindingSource(this.components);
            this.scheduleBindingSource       = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dQueueService)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fitnessHistoryBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.portsBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.queueServiceBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scheduleBindingSource)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer1
            //
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name        = "splitContainer1";
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.dQueueService);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size             = new System.Drawing.Size(1150, 545);
            this.splitContainer1.SplitterDistance = 603;
            this.splitContainer1.TabIndex         = 0;
            //
            // dQueueService
            //
            this.dQueueService.DataSource = this.fitnessHistoryBindingSource;
            appearance1.BackColor         = System.Drawing.SystemColors.Window;
            appearance1.BorderColor       = System.Drawing.SystemColors.InactiveCaption;
            this.dQueueService.DisplayLayout.Appearance = appearance1;
            ultraGridColumn7.Header.VisiblePosition     = 0;
            ultraGridColumn8.Header.VisiblePosition     = 1;
            ultraGridColumn9.Header.VisiblePosition     = 2;
            ultraGridColumn10.Header.VisiblePosition    = 3;
            ultraGridColumn11.Header.VisiblePosition    = 4;
            ultraGridColumn12.Header.VisiblePosition    = 5;
            ultraGridBand1.Columns.AddRange(new object[] {
                ultraGridColumn7,
                ultraGridColumn8,
                ultraGridColumn9,
                ultraGridColumn10,
                ultraGridColumn11,
                ultraGridColumn12
            });
            this.dQueueService.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.dQueueService.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
            this.dQueueService.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance2.BackColor         = System.Drawing.SystemColors.ActiveBorder;
            appearance2.BackColor2        = System.Drawing.SystemColors.ControlDark;
            appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance2.BorderColor       = System.Drawing.SystemColors.Window;
            this.dQueueService.DisplayLayout.GroupByBox.Appearance = appearance2;
            appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
            this.dQueueService.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
            this.dQueueService.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance4.BackColor         = System.Drawing.SystemColors.ControlLightLight;
            appearance4.BackColor2        = System.Drawing.SystemColors.Control;
            appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance4.ForeColor         = System.Drawing.SystemColors.GrayText;
            this.dQueueService.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
            this.dQueueService.DisplayLayout.MaxColScrollRegions         = 1;
            this.dQueueService.DisplayLayout.MaxRowScrollRegions         = 1;
            appearance5.BackColor = System.Drawing.SystemColors.Window;
            appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
            this.dQueueService.DisplayLayout.Override.ActiveCellAppearance = appearance5;
            appearance6.BackColor = System.Drawing.SystemColors.Highlight;
            appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.dQueueService.DisplayLayout.Override.ActiveRowAppearance = appearance6;
            this.dQueueService.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.dQueueService.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance7.BackColor = System.Drawing.SystemColors.Window;
            this.dQueueService.DisplayLayout.Override.CardAreaAppearance = appearance7;
            appearance8.BorderColor  = System.Drawing.Color.Silver;
            appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.dQueueService.DisplayLayout.Override.CellAppearance  = appearance8;
            this.dQueueService.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.dQueueService.DisplayLayout.Override.CellPadding     = 0;
            this.dQueueService.DisplayLayout.Override.FilterUIType    = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            appearance9.BackColor             = System.Drawing.SystemColors.Control;
            appearance9.BackColor2            = System.Drawing.SystemColors.ControlDark;
            appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance9.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
            appearance9.BorderColor           = System.Drawing.SystemColors.Window;
            this.dQueueService.DisplayLayout.Override.GroupByRowAppearance = appearance9;
            appearance10.TextHAlignAsString = "Left";
            this.dQueueService.DisplayLayout.Override.HeaderAppearance  = appearance10;
            this.dQueueService.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.dQueueService.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance11.BackColor   = System.Drawing.SystemColors.Window;
            appearance11.BorderColor = System.Drawing.Color.Silver;
            this.dQueueService.DisplayLayout.Override.RowAppearance = appearance11;
            this.dQueueService.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
            appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
            this.dQueueService.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
            this.dQueueService.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.dQueueService.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.dQueueService.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
            this.dQueueService.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.dQueueService.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dQueueService.Location     = new System.Drawing.Point(0, 0);
            this.dQueueService.Name         = "dQueueService";
            this.dQueueService.Size         = new System.Drawing.Size(601, 543);
            this.dQueueService.TabIndex     = 2;
            this.dQueueService.Text         = "ultraGrid1";
            this.dQueueService.DoubleClick += new System.EventHandler(this.dQueueService_DoubleClick);
            //
            // ds
            //
            this.ds.DataSetName             = "ds";
            this.ds.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            //
            // splitContainer2
            //
            this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name        = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer2.Panel1
            //
            this.splitContainer2.Panel1.Controls.Add(this.comboBox1);
            this.splitContainer2.Panel1.Controls.Add(this.dPOPSupplying);
            this.splitContainer2.Panel1.Controls.Add(this.label2);
            this.splitContainer2.Panel1.Controls.Add(this.label1);
            this.splitContainer2.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer2_Panel1_Paint);
            //
            // splitContainer2.Panel2
            //
            this.splitContainer2.Panel2.Controls.Add(this.dChart);
            this.splitContainer2.Size             = new System.Drawing.Size(543, 545);
            this.splitContainer2.SplitterDistance = 134;
            this.splitContainer2.TabIndex         = 0;
            //
            // comboBox1
            //
            this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
                "FitnessPorts",
                "FitnessShips",
                "FitnessChromosome"
            });
            this.comboBox1.Location              = new System.Drawing.Point(173, 24);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new System.Drawing.Size(128, 21);
            this.comboBox1.TabIndex              = 1;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.dOptionFitness_SelectedIndexChanged);
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(170, 8);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(59, 13);
            this.label2.TabIndex = 0;
            this.label2.Text     = "Chart Type";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 8);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(33, 13);
            this.label1.TabIndex = 0;
            this.label1.Text     = "Data:";
            //
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//
            this.dChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            //
            // dChart
            //
            this.dChart.Axis.BackColor                              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType                               = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill                                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.dChart.Axis.PE                                     = paintElement1;
            this.dChart.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.dChart.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
            this.dChart.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.dChart.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.dChart.Axis.X.Labels.SeriesLabels.FormatString     = "";
            this.dChart.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.dChart.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.X.Labels.SeriesLabels.Visible          = true;
            this.dChart.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.X.Labels.Visible                       = true;
            this.dChart.Axis.X.LineThickness                        = 1;
            this.dChart.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.X.MajorGridLines.Visible               = true;
            this.dChart.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.dChart.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.X.MinorGridLines.Visible               = false;
            this.dChart.Axis.X.TickmarkIntervalType                 = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.dChart.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.X.Visible                              = true;
            this.dChart.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.dChart.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
            this.dChart.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
            this.dChart.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.dChart.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.dChart.Axis.X2.Labels.SeriesLabels.FormatString    = "";
            this.dChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.dChart.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.dChart.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.X2.Labels.SeriesLabels.Visible         = true;
            this.dChart.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.X2.Labels.Visible                      = false;
            this.dChart.Axis.X2.LineThickness                       = 1;
            this.dChart.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.X2.MajorGridLines.Visible              = true;
            this.dChart.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.dChart.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.X2.MinorGridLines.Visible              = false;
            this.dChart.Axis.X2.TickmarkIntervalType                = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.dChart.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.X2.Visible                             = false;
            this.dChart.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.dChart.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
            this.dChart.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
            this.dChart.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.dChart.Axis.Y.Labels.SeriesLabels.FormatString     = "";
            this.dChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Far;
            this.dChart.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Y.Labels.SeriesLabels.Visible          = true;
            this.dChart.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Y.Labels.Visible                       = true;
            this.dChart.Axis.Y.LineThickness                        = 1;
            this.dChart.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Y.MajorGridLines.Visible               = true;
            this.dChart.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.dChart.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Y.MinorGridLines.Visible               = false;
            this.dChart.Axis.Y.TickmarkInterval                     = 50D;
            this.dChart.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.Y.Visible                              = true;
            this.dChart.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.dChart.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
            this.dChart.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.dChart.Axis.Y2.Labels.SeriesLabels.FormatString    = "";
            this.dChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Y2.Labels.SeriesLabels.Visible         = true;
            this.dChart.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Y2.Labels.Visible                      = false;
            this.dChart.Axis.Y2.LineThickness                       = 1;
            this.dChart.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Y2.MajorGridLines.Visible              = true;
            this.dChart.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.dChart.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Y2.MinorGridLines.Visible              = false;
            this.dChart.Axis.Y2.TickmarkInterval                    = 50D;
            this.dChart.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.Y2.Visible                             = false;
            this.dChart.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.dChart.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Z.Labels.ItemFormatString              = "<ITEM_LABEL>";
            this.dChart.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.dChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Z.Labels.SeriesLabels.Visible          = true;
            this.dChart.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Z.Labels.Visible                       = false;
            this.dChart.Axis.Z.LineThickness                        = 1;
            this.dChart.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Z.MajorGridLines.Visible               = true;
            this.dChart.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.dChart.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.dChart.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Z.MinorGridLines.Visible               = false;
            this.dChart.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.Z.Visible                              = false;
            this.dChart.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.dChart.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Z2.Labels.ItemFormatString             = "<ITEM_LABEL>";
            this.dChart.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.dChart.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.dChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.dChart.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.dChart.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.dChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Z2.Labels.SeriesLabels.Visible         = true;
            this.dChart.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.dChart.Axis.Z2.Labels.Visible                      = false;
            this.dChart.Axis.Z2.LineThickness                       = 1;
            this.dChart.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.dChart.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Z2.MajorGridLines.Visible              = true;
            this.dChart.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.dChart.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.dChart.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.dChart.Axis.Z2.MinorGridLines.Visible              = false;
            this.dChart.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.dChart.Axis.Z2.Visible                             = false;
            this.dChart.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
            this.dChart.ColorModel.AlphaLevel                       = ((byte)(150));
            this.dChart.ColorModel.ColorBegin                       = System.Drawing.Color.Pink;
            this.dChart.ColorModel.ColorEnd                         = System.Drawing.Color.DarkRed;
            this.dChart.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.dChart.Data.SwapRowsAndColumns                     = true;
            this.dChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dChart.Effects.Effects.Add(gradientEffect1);
            this.dChart.Location = new System.Drawing.Point(0, 0);
            this.dChart.Name     = "dChart";
            this.dChart.Size     = new System.Drawing.Size(541, 405);
            this.dChart.TabIndex = 0;
            this.dChart.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
            this.dChart.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            //
            // fitnessHistoryBindingSource
            //
            this.fitnessHistoryBindingSource.DataMember = "FitnessHistory";
            this.fitnessHistoryBindingSource.DataSource = this.ds;
            //
            // dPOPSupplying
            //
            this.dPOPSupplying.DataSource        = this.ds;
            this.dPOPSupplying.DisplayMember     = "Ports.Description";
            this.dPOPSupplying.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.dPOPSupplying.FormattingEnabled = true;
            this.dPOPSupplying.Location          = new System.Drawing.Point(6, 24);
            this.dPOPSupplying.Name                  = "dPOPSupplying";
            this.dPOPSupplying.Size                  = new System.Drawing.Size(128, 21);
            this.dPOPSupplying.TabIndex              = 1;
            this.dPOPSupplying.ValueMember           = "Ports.ID";
            this.dPOPSupplying.SelectedIndexChanged += new System.EventHandler(this.dOptionFitness_SelectedIndexChanged);
            //
            // portsBindingSource
            //
            this.portsBindingSource.DataMember = "Ports";
            this.portsBindingSource.DataSource = this.ds;
            //
            // dsBindingSource
            //
            this.dsBindingSource.DataSource = this.ds;
            this.dsBindingSource.Position   = 0;
            //
            // queueServiceBindingSource
            //
            this.queueServiceBindingSource.DataMember = "QueueService";
            this.queueServiceBindingSource.DataSource = this.ds;
            //
            // scheduleBindingSource
            //
            this.scheduleBindingSource.DataMember = "Schedule";
            this.scheduleBindingSource.DataSource = this.ds;
            //
            // fViews
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1150, 545);
            this.Controls.Add(this.splitContainer1);
            this.Name          = "fViews";
            this.ShowIcon      = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "fViews";
            this.Load         += new System.EventHandler(this.fViews_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dQueueService)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fitnessHistoryBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.portsBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.queueServiceBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scheduleBindingSource)).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()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinSchedule.DayOfWeekLook dayOfWeekLook1 = new Infragistics.Win.UltraWinSchedule.DayOfWeekLook(System.DayOfWeek.Sunday);
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement1   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.ChartArea      chartArea1      = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
            Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement2   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement3   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrcamentos_HistoricoCotacoes));
            this.ultraCalendarInfo1    = new Infragistics.Win.UltraWinSchedule.UltraCalendarInfo(this.components);
            this.ultraCalendarLook1    = new Infragistics.Win.UltraWinSchedule.UltraCalendarLook(this.components);
            this.ultraTilePanel1       = new Infragistics.Win.Misc.UltraTilePanel();
            this.ultraTile1            = new Infragistics.Win.Misc.UltraTile();
            this.ultraMonthViewSingle1 = new Infragistics.Win.UltraWinSchedule.UltraMonthViewSingle();
            this.cms            = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmMesAtual    = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmMesAnterior = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm1Tri        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm2Tri        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm3Tri        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm4Tri        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm1Sem        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm2Sem        = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmAnoAtual    = new System.Windows.Forms.ToolStripMenuItem();
            this.ultraTile2     = new Infragistics.Win.Misc.UltraTile();
            this.ultraChart1    = new Infragistics.Win.UltraWinChart.UltraChart();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTilePanel1)).BeginInit();
            this.ultraTilePanel1.SuspendLayout();
            this.ultraTile1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraMonthViewSingle1)).BeginInit();
            this.cms.SuspendLayout();
            this.ultraTile2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            this.SuspendLayout();
            //
            // ultraCalendarInfo1
            //
            this.ultraCalendarInfo1.AppointmentActionsEnabled = false;
            this.ultraCalendarInfo1.DataBindingsForAppointments.BindingContextControl = this;
            this.ultraCalendarInfo1.DataBindingsForOwners.BindingContextControl       = this;
            this.ultraCalendarInfo1.FirstDayOfWeek = Infragistics.Win.UltraWinSchedule.FirstDayOfWeek.Monday;
            //
            // ultraCalendarLook1
            //
            appearance1.BackColor = System.Drawing.Color.Lime;
            this.ultraCalendarLook1.AppointmentAppearance = appearance1;
            appearance2.BackColor = System.Drawing.Color.Gray;
            appearance2.ForeColor = System.Drawing.Color.White;
            this.ultraCalendarLook1.DayOfWeekHeaderAppearance = appearance2;
            appearance3.BackColor     = System.Drawing.Color.White;
            dayOfWeekLook1.Appearance = appearance3;
            this.ultraCalendarLook1.DaysOfWeekLook.Add(dayOfWeekLook1);
            this.ultraCalendarLook1.ViewStyle = Infragistics.Win.UltraWinSchedule.ViewStyle.Office2007;
            //
            // ultraTilePanel1
            //
            this.ultraTilePanel1.Dock                 = System.Windows.Forms.DockStyle.Fill;
            this.ultraTilePanel1.Location             = new System.Drawing.Point(0, 0);
            this.ultraTilePanel1.Name                 = "ultraTilePanel1";
            this.ultraTilePanel1.NormalModeDimensions = new System.Drawing.Size(2, 1);
            this.ultraTilePanel1.Size                 = new System.Drawing.Size(889, 689);
            this.ultraTilePanel1.TabIndex             = 0;
            this.ultraTilePanel1.Tiles.Add(this.ultraTile1);
            this.ultraTilePanel1.Tiles.Add(this.ultraTile2);
            //
            // ultraTile1
            //
            this.ultraTile1.Caption = "ultraTile1";
            this.ultraTile1.Control = this.ultraMonthViewSingle1;
            this.ultraTile1.Controls.Add(this.ultraMonthViewSingle1);
            this.ultraTile1.Name = "ultraTile1";
            this.ultraTile1.PositionInNormalMode = new System.Drawing.Point(0, 0);
            this.ultraTile1.TabIndex             = 0;
            //
            // ultraMonthViewSingle1
            //
            this.ultraMonthViewSingle1.CalendarInfo     = this.ultraCalendarInfo1;
            this.ultraMonthViewSingle1.CalendarLook     = this.ultraCalendarLook1;
            this.ultraMonthViewSingle1.ContextMenuStrip = this.cms;
            this.ultraMonthViewSingle1.Location         = new System.Drawing.Point(0, 18);
            this.ultraMonthViewSingle1.Name             = "ultraMonthViewSingle1";
            this.ultraMonthViewSingle1.ScrollbarVisible = false;
            this.ultraMonthViewSingle1.Size             = new System.Drawing.Size(180, 651);
            this.ultraMonthViewSingle1.TabIndex         = 0;
            //
            // cms
            //
            this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.tsmMesAtual,
                this.tsmMesAnterior,
                this.tsm1Tri,
                this.tsm2Tri,
                this.tsm3Tri,
                this.tsm4Tri,
                this.tsm1Sem,
                this.tsm2Sem,
                this.tsmAnoAtual
            });
            this.cms.Name = "cms";
            this.cms.Size = new System.Drawing.Size(141, 202);
            //
            // tsmMesAtual
            //
            this.tsmMesAtual.Name   = "tsmMesAtual";
            this.tsmMesAtual.Size   = new System.Drawing.Size(140, 22);
            this.tsmMesAtual.Text   = "Mês atual";
            this.tsmMesAtual.Click += new System.EventHandler(this.tsmMesAtual_Click);
            //
            // tsmMesAnterior
            //
            this.tsmMesAnterior.Name   = "tsmMesAnterior";
            this.tsmMesAnterior.Size   = new System.Drawing.Size(140, 22);
            this.tsmMesAnterior.Text   = "Mês anterior";
            this.tsmMesAnterior.Click += new System.EventHandler(this.tsmMesAnterior_Click);
            //
            // tsm1Tri
            //
            this.tsm1Tri.Name   = "tsm1Tri";
            this.tsm1Tri.Size   = new System.Drawing.Size(140, 22);
            this.tsm1Tri.Text   = "1° Trimestre";
            this.tsm1Tri.Click += new System.EventHandler(this.tsm1Tri_Click);
            //
            // tsm2Tri
            //
            this.tsm2Tri.Name   = "tsm2Tri";
            this.tsm2Tri.Size   = new System.Drawing.Size(140, 22);
            this.tsm2Tri.Text   = "2° Trimestre";
            this.tsm2Tri.Click += new System.EventHandler(this.tsm2Tri_Click);
            //
            // tsm3Tri
            //
            this.tsm3Tri.Name   = "tsm3Tri";
            this.tsm3Tri.Size   = new System.Drawing.Size(140, 22);
            this.tsm3Tri.Text   = "3° Trimestre";
            this.tsm3Tri.Click += new System.EventHandler(this.tsm3Tri_Click);
            //
            // tsm4Tri
            //
            this.tsm4Tri.Name   = "tsm4Tri";
            this.tsm4Tri.Size   = new System.Drawing.Size(140, 22);
            this.tsm4Tri.Text   = "4° Trimestre";
            this.tsm4Tri.Click += new System.EventHandler(this.tsm4Tri_Click);
            //
            // tsm1Sem
            //
            this.tsm1Sem.Name   = "tsm1Sem";
            this.tsm1Sem.Size   = new System.Drawing.Size(140, 22);
            this.tsm1Sem.Text   = "1° Semestre";
            this.tsm1Sem.Click += new System.EventHandler(this.tsm1Sem_Click);
            //
            // tsm2Sem
            //
            this.tsm2Sem.Name   = "tsm2Sem";
            this.tsm2Sem.Size   = new System.Drawing.Size(140, 22);
            this.tsm2Sem.Text   = "2° Semestre";
            this.tsm2Sem.Click += new System.EventHandler(this.tsm2Sem_Click);
            //
            // tsmAnoAtual
            //
            this.tsmAnoAtual.Name   = "tsmAnoAtual";
            this.tsmAnoAtual.Size   = new System.Drawing.Size(140, 22);
            this.tsmAnoAtual.Text   = "Ano atual";
            this.tsmAnoAtual.Click += new System.EventHandler(this.tsmAnoAtual_Click);
            //
            // ultraTile2
            //
            this.ultraTile2.Caption = "Variação cambial";
            this.ultraTile2.Control = this.ultraChart1;
            this.ultraTile2.Controls.Add(this.ultraChart1);
            this.ultraTile2.IndexInLargeTileCollection = 0;
            this.ultraTile2.Name = "ultraTile2";
            this.ultraTile2.PositionInNormalMode = new System.Drawing.Point(1, 0);
            this.ultraTile2.State    = Infragistics.Win.Misc.TileState.Large;
            this.ultraTile2.TabIndex = 1;
            //
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            //
            // ultraChart1
            //
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE                                     = paintElement1;
            this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString     = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible                       = true;
            this.ultraChart1.Axis.X.LineThickness                        = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible                              = true;
            this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString    = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible                      = false;
            this.ultraChart1.Axis.X2.LineThickness                       = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible                             = false;
            this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString     = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.Visible                       = true;
            this.ultraChart1.Axis.Y.LineThickness                        = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.Y.TickmarkInterval                     = 40D;
            this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible                              = true;
            this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString    = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible                      = false;
            this.ultraChart1.Axis.Y2.LineThickness                       = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval                    = 40D;
            this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible                             = false;
            this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible                       = true;
            this.ultraChart1.Axis.Z.LineThickness                        = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible                              = false;
            this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible                      = false;
            this.ultraChart1.Axis.Z2.LineThickness                       = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible                             = false;
            this.ultraChart1.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin                       = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd                         = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            paintElement2.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            chartArea1.GridPE = paintElement2;
            chartArea1.Key    = "area1";
            chartArea1.PE     = paintElement3;
            this.ultraChart1.CompositeChart.ChartAreas.Add(chartArea1);
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            this.ultraChart1.Legend.Visible = true;
            this.ultraChart1.Location       = new System.Drawing.Point(0, 18);
            this.ultraChart1.Name           = "ultraChart1";
            this.ultraChart1.Size           = new System.Drawing.Size(669, 651);
            this.ultraChart1.TabIndex       = 0;
            this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            //
            // FrmOrcamentos_HistoricoCotacoes
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize          = new System.Drawing.Size(889, 689);
            this.Controls.Add(this.ultraTilePanel1);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name          = "FrmOrcamentos_HistoricoCotacoes";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "FrmCotacoes";
            ((System.ComponentModel.ISupportInitialize)(this.ultraTilePanel1)).EndInit();
            this.ultraTilePanel1.ResumeLayout(false);
            this.ultraTile1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraMonthViewSingle1)).EndInit();
            this.cms.ResumeLayout(false);
            this.ultraTile2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).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()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance125 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance126 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance109 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance122 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance123 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance121 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance129 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance131 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance3 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect3 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance4 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect4 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance5 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance5 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect5 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement6 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance6 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance6 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect6 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance127 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance128 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement7 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.BarChartAppearance barChartAppearance7 = new Infragistics.UltraChart.Resources.Appearance.BarChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance7 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect7 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            this.validationProvider1 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeStartDateForUser = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeEndDateForUser = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraExpandableGroupBox6 = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel7 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.ultraExpandableGroupBoxPanel9 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.validationProvider2 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeStartDateForRole = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeEndDateForRole = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.validationProvider3 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeEndDateForOffice = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeStartDateForOffice = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.validationProvider4 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.validationProvider5 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeEndDateForModule = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeStartDateForModule = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.validationProvider6 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeEndDateForFunction = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeStartDateForFunction = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.validationProvider7 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeEndDateForCount = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeStartDateForCount = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.validationProvider8 = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
            this.DateTimeEndDateForCountPerModule = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.DateTimeStartDateForCountPerModule = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ButtonClose = new Infragistics.Win.Misc.UltraButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.usageByFunctionExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel8 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.TextBoxFunctionId = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ButtonSearchForFunction = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForFunction = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart6 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByModuleExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel6 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.TextBoxModuleId = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ButtonSearchForModule = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForModule = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart5 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByUserCountPerModuleExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.TextBoxModuleIdForCount = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
            this.ButtonSearchForCountPerModule = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForCountPerModule = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart8 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByUserExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.TextBoxUserName = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ButtonSearchForUser = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForUser = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByOfficeExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.TextBoxOfficeName = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ButtonSearchForOffice = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForOffice = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart3 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByRoleExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.TextBoxRoleId = new HiiP.Framework.Common.Client.ExtendedUltraTextEditor();
            this.ButtonSearchForRole = new Infragistics.Win.Misc.UltraButton();
            this.ButtonClearForRole = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart2 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.usageByUserCountExpandableGroupBox = new HiiP.Framework.Common.Client.ExtendedUltraExpandableGroupBox();
            this.ultraExpandableGroupBoxPanel10 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
            this.ButtonClearForCount = new Infragistics.Win.Misc.UltraButton();
            this.ButtonSearchForCount = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraChart7 = new Infragistics.Win.UltraWinChart.UltraChart();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox6)).BeginInit();
            this.ultraExpandableGroupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForRole)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForRole)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForOffice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForOffice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForModule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForModule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForFunction)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForFunction)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForCountPerModule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForCountPerModule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.usageByFunctionExpandableGroupBox)).BeginInit();
            this.usageByFunctionExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxFunctionId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByModuleExpandableGroupBox)).BeginInit();
            this.usageByModuleExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxModuleId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserCountPerModuleExpandableGroupBox)).BeginInit();
            this.usageByUserCountPerModuleExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxModuleIdForCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserExpandableGroupBox)).BeginInit();
            this.usageByUserExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxUserName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByOfficeExpandableGroupBox)).BeginInit();
            this.usageByOfficeExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxOfficeName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByRoleExpandableGroupBox)).BeginInit();
            this.usageByRoleExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxRoleId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserCountExpandableGroupBox)).BeginInit();
            this.usageByUserCountExpandableGroupBox.SuspendLayout();
            this.ultraExpandableGroupBoxPanel10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart7)).BeginInit();
            this.SuspendLayout();
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // validationProvider1
            // 
            this.validationProvider1.ErrorProvider = this.errorProvider1;
            this.validationProvider1.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider1.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeStartDateForUser
            // 
            this.DateTimeStartDateForUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForUser.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForUser.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForUser.MaskInput = "{date}";
            this.DateTimeStartDateForUser.Name = "DateTimeStartDateForUser";
            this.DateTimeStartDateForUser.Nullable = false;
            this.validationProvider1.SetPerformValidation(this.DateTimeStartDateForUser, true);
            this.DateTimeStartDateForUser.Size = new System.Drawing.Size(120, 23);
            this.validationProvider1.SetSourcePropertyName(this.DateTimeStartDateForUser, "StartTime");
            this.DateTimeStartDateForUser.TabIndex = 1;
            this.validationProvider1.SetValidatedProperty(this.DateTimeStartDateForUser, "Value");
            // 
            // DateTimeEndDateForUser
            // 
            this.DateTimeEndDateForUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForUser.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForUser.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForUser.MaskInput = "{date}";
            this.DateTimeEndDateForUser.Name = "DateTimeEndDateForUser";
            this.DateTimeEndDateForUser.Nullable = false;
            this.validationProvider1.SetPerformValidation(this.DateTimeEndDateForUser, true);
            this.DateTimeEndDateForUser.Size = new System.Drawing.Size(120, 23);
            this.validationProvider1.SetSourcePropertyName(this.DateTimeEndDateForUser, "EndTime");
            this.DateTimeEndDateForUser.TabIndex = 3;
            this.validationProvider1.SetValidatedProperty(this.DateTimeEndDateForUser, "Value");
            // 
            // ultraExpandableGroupBox6
            // 
            this.ultraExpandableGroupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ultraExpandableGroupBox6.Controls.Add(this.ultraExpandableGroupBoxPanel7);
            this.ultraExpandableGroupBox6.ExpandedSize = new System.Drawing.Size(0, 0);
            this.ultraExpandableGroupBox6.Location = new System.Drawing.Point(0, 0);
            this.ultraExpandableGroupBox6.Name = "ultraExpandableGroupBox6";
            this.ultraExpandableGroupBox6.Size = new System.Drawing.Size(200, 185);
            this.ultraExpandableGroupBox6.TabIndex = 0;
            // 
            // ultraExpandableGroupBoxPanel7
            // 
            this.ultraExpandableGroupBoxPanel7.AutoSize = true;
            this.ultraExpandableGroupBoxPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel7.Location = new System.Drawing.Point(3, 17);
            this.ultraExpandableGroupBoxPanel7.Name = "ultraExpandableGroupBoxPanel7";
            this.ultraExpandableGroupBoxPanel7.Size = new System.Drawing.Size(194, 165);
            this.ultraExpandableGroupBoxPanel7.TabIndex = 0;
            // 
            // ultraExpandableGroupBoxPanel9
            // 
            this.ultraExpandableGroupBoxPanel9.AutoSize = true;
            this.ultraExpandableGroupBoxPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel9.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel9.Name = "ultraExpandableGroupBoxPanel9";
            this.ultraExpandableGroupBoxPanel9.Size = new System.Drawing.Size(904, 0);
            this.ultraExpandableGroupBoxPanel9.TabIndex = 0;
            // 
            // validationProvider2
            // 
            this.validationProvider2.ErrorProvider = this.errorProvider1;
            this.validationProvider2.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider2.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeStartDateForRole
            // 
            this.DateTimeStartDateForRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForRole.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForRole.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForRole.MaskInput = "{date}";
            this.DateTimeStartDateForRole.Name = "DateTimeStartDateForRole";
            this.DateTimeStartDateForRole.Nullable = false;
            this.validationProvider2.SetPerformValidation(this.DateTimeStartDateForRole, true);
            this.DateTimeStartDateForRole.Size = new System.Drawing.Size(120, 23);
            this.validationProvider2.SetSourcePropertyName(this.DateTimeStartDateForRole, "StartTime");
            this.DateTimeStartDateForRole.TabIndex = 1;
            this.validationProvider2.SetValidatedProperty(this.DateTimeStartDateForRole, "Value");
            // 
            // DateTimeEndDateForRole
            // 
            this.DateTimeEndDateForRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForRole.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForRole.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForRole.MaskInput = "{date}";
            this.DateTimeEndDateForRole.Name = "DateTimeEndDateForRole";
            this.DateTimeEndDateForRole.Nullable = false;
            this.validationProvider2.SetPerformValidation(this.DateTimeEndDateForRole, true);
            this.DateTimeEndDateForRole.Size = new System.Drawing.Size(120, 23);
            this.validationProvider2.SetSourcePropertyName(this.DateTimeEndDateForRole, "EndTime");
            this.DateTimeEndDateForRole.TabIndex = 3;
            this.validationProvider2.SetValidatedProperty(this.DateTimeEndDateForRole, "Value");
            // 
            // validationProvider3
            // 
            this.validationProvider3.ErrorProvider = this.errorProvider1;
            this.validationProvider3.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider3.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeEndDateForOffice
            // 
            this.DateTimeEndDateForOffice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForOffice.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForOffice.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForOffice.MaskInput = "{date}";
            this.DateTimeEndDateForOffice.Name = "DateTimeEndDateForOffice";
            this.DateTimeEndDateForOffice.Nullable = false;
            this.validationProvider3.SetPerformValidation(this.DateTimeEndDateForOffice, true);
            this.DateTimeEndDateForOffice.Size = new System.Drawing.Size(120, 23);
            this.validationProvider3.SetSourcePropertyName(this.DateTimeEndDateForOffice, "EndTime");
            this.DateTimeEndDateForOffice.TabIndex = 3;
            this.validationProvider3.SetValidatedProperty(this.DateTimeEndDateForOffice, "Value");
            // 
            // DateTimeStartDateForOffice
            // 
            this.DateTimeStartDateForOffice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForOffice.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForOffice.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForOffice.MaskInput = "{date}";
            this.DateTimeStartDateForOffice.Name = "DateTimeStartDateForOffice";
            this.DateTimeStartDateForOffice.Nullable = false;
            this.validationProvider3.SetPerformValidation(this.DateTimeStartDateForOffice, true);
            this.DateTimeStartDateForOffice.Size = new System.Drawing.Size(120, 23);
            this.validationProvider3.SetSourcePropertyName(this.DateTimeStartDateForOffice, "StartTime");
            this.DateTimeStartDateForOffice.TabIndex = 1;
            this.validationProvider3.SetValidatedProperty(this.DateTimeStartDateForOffice, "Value");
            // 
            // validationProvider4
            // 
            this.validationProvider4.ErrorProvider = this.errorProvider1;
            this.validationProvider4.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider4.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // validationProvider5
            // 
            this.validationProvider5.ErrorProvider = this.errorProvider1;
            this.validationProvider5.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider5.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeEndDateForModule
            // 
            this.DateTimeEndDateForModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForModule.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForModule.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForModule.MaskInput = "{date}";
            this.DateTimeEndDateForModule.Name = "DateTimeEndDateForModule";
            this.DateTimeEndDateForModule.Nullable = false;
            this.validationProvider5.SetPerformValidation(this.DateTimeEndDateForModule, true);
            this.DateTimeEndDateForModule.Size = new System.Drawing.Size(120, 23);
            this.validationProvider5.SetSourcePropertyName(this.DateTimeEndDateForModule, "EndTime");
            this.DateTimeEndDateForModule.TabIndex = 3;
            this.validationProvider5.SetValidatedProperty(this.DateTimeEndDateForModule, "Value");
            // 
            // DateTimeStartDateForModule
            // 
            this.DateTimeStartDateForModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForModule.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForModule.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForModule.MaskInput = "{date}";
            this.DateTimeStartDateForModule.Name = "DateTimeStartDateForModule";
            this.DateTimeStartDateForModule.Nullable = false;
            this.validationProvider5.SetPerformValidation(this.DateTimeStartDateForModule, true);
            this.DateTimeStartDateForModule.Size = new System.Drawing.Size(120, 23);
            this.validationProvider5.SetSourcePropertyName(this.DateTimeStartDateForModule, "StartTime");
            this.DateTimeStartDateForModule.TabIndex = 1;
            this.validationProvider5.SetValidatedProperty(this.DateTimeStartDateForModule, "Value");
            // 
            // validationProvider6
            // 
            this.validationProvider6.ErrorProvider = this.errorProvider1;
            this.validationProvider6.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider6.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeEndDateForFunction
            // 
            this.DateTimeEndDateForFunction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForFunction.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForFunction.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForFunction.MaskInput = "{date}";
            this.DateTimeEndDateForFunction.Name = "DateTimeEndDateForFunction";
            this.DateTimeEndDateForFunction.Nullable = false;
            this.validationProvider6.SetPerformValidation(this.DateTimeEndDateForFunction, true);
            this.DateTimeEndDateForFunction.Size = new System.Drawing.Size(120, 23);
            this.validationProvider6.SetSourcePropertyName(this.DateTimeEndDateForFunction, "EndTime");
            this.DateTimeEndDateForFunction.TabIndex = 3;
            this.validationProvider6.SetValidatedProperty(this.DateTimeEndDateForFunction, "Value");
            // 
            // DateTimeStartDateForFunction
            // 
            this.DateTimeStartDateForFunction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForFunction.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForFunction.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForFunction.MaskInput = "{date}";
            this.DateTimeStartDateForFunction.Name = "DateTimeStartDateForFunction";
            this.DateTimeStartDateForFunction.Nullable = false;
            this.validationProvider6.SetPerformValidation(this.DateTimeStartDateForFunction, true);
            this.DateTimeStartDateForFunction.Size = new System.Drawing.Size(120, 23);
            this.validationProvider6.SetSourcePropertyName(this.DateTimeStartDateForFunction, "StartTime");
            this.DateTimeStartDateForFunction.TabIndex = 1;
            this.validationProvider6.SetValidatedProperty(this.DateTimeStartDateForFunction, "Value");
            // 
            // validationProvider7
            // 
            this.validationProvider7.ErrorProvider = this.errorProvider1;
            this.validationProvider7.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider7.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeEndDateForCount
            // 
            this.DateTimeEndDateForCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForCount.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForCount.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForCount.MaskInput = "{date}";
            this.DateTimeEndDateForCount.Name = "DateTimeEndDateForCount";
            this.DateTimeEndDateForCount.Nullable = false;
            this.validationProvider7.SetPerformValidation(this.DateTimeEndDateForCount, true);
            this.DateTimeEndDateForCount.Size = new System.Drawing.Size(120, 23);
            this.validationProvider7.SetSourcePropertyName(this.DateTimeEndDateForCount, "EndTime");
            this.DateTimeEndDateForCount.TabIndex = 3;
            this.validationProvider7.SetValidatedProperty(this.DateTimeEndDateForCount, "Value");
            // 
            // DateTimeStartDateForCount
            // 
            this.DateTimeStartDateForCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForCount.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForCount.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForCount.MaskInput = "{date}";
            this.DateTimeStartDateForCount.Name = "DateTimeStartDateForCount";
            this.DateTimeStartDateForCount.Nullable = false;
            this.validationProvider7.SetPerformValidation(this.DateTimeStartDateForCount, true);
            this.DateTimeStartDateForCount.Size = new System.Drawing.Size(120, 23);
            this.validationProvider7.SetSourcePropertyName(this.DateTimeStartDateForCount, "StartTime");
            this.DateTimeStartDateForCount.TabIndex = 1;
            this.validationProvider7.SetValidatedProperty(this.DateTimeStartDateForCount, "Value");
            // 
            // validationProvider8
            // 
            this.validationProvider8.ErrorProvider = this.errorProvider1;
            this.validationProvider8.RulesetName = "Date Time Compare Set For Usage";
            this.validationProvider8.SourceTypeName = "HiiP.Framework.Logging.Interface.ValidationEntity.DateTimeCompare,HiiP.Framework." +
                "Logging.Interface";
            // 
            // DateTimeEndDateForCountPerModule
            // 
            this.DateTimeEndDateForCountPerModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeEndDateForCountPerModule.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeEndDateForCountPerModule.Location = new System.Drawing.Point(373, 27);
            this.DateTimeEndDateForCountPerModule.MaskInput = "{date}";
            this.DateTimeEndDateForCountPerModule.Name = "DateTimeEndDateForCountPerModule";
            this.DateTimeEndDateForCountPerModule.Nullable = false;
            this.validationProvider8.SetPerformValidation(this.DateTimeEndDateForCountPerModule, true);
            this.DateTimeEndDateForCountPerModule.Size = new System.Drawing.Size(120, 23);
            this.validationProvider8.SetSourcePropertyName(this.DateTimeEndDateForCountPerModule, "EndTime");
            this.DateTimeEndDateForCountPerModule.TabIndex = 3;
            this.validationProvider8.SetValidatedProperty(this.DateTimeEndDateForCountPerModule, "Value");
            // 
            // DateTimeStartDateForCountPerModule
            // 
            this.DateTimeStartDateForCountPerModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.DateTimeStartDateForCountPerModule.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.DateTimeStartDateForCountPerModule.Location = new System.Drawing.Point(98, 27);
            this.DateTimeStartDateForCountPerModule.MaskInput = "{date}";
            this.DateTimeStartDateForCountPerModule.Name = "DateTimeStartDateForCountPerModule";
            this.DateTimeStartDateForCountPerModule.Nullable = false;
            this.validationProvider8.SetPerformValidation(this.DateTimeStartDateForCountPerModule, true);
            this.DateTimeStartDateForCountPerModule.Size = new System.Drawing.Size(120, 23);
            this.validationProvider8.SetSourcePropertyName(this.DateTimeStartDateForCountPerModule, "StartTime");
            this.DateTimeStartDateForCountPerModule.TabIndex = 1;
            this.validationProvider8.SetValidatedProperty(this.DateTimeStartDateForCountPerModule, "Value");
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
            this.ultraGroupBox1.Controls.Add(this.panel1);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(978, 513);
            this.ultraGroupBox1.TabIndex = 0;
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.Controls.Add(this.ButtonClose);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraGroupBox2.Location = new System.Drawing.Point(3, 480);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(972, 30);
            this.ultraGroupBox2.TabIndex = 0;
            // 
            // ButtonClose
            // 
            this.ButtonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.ButtonClose.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClose.Location = new System.Drawing.Point(882, 3);
            this.ButtonClose.Name = "ButtonClose";
            this.ButtonClose.Size = new System.Drawing.Size(87, 25);
            this.ButtonClose.TabIndex = 8;
            this.ButtonClose.Text = "&Close";
            this.ButtonClose.Click += new System.EventHandler(this.ButtonClose_Click);
            // 
            // panel1
            // 
            this.panel1.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)));
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(400, 300);
            this.panel1.Controls.Add(this.tableLayoutPanel1);
            this.panel1.Location = new System.Drawing.Point(3, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(972, 474);
            this.panel1.TabIndex = 0;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoScroll = true;
            this.tableLayoutPanel1.AutoSize = true;
            this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.usageByFunctionExpandableGroupBox, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.usageByModuleExpandableGroupBox, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.usageByUserCountPerModuleExpandableGroupBox, 0, 7);
            this.tableLayoutPanel1.Controls.Add(this.usageByUserExpandableGroupBox, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.usageByOfficeExpandableGroupBox, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.usageByRoleExpandableGroupBox, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.usageByUserCountExpandableGroupBox, 0, 6);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 8;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(955, 798);
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // usageByFunctionExpandableGroupBox
            // 
            this.usageByFunctionExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel8);
            this.usageByFunctionExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByFunctionExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByFunctionExpandableGroupBox.Location = new System.Drawing.Point(3, 459);
            this.usageByFunctionExpandableGroupBox.Name = "usageByFunctionExpandableGroupBox";
            this.usageByFunctionExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByFunctionExpandableGroupBox.TabIndex = 5;
            this.usageByFunctionExpandableGroupBox.Text = "Usage by function";
            // 
            // ultraExpandableGroupBoxPanel8
            // 
            this.ultraExpandableGroupBoxPanel8.AutoSize = true;
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.TextBoxFunctionId);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ButtonSearchForFunction);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ButtonClearForFunction);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ultraLabel19);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.DateTimeEndDateForFunction);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ultraLabel20);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.DateTimeStartDateForFunction);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ultraLabel21);
            this.ultraExpandableGroupBoxPanel8.Controls.Add(this.ultraChart6);
            this.ultraExpandableGroupBoxPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel8.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel8.Name = "ultraExpandableGroupBoxPanel8";
            this.ultraExpandableGroupBoxPanel8.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel8.TabIndex = 0;
            // 
            // TextBoxFunctionId
            // 
            this.TextBoxFunctionId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxFunctionId.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxFunctionId.Location = new System.Drawing.Point(674, 27);
            this.TextBoxFunctionId.Name = "TextBoxFunctionId";
            this.TextBoxFunctionId.Size = new System.Drawing.Size(163, 23);
            this.TextBoxFunctionId.TabIndex = 5;
            // 
            // ButtonSearchForFunction
            // 
            this.ButtonSearchForFunction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForFunction.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForFunction.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForFunction.Name = "ButtonSearchForFunction";
            this.ButtonSearchForFunction.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForFunction.TabIndex = 6;
            this.ButtonSearchForFunction.Text = "&Search";
            this.ButtonSearchForFunction.Click += new System.EventHandler(this.ButtonSearchForFunction_Click);
            // 
            // ButtonClearForFunction
            // 
            this.ButtonClearForFunction.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForFunction.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForFunction.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForFunction.Name = "ButtonClearForFunction";
            this.ButtonClearForFunction.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForFunction.TabIndex = 7;
            this.ButtonClearForFunction.Text = "&Reset";
            this.ButtonClearForFunction.Click += new System.EventHandler(this.ButtonClearForFunction_Click);
            // 
            // ultraLabel19
            // 
            this.ultraLabel19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance124.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance124.TextHAlignAsString = "Right";
            this.ultraLabel19.Appearance = appearance124;
            this.ultraLabel19.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel19.Name = "ultraLabel19";
            this.ultraLabel19.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel19.TabIndex = 4;
            this.ultraLabel19.Text = "Function ID";
            // 
            // ultraLabel20
            // 
            this.ultraLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance125.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance125.TextHAlignAsString = "Right";
            this.ultraLabel20.Appearance = appearance125;
            this.ultraLabel20.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel20.Name = "ultraLabel20";
            this.ultraLabel20.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel20.TabIndex = 2;
            this.ultraLabel20.Text = "* To date";
            // 
            // ultraLabel21
            // 
            this.ultraLabel21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance126.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance126.TextHAlignAsString = "Right";
            this.ultraLabel21.Appearance = appearance126;
            this.ultraLabel21.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel21.Name = "ultraLabel21";
            this.ultraLabel21.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel21.TabIndex = 0;
            this.ultraLabel21.Text = "* From date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart6.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart6
            // 
            this.ultraChart6.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart6.Axis.PE = paintElement1;
            this.ultraChart6.Axis.X.Extent = 20;
            this.ultraChart6.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart6.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart6.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart6.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart6.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.X.LineThickness = 1;
            this.ultraChart6.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.X.TickmarkInterval = 50;
            this.ultraChart6.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.X.Visible = true;
            this.ultraChart6.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart6.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart6.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.X2.Labels.Visible = false;
            this.ultraChart6.Axis.X2.LineThickness = 1;
            this.ultraChart6.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.X2.TickmarkInterval = 50;
            this.ultraChart6.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.X2.Visible = false;
            this.ultraChart6.Axis.Y.Extent = 280;
            this.ultraChart6.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart6.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart6.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y.LineThickness = 1;
            this.ultraChart6.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.Y.Visible = true;
            this.ultraChart6.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart6.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart6.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Y2.Labels.Visible = false;
            this.ultraChart6.Axis.Y2.LineThickness = 1;
            this.ultraChart6.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.Y2.Visible = false;
            this.ultraChart6.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart6.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart6.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Z.Labels.Visible = false;
            this.ultraChart6.Axis.Z.LineThickness = 1;
            this.ultraChart6.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.Z.Visible = false;
            this.ultraChart6.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart6.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart6.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart6.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart6.Axis.Z2.Labels.Visible = false;
            this.ultraChart6.Axis.Z2.LineThickness = 1;
            this.ultraChart6.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart6.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart6.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart6.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart6.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart6.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart6.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart6.Axis.Z2.Visible = false;
            this.ultraChart6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance1.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance1.Column = -2;
            chartTextAppearance1.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance1.Row = -2;
            chartTextAppearance1.Visible = true;
            barChartAppearance1.ChartText.Add(chartTextAppearance1);
            this.ultraChart6.BarChart = barChartAppearance1;
            this.ultraChart6.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart6.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart6.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart6.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart6.Data.ZeroAligned = true;
            this.ultraChart6.Effects.Effects.Add(gradientEffect1);
            this.ultraChart6.Location = new System.Drawing.Point(4, 3);
            this.ultraChart6.Name = "ultraChart6";
            this.ultraChart6.Size = new System.Drawing.Size(833, 216);
            this.ultraChart6.TabIndex = 25;
            this.ultraChart6.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart6.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart6.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByModuleExpandableGroupBox
            // 
            this.usageByModuleExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel6);
            this.usageByModuleExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByModuleExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByModuleExpandableGroupBox.Location = new System.Drawing.Point(3, 345);
            this.usageByModuleExpandableGroupBox.Name = "usageByModuleExpandableGroupBox";
            this.usageByModuleExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByModuleExpandableGroupBox.TabIndex = 4;
            this.usageByModuleExpandableGroupBox.Text = "Usage by module";
            // 
            // ultraExpandableGroupBoxPanel6
            // 
            this.ultraExpandableGroupBoxPanel6.AutoSize = true;
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.TextBoxModuleId);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ButtonSearchForModule);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ButtonClearForModule);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ultraLabel16);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.DateTimeEndDateForModule);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ultraLabel17);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.DateTimeStartDateForModule);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ultraLabel18);
            this.ultraExpandableGroupBoxPanel6.Controls.Add(this.ultraChart5);
            this.ultraExpandableGroupBoxPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel6.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel6.Name = "ultraExpandableGroupBoxPanel6";
            this.ultraExpandableGroupBoxPanel6.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel6.TabIndex = 0;
            // 
            // TextBoxModuleId
            // 
            this.TextBoxModuleId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxModuleId.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxModuleId.Location = new System.Drawing.Point(674, 27);
            this.TextBoxModuleId.Name = "TextBoxModuleId";
            this.TextBoxModuleId.Size = new System.Drawing.Size(163, 23);
            this.TextBoxModuleId.TabIndex = 5;
            // 
            // ButtonSearchForModule
            // 
            this.ButtonSearchForModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForModule.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForModule.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForModule.Name = "ButtonSearchForModule";
            this.ButtonSearchForModule.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForModule.TabIndex = 6;
            this.ButtonSearchForModule.Text = "&Search";
            this.ButtonSearchForModule.Click += new System.EventHandler(this.ButtonSearchForModule_Click);
            // 
            // ButtonClearForModule
            // 
            this.ButtonClearForModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForModule.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForModule.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForModule.Name = "ButtonClearForModule";
            this.ButtonClearForModule.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForModule.TabIndex = 7;
            this.ButtonClearForModule.Text = "&Reset";
            this.ButtonClearForModule.Click += new System.EventHandler(this.ButtonClearForModule_Click);
            // 
            // ultraLabel16
            // 
            this.ultraLabel16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance109.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance109.TextHAlignAsString = "Right";
            this.ultraLabel16.Appearance = appearance109;
            this.ultraLabel16.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel16.Name = "ultraLabel16";
            this.ultraLabel16.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel16.TabIndex = 4;
            this.ultraLabel16.Text = "Module ID";
            // 
            // ultraLabel17
            // 
            this.ultraLabel17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance122.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance122.TextHAlignAsString = "Right";
            this.ultraLabel17.Appearance = appearance122;
            this.ultraLabel17.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel17.Name = "ultraLabel17";
            this.ultraLabel17.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel17.TabIndex = 2;
            this.ultraLabel17.Text = "* To date";
            // 
            // ultraLabel18
            // 
            this.ultraLabel18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance123.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance123.TextHAlignAsString = "Right";
            this.ultraLabel18.Appearance = appearance123;
            this.ultraLabel18.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel18.Name = "ultraLabel18";
            this.ultraLabel18.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel18.TabIndex = 0;
            this.ultraLabel18.Text = "* From date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart5.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart5
            // 
            this.ultraChart5.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart5.Axis.PE = paintElement2;
            this.ultraChart5.Axis.X.Extent = 20;
            this.ultraChart5.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart5.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart5.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart5.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart5.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.X.LineThickness = 1;
            this.ultraChart5.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.X.TickmarkInterval = 20;
            this.ultraChart5.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.X.Visible = true;
            this.ultraChart5.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart5.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart5.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.X2.Labels.Visible = false;
            this.ultraChart5.Axis.X2.LineThickness = 1;
            this.ultraChart5.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.X2.TickmarkInterval = 20;
            this.ultraChart5.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.X2.Visible = false;
            this.ultraChart5.Axis.Y.Extent = 150;
            this.ultraChart5.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart5.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart5.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y.LineThickness = 1;
            this.ultraChart5.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.Y.Visible = true;
            this.ultraChart5.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart5.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart5.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Y2.Labels.Visible = false;
            this.ultraChart5.Axis.Y2.LineThickness = 1;
            this.ultraChart5.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.Y2.Visible = false;
            this.ultraChart5.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart5.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart5.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Z.Labels.Visible = false;
            this.ultraChart5.Axis.Z.LineThickness = 1;
            this.ultraChart5.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.Z.Visible = false;
            this.ultraChart5.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart5.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart5.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart5.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart5.Axis.Z2.Labels.Visible = false;
            this.ultraChart5.Axis.Z2.LineThickness = 1;
            this.ultraChart5.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart5.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart5.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart5.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart5.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart5.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart5.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart5.Axis.Z2.Visible = false;
            this.ultraChart5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance2.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance2.Column = -2;
            chartTextAppearance2.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance2.Row = -2;
            chartTextAppearance2.Visible = true;
            barChartAppearance2.ChartText.Add(chartTextAppearance2);
            this.ultraChart5.BarChart = barChartAppearance2;
            this.ultraChart5.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart5.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart5.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart5.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart5.Data.ZeroAligned = true;
            this.ultraChart5.Effects.Effects.Add(gradientEffect2);
            this.ultraChart5.Location = new System.Drawing.Point(4, 3);
            this.ultraChart5.Name = "ultraChart5";
            this.ultraChart5.Size = new System.Drawing.Size(833, 216);
            this.ultraChart5.TabIndex = 23;
            this.ultraChart5.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart5.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart5.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByUserCountPerModuleExpandableGroupBox
            // 
            this.usageByUserCountPerModuleExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel4);
            this.usageByUserCountPerModuleExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByUserCountPerModuleExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByUserCountPerModuleExpandableGroupBox.Location = new System.Drawing.Point(3, 687);
            this.usageByUserCountPerModuleExpandableGroupBox.Name = "usageByUserCountPerModuleExpandableGroupBox";
            this.usageByUserCountPerModuleExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByUserCountPerModuleExpandableGroupBox.TabIndex = 7;
            this.usageByUserCountPerModuleExpandableGroupBox.Text = "Count of users per module";
            // 
            // ultraExpandableGroupBoxPanel4
            // 
            this.ultraExpandableGroupBoxPanel4.AutoSize = true;
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.TextBoxModuleIdForCount);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraLabel26);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ButtonSearchForCountPerModule);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ButtonClearForCountPerModule);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.DateTimeEndDateForCountPerModule);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraLabel22);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.DateTimeStartDateForCountPerModule);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraLabel25);
            this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraChart8);
            this.ultraExpandableGroupBoxPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel4.Name = "ultraExpandableGroupBoxPanel4";
            this.ultraExpandableGroupBoxPanel4.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
            // 
            // TextBoxModuleIdForCount
            // 
            this.TextBoxModuleIdForCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxModuleIdForCount.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxModuleIdForCount.Location = new System.Drawing.Point(674, 27);
            this.TextBoxModuleIdForCount.Name = "TextBoxModuleIdForCount";
            this.TextBoxModuleIdForCount.Size = new System.Drawing.Size(163, 23);
            this.TextBoxModuleIdForCount.TabIndex = 5;
            // 
            // ultraLabel26
            // 
            this.ultraLabel26.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance121.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance121.TextHAlignAsString = "Right";
            this.ultraLabel26.Appearance = appearance121;
            this.ultraLabel26.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel26.Name = "ultraLabel26";
            this.ultraLabel26.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel26.TabIndex = 4;
            this.ultraLabel26.Text = "Module ID";
            // 
            // ButtonSearchForCountPerModule
            // 
            this.ButtonSearchForCountPerModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForCountPerModule.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForCountPerModule.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForCountPerModule.Name = "ButtonSearchForCountPerModule";
            this.ButtonSearchForCountPerModule.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForCountPerModule.TabIndex = 6;
            this.ButtonSearchForCountPerModule.Text = "&Search";
            this.ButtonSearchForCountPerModule.Click += new System.EventHandler(this.ButtonSearchForCountPerModule_Click);
            // 
            // ButtonClearForCountPerModule
            // 
            this.ButtonClearForCountPerModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForCountPerModule.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForCountPerModule.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForCountPerModule.Name = "ButtonClearForCountPerModule";
            this.ButtonClearForCountPerModule.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForCountPerModule.TabIndex = 7;
            this.ButtonClearForCountPerModule.Text = "&Reset";
            this.ButtonClearForCountPerModule.Click += new System.EventHandler(this.ButtonClearForCountPerModule_Click);
            // 
            // ultraLabel22
            // 
            this.ultraLabel22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance129.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance129.TextHAlignAsString = "Right";
            this.ultraLabel22.Appearance = appearance129;
            this.ultraLabel22.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel22.Name = "ultraLabel22";
            this.ultraLabel22.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel22.TabIndex = 2;
            this.ultraLabel22.Text = "* To date";
            // 
            // ultraLabel25
            // 
            this.ultraLabel25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance131.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance131.TextHAlignAsString = "Right";
            this.ultraLabel25.Appearance = appearance131;
            this.ultraLabel25.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel25.Name = "ultraLabel25";
            this.ultraLabel25.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel25.TabIndex = 0;
            this.ultraLabel25.Text = "* From date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart8.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart8
            // 
            this.ultraChart8.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement3.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart8.Axis.PE = paintElement3;
            this.ultraChart8.Axis.X.Extent = 20;
            this.ultraChart8.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart8.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart8.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart8.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart8.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.X.LineThickness = 1;
            this.ultraChart8.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.X.MinorGridLines.Visible = true;
            this.ultraChart8.Axis.X.TickmarkInterval = 40;
            this.ultraChart8.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.X.Visible = true;
            this.ultraChart8.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart8.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart8.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.X2.Labels.Visible = false;
            this.ultraChart8.Axis.X2.LineThickness = 1;
            this.ultraChart8.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart8.Axis.X2.TickmarkInterval = 40;
            this.ultraChart8.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.X2.Visible = false;
            this.ultraChart8.Axis.Y.Extent = 249;
            this.ultraChart8.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart8.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y.LineThickness = 1;
            this.ultraChart8.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Y.MinorGridLines.Visible = true;
            this.ultraChart8.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.Y.Visible = true;
            this.ultraChart8.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart8.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart8.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Y2.Labels.Visible = false;
            this.ultraChart8.Axis.Y2.LineThickness = 1;
            this.ultraChart8.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart8.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.Y2.Visible = false;
            this.ultraChart8.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart8.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart8.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Z.Labels.Visible = false;
            this.ultraChart8.Axis.Z.LineThickness = 1;
            this.ultraChart8.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart8.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.Z.Visible = false;
            this.ultraChart8.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart8.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart8.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart8.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart8.Axis.Z2.Labels.Visible = false;
            this.ultraChart8.Axis.Z2.LineThickness = 1;
            this.ultraChart8.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart8.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart8.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart8.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart8.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart8.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart8.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart8.Axis.Z2.Visible = false;
            this.ultraChart8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance3.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance3.Column = -2;
            chartTextAppearance3.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance3.Row = -2;
            chartTextAppearance3.Visible = true;
            barChartAppearance3.ChartText.Add(chartTextAppearance3);
            this.ultraChart8.BarChart = barChartAppearance3;
            this.ultraChart8.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart8.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart8.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart8.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart8.Data.ZeroAligned = true;
            this.ultraChart8.Effects.Effects.Add(gradientEffect3);
            this.ultraChart8.Location = new System.Drawing.Point(5, 3);
            this.ultraChart8.Name = "ultraChart8";
            this.ultraChart8.Size = new System.Drawing.Size(833, 216);
            this.ultraChart8.TabIndex = 29;
            this.ultraChart8.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart8.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart8.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByUserExpandableGroupBox
            // 
            this.usageByUserExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel1);
            this.usageByUserExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByUserExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByUserExpandableGroupBox.Location = new System.Drawing.Point(3, 3);
            this.usageByUserExpandableGroupBox.Name = "usageByUserExpandableGroupBox";
            this.usageByUserExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByUserExpandableGroupBox.TabIndex = 0;
            this.usageByUserExpandableGroupBox.Text = "Usage by user";
            // 
            // ultraExpandableGroupBoxPanel1
            // 
            this.ultraExpandableGroupBoxPanel1.AutoSize = true;
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.DateTimeStartDateForUser);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.TextBoxUserName);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ButtonSearchForUser);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ButtonClearForUser);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.DateTimeEndDateForUser);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
            this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraChart1);
            this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
            this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
            // 
            // TextBoxUserName
            // 
            this.TextBoxUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxUserName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxUserName.Location = new System.Drawing.Point(674, 27);
            this.TextBoxUserName.Name = "TextBoxUserName";
            this.TextBoxUserName.Size = new System.Drawing.Size(163, 23);
            this.TextBoxUserName.TabIndex = 5;
            // 
            // ultraLabel1
            // 
            this.ultraLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance27.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance27.TextHAlignAsString = "Right";
            this.ultraLabel1.Appearance = appearance27;
            this.ultraLabel1.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel1.TabIndex = 0;
            this.ultraLabel1.Text = "* From date";
            // 
            // ultraLabel3
            // 
            this.ultraLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance25.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance25.TextHAlignAsString = "Right";
            this.ultraLabel3.Appearance = appearance25;
            this.ultraLabel3.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel3.TabIndex = 4;
            this.ultraLabel3.Text = "User ID";
            // 
            // ButtonSearchForUser
            // 
            this.ButtonSearchForUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForUser.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForUser.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForUser.Name = "ButtonSearchForUser";
            this.ButtonSearchForUser.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForUser.TabIndex = 6;
            this.ButtonSearchForUser.Text = "&Search";
            this.ButtonSearchForUser.Click += new System.EventHandler(this.ButtonSearchForUser_Click);
            // 
            // ButtonClearForUser
            // 
            this.ButtonClearForUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForUser.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForUser.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForUser.Name = "ButtonClearForUser";
            this.ButtonClearForUser.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForUser.TabIndex = 7;
            this.ButtonClearForUser.Text = "&Reset";
            this.ButtonClearForUser.Click += new System.EventHandler(this.ButtonClearForUser_Click);
            // 
            // ultraLabel2
            // 
            this.ultraLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance26.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance26.TextHAlignAsString = "Right";
            this.ultraLabel2.Appearance = appearance26;
            this.ultraLabel2.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel2.TabIndex = 2;
            this.ultraLabel2.Text = "* To date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart1
            // 
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement4.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement4.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE = paintElement4;
            this.ultraChart1.Axis.X.Extent = 23;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.OrientationAngle = 60;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = true;
            this.ultraChart1.Axis.X.TickmarkInterval = 50;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = true;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkInterval = 50;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Extent = 150;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = false;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance4.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance4.Column = -2;
            chartTextAppearance4.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance4.Row = -2;
            chartTextAppearance4.Visible = true;
            barChartAppearance4.ChartText.Add(chartTextAppearance4);
            this.ultraChart1.BarChart = barChartAppearance4;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart1.Data.ZeroAligned = true;
            this.ultraChart1.Effects.Effects.Add(gradientEffect4);
            this.ultraChart1.Location = new System.Drawing.Point(3, 3);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(937, 90);
            this.ultraChart1.TabIndex = 5;
            this.ultraChart1.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByOfficeExpandableGroupBox
            // 
            this.usageByOfficeExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel3);
            this.usageByOfficeExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByOfficeExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByOfficeExpandableGroupBox.Location = new System.Drawing.Point(3, 231);
            this.usageByOfficeExpandableGroupBox.Name = "usageByOfficeExpandableGroupBox";
            this.usageByOfficeExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByOfficeExpandableGroupBox.TabIndex = 2;
            this.usageByOfficeExpandableGroupBox.Text = "Usage by office";
            // 
            // ultraExpandableGroupBoxPanel3
            // 
            this.ultraExpandableGroupBoxPanel3.AutoSize = true;
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.TextBoxOfficeName);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ButtonSearchForOffice);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ButtonClearForOffice);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel10);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.DateTimeEndDateForOffice);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel11);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.DateTimeStartDateForOffice);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel12);
            this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraChart3);
            this.ultraExpandableGroupBoxPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel3.Name = "ultraExpandableGroupBoxPanel3";
            this.ultraExpandableGroupBoxPanel3.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
            // 
            // TextBoxOfficeName
            // 
            this.TextBoxOfficeName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxOfficeName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxOfficeName.Location = new System.Drawing.Point(674, 27);
            this.TextBoxOfficeName.Name = "TextBoxOfficeName";
            this.TextBoxOfficeName.Size = new System.Drawing.Size(163, 23);
            this.TextBoxOfficeName.TabIndex = 5;
            // 
            // ButtonSearchForOffice
            // 
            this.ButtonSearchForOffice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForOffice.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForOffice.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForOffice.Name = "ButtonSearchForOffice";
            this.ButtonSearchForOffice.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForOffice.TabIndex = 6;
            this.ButtonSearchForOffice.Text = "&Search";
            this.ButtonSearchForOffice.Click += new System.EventHandler(this.ButtonSearchForOffice_Click);
            // 
            // ButtonClearForOffice
            // 
            this.ButtonClearForOffice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForOffice.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForOffice.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForOffice.Name = "ButtonClearForOffice";
            this.ButtonClearForOffice.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForOffice.TabIndex = 7;
            this.ButtonClearForOffice.Text = "&Reset";
            this.ButtonClearForOffice.Click += new System.EventHandler(this.ButtonClearForOffice_Click);
            // 
            // ultraLabel10
            // 
            this.ultraLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance105.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance105.TextHAlignAsString = "Right";
            this.ultraLabel10.Appearance = appearance105;
            this.ultraLabel10.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel10.Name = "ultraLabel10";
            this.ultraLabel10.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel10.TabIndex = 4;
            this.ultraLabel10.Text = "Office name";
            // 
            // ultraLabel11
            // 
            this.ultraLabel11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance104.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance104.TextHAlignAsString = "Right";
            this.ultraLabel11.Appearance = appearance104;
            this.ultraLabel11.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel11.TabIndex = 2;
            this.ultraLabel11.Text = "* To date";
            // 
            // ultraLabel12
            // 
            this.ultraLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance103.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance103.TextHAlignAsString = "Right";
            this.ultraLabel12.Appearance = appearance103;
            this.ultraLabel12.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel12.Name = "ultraLabel12";
            this.ultraLabel12.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel12.TabIndex = 0;
            this.ultraLabel12.Text = "* From date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart3
            // 
            this.ultraChart3.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement5.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement5.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart3.Axis.PE = paintElement5;
            this.ultraChart3.Axis.X.Extent = 20;
            this.ultraChart3.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart3.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart3.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart3.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart3.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.X.LineThickness = 1;
            this.ultraChart3.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.X.MinorGridLines.Visible = true;
            this.ultraChart3.Axis.X.TickmarkInterval = 40;
            this.ultraChart3.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.X.Visible = true;
            this.ultraChart3.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart3.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart3.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.X2.Labels.Visible = false;
            this.ultraChart3.Axis.X2.LineThickness = 1;
            this.ultraChart3.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart3.Axis.X2.TickmarkInterval = 40;
            this.ultraChart3.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.X2.Visible = false;
            this.ultraChart3.Axis.Y.Extent = 173;
            this.ultraChart3.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart3.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart3.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y.LineThickness = 1;
            this.ultraChart3.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Y.MinorGridLines.Visible = true;
            this.ultraChart3.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.Y.Visible = true;
            this.ultraChart3.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart3.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart3.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Y2.Labels.Visible = false;
            this.ultraChart3.Axis.Y2.LineThickness = 1;
            this.ultraChart3.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart3.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.Y2.Visible = false;
            this.ultraChart3.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart3.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart3.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Z.Labels.Visible = false;
            this.ultraChart3.Axis.Z.LineThickness = 1;
            this.ultraChart3.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart3.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.Z.Visible = false;
            this.ultraChart3.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart3.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart3.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart3.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart3.Axis.Z2.Labels.Visible = false;
            this.ultraChart3.Axis.Z2.LineThickness = 1;
            this.ultraChart3.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart3.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart3.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart3.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart3.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart3.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart3.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart3.Axis.Z2.Visible = false;
            this.ultraChart3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance5.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance5.Column = -2;
            chartTextAppearance5.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance5.Row = -2;
            chartTextAppearance5.Visible = true;
            barChartAppearance5.ChartText.Add(chartTextAppearance5);
            this.ultraChart3.BarChart = barChartAppearance5;
            this.ultraChart3.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart3.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart3.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart3.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart3.Data.ZeroAligned = true;
            this.ultraChart3.Effects.Effects.Add(gradientEffect5);
            this.ultraChart3.Location = new System.Drawing.Point(4, 5);
            this.ultraChart3.Name = "ultraChart3";
            this.ultraChart3.Size = new System.Drawing.Size(833, 188);
            this.ultraChart3.TabIndex = 19;
            this.ultraChart3.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart3.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart3.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByRoleExpandableGroupBox
            // 
            this.usageByRoleExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel2);
            this.usageByRoleExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByRoleExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByRoleExpandableGroupBox.Location = new System.Drawing.Point(3, 117);
            this.usageByRoleExpandableGroupBox.Name = "usageByRoleExpandableGroupBox";
            this.usageByRoleExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByRoleExpandableGroupBox.TabIndex = 1;
            this.usageByRoleExpandableGroupBox.Text = "Usage by role";
            // 
            // ultraExpandableGroupBoxPanel2
            // 
            this.ultraExpandableGroupBoxPanel2.AutoSize = true;
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.DateTimeStartDateForRole);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel6);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.TextBoxRoleId);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ButtonSearchForRole);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ButtonClearForRole);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel4);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.DateTimeEndDateForRole);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel5);
            this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraChart2);
            this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
            this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
            // 
            // ultraLabel6
            // 
            this.ultraLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance100.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance100.TextHAlignAsString = "Right";
            this.ultraLabel6.Appearance = appearance100;
            this.ultraLabel6.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel6.TabIndex = 0;
            this.ultraLabel6.Text = "* From date";
            // 
            // TextBoxRoleId
            // 
            this.TextBoxRoleId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.TextBoxRoleId.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            this.TextBoxRoleId.Location = new System.Drawing.Point(674, 27);
            this.TextBoxRoleId.Name = "TextBoxRoleId";
            this.TextBoxRoleId.Size = new System.Drawing.Size(163, 23);
            this.TextBoxRoleId.TabIndex = 5;
            // 
            // ButtonSearchForRole
            // 
            this.ButtonSearchForRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForRole.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForRole.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForRole.Name = "ButtonSearchForRole";
            this.ButtonSearchForRole.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForRole.TabIndex = 6;
            this.ButtonSearchForRole.Text = "&Search";
            this.ButtonSearchForRole.Click += new System.EventHandler(this.ButtonSearchForRole_Click);
            // 
            // ButtonClearForRole
            // 
            this.ButtonClearForRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForRole.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForRole.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForRole.Name = "ButtonClearForRole";
            this.ButtonClearForRole.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForRole.TabIndex = 7;
            this.ButtonClearForRole.Text = "&Reset";
            this.ButtonClearForRole.Click += new System.EventHandler(this.ButtonClearForRole_Click);
            // 
            // ultraLabel4
            // 
            this.ultraLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance102.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance102.TextHAlignAsString = "Right";
            this.ultraLabel4.Appearance = appearance102;
            this.ultraLabel4.Location = new System.Drawing.Point(539, 31);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(128, 25);
            this.ultraLabel4.TabIndex = 4;
            this.ultraLabel4.Text = "Role name";
            // 
            // ultraLabel5
            // 
            this.ultraLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance101.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance101.TextHAlignAsString = "Right";
            this.ultraLabel5.Appearance = appearance101;
            this.ultraLabel5.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel5.TabIndex = 2;
            this.ultraLabel5.Text = "* To date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart2
            // 
            this.ultraChart2.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement6.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement6.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart2.Axis.PE = paintElement6;
            this.ultraChart2.Axis.X.Extent = 20;
            this.ultraChart2.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart2.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.LineThickness = 1;
            this.ultraChart2.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MinorGridLines.Visible = true;
            this.ultraChart2.Axis.X.TickmarkInterval = 40;
            this.ultraChart2.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X.Visible = true;
            this.ultraChart2.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart2.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.Visible = false;
            this.ultraChart2.Axis.X2.LineThickness = 1;
            this.ultraChart2.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.X2.TickmarkInterval = 40;
            this.ultraChart2.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X2.Visible = false;
            this.ultraChart2.Axis.Y.Extent = 153;
            this.ultraChart2.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.LineThickness = 1;
            this.ultraChart2.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MinorGridLines.Visible = true;
            this.ultraChart2.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y.Visible = true;
            this.ultraChart2.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.Visible = false;
            this.ultraChart2.Axis.Y2.LineThickness = 1;
            this.ultraChart2.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y2.Visible = false;
            this.ultraChart2.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.Visible = false;
            this.ultraChart2.Axis.Z.LineThickness = 1;
            this.ultraChart2.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z.Visible = false;
            this.ultraChart2.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.Visible = false;
            this.ultraChart2.Axis.Z2.LineThickness = 1;
            this.ultraChart2.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z2.Visible = false;
            this.ultraChart2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance6.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance6.Column = -2;
            chartTextAppearance6.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance6.Row = -2;
            chartTextAppearance6.Visible = true;
            barChartAppearance6.ChartText.Add(chartTextAppearance6);
            this.ultraChart2.BarChart = barChartAppearance6;
            this.ultraChart2.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart2.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart2.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart2.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart2.Data.ZeroAligned = true;
            this.ultraChart2.Effects.Effects.Add(gradientEffect6);
            this.ultraChart2.Location = new System.Drawing.Point(3, 3);
            this.ultraChart2.Name = "ultraChart2";
            this.ultraChart2.Size = new System.Drawing.Size(937, 96);
            this.ultraChart2.TabIndex = 17;
            this.ultraChart2.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart2.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // usageByUserCountExpandableGroupBox
            // 
            this.usageByUserCountExpandableGroupBox.Controls.Add(this.ultraExpandableGroupBoxPanel10);
            this.usageByUserCountExpandableGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.usageByUserCountExpandableGroupBox.ExpandedSize = new System.Drawing.Size(949, 108);
            this.usageByUserCountExpandableGroupBox.Location = new System.Drawing.Point(3, 573);
            this.usageByUserCountExpandableGroupBox.Name = "usageByUserCountExpandableGroupBox";
            this.usageByUserCountExpandableGroupBox.Size = new System.Drawing.Size(949, 108);
            this.usageByUserCountExpandableGroupBox.TabIndex = 6;
            this.usageByUserCountExpandableGroupBox.Text = "Count of users";
            // 
            // ultraExpandableGroupBoxPanel10
            // 
            this.ultraExpandableGroupBoxPanel10.AutoSize = true;
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.ButtonClearForCount);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.ButtonSearchForCount);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.DateTimeEndDateForCount);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.ultraLabel23);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.DateTimeStartDateForCount);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.ultraLabel24);
            this.ultraExpandableGroupBoxPanel10.Controls.Add(this.ultraChart7);
            this.ultraExpandableGroupBoxPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraExpandableGroupBoxPanel10.Location = new System.Drawing.Point(3, 19);
            this.ultraExpandableGroupBoxPanel10.Name = "ultraExpandableGroupBoxPanel10";
            this.ultraExpandableGroupBoxPanel10.Size = new System.Drawing.Size(943, 86);
            this.ultraExpandableGroupBoxPanel10.TabIndex = 0;
            // 
            // ButtonClearForCount
            // 
            this.ButtonClearForCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonClearForCount.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonClearForCount.Location = new System.Drawing.Point(98, 56);
            this.ButtonClearForCount.Name = "ButtonClearForCount";
            this.ButtonClearForCount.Size = new System.Drawing.Size(87, 25);
            this.ButtonClearForCount.TabIndex = 5;
            this.ButtonClearForCount.Text = "&Reset";
            this.ButtonClearForCount.Click += new System.EventHandler(this.ButtonClearForCount_Click);
            // 
            // ButtonSearchForCount
            // 
            this.ButtonSearchForCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.ButtonSearchForCount.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
            this.ButtonSearchForCount.Location = new System.Drawing.Point(3, 56);
            this.ButtonSearchForCount.Name = "ButtonSearchForCount";
            this.ButtonSearchForCount.Size = new System.Drawing.Size(87, 25);
            this.ButtonSearchForCount.TabIndex = 4;
            this.ButtonSearchForCount.Text = "&Search";
            this.ButtonSearchForCount.Click += new System.EventHandler(this.ButtonSearchForCount_Click);
            // 
            // ultraLabel23
            // 
            this.ultraLabel23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance127.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance127.TextHAlignAsString = "Right";
            this.ultraLabel23.Appearance = appearance127;
            this.ultraLabel23.Location = new System.Drawing.Point(283, 31);
            this.ultraLabel23.Name = "ultraLabel23";
            this.ultraLabel23.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel23.TabIndex = 2;
            this.ultraLabel23.Text = "* To date";
            // 
            // ultraLabel24
            // 
            this.ultraLabel24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            appearance128.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
            appearance128.TextHAlignAsString = "Right";
            this.ultraLabel24.Appearance = appearance128;
            this.ultraLabel24.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(87, 25);
            this.ultraLabel24.TabIndex = 0;
            this.ultraLabel24.Text = "* From date";
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart7.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BarChart;
            // 
            // ultraChart7
            // 
            this.ultraChart7.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement7.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement7.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart7.Axis.PE = paintElement7;
            this.ultraChart7.Axis.X.Extent = 20;
            this.ultraChart7.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart7.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart7.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart7.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart7.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.X.LineThickness = 1;
            this.ultraChart7.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.X.MinorGridLines.Visible = true;
            this.ultraChart7.Axis.X.TickmarkInterval = 20;
            this.ultraChart7.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.X.Visible = true;
            this.ultraChart7.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart7.Axis.X2.Labels.ItemFormatString = "<DATA_VALUE:00>";
            this.ultraChart7.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.X2.Labels.Visible = false;
            this.ultraChart7.Axis.X2.LineThickness = 1;
            this.ultraChart7.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart7.Axis.X2.TickmarkInterval = 20;
            this.ultraChart7.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.X2.Visible = false;
            this.ultraChart7.Axis.Y.Extent = 98;
            this.ultraChart7.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart7.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart7.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y.LineThickness = 1;
            this.ultraChart7.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Y.MinorGridLines.Visible = true;
            this.ultraChart7.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.Y.Visible = true;
            this.ultraChart7.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Axis.Y2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart7.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Y2.Labels.Visible = false;
            this.ultraChart7.Axis.Y2.LineThickness = 1;
            this.ultraChart7.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart7.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.Y2.Visible = false;
            this.ultraChart7.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart7.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Z.Labels.Visible = false;
            this.ultraChart7.Axis.Z.LineThickness = 1;
            this.ultraChart7.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart7.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.Z.Visible = false;
            this.ultraChart7.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart7.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart7.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart7.Axis.Z2.Labels.Visible = false;
            this.ultraChart7.Axis.Z2.LineThickness = 1;
            this.ultraChart7.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart7.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart7.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart7.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart7.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart7.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart7.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart7.Axis.Z2.Visible = false;
            this.ultraChart7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            chartTextAppearance7.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance7.Column = -2;
            chartTextAppearance7.ItemFormatString = "<DATA_VALUE:00>";
            chartTextAppearance7.Row = -2;
            chartTextAppearance7.Visible = true;
            barChartAppearance7.ChartText.Add(chartTextAppearance7);
            this.ultraChart7.BarChart = barChartAppearance7;
            this.ultraChart7.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart7.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart7.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart7.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart7.Data.ZeroAligned = true;
            this.ultraChart7.Effects.Effects.Add(gradientEffect7);
            this.ultraChart7.Location = new System.Drawing.Point(5, 3);
            this.ultraChart7.Name = "ultraChart7";
            this.ultraChart7.Size = new System.Drawing.Size(833, 216);
            this.ultraChart7.TabIndex = 27;
            this.ultraChart7.TitleBottom.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart7.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.Never;
            this.ultraChart7.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart7.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            // 
            // UsageLogView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.AutoSize = true;
            this.CancelButton = this.ButtonClose;
            this.Controls.Add(this.ultraGroupBox1);
            this.Key = "Usage View";
            this.Name = "UsageLogView";
            this.Size = new System.Drawing.Size(978, 513);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox6)).EndInit();
            this.ultraExpandableGroupBox6.ResumeLayout(false);
            this.ultraExpandableGroupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForRole)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForRole)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForOffice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForOffice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForModule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForModule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForFunction)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForFunction)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForCount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForCount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeEndDateForCountPerModule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateTimeStartDateForCountPerModule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.usageByFunctionExpandableGroupBox)).EndInit();
            this.usageByFunctionExpandableGroupBox.ResumeLayout(false);
            this.usageByFunctionExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel8.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxFunctionId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByModuleExpandableGroupBox)).EndInit();
            this.usageByModuleExpandableGroupBox.ResumeLayout(false);
            this.usageByModuleExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel6.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxModuleId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserCountPerModuleExpandableGroupBox)).EndInit();
            this.usageByUserCountPerModuleExpandableGroupBox.ResumeLayout(false);
            this.usageByUserCountPerModuleExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxModuleIdForCount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserExpandableGroupBox)).EndInit();
            this.usageByUserExpandableGroupBox.ResumeLayout(false);
            this.usageByUserExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxUserName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByOfficeExpandableGroupBox)).EndInit();
            this.usageByOfficeExpandableGroupBox.ResumeLayout(false);
            this.usageByOfficeExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxOfficeName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByRoleExpandableGroupBox)).EndInit();
            this.usageByRoleExpandableGroupBox.ResumeLayout(false);
            this.usageByRoleExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TextBoxRoleId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usageByUserCountExpandableGroupBox)).EndInit();
            this.usageByUserCountExpandableGroupBox.ResumeLayout(false);
            this.usageByUserCountExpandableGroupBox.PerformLayout();
            this.ultraExpandableGroupBoxPanel10.ResumeLayout(false);
            this.ultraExpandableGroupBoxPanel10.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart7)).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()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("绑定一次计量表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PLANCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTITEM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LX");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FHDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CYDW");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUNDTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POUND");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_WEIGHT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_WEIGHTTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SHIFT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TERM");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADINSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_LOADOUTSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADSTOREPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LOADSTOREPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_FIRSTLABELID");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADINSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADOUTSTORETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YCSFYC");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_COUNT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFSAMPLING");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IFACCEPT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DRIVERIDCARD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DFJZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BILLNUMBER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QHSP");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
            Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn75 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn76 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn77 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn78 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn79 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn80 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn81 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn82 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn83 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn84 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn85 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn86 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn87 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn88 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn89 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn90 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn91 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn92 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn93 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn94 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn95 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn100 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FF_CLEARVALUE");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTSTATE");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("32d14a8b-0181-4ead-8b7c-2bf841e5b2f4"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("77136960-0f57-42d8-b935-2ea6dbebbbfe"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("32d14a8b-0181-4ead-8b7c-2bf841e5b2f4"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("413b1f55-3871-4022-81b9-b73a24cd10e7"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567"), -1);
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeighMeasureInfo));
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.panelYCSP = new System.Windows.Forms.Panel();
            this.panel22 = new System.Windows.Forms.Panel();
            this.VideoChannel5 = new System.Windows.Forms.PictureBox();
            this.panel25 = new System.Windows.Forms.Panel();
            this.VideoChannel6 = new System.Windows.Forms.PictureBox();
            this.panel21 = new System.Windows.Forms.Panel();
            this.VideoChannel4 = new System.Windows.Forms.PictureBox();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dataSet1 = new System.Data.DataSet();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn2 = new System.Data.DataColumn();
            this.dataColumn3 = new System.Data.DataColumn();
            this.dataColumn52 = new System.Data.DataColumn();
            this.dataColumn63 = new System.Data.DataColumn();
            this.dataColumn64 = new System.Data.DataColumn();
            this.dataColumn65 = new System.Data.DataColumn();
            this.dataColumn66 = new System.Data.DataColumn();
            this.dataColumn67 = new System.Data.DataColumn();
            this.dataColumn68 = new System.Data.DataColumn();
            this.dataColumn69 = new System.Data.DataColumn();
            this.dataColumn70 = new System.Data.DataColumn();
            this.dataColumn72 = new System.Data.DataColumn();
            this.dataColumn73 = new System.Data.DataColumn();
            this.dataColumn74 = new System.Data.DataColumn();
            this.dataColumn75 = new System.Data.DataColumn();
            this.dataColumn76 = new System.Data.DataColumn();
            this.dataColumn77 = new System.Data.DataColumn();
            this.dataColumn78 = new System.Data.DataColumn();
            this.dataColumn79 = new System.Data.DataColumn();
            this.dataColumn80 = new System.Data.DataColumn();
            this.dataColumn81 = new System.Data.DataColumn();
            this.dataColumn82 = new System.Data.DataColumn();
            this.dataColumn83 = new System.Data.DataColumn();
            this.dataColumn84 = new System.Data.DataColumn();
            this.dataColumn85 = new System.Data.DataColumn();
            this.dataColumn86 = new System.Data.DataColumn();
            this.dataColumn87 = new System.Data.DataColumn();
            this.dataColumn88 = new System.Data.DataColumn();
            this.dataColumn89 = new System.Data.DataColumn();
            this.dataColumn90 = new System.Data.DataColumn();
            this.dataColumn91 = new System.Data.DataColumn();
            this.dataColumn171 = new System.Data.DataColumn();
            this.dataColumn216 = new System.Data.DataColumn();
            this.dataTable2 = new System.Data.DataTable();
            this.dataColumn4 = new System.Data.DataColumn();
            this.dataColumn5 = new System.Data.DataColumn();
            this.dataColumn6 = new System.Data.DataColumn();
            this.dataColumn7 = new System.Data.DataColumn();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataColumn10 = new System.Data.DataColumn();
            this.dataColumn11 = new System.Data.DataColumn();
            this.dataColumn12 = new System.Data.DataColumn();
            this.dataColumn13 = new System.Data.DataColumn();
            this.dataColumn14 = new System.Data.DataColumn();
            this.dataColumn15 = new System.Data.DataColumn();
            this.dataColumn16 = new System.Data.DataColumn();
            this.dataColumn17 = new System.Data.DataColumn();
            this.dataColumn18 = new System.Data.DataColumn();
            this.dataColumn19 = new System.Data.DataColumn();
            this.dataColumn20 = new System.Data.DataColumn();
            this.dataColumn51 = new System.Data.DataColumn();
            this.dataColumn71 = new System.Data.DataColumn();
            this.dataColumn94 = new System.Data.DataColumn();
            this.dataColumn95 = new System.Data.DataColumn();
            this.dataColumn96 = new System.Data.DataColumn();
            this.dataColumn97 = new System.Data.DataColumn();
            this.dataColumn98 = new System.Data.DataColumn();
            this.dataColumn99 = new System.Data.DataColumn();
            this.dataColumn100 = new System.Data.DataColumn();
            this.dataColumn102 = new System.Data.DataColumn();
            this.dataColumn101 = new System.Data.DataColumn();
            this.dataColumn103 = new System.Data.DataColumn();
            this.dataColumn104 = new System.Data.DataColumn();
            this.dataColumn105 = new System.Data.DataColumn();
            this.dataColumn106 = new System.Data.DataColumn();
            this.dataColumn107 = new System.Data.DataColumn();
            this.dataColumn108 = new System.Data.DataColumn();
            this.dataColumn109 = new System.Data.DataColumn();
            this.dataColumn110 = new System.Data.DataColumn();
            this.dataColumn111 = new System.Data.DataColumn();
            this.dataColumn112 = new System.Data.DataColumn();
            this.dataColumn113 = new System.Data.DataColumn();
            this.dataColumn114 = new System.Data.DataColumn();
            this.dataColumn115 = new System.Data.DataColumn();
            this.dataColumn176 = new System.Data.DataColumn();
            this.dataColumn177 = new System.Data.DataColumn();
            this.dataColumn178 = new System.Data.DataColumn();
            this.dataColumn179 = new System.Data.DataColumn();
            this.dataColumn180 = new System.Data.DataColumn();
            this.dataColumn181 = new System.Data.DataColumn();
            this.dataColumn182 = new System.Data.DataColumn();
            this.dataColumn183 = new System.Data.DataColumn();
            this.dataColumn184 = new System.Data.DataColumn();
            this.dataColumn185 = new System.Data.DataColumn();
            this.dataColumn186 = new System.Data.DataColumn();
            this.dataColumn187 = new System.Data.DataColumn();
            this.dataColumn188 = new System.Data.DataColumn();
            this.dataColumn189 = new System.Data.DataColumn();
            this.dataColumn204 = new System.Data.DataColumn();
            this.dataColumn205 = new System.Data.DataColumn();
            this.dataColumn206 = new System.Data.DataColumn();
            this.dataColumn207 = new System.Data.DataColumn();
            this.dataColumn208 = new System.Data.DataColumn();
            this.dataTable3 = new System.Data.DataTable();
            this.dataColumn21 = new System.Data.DataColumn();
            this.dataColumn22 = new System.Data.DataColumn();
            this.dataColumn92 = new System.Data.DataColumn();
            this.dataColumn93 = new System.Data.DataColumn();
            this.dataTable4 = new System.Data.DataTable();
            this.dataColumn23 = new System.Data.DataColumn();
            this.dataColumn24 = new System.Data.DataColumn();
            this.dataColumn25 = new System.Data.DataColumn();
            this.dataColumn26 = new System.Data.DataColumn();
            this.dataColumn27 = new System.Data.DataColumn();
            this.dataColumn28 = new System.Data.DataColumn();
            this.dataColumn29 = new System.Data.DataColumn();
            this.dataColumn30 = new System.Data.DataColumn();
            this.dataColumn31 = new System.Data.DataColumn();
            this.dataColumn32 = new System.Data.DataColumn();
            this.dataColumn33 = new System.Data.DataColumn();
            this.dataColumn34 = new System.Data.DataColumn();
            this.dataColumn35 = new System.Data.DataColumn();
            this.dataColumn53 = new System.Data.DataColumn();
            this.dataColumn172 = new System.Data.DataColumn();
            this.dataColumn173 = new System.Data.DataColumn();
            this.dataColumn174 = new System.Data.DataColumn();
            this.dataColumn175 = new System.Data.DataColumn();
            this.dataColumn217 = new System.Data.DataColumn();
            this.dataColumn218 = new System.Data.DataColumn();
            this.dataTable5 = new System.Data.DataTable();
            this.dataColumn36 = new System.Data.DataColumn();
            this.dataColumn37 = new System.Data.DataColumn();
            this.dataColumn38 = new System.Data.DataColumn();
            this.dataColumn39 = new System.Data.DataColumn();
            this.dataColumn40 = new System.Data.DataColumn();
            this.dataColumn41 = new System.Data.DataColumn();
            this.dataColumn42 = new System.Data.DataColumn();
            this.dataColumn43 = new System.Data.DataColumn();
            this.dataColumn44 = new System.Data.DataColumn();
            this.dataColumn45 = new System.Data.DataColumn();
            this.dataColumn46 = new System.Data.DataColumn();
            this.dataColumn47 = new System.Data.DataColumn();
            this.dataColumn48 = new System.Data.DataColumn();
            this.dataColumn49 = new System.Data.DataColumn();
            this.dataColumn50 = new System.Data.DataColumn();
            this.dataTable6 = new System.Data.DataTable();
            this.dataColumn54 = new System.Data.DataColumn();
            this.dataColumn55 = new System.Data.DataColumn();
            this.dataColumn56 = new System.Data.DataColumn();
            this.dataColumn57 = new System.Data.DataColumn();
            this.dataColumn58 = new System.Data.DataColumn();
            this.dataColumn59 = new System.Data.DataColumn();
            this.dataColumn60 = new System.Data.DataColumn();
            this.dataColumn61 = new System.Data.DataColumn();
            this.dataColumn62 = new System.Data.DataColumn();
            this.dataTable7 = new System.Data.DataTable();
            this.dataColumn116 = new System.Data.DataColumn();
            this.dataColumn117 = new System.Data.DataColumn();
            this.dataColumn118 = new System.Data.DataColumn();
            this.dataColumn119 = new System.Data.DataColumn();
            this.dataTable8 = new System.Data.DataTable();
            this.dataColumn120 = new System.Data.DataColumn();
            this.dataColumn121 = new System.Data.DataColumn();
            this.dataColumn122 = new System.Data.DataColumn();
            this.dataTable9 = new System.Data.DataTable();
            this.dataColumn123 = new System.Data.DataColumn();
            this.dataColumn124 = new System.Data.DataColumn();
            this.dataColumn125 = new System.Data.DataColumn();
            this.dataColumn126 = new System.Data.DataColumn();
            this.dataTable10 = new System.Data.DataTable();
            this.dataColumn127 = new System.Data.DataColumn();
            this.dataColumn128 = new System.Data.DataColumn();
            this.dataTable11 = new System.Data.DataTable();
            this.dataColumn129 = new System.Data.DataColumn();
            this.dataColumn130 = new System.Data.DataColumn();
            this.dataColumn131 = new System.Data.DataColumn();
            this.dataColumn132 = new System.Data.DataColumn();
            this.dataColumn133 = new System.Data.DataColumn();
            this.dataColumn134 = new System.Data.DataColumn();
            this.dataColumn135 = new System.Data.DataColumn();
            this.dataColumn136 = new System.Data.DataColumn();
            this.dataColumn137 = new System.Data.DataColumn();
            this.dataColumn138 = new System.Data.DataColumn();
            this.dataColumn139 = new System.Data.DataColumn();
            this.dataColumn140 = new System.Data.DataColumn();
            this.dataColumn141 = new System.Data.DataColumn();
            this.dataColumn142 = new System.Data.DataColumn();
            this.dataColumn143 = new System.Data.DataColumn();
            this.dataColumn144 = new System.Data.DataColumn();
            this.dataColumn145 = new System.Data.DataColumn();
            this.dataColumn146 = new System.Data.DataColumn();
            this.dataColumn147 = new System.Data.DataColumn();
            this.dataColumn148 = new System.Data.DataColumn();
            this.dataColumn149 = new System.Data.DataColumn();
            this.dataColumn150 = new System.Data.DataColumn();
            this.dataColumn151 = new System.Data.DataColumn();
            this.dataColumn152 = new System.Data.DataColumn();
            this.dataColumn153 = new System.Data.DataColumn();
            this.dataColumn154 = new System.Data.DataColumn();
            this.dataColumn155 = new System.Data.DataColumn();
            this.dataColumn156 = new System.Data.DataColumn();
            this.dataColumn157 = new System.Data.DataColumn();
            this.dataColumn158 = new System.Data.DataColumn();
            this.dataColumn159 = new System.Data.DataColumn();
            this.dataColumn160 = new System.Data.DataColumn();
            this.dataColumn161 = new System.Data.DataColumn();
            this.dataColumn162 = new System.Data.DataColumn();
            this.dataColumn163 = new System.Data.DataColumn();
            this.dataColumn164 = new System.Data.DataColumn();
            this.dataColumn165 = new System.Data.DataColumn();
            this.dataColumn166 = new System.Data.DataColumn();
            this.dataColumn167 = new System.Data.DataColumn();
            this.dataColumn168 = new System.Data.DataColumn();
            this.dataColumn169 = new System.Data.DataColumn();
            this.dataColumn170 = new System.Data.DataColumn();
            this.dataColumn190 = new System.Data.DataColumn();
            this.dataColumn191 = new System.Data.DataColumn();
            this.dataColumn192 = new System.Data.DataColumn();
            this.dataColumn193 = new System.Data.DataColumn();
            this.dataColumn194 = new System.Data.DataColumn();
            this.dataColumn195 = new System.Data.DataColumn();
            this.dataColumn196 = new System.Data.DataColumn();
            this.dataColumn197 = new System.Data.DataColumn();
            this.dataColumn198 = new System.Data.DataColumn();
            this.dataColumn199 = new System.Data.DataColumn();
            this.dataColumn200 = new System.Data.DataColumn();
            this.dataColumn201 = new System.Data.DataColumn();
            this.dataColumn202 = new System.Data.DataColumn();
            this.dataColumn203 = new System.Data.DataColumn();
            this.dataColumn209 = new System.Data.DataColumn();
            this.dataColumn210 = new System.Data.DataColumn();
            this.dataColumn211 = new System.Data.DataColumn();
            this.dataColumn212 = new System.Data.DataColumn();
            this.dataColumn213 = new System.Data.DataColumn();
            this.dataColumn214 = new System.Data.DataColumn();
            this.dataColumn215 = new System.Data.DataColumn();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.picHT = new System.Windows.Forms.PictureBox();
            this.panelYYBF = new System.Windows.Forms.Panel();
            this.panel23 = new System.Windows.Forms.Panel();
            this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.btn5 = new System.Windows.Forms.Button();
            this.btn6 = new System.Windows.Forms.Button();
            this.btn4 = new System.Windows.Forms.Button();
            this.btn3 = new System.Windows.Forms.Button();
            this.btn2 = new System.Windows.Forms.Button();
            this.btn1 = new System.Windows.Forms.Button();
            this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panelSPKZ = new System.Windows.Forms.Panel();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button15 = new System.Windows.Forms.Button();
            this.button14 = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.button12 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chb_AutoInfrared = new System.Windows.Forms.CheckBox();
            this.txtZZ = new System.Windows.Forms.TextBox();
            this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
            this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.txtTDL = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.VideoChannel8 = new System.Windows.Forms.PictureBox();
            this.VideoChannel7 = new System.Windows.Forms.PictureBox();
            this.VideoChannel3 = new System.Windows.Forms.PictureBox();
            this.VideoChannel2 = new System.Windows.Forms.PictureBox();
            this.VideoChannel1 = new System.Windows.Forms.PictureBox();
            this.panel6 = new System.Windows.Forms.Panel();
            this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.button9 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.txtXSZL = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.StatusBack = new YGJZJL.Car.CoolInfraredRay();
            this.StatusFront = new YGJZJL.Car.CoolInfraredRay();
            this.StatusLight = new YGJZJL.Car.CoolIndicator();
            this.StatusRedGreen = new YGJZJL.Car.CoolIndicator();
            this.btnHDHW = new System.Windows.Forms.Button();
            this.btnQDHW = new System.Windows.Forms.Button();
            this.btnZMDKG = new System.Windows.Forms.Button();
            this.btnHL = new System.Windows.Forms.Button();
            this.btnQL = new System.Windows.Forms.Button();
            this.lbWD = new System.Windows.Forms.Label();
            this.lbYS = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panel8 = new System.Windows.Forms.Panel();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.panel11 = new System.Windows.Forms.Panel();
            this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.panel10 = new System.Windows.Forms.Panel();
            this.btnBC = new System.Windows.Forms.Button();
            this.btnGPBC = new System.Windows.Forms.Button();
            this.btnSD = new System.Windows.Forms.Button();
            this.btnDS = new System.Windows.Forms.Button();
            this.button16 = new System.Windows.Forms.Button();
            this.button17 = new System.Windows.Forms.Button();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.panel9 = new System.Windows.Forms.Panel();
            this.cbProvider = new System.Windows.Forms.ComboBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.tbBZ = new System.Windows.Forms.TextBox();
            this.label29 = new System.Windows.Forms.Label();
            this.button18 = new System.Windows.Forms.Button();
            this.label28 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.tbCharge = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tbReceiverPlace = new System.Windows.Forms.TextBox();
            this.tbSenderPlace = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.txtPJBH = new System.Windows.Forms.TextBox();
            this.txtHTXMH = new System.Windows.Forms.ComboBox();
            this.txtDFJZ = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.btnFHDW = new System.Windows.Forms.Button();
            this.btnSHDW = new System.Windows.Forms.Button();
            this.btnCYDW = new System.Windows.Forms.Button();
            this.btnWLMC = new System.Windows.Forms.Button();
            this.txtYKL = new System.Windows.Forms.TextBox();
            this.txtZL = new System.Windows.Forms.TextBox();
            this.txtPZ = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtJZ = new System.Windows.Forms.TextBox();
            this.txtMZ = new System.Windows.Forms.TextBox();
            this.txtZS3 = new System.Windows.Forms.TextBox();
            this.txtZS2 = new System.Windows.Forms.TextBox();
            this.txtZS = new System.Windows.Forms.TextBox();
            this.chbSFYC = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtBC = new System.Windows.Forms.TextBox();
            this.cbJLLX = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.chbQXPZ = new System.Windows.Forms.CheckBox();
            this.cbCH = new System.Windows.Forms.ComboBox();
            this.cbCH1 = new System.Windows.Forms.ComboBox();
            this.cbWLMC = new System.Windows.Forms.ComboBox();
            this.cbSHDW = new System.Windows.Forms.ComboBox();
            this.cbCYDW = new System.Windows.Forms.ComboBox();
            this.txtJLY = new System.Windows.Forms.TextBox();
            this.cbFHDW = new System.Windows.Forms.ComboBox();
            this.cbLX = new System.Windows.Forms.ComboBox();
            this.txtJLD = new System.Windows.Forms.TextBox();
            this.label26 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtLH = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtHTH = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.txtCZH = new System.Windows.Forms.TextBox();
            this.txtCarNo = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.cbLS = new System.Windows.Forms.ComboBox();
            this.label23 = new System.Windows.Forms.Label();
            this.txtLH3 = new System.Windows.Forms.TextBox();
            this.txtLH2 = new System.Windows.Forms.TextBox();
            this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._WeighMeasureInfoUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._WeighMeasureInfoAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.panel38 = new System.Windows.Forms.Panel();
            this.pictureBox38 = new System.Windows.Forms.PictureBox();
            this.panel37 = new System.Windows.Forms.Panel();
            this.pictureBox37 = new System.Windows.Forms.PictureBox();
            this.panel36 = new System.Windows.Forms.Panel();
            this.pictureBox36 = new System.Windows.Forms.PictureBox();
            this.panel33 = new System.Windows.Forms.Panel();
            this.pictureBox33 = new System.Windows.Forms.PictureBox();
            this.panel32 = new System.Windows.Forms.Panel();
            this.pictureBox32 = new System.Windows.Forms.PictureBox();
            this.panel31 = new System.Windows.Forms.Panel();
            this.pictureBox31 = new System.Windows.Forms.PictureBox();
            this.panel18 = new System.Windows.Forms.Panel();
            this.pictureBox16 = new System.Windows.Forms.PictureBox();
            this.panel19 = new System.Windows.Forms.Panel();
            this.pictureBox17 = new System.Windows.Forms.PictureBox();
            this.picFDTP = new System.Windows.Forms.PictureBox();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.panelYCJL = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.ultraChart2 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.pictureBox10 = new System.Windows.Forms.PictureBox();
            this.panel13 = new System.Windows.Forms.Panel();
            this.pictureBox11 = new System.Windows.Forms.PictureBox();
            this.panel14 = new System.Windows.Forms.Panel();
            this.pictureBox12 = new System.Windows.Forms.PictureBox();
            this.panel15 = new System.Windows.Forms.Panel();
            this.pictureBox13 = new System.Windows.Forms.PictureBox();
            this.panel16 = new System.Windows.Forms.Panel();
            this.pictureBox14 = new System.Windows.Forms.PictureBox();
            this.panel17 = new System.Windows.Forms.Panel();
            this.pictureBox15 = new System.Windows.Forms.PictureBox();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.ultraTabPageControl3.SuspendLayout();
            this.panelYCSP.SuspendLayout();
            this.panel22.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel5)).BeginInit();
            this.panel25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel6)).BeginInit();
            this.panel21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHT)).BeginInit();
            this.panelYYBF.SuspendLayout();
            this.panel23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
            this.panelSPKZ.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).BeginInit();
            this.panel6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
            this.ultraTabControl1.SuspendLayout();
            this.panel7.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            this.panel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            this.panel10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            this.panel9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this._WeighMeasureInfoAutoHideControl.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.panel38.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).BeginInit();
            this.panel37.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).BeginInit();
            this.panel36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).BeginInit();
            this.panel33.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).BeginInit();
            this.panel32.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).BeginInit();
            this.panel31.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).BeginInit();
            this.panel18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
            this.panel19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).BeginInit();
            this.panelYCJL.SuspendLayout();
            this.panel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
            this.panel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
            this.panel14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
            this.panel15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
            this.panel16.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
            this.panel17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.panelYCSP);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl3, null);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 20);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl3, null);
            // 
            // panelYCSP
            // 
            this.panelYCSP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYCSP.Controls.Add(this.panel22);
            this.panelYCSP.Controls.Add(this.panel25);
            this.panelYCSP.Controls.Add(this.panel21);
            this.coreBind.SetDatabasecommand(this.panelYCSP, null);
            this.panelYCSP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelYCSP.Location = new System.Drawing.Point(0, 0);
            this.panelYCSP.Name = "panelYCSP";
            this.panelYCSP.Size = new System.Drawing.Size(741, 153);
            this.panelYCSP.TabIndex = 17;
            this.coreBind.SetVerification(this.panelYCSP, null);
            // 
            // panel22
            // 
            this.panel22.Controls.Add(this.VideoChannel5);
            this.coreBind.SetDatabasecommand(this.panel22, null);
            this.panel22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel22.Location = new System.Drawing.Point(240, 0);
            this.panel22.Name = "panel22";
            this.panel22.Size = new System.Drawing.Size(262, 153);
            this.panel22.TabIndex = 3;
            this.coreBind.SetVerification(this.panel22, null);
            // 
            // VideoChannel5
            // 
            this.VideoChannel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel5, null);
            this.VideoChannel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel5.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel5.Name = "VideoChannel5";
            this.VideoChannel5.Size = new System.Drawing.Size(262, 153);
            this.VideoChannel5.TabIndex = 3;
            this.VideoChannel5.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel5, null);
            this.VideoChannel5.Click += new System.EventHandler(this.VideoChannel5_Click);
            // 
            // panel25
            // 
            this.panel25.Controls.Add(this.VideoChannel6);
            this.coreBind.SetDatabasecommand(this.panel25, null);
            this.panel25.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel25.Location = new System.Drawing.Point(502, 0);
            this.panel25.Name = "panel25";
            this.panel25.Size = new System.Drawing.Size(239, 153);
            this.panel25.TabIndex = 1;
            this.coreBind.SetVerification(this.panel25, null);
            // 
            // VideoChannel6
            // 
            this.VideoChannel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel6, null);
            this.VideoChannel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel6.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel6.Name = "VideoChannel6";
            this.VideoChannel6.Size = new System.Drawing.Size(239, 153);
            this.VideoChannel6.TabIndex = 3;
            this.VideoChannel6.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel6, null);
            this.VideoChannel6.Click += new System.EventHandler(this.VideoChannel6_Click);
            // 
            // panel21
            // 
            this.panel21.Controls.Add(this.VideoChannel4);
            this.coreBind.SetDatabasecommand(this.panel21, null);
            this.panel21.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel21.Location = new System.Drawing.Point(0, 0);
            this.panel21.Name = "panel21";
            this.panel21.Size = new System.Drawing.Size(240, 153);
            this.panel21.TabIndex = 0;
            this.coreBind.SetVerification(this.panel21, null);
            // 
            // VideoChannel4
            // 
            this.VideoChannel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel4, null);
            this.VideoChannel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoChannel4.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel4.Name = "VideoChannel4";
            this.VideoChannel4.Size = new System.Drawing.Size(240, 153);
            this.VideoChannel4.TabIndex = 2;
            this.VideoChannel4.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel4, null);
            this.VideoChannel4.Click += new System.EventHandler(this.VideoChannel4_Click);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl1, null);
            // 
            // ultraGrid3
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
            this.ultraGrid3.DataMember = "绑定一次计量表";
            this.ultraGrid3.DataSource = this.dataSet1;
            appearance31.BackColor = System.Drawing.Color.White;
            appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid3.DisplayLayout.Appearance = appearance31;
            ultraGridColumn1.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn1.Header.VisiblePosition = 0;
            ultraGridColumn1.Hidden = true;
            ultraGridColumn2.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn2.Header.VisiblePosition = 1;
            ultraGridColumn2.Hidden = true;
            ultraGridColumn3.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn3.Header.VisiblePosition = 2;
            ultraGridColumn4.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn4.Header.VisiblePosition = 3;
            ultraGridColumn5.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn5.Header.VisiblePosition = 58;
            ultraGridColumn6.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn6.Header.VisiblePosition = 59;
            ultraGridColumn7.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn7.Header.VisiblePosition = 4;
            ultraGridColumn7.Hidden = true;
            ultraGridColumn8.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn8.Header.VisiblePosition = 5;
            ultraGridColumn9.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn9.Header.VisiblePosition = 7;
            ultraGridColumn9.Hidden = true;
            ultraGridColumn10.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn10.Header.VisiblePosition = 8;
            ultraGridColumn11.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn11.Header.VisiblePosition = 9;
            ultraGridColumn11.Hidden = true;
            ultraGridColumn12.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn12.Header.VisiblePosition = 10;
            ultraGridColumn13.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn13.Header.VisiblePosition = 11;
            ultraGridColumn13.Hidden = true;
            ultraGridColumn14.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn14.Header.VisiblePosition = 12;
            ultraGridColumn14.Hidden = true;
            ultraGridColumn15.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn15.Header.VisiblePosition = 13;
            ultraGridColumn16.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn16.Header.VisiblePosition = 14;
            ultraGridColumn16.Hidden = true;
            ultraGridColumn17.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn17.Header.VisiblePosition = 15;
            ultraGridColumn18.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn18.Header.VisiblePosition = 16;
            ultraGridColumn18.Hidden = true;
            ultraGridColumn19.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn19.Header.VisiblePosition = 17;
            ultraGridColumn19.Hidden = true;
            ultraGridColumn20.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn20.Header.VisiblePosition = 18;
            ultraGridColumn21.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn21.Header.VisiblePosition = 19;
            ultraGridColumn21.Hidden = true;
            ultraGridColumn22.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn22.Header.VisiblePosition = 20;
            ultraGridColumn22.Hidden = true;
            ultraGridColumn23.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn23.Header.VisiblePosition = 21;
            ultraGridColumn23.Hidden = true;
            ultraGridColumn24.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn24.Header.VisiblePosition = 6;
            ultraGridColumn25.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn25.Header.VisiblePosition = 22;
            ultraGridColumn26.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn26.Header.VisiblePosition = 23;
            ultraGridColumn27.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn27.Header.VisiblePosition = 24;
            ultraGridColumn28.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn28.Header.VisiblePosition = 29;
            ultraGridColumn28.Hidden = true;
            ultraGridColumn29.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn29.Header.VisiblePosition = 30;
            ultraGridColumn29.Hidden = true;
            ultraGridColumn30.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn30.Header.VisiblePosition = 31;
            ultraGridColumn30.Hidden = true;
            ultraGridColumn31.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn31.Header.VisiblePosition = 32;
            ultraGridColumn31.Hidden = true;
            ultraGridColumn32.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn32.Header.VisiblePosition = 33;
            ultraGridColumn32.Hidden = true;
            ultraGridColumn33.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn33.Header.VisiblePosition = 34;
            ultraGridColumn33.Hidden = true;
            ultraGridColumn34.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn34.Header.VisiblePosition = 35;
            ultraGridColumn34.Hidden = true;
            ultraGridColumn35.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn35.Header.VisiblePosition = 36;
            ultraGridColumn35.Hidden = true;
            ultraGridColumn36.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn36.Header.VisiblePosition = 37;
            ultraGridColumn36.Hidden = true;
            ultraGridColumn37.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn37.Header.VisiblePosition = 38;
            ultraGridColumn37.Hidden = true;
            ultraGridColumn38.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn38.Header.VisiblePosition = 39;
            ultraGridColumn38.Hidden = true;
            ultraGridColumn39.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn39.Header.VisiblePosition = 28;
            ultraGridColumn40.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn40.Header.VisiblePosition = 27;
            ultraGridColumn41.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn41.Header.VisiblePosition = 25;
            ultraGridColumn42.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn42.Header.VisiblePosition = 26;
            ultraGridColumn43.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn43.Header.VisiblePosition = 40;
            ultraGridColumn44.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn44.Header.VisiblePosition = 41;
            ultraGridColumn45.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn45.Header.VisiblePosition = 42;
            ultraGridColumn46.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn46.Header.VisiblePosition = 43;
            ultraGridColumn47.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn47.Header.VisiblePosition = 44;
            ultraGridColumn48.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn48.Header.VisiblePosition = 45;
            ultraGridColumn49.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn49.Header.VisiblePosition = 46;
            ultraGridColumn50.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn50.Header.VisiblePosition = 47;
            ultraGridColumn51.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn51.Header.VisiblePosition = 48;
            ultraGridColumn52.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn52.Header.VisiblePosition = 49;
            ultraGridColumn53.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn53.Header.VisiblePosition = 50;
            ultraGridColumn54.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn54.Header.VisiblePosition = 51;
            ultraGridColumn55.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn55.Header.VisiblePosition = 52;
            ultraGridColumn56.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn56.Header.VisiblePosition = 53;
            ultraGridColumn57.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn57.Header.VisiblePosition = 54;
            ultraGridColumn58.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn58.Header.VisiblePosition = 55;
            ultraGridColumn58.Hidden = true;
            ultraGridColumn59.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn59.Header.VisiblePosition = 56;
            ultraGridColumn59.Hidden = true;
            ultraGridColumn60.FilterOperatorDropDownItems = ((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems)((Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Equals | Infragistics.Win.UltraWinGrid.FilterOperatorDropDownItems.Contains)));
            ultraGridColumn60.Header.VisiblePosition = 57;
            ultraGridColumn60.Hidden = true;
            ultraGridColumn61.Header.VisiblePosition = 60;
            ultraGridColumn62.Header.VisiblePosition = 61;
            ultraGridColumn63.Header.VisiblePosition = 62;
            ultraGridBand1.Columns.AddRange(new object[] {
            ultraGridColumn1,
            ultraGridColumn2,
            ultraGridColumn3,
            ultraGridColumn4,
            ultraGridColumn5,
            ultraGridColumn6,
            ultraGridColumn7,
            ultraGridColumn8,
            ultraGridColumn9,
            ultraGridColumn10,
            ultraGridColumn11,
            ultraGridColumn12,
            ultraGridColumn13,
            ultraGridColumn14,
            ultraGridColumn15,
            ultraGridColumn16,
            ultraGridColumn17,
            ultraGridColumn18,
            ultraGridColumn19,
            ultraGridColumn20,
            ultraGridColumn21,
            ultraGridColumn22,
            ultraGridColumn23,
            ultraGridColumn24,
            ultraGridColumn25,
            ultraGridColumn26,
            ultraGridColumn27,
            ultraGridColumn28,
            ultraGridColumn29,
            ultraGridColumn30,
            ultraGridColumn31,
            ultraGridColumn32,
            ultraGridColumn33,
            ultraGridColumn34,
            ultraGridColumn35,
            ultraGridColumn36,
            ultraGridColumn37,
            ultraGridColumn38,
            ultraGridColumn39,
            ultraGridColumn40,
            ultraGridColumn41,
            ultraGridColumn42,
            ultraGridColumn43,
            ultraGridColumn44,
            ultraGridColumn45,
            ultraGridColumn46,
            ultraGridColumn47,
            ultraGridColumn48,
            ultraGridColumn49,
            ultraGridColumn50,
            ultraGridColumn51,
            ultraGridColumn52,
            ultraGridColumn53,
            ultraGridColumn54,
            ultraGridColumn55,
            ultraGridColumn56,
            ultraGridColumn57,
            ultraGridColumn58,
            ultraGridColumn59,
            ultraGridColumn60,
            ultraGridColumn61,
            ultraGridColumn62,
            ultraGridColumn63});
            this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
            this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
            this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance32;
            this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
            this.ultraGrid3.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
            appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance33.BackColor2 = System.Drawing.Color.White;
            appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance33.FontData.SizeInPoints = 11F;
            appearance33.FontData.UnderlineAsString = "False";
            appearance33.ForeColor = System.Drawing.Color.Black;
            appearance33.TextHAlignAsString = "Center";
            appearance33.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance33;
            this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            appearance34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance34;
            appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance35;
            this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance36.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance36;
            this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
            this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
            this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid3.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid3.Name = "ultraGrid3";
            this.ultraGrid3.Size = new System.Drawing.Size(741, 153);
            this.ultraGrid3.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid3, null);
            this.ultraGrid3.Click += new System.EventHandler(this.ultraGrid3_Click);
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable1,
            this.dataTable2,
            this.dataTable3,
            this.dataTable4,
            this.dataTable5,
            this.dataTable6,
            this.dataTable7,
            this.dataTable8,
            this.dataTable9,
            this.dataTable10,
            this.dataTable11});
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2,
            this.dataColumn3,
            this.dataColumn52,
            this.dataColumn63,
            this.dataColumn64,
            this.dataColumn65,
            this.dataColumn66,
            this.dataColumn67,
            this.dataColumn68,
            this.dataColumn69,
            this.dataColumn70,
            this.dataColumn72,
            this.dataColumn73,
            this.dataColumn74,
            this.dataColumn75,
            this.dataColumn76,
            this.dataColumn77,
            this.dataColumn78,
            this.dataColumn79,
            this.dataColumn80,
            this.dataColumn81,
            this.dataColumn82,
            this.dataColumn83,
            this.dataColumn84,
            this.dataColumn85,
            this.dataColumn86,
            this.dataColumn87,
            this.dataColumn88,
            this.dataColumn89,
            this.dataColumn90,
            this.dataColumn91,
            this.dataColumn171,
            this.dataColumn216});
            this.dataTable1.TableName = "计量点基础表";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "计量点编码";
            this.dataColumn1.ColumnName = "FS_POINTCODE";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "计量点";
            this.dataColumn2.ColumnName = "FS_POINTNAME";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "接管";
            this.dataColumn3.ColumnName = "XZ";
            // 
            // dataColumn52
            // 
            this.dataColumn52.Caption = "标志";
            this.dataColumn52.ColumnName = "FS_SIGN";
            // 
            // dataColumn63
            // 
            this.dataColumn63.Caption = "仪表类型";
            this.dataColumn63.ColumnName = "FS_METERTYPE";
            // 
            // dataColumn64
            // 
            this.dataColumn64.Caption = "仪表参数";
            this.dataColumn64.ColumnName = "FS_METERPARA";
            // 
            // dataColumn65
            // 
            this.dataColumn65.Caption = "IP";
            this.dataColumn65.ColumnName = "FS_MOXAIP";
            // 
            // dataColumn66
            // 
            this.dataColumn66.Caption = "端口";
            this.dataColumn66.ColumnName = "FS_MOXAPORT";
            // 
            // dataColumn67
            // 
            this.dataColumn67.Caption = "VIEDOIP";
            this.dataColumn67.ColumnName = "FS_VIEDOIP";
            // 
            // dataColumn68
            // 
            this.dataColumn68.Caption = "录像机端口";
            this.dataColumn68.ColumnName = "FS_VIEDOPORT";
            // 
            // dataColumn69
            // 
            this.dataColumn69.Caption = "用户名";
            this.dataColumn69.ColumnName = "FS_VIEDOUSER";
            // 
            // dataColumn70
            // 
            this.dataColumn70.Caption = "密码";
            this.dataColumn70.ColumnName = "FS_VIEDOPWD";
            // 
            // dataColumn72
            // 
            this.dataColumn72.Caption = "FS_POINTDEPART";
            this.dataColumn72.ColumnName = "FS_POINTDEPART";
            // 
            // dataColumn73
            // 
            this.dataColumn73.Caption = "FS_POINTTYPE";
            this.dataColumn73.ColumnName = "FS_POINTTYPE";
            // 
            // dataColumn74
            // 
            this.dataColumn74.Caption = "FS_RTUIP";
            this.dataColumn74.ColumnName = "FS_RTUIP";
            // 
            // dataColumn75
            // 
            this.dataColumn75.Caption = "FS_RTUPORT";
            this.dataColumn75.ColumnName = "FS_RTUPORT";
            // 
            // dataColumn76
            // 
            this.dataColumn76.Caption = "FS_PRINTERIP";
            this.dataColumn76.ColumnName = "FS_PRINTERIP";
            // 
            // dataColumn77
            // 
            this.dataColumn77.Caption = "FS_PRINTERNAME";
            this.dataColumn77.ColumnName = "FS_PRINTERNAME";
            // 
            // dataColumn78
            // 
            this.dataColumn78.Caption = "FS_PRINTTYPECODE";
            this.dataColumn78.ColumnName = "FS_PRINTTYPECODE";
            // 
            // dataColumn79
            // 
            this.dataColumn79.Caption = "FN_USEDPRINTPAPER";
            this.dataColumn79.ColumnName = "FN_USEDPRINTPAPER";
            // 
            // dataColumn80
            // 
            this.dataColumn80.Caption = "FN_USEDPRINTINK";
            this.dataColumn80.ColumnName = "FN_USEDPRINTINK";
            // 
            // dataColumn81
            // 
            this.dataColumn81.Caption = "FS_LEDIP";
            this.dataColumn81.ColumnName = "FS_LEDIP";
            // 
            // dataColumn82
            // 
            this.dataColumn82.Caption = "FS_LEDPORT";
            this.dataColumn82.ColumnName = "FS_LEDPORT";
            // 
            // dataColumn83
            // 
            this.dataColumn83.Caption = "FN_VALUE";
            this.dataColumn83.ColumnName = "FN_VALUE";
            // 
            // dataColumn84
            // 
            this.dataColumn84.Caption = "FS_ALLOWOTHERTARE";
            this.dataColumn84.ColumnName = "FS_ALLOWOTHERTARE";
            // 
            // dataColumn85
            // 
            this.dataColumn85.Caption = "FS_DISPLAYPORT";
            this.dataColumn85.ColumnName = "FS_DISPLAYPORT";
            // 
            // dataColumn86
            // 
            this.dataColumn86.Caption = "FS_DISPLAYPARA";
            this.dataColumn86.ColumnName = "FS_DISPLAYPARA";
            // 
            // dataColumn87
            // 
            this.dataColumn87.Caption = "FS_READERPORT";
            this.dataColumn87.ColumnName = "FS_READERPORT";
            // 
            // dataColumn88
            // 
            this.dataColumn88.Caption = "FS_READERPARA";
            this.dataColumn88.ColumnName = "FS_READERPARA";
            // 
            // dataColumn89
            // 
            this.dataColumn89.Caption = "FS_READERTYPE";
            this.dataColumn89.ColumnName = "FS_READERTYPE";
            // 
            // dataColumn90
            // 
            this.dataColumn90.Caption = "FS_DISPLAYTYPE";
            this.dataColumn90.ColumnName = "FS_DISPLAYTYPE";
            // 
            // dataColumn91
            // 
            this.dataColumn91.Caption = "FS_LEDTYPE";
            this.dataColumn91.ColumnName = "FS_LEDTYPE";
            // 
            // dataColumn171
            // 
            this.dataColumn171.ColumnName = "FF_CLEARVALUE";
            // 
            // dataColumn216
            // 
            this.dataColumn216.Caption = "计量点状态";
            this.dataColumn216.ColumnName = "FS_POINTSTATE";
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn4,
            this.dataColumn5,
            this.dataColumn6,
            this.dataColumn7,
            this.dataColumn8,
            this.dataColumn9,
            this.dataColumn10,
            this.dataColumn11,
            this.dataColumn12,
            this.dataColumn13,
            this.dataColumn14,
            this.dataColumn15,
            this.dataColumn16,
            this.dataColumn17,
            this.dataColumn18,
            this.dataColumn19,
            this.dataColumn20,
            this.dataColumn51,
            this.dataColumn71,
            this.dataColumn94,
            this.dataColumn95,
            this.dataColumn96,
            this.dataColumn97,
            this.dataColumn98,
            this.dataColumn99,
            this.dataColumn100,
            this.dataColumn102,
            this.dataColumn101,
            this.dataColumn103,
            this.dataColumn104,
            this.dataColumn105,
            this.dataColumn106,
            this.dataColumn107,
            this.dataColumn108,
            this.dataColumn109,
            this.dataColumn110,
            this.dataColumn111,
            this.dataColumn112,
            this.dataColumn113,
            this.dataColumn114,
            this.dataColumn115,
            this.dataColumn176,
            this.dataColumn177,
            this.dataColumn178,
            this.dataColumn179,
            this.dataColumn180,
            this.dataColumn181,
            this.dataColumn182,
            this.dataColumn183,
            this.dataColumn184,
            this.dataColumn185,
            this.dataColumn186,
            this.dataColumn187,
            this.dataColumn188,
            this.dataColumn189,
            this.dataColumn204,
            this.dataColumn205,
            this.dataColumn206,
            this.dataColumn207,
            this.dataColumn208});
            this.dataTable2.TableName = "一次计量表";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "作业编号";
            this.dataColumn4.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "预报号";
            this.dataColumn5.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "合同号";
            this.dataColumn6.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "合同项目编号";
            this.dataColumn7.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "炉号";
            this.dataColumn8.ColumnName = "FS_STOVENO";
            // 
            // dataColumn9
            // 
            this.dataColumn9.Caption = "支数";
            this.dataColumn9.ColumnName = "FN_COUNT";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "卡号";
            this.dataColumn10.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn11
            // 
            this.dataColumn11.Caption = "车号";
            this.dataColumn11.ColumnName = "FS_CARNO";
            // 
            // dataColumn12
            // 
            this.dataColumn12.Caption = "重量";
            this.dataColumn12.ColumnName = "FN_WEIGHT";
            // 
            // dataColumn13
            // 
            this.dataColumn13.Caption = "计量点";
            this.dataColumn13.ColumnName = "FS_POUND";
            // 
            // dataColumn14
            // 
            this.dataColumn14.Caption = "计量员";
            this.dataColumn14.ColumnName = "FS_WEIGHTER";
            // 
            // dataColumn15
            // 
            this.dataColumn15.Caption = "计量时间";
            this.dataColumn15.ColumnName = "FD_WEIGHTTIME";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "班次";
            this.dataColumn16.ColumnName = "FS_SHIFT";
            // 
            // dataColumn17
            // 
            this.dataColumn17.Caption = "流向";
            this.dataColumn17.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn18
            // 
            this.dataColumn18.Caption = "发货单位";
            this.dataColumn18.ColumnName = "FS_SENDER";
            // 
            // dataColumn19
            // 
            this.dataColumn19.Caption = "收货单位";
            this.dataColumn19.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn20
            // 
            this.dataColumn20.Caption = "承运单位";
            this.dataColumn20.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn51
            // 
            this.dataColumn51.Caption = "物料名称";
            this.dataColumn51.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn71
            // 
            this.dataColumn71.Caption = "是否异常";
            this.dataColumn71.ColumnName = "FS_YCSFYC";
            // 
            // dataColumn94
            // 
            this.dataColumn94.Caption = "发货库存点代码";
            this.dataColumn94.ColumnName = "FS_SENDERSTORE";
            // 
            // dataColumn95
            // 
            this.dataColumn95.Caption = "收货库存点代码";
            this.dataColumn95.ColumnName = "FS_RECEIVERSTORE";
            // 
            // dataColumn96
            // 
            this.dataColumn96.Caption = "磅房编号";
            this.dataColumn96.ColumnName = "FS_POUNDTYPE";
            // 
            // dataColumn97
            // 
            this.dataColumn97.Caption = "预报总重";
            this.dataColumn97.ColumnName = "FN_SENDGROSSWEIGHT";
            // 
            // dataColumn98
            // 
            this.dataColumn98.Caption = "预报皮重";
            this.dataColumn98.ColumnName = "FN_SENDTAREWEIGHT";
            // 
            // dataColumn99
            // 
            this.dataColumn99.Caption = "预报净量";
            this.dataColumn99.ColumnName = "FN_SENDNETWEIGHT";
            // 
            // dataColumn100
            // 
            this.dataColumn100.Caption = "班别";
            this.dataColumn100.ColumnName = "FS_TERM";
            // 
            // dataColumn102
            // 
            this.dataColumn102.Caption = "发货单位";
            this.dataColumn102.ColumnName = "FS_FHDW";
            // 
            // dataColumn101
            // 
            this.dataColumn101.Caption = "收货单位";
            this.dataColumn101.ColumnName = "FS_SHDW";
            // 
            // dataColumn103
            // 
            this.dataColumn103.Caption = "承运单位";
            this.dataColumn103.ColumnName = "FS_CYDW";
            // 
            // dataColumn104
            // 
            this.dataColumn104.Caption = "流向";
            this.dataColumn104.ColumnName = "FS_LX";
            // 
            // dataColumn105
            // 
            this.dataColumn105.Caption = "装车入库时间";
            this.dataColumn105.ColumnName = "FD_LOADINSTORETIME";
            // 
            // dataColumn106
            // 
            this.dataColumn106.Caption = "装车出库时间";
            this.dataColumn106.ColumnName = "FD_LOADOUTSTORETIME";
            // 
            // dataColumn107
            // 
            this.dataColumn107.ColumnName = "FS_UNLOADFLAG";
            // 
            // dataColumn108
            // 
            this.dataColumn108.ColumnName = "FS_UNLOADSTOREPERSON";
            // 
            // dataColumn109
            // 
            this.dataColumn109.ColumnName = "FS_LOADFLAG";
            // 
            // dataColumn110
            // 
            this.dataColumn110.ColumnName = "FS_LOADSTOREPERSON";
            // 
            // dataColumn111
            // 
            this.dataColumn111.ColumnName = "FS_SAMPLEPERSON";
            // 
            // dataColumn112
            // 
            this.dataColumn112.ColumnName = "FS_FIRSTLABELID";
            // 
            // dataColumn113
            // 
            this.dataColumn113.ColumnName = "FD_UNLOADINSTORETIME";
            // 
            // dataColumn114
            // 
            this.dataColumn114.ColumnName = "FD_UNLOADOUTSTORETIME";
            // 
            // dataColumn115
            // 
            this.dataColumn115.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn176
            // 
            this.dataColumn176.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn177
            // 
            this.dataColumn177.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn178
            // 
            this.dataColumn178.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn179
            // 
            this.dataColumn179.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn180
            // 
            this.dataColumn180.ColumnName = "FD_SAMPLETIME";
            // 
            // dataColumn181
            // 
            this.dataColumn181.ColumnName = "FS_SAMPLEPLACE";
            // 
            // dataColumn182
            // 
            this.dataColumn182.ColumnName = "FS_SAMPLEFLAG";
            // 
            // dataColumn183
            // 
            this.dataColumn183.ColumnName = "FS_UNLOADPERSON";
            // 
            // dataColumn184
            // 
            this.dataColumn184.ColumnName = "FD_UNLOADTIME";
            // 
            // dataColumn185
            // 
            this.dataColumn185.ColumnName = "FS_UNLOADPLACE";
            // 
            // dataColumn186
            // 
            this.dataColumn186.ColumnName = "FS_CHECKPERSON";
            // 
            // dataColumn187
            // 
            this.dataColumn187.ColumnName = "FD_CHECKTIME";
            // 
            // dataColumn188
            // 
            this.dataColumn188.ColumnName = "FS_CHECKPLACE";
            // 
            // dataColumn189
            // 
            this.dataColumn189.ColumnName = "FS_CHECKFLAG";
            // 
            // dataColumn204
            // 
            this.dataColumn204.Caption = "应扣量";
            this.dataColumn204.ColumnName = "FS_YKL";
            // 
            // dataColumn205
            // 
            this.dataColumn205.Caption = "复磅标志";
            this.dataColumn205.ColumnName = "FS_REWEIGHTFLAG";
            // 
            // dataColumn206
            // 
            this.dataColumn206.Caption = "复磅确认时间";
            this.dataColumn206.ColumnName = "FD_REWEIGHTTIME";
            // 
            // dataColumn207
            // 
            this.dataColumn207.Caption = "复磅确认地点";
            this.dataColumn207.ColumnName = "FS_REWEIGHTPLACE";
            // 
            // dataColumn208
            // 
            this.dataColumn208.Caption = "复磅确认员";
            this.dataColumn208.ColumnName = "FS_REWEIGHTPERSON";
            // 
            // dataTable3
            // 
            this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn21,
            this.dataColumn22,
            this.dataColumn92,
            this.dataColumn93});
            this.dataTable3.TableName = "语音表";
            // 
            // dataColumn21
            // 
            this.dataColumn21.Caption = "声音名称";
            this.dataColumn21.ColumnName = "FS_VOICENAME";
            // 
            // dataColumn22
            // 
            this.dataColumn22.Caption = "计量类型汽车衡";
            this.dataColumn22.ColumnName = "FS_INSTRTYPE";
            // 
            // dataColumn92
            // 
            this.dataColumn92.Caption = "描述";
            this.dataColumn92.ColumnName = "FS_MEMO";
            // 
            // dataColumn93
            // 
            this.dataColumn93.Caption = "声音文件内容";
            this.dataColumn93.ColumnName = "FS_VOICEFILE";
            this.dataColumn93.DataType = typeof(byte[]);
            // 
            // dataTable4
            // 
            this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn23,
            this.dataColumn24,
            this.dataColumn25,
            this.dataColumn26,
            this.dataColumn27,
            this.dataColumn28,
            this.dataColumn29,
            this.dataColumn30,
            this.dataColumn31,
            this.dataColumn32,
            this.dataColumn33,
            this.dataColumn34,
            this.dataColumn35,
            this.dataColumn53,
            this.dataColumn172,
            this.dataColumn173,
            this.dataColumn174,
            this.dataColumn175,
            this.dataColumn217,
            this.dataColumn218});
            this.dataTable4.TableName = "预报表";
            // 
            // dataColumn23
            // 
            this.dataColumn23.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn24
            // 
            this.dataColumn24.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn25
            // 
            this.dataColumn25.ColumnName = "FS_CARNO";
            // 
            // dataColumn26
            // 
            this.dataColumn26.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn27
            // 
            this.dataColumn27.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn28
            // 
            this.dataColumn28.ColumnName = "FS_SENDER";
            // 
            // dataColumn29
            // 
            this.dataColumn29.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn30
            // 
            this.dataColumn30.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn31
            // 
            this.dataColumn31.ColumnName = "FS_RECEIVERFACTORY";
            // 
            // dataColumn32
            // 
            this.dataColumn32.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn33
            // 
            this.dataColumn33.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn34
            // 
            this.dataColumn34.ColumnName = "FS_STOVENO";
            // 
            // dataColumn35
            // 
            this.dataColumn35.ColumnName = "FN_BILLETCOUNT";
            // 
            // dataColumn53
            // 
            this.dataColumn53.Caption = "期限皮重标志";
            this.dataColumn53.ColumnName = "FS_LEVEL";
            // 
            // dataColumn172
            // 
            this.dataColumn172.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn173
            // 
            this.dataColumn173.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn174
            // 
            this.dataColumn174.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn175
            // 
            this.dataColumn175.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn217
            // 
            this.dataColumn217.Caption = "供应商";
            this.dataColumn217.ColumnName = "FS_PROVIDER";
            // 
            // dataColumn218
            // 
            this.dataColumn218.ColumnName = "FS_DRIVERREMARK";
            // 
            // dataTable5
            // 
            this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn36,
            this.dataColumn37,
            this.dataColumn38,
            this.dataColumn39,
            this.dataColumn40,
            this.dataColumn41,
            this.dataColumn42,
            this.dataColumn43,
            this.dataColumn44,
            this.dataColumn45,
            this.dataColumn46,
            this.dataColumn47,
            this.dataColumn48,
            this.dataColumn49,
            this.dataColumn50});
            this.dataTable5.TableName = "图片表";
            // 
            // dataColumn36
            // 
            this.dataColumn36.Caption = "作业编号";
            this.dataColumn36.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn37
            // 
            this.dataColumn37.ColumnName = "FB_IMAGE1";
            // 
            // dataColumn38
            // 
            this.dataColumn38.ColumnName = "FB_IMAGE2";
            // 
            // dataColumn39
            // 
            this.dataColumn39.ColumnName = "FB_IMAGE3";
            // 
            // dataColumn40
            // 
            this.dataColumn40.ColumnName = "FB_IMAGE4";
            // 
            // dataColumn41
            // 
            this.dataColumn41.ColumnName = "FB_IMAGE5";
            // 
            // dataColumn42
            // 
            this.dataColumn42.ColumnName = "FB_IMAGE6";
            // 
            // dataColumn43
            // 
            this.dataColumn43.ColumnName = "FB_IMAGE7";
            // 
            // dataColumn44
            // 
            this.dataColumn44.ColumnName = "FB_IMAGE8";
            // 
            // dataColumn45
            // 
            this.dataColumn45.ColumnName = "FB_IMAGE9";
            // 
            // dataColumn46
            // 
            this.dataColumn46.ColumnName = "FB_IMAGE10";
            // 
            // dataColumn47
            // 
            this.dataColumn47.ColumnName = "FB_IMAGE11";
            // 
            // dataColumn48
            // 
            this.dataColumn48.ColumnName = "FB_IMAGE12";
            // 
            // dataColumn49
            // 
            this.dataColumn49.ColumnName = "FB_IMAGEYCJL";
            // 
            // dataColumn50
            // 
            this.dataColumn50.ColumnName = "FB_IMAGEECJL";
            // 
            // dataTable6
            // 
            this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn54,
            this.dataColumn55,
            this.dataColumn56,
            this.dataColumn57,
            this.dataColumn58,
            this.dataColumn59,
            this.dataColumn60,
            this.dataColumn61,
            this.dataColumn62});
            this.dataTable6.TableName = "曲线图";
            // 
            // dataColumn54
            // 
            this.dataColumn54.ColumnName = "ZL1";
            this.dataColumn54.DataType = typeof(decimal);
            // 
            // dataColumn55
            // 
            this.dataColumn55.ColumnName = "ZL2";
            this.dataColumn55.DataType = typeof(decimal);
            // 
            // dataColumn56
            // 
            this.dataColumn56.ColumnName = "ZL3";
            this.dataColumn56.DataType = typeof(decimal);
            // 
            // dataColumn57
            // 
            this.dataColumn57.ColumnName = "ZL4";
            this.dataColumn57.DataType = typeof(decimal);
            // 
            // dataColumn58
            // 
            this.dataColumn58.ColumnName = "ZL5";
            this.dataColumn58.DataType = typeof(decimal);
            // 
            // dataColumn59
            // 
            this.dataColumn59.ColumnName = "ZL6";
            this.dataColumn59.DataType = typeof(decimal);
            // 
            // dataColumn60
            // 
            this.dataColumn60.ColumnName = "ZL7";
            this.dataColumn60.DataType = typeof(decimal);
            // 
            // dataColumn61
            // 
            this.dataColumn61.ColumnName = "ZL8";
            this.dataColumn61.DataType = typeof(decimal);
            // 
            // dataColumn62
            // 
            this.dataColumn62.ColumnName = "ZL9";
            this.dataColumn62.DataType = typeof(decimal);
            // 
            // dataTable7
            // 
            this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn116,
            this.dataColumn117,
            this.dataColumn118,
            this.dataColumn119});
            this.dataTable7.TableName = "物料表";
            // 
            // dataColumn116
            // 
            this.dataColumn116.ColumnName = "FS_POINTNO";
            // 
            // dataColumn117
            // 
            this.dataColumn117.ColumnName = "FS_MATERIALNO";
            // 
            // dataColumn118
            // 
            this.dataColumn118.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn119
            // 
            this.dataColumn119.ColumnName = "FN_TIMES";
            // 
            // dataTable8
            // 
            this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn120,
            this.dataColumn121,
            this.dataColumn122});
            this.dataTable8.TableName = "发货单位表";
            // 
            // dataColumn120
            // 
            this.dataColumn120.ColumnName = "FS_POINTNO";
            // 
            // dataColumn121
            // 
            this.dataColumn121.ColumnName = "FS_SUPPLIER";
            // 
            // dataColumn122
            // 
            this.dataColumn122.ColumnName = "FS_SUPPLIERNAME";
            // 
            // dataTable9
            // 
            this.dataTable9.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn123,
            this.dataColumn124,
            this.dataColumn125,
            this.dataColumn126});
            this.dataTable9.TableName = "收货单位表";
            // 
            // dataColumn123
            // 
            this.dataColumn123.ColumnName = "FS_POINTNO";
            // 
            // dataColumn124
            // 
            this.dataColumn124.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn125
            // 
            this.dataColumn125.ColumnName = "FS_MEMO";
            // 
            // dataColumn126
            // 
            this.dataColumn126.ColumnName = "FN_TIMES";
            // 
            // dataTable10
            // 
            this.dataTable10.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn127,
            this.dataColumn128});
            this.dataTable10.TableName = "承运单位表";
            // 
            // dataColumn127
            // 
            this.dataColumn127.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn128
            // 
            this.dataColumn128.ColumnName = "FS_TRANSNAME";
            // 
            // dataTable11
            // 
            this.dataTable11.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn129,
            this.dataColumn130,
            this.dataColumn131,
            this.dataColumn132,
            this.dataColumn133,
            this.dataColumn134,
            this.dataColumn135,
            this.dataColumn136,
            this.dataColumn137,
            this.dataColumn138,
            this.dataColumn139,
            this.dataColumn140,
            this.dataColumn141,
            this.dataColumn142,
            this.dataColumn143,
            this.dataColumn144,
            this.dataColumn145,
            this.dataColumn146,
            this.dataColumn147,
            this.dataColumn148,
            this.dataColumn149,
            this.dataColumn150,
            this.dataColumn151,
            this.dataColumn152,
            this.dataColumn153,
            this.dataColumn154,
            this.dataColumn155,
            this.dataColumn156,
            this.dataColumn157,
            this.dataColumn158,
            this.dataColumn159,
            this.dataColumn160,
            this.dataColumn161,
            this.dataColumn162,
            this.dataColumn163,
            this.dataColumn164,
            this.dataColumn165,
            this.dataColumn166,
            this.dataColumn167,
            this.dataColumn168,
            this.dataColumn169,
            this.dataColumn170,
            this.dataColumn190,
            this.dataColumn191,
            this.dataColumn192,
            this.dataColumn193,
            this.dataColumn194,
            this.dataColumn195,
            this.dataColumn196,
            this.dataColumn197,
            this.dataColumn198,
            this.dataColumn199,
            this.dataColumn200,
            this.dataColumn201,
            this.dataColumn202,
            this.dataColumn203,
            this.dataColumn209,
            this.dataColumn210,
            this.dataColumn211,
            this.dataColumn212,
            this.dataColumn213,
            this.dataColumn214,
            this.dataColumn215});
            this.dataTable11.TableName = "绑定一次计量表";
            // 
            // dataColumn129
            // 
            this.dataColumn129.Caption = "作业编号";
            this.dataColumn129.ColumnName = "FS_WEIGHTNO";
            // 
            // dataColumn130
            // 
            this.dataColumn130.Caption = "预报号";
            this.dataColumn130.ColumnName = "FS_PLANCODE";
            // 
            // dataColumn131
            // 
            this.dataColumn131.Caption = "卡号";
            this.dataColumn131.ColumnName = "FS_CARDNUMBER";
            // 
            // dataColumn132
            // 
            this.dataColumn132.Caption = "车号";
            this.dataColumn132.ColumnName = "FS_CARNO";
            // 
            // dataColumn133
            // 
            this.dataColumn133.Caption = "合同号";
            this.dataColumn133.ColumnName = "FS_CONTRACTNO";
            // 
            // dataColumn134
            // 
            this.dataColumn134.Caption = "合同项目编号";
            this.dataColumn134.ColumnName = "FS_CONTRACTITEM";
            // 
            // dataColumn135
            // 
            this.dataColumn135.Caption = "物资代码";
            this.dataColumn135.ColumnName = "FS_MATERIAL";
            // 
            // dataColumn136
            // 
            this.dataColumn136.Caption = "物料名称";
            this.dataColumn136.ColumnName = "FS_MATERIALNAME";
            // 
            // dataColumn137
            // 
            this.dataColumn137.Caption = "流向代码";
            this.dataColumn137.ColumnName = "FS_WEIGHTTYPE";
            // 
            // dataColumn138
            // 
            this.dataColumn138.Caption = "流向";
            this.dataColumn138.ColumnName = "FS_LX";
            // 
            // dataColumn139
            // 
            this.dataColumn139.Caption = "发货单位代码";
            this.dataColumn139.ColumnName = "FS_SENDER";
            // 
            // dataColumn140
            // 
            this.dataColumn140.Caption = "发货单位";
            this.dataColumn140.ColumnName = "FS_FHDW";
            // 
            // dataColumn141
            // 
            this.dataColumn141.Caption = "发货库存点代码";
            this.dataColumn141.ColumnName = "FS_SENDERSTORE";
            // 
            // dataColumn142
            // 
            this.dataColumn142.Caption = "收货工厂代码";
            this.dataColumn142.ColumnName = "FS_RECEIVER";
            // 
            // dataColumn143
            // 
            this.dataColumn143.Caption = "收货单位";
            this.dataColumn143.ColumnName = "FS_SHDW";
            // 
            // dataColumn144
            // 
            this.dataColumn144.Caption = "承运方代码";
            this.dataColumn144.ColumnName = "FS_TRANSNO";
            // 
            // dataColumn145
            // 
            this.dataColumn145.Caption = "承运单位";
            this.dataColumn145.ColumnName = "FS_CYDW";
            // 
            // dataColumn146
            // 
            this.dataColumn146.Caption = "收货库存点代码";
            this.dataColumn146.ColumnName = "FS_RECEIVERSTORE";
            // 
            // dataColumn147
            // 
            this.dataColumn147.Caption = "磅房编号";
            this.dataColumn147.ColumnName = "FS_POUNDTYPE";
            // 
            // dataColumn148
            // 
            this.dataColumn148.Caption = "计量点";
            this.dataColumn148.ColumnName = "FS_POUND";
            // 
            // dataColumn149
            // 
            this.dataColumn149.Caption = "预报总重";
            this.dataColumn149.ColumnName = "FN_SENDGROSSWEIGHT";
            // 
            // dataColumn150
            // 
            this.dataColumn150.Caption = "预报皮重";
            this.dataColumn150.ColumnName = "FN_SENDTAREWEIGHT";
            // 
            // dataColumn151
            // 
            this.dataColumn151.Caption = "预报净量";
            this.dataColumn151.ColumnName = "FN_SENDNETWEIGHT";
            // 
            // dataColumn152
            // 
            this.dataColumn152.Caption = "重量";
            this.dataColumn152.ColumnName = "FN_WEIGHT";
            // 
            // dataColumn153
            // 
            this.dataColumn153.Caption = "计量员";
            this.dataColumn153.ColumnName = "FS_WEIGHTER";
            // 
            // dataColumn154
            // 
            this.dataColumn154.Caption = "计量时间";
            this.dataColumn154.ColumnName = "FD_WEIGHTTIME";
            // 
            // dataColumn155
            // 
            this.dataColumn155.Caption = "班次";
            this.dataColumn155.ColumnName = "FS_SHIFT";
            // 
            // dataColumn156
            // 
            this.dataColumn156.Caption = "班别";
            this.dataColumn156.ColumnName = "FS_TERM";
            // 
            // dataColumn157
            // 
            this.dataColumn157.ColumnName = "FD_LOADINSTORETIME";
            // 
            // dataColumn158
            // 
            this.dataColumn158.ColumnName = "FD_LOADOUTSTORETIME";
            // 
            // dataColumn159
            // 
            this.dataColumn159.ColumnName = "FS_UNLOADFLAG";
            // 
            // dataColumn160
            // 
            this.dataColumn160.ColumnName = "FS_UNLOADSTOREPERSON";
            // 
            // dataColumn161
            // 
            this.dataColumn161.ColumnName = "FS_LOADFLAG";
            // 
            // dataColumn162
            // 
            this.dataColumn162.ColumnName = "FS_LOADSTOREPERSON";
            // 
            // dataColumn163
            // 
            this.dataColumn163.ColumnName = "FS_SAMPLEPERSON";
            // 
            // dataColumn164
            // 
            this.dataColumn164.ColumnName = "FS_FIRSTLABELID";
            // 
            // dataColumn165
            // 
            this.dataColumn165.ColumnName = "FD_UNLOADINSTORETIME";
            // 
            // dataColumn166
            // 
            this.dataColumn166.ColumnName = "FD_UNLOADOUTSTORETIME";
            // 
            // dataColumn167
            // 
            this.dataColumn167.Caption = "是否异常";
            this.dataColumn167.ColumnName = "FS_YCSFYC";
            // 
            // dataColumn168
            // 
            this.dataColumn168.Caption = "应扣量";
            this.dataColumn168.ColumnName = "FS_YKL";
            // 
            // dataColumn169
            // 
            this.dataColumn169.Caption = "炉号";
            this.dataColumn169.ColumnName = "FS_STOVENO";
            // 
            // dataColumn170
            // 
            this.dataColumn170.Caption = "支数";
            this.dataColumn170.ColumnName = "FN_COUNT";
            // 
            // dataColumn190
            // 
            this.dataColumn190.Caption = "取样时间";
            this.dataColumn190.ColumnName = "FD_SAMPLETIME";
            // 
            // dataColumn191
            // 
            this.dataColumn191.Caption = "取样点";
            this.dataColumn191.ColumnName = "FS_SAMPLEPLACE";
            // 
            // dataColumn192
            // 
            this.dataColumn192.Caption = "取样确认";
            this.dataColumn192.ColumnName = "FS_SAMPLEFLAG";
            // 
            // dataColumn193
            // 
            this.dataColumn193.Caption = "卸车员";
            this.dataColumn193.ColumnName = "FS_UNLOADPERSON";
            // 
            // dataColumn194
            // 
            this.dataColumn194.Caption = "卸车时间";
            this.dataColumn194.ColumnName = "FD_UNLOADTIME";
            // 
            // dataColumn195
            // 
            this.dataColumn195.Caption = "卸车点";
            this.dataColumn195.ColumnName = "FS_UNLOADPLACE";
            // 
            // dataColumn196
            // 
            this.dataColumn196.Caption = "验收员";
            this.dataColumn196.ColumnName = "FS_CHECKPERSON";
            // 
            // dataColumn197
            // 
            this.dataColumn197.Caption = "验收时间";
            this.dataColumn197.ColumnName = "FD_CHECKTIME";
            // 
            // dataColumn198
            // 
            this.dataColumn198.Caption = "验收点";
            this.dataColumn198.ColumnName = "FS_CHECKPLACE";
            // 
            // dataColumn199
            // 
            this.dataColumn199.Caption = "验收确认";
            this.dataColumn199.ColumnName = "FS_CHECKFLAG";
            // 
            // dataColumn200
            // 
            this.dataColumn200.Caption = "是否取样需要";
            this.dataColumn200.ColumnName = "FS_IFSAMPLING";
            // 
            // dataColumn201
            // 
            this.dataColumn201.Caption = "是否需要验收 ";
            this.dataColumn201.ColumnName = "FS_IFACCEPT";
            // 
            // dataColumn202
            // 
            this.dataColumn202.Caption = "驾驶员姓名";
            this.dataColumn202.ColumnName = "FS_DRIVERNAME";
            // 
            // dataColumn203
            // 
            this.dataColumn203.Caption = "驾驶员身份证";
            this.dataColumn203.ColumnName = "FS_DRIVERIDCARD";
            // 
            // dataColumn209
            // 
            this.dataColumn209.Caption = "复磅标记";
            this.dataColumn209.ColumnName = "FS_REWEIGHTFLAG";
            // 
            // dataColumn210
            // 
            this.dataColumn210.Caption = "复磅确认时间";
            this.dataColumn210.ColumnName = "FD_REWEIGHTTIME";
            // 
            // dataColumn211
            // 
            this.dataColumn211.Caption = "复磅确认地点";
            this.dataColumn211.ColumnName = "FS_REWEIGHTPLACE";
            // 
            // dataColumn212
            // 
            this.dataColumn212.Caption = "复磅确认员";
            this.dataColumn212.ColumnName = "FS_REWEIGHTPERSON";
            // 
            // dataColumn213
            // 
            this.dataColumn213.Caption = "对方净重";
            this.dataColumn213.ColumnName = "FS_DFJZ";
            // 
            // dataColumn214
            // 
            this.dataColumn214.Caption = "单据编号";
            this.dataColumn214.ColumnName = "FS_BILLNUMBER";
            // 
            // dataColumn215
            // 
            this.dataColumn215.Caption = "应扣比例";
            this.dataColumn215.ColumnName = "FS_YKBL";
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ultraChart1);
            this.ultraTabPageControl2.Controls.Add(this.picHT);
            this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabPageControl2, null);
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            // 
            // ultraChart1
            // 
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE = paintElement1;
            this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible = false;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = false;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = false;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y.TickmarkInterval = 50;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval = 50;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = false;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.coreBind.SetDatabasecommand(this.ultraChart1, null);
            this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(741, 153);
            this.ultraChart1.TabIndex = 3;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.coreBind.SetVerification(this.ultraChart1, null);
            this.ultraChart1.ChartDataClicked += new Infragistics.UltraChart.Shared.Events.ChartDataClickedEventHandler(this.ultraChart1_ChartDataClicked);
            // 
            // picHT
            // 
            this.coreBind.SetDatabasecommand(this.picHT, null);
            this.picHT.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picHT.Location = new System.Drawing.Point(0, 0);
            this.picHT.Name = "picHT";
            this.picHT.Size = new System.Drawing.Size(741, 153);
            this.picHT.TabIndex = 1;
            this.picHT.TabStop = false;
            this.coreBind.SetVerification(this.picHT, null);
            // 
            // panelYYBF
            // 
            this.panelYYBF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYYBF.Controls.Add(this.panel23);
            this.panelYYBF.Controls.Add(this.btn5);
            this.panelYYBF.Controls.Add(this.btn6);
            this.panelYYBF.Controls.Add(this.btn4);
            this.panelYYBF.Controls.Add(this.btn3);
            this.panelYYBF.Controls.Add(this.btn2);
            this.panelYYBF.Controls.Add(this.btn1);
            this.panelYYBF.Controls.Add(this.ultraGrid4);
            this.coreBind.SetDatabasecommand(this.panelYYBF, null);
            this.panelYYBF.Location = new System.Drawing.Point(0, 28);
            this.panelYYBF.Name = "panelYYBF";
            this.panelYYBF.Size = new System.Drawing.Size(136, 579);
            this.panelYYBF.TabIndex = 0;
            this.panelYYBF.Tag = "";
            this.coreBind.SetVerification(this.panelYYBF, null);
            // 
            // panel23
            // 
            this.panel23.Controls.Add(this.ultraGrid5);
            this.coreBind.SetDatabasecommand(this.panel23, null);
            this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel23.Location = new System.Drawing.Point(0, 0);
            this.panel23.Name = "panel23";
            this.panel23.Size = new System.Drawing.Size(136, 579);
            this.panel23.TabIndex = 33;
            this.coreBind.SetVerification(this.panel23, null);
            // 
            // ultraGrid5
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
            this.ultraGrid5.DataMember = "语音表";
            this.ultraGrid5.DataSource = this.dataSet1;
            appearance13.BackColor = System.Drawing.Color.White;
            appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid5.DisplayLayout.Appearance = appearance13;
            ultraGridColumn64.Header.VisiblePosition = 0;
            ultraGridColumn65.Header.VisiblePosition = 1;
            ultraGridColumn65.Hidden = true;
            ultraGridColumn66.Header.VisiblePosition = 2;
            ultraGridColumn66.Hidden = true;
            ultraGridColumn67.Header.VisiblePosition = 3;
            ultraGridColumn67.Hidden = true;
            ultraGridBand2.Columns.AddRange(new object[] {
            ultraGridColumn64,
            ultraGridColumn65,
            ultraGridColumn66,
            ultraGridColumn67});
            this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
            this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance14;
            appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance15.BackColor2 = System.Drawing.Color.White;
            appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance15.FontData.SizeInPoints = 11F;
            appearance15.FontData.UnderlineAsString = "False";
            appearance15.ForeColor = System.Drawing.Color.Black;
            appearance15.TextHAlignAsString = "Center";
            appearance15.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance15;
            appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance16;
            appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance17;
            this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance18.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance18;
            this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid5.Name = "ultraGrid5";
            this.ultraGrid5.Size = new System.Drawing.Size(136, 579);
            this.ultraGrid5.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid5, null);
            this.ultraGrid5.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid5_ClickCell);
            // 
            // btn5
            // 
            this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn5, null);
            this.btn5.Location = new System.Drawing.Point(22, 166);
            this.btn5.Name = "btn5";
            this.btn5.Size = new System.Drawing.Size(94, 28);
            this.btn5.TabIndex = 13;
            this.btn5.Text = "称重完成";
            this.btn5.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn5, null);
            // 
            // btn6
            // 
            this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn6, null);
            this.btn6.Location = new System.Drawing.Point(22, 200);
            this.btn6.Name = "btn6";
            this.btn6.Size = new System.Drawing.Size(94, 39);
            this.btn6.TabIndex = 12;
            this.btn6.Text = "此车无预报请离开秤台";
            this.btn6.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn6, null);
            // 
            // btn4
            // 
            this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn4, null);
            this.btn4.Location = new System.Drawing.Point(7, 132);
            this.btn4.Name = "btn4";
            this.btn4.Size = new System.Drawing.Size(120, 28);
            this.btn4.TabIndex = 11;
            this.btn4.Text = "单据放倒请放正";
            this.btn4.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn4, null);
            // 
            // btn3
            // 
            this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn3, null);
            this.btn3.Location = new System.Drawing.Point(19, 87);
            this.btn3.Name = "btn3";
            this.btn3.Size = new System.Drawing.Size(99, 39);
            this.btn3.TabIndex = 10;
            this.btn3.Text = " 超出停车线   请后退到停车线";
            this.btn3.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn3, null);
            // 
            // btn2
            // 
            this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn2, null);
            this.btn2.Location = new System.Drawing.Point(7, 54);
            this.btn2.Name = "btn2";
            this.btn2.Size = new System.Drawing.Size(122, 28);
            this.btn2.TabIndex = 9;
            this.btn2.Text = "请放第一次临时磅单";
            this.btn2.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn2, null);
            // 
            // btn1
            // 
            this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btn1, null);
            this.btn1.Location = new System.Drawing.Point(22, 20);
            this.btn1.Name = "btn1";
            this.btn1.Size = new System.Drawing.Size(94, 28);
            this.btn1.TabIndex = 8;
            this.btn1.Text = "请报车号";
            this.btn1.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btn1, null);
            this.btn1.Click += new System.EventHandler(this.btn1_Click);
            // 
            // ultraGrid4
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid4, null);
            this.ultraGrid4.DataMember = "语音表";
            this.ultraGrid4.DataSource = this.dataSet1;
            appearance7.BackColor = System.Drawing.Color.White;
            appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid4.DisplayLayout.Appearance = appearance7;
            ultraGridColumn68.Header.VisiblePosition = 0;
            ultraGridColumn69.Header.VisiblePosition = 1;
            ultraGridColumn70.Header.VisiblePosition = 2;
            ultraGridColumn71.Header.VisiblePosition = 3;
            ultraGridBand3.Columns.AddRange(new object[] {
            ultraGridColumn68,
            ultraGridColumn69,
            ultraGridColumn70,
            ultraGridColumn71});
            this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
            this.ultraGrid4.DisplayLayout.InterBandSpacing = 10;
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance8;
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance9.BackColor2 = System.Drawing.Color.White;
            appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance9.FontData.SizeInPoints = 11F;
            appearance9.FontData.UnderlineAsString = "False";
            appearance9.ForeColor = System.Drawing.Color.Black;
            appearance9.TextHAlignAsString = "Center";
            appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance9;
            appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance10;
            appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid4.DisplayLayout.Override.RowSelectorAppearance = appearance11;
            this.ultraGrid4.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid4.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance12.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid4.DisplayLayout.Override.SelectedRowAppearance = appearance12;
            this.ultraGrid4.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid4.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid4.Location = new System.Drawing.Point(0, 469);
            this.ultraGrid4.Name = "ultraGrid4";
            this.ultraGrid4.Size = new System.Drawing.Size(109, 157);
            this.ultraGrid4.TabIndex = 3;
            this.coreBind.SetVerification(this.ultraGrid4, null);
            this.ultraGrid4.Visible = false;
            // 
            // panelSPKZ
            // 
            this.panelSPKZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelSPKZ.Controls.Add(this.button5);
            this.panelSPKZ.Controls.Add(this.button6);
            this.panelSPKZ.Controls.Add(this.button7);
            this.panelSPKZ.Controls.Add(this.button8);
            this.panelSPKZ.Controls.Add(this.button4);
            this.panelSPKZ.Controls.Add(this.button3);
            this.panelSPKZ.Controls.Add(this.button2);
            this.panelSPKZ.Controls.Add(this.button1);
            this.panelSPKZ.Controls.Add(this.button15);
            this.panelSPKZ.Controls.Add(this.button14);
            this.panelSPKZ.Controls.Add(this.button13);
            this.panelSPKZ.Controls.Add(this.button12);
            this.panelSPKZ.Controls.Add(this.button11);
            this.panelSPKZ.Controls.Add(this.button10);
            this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
            this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
            this.panelSPKZ.Name = "panelSPKZ";
            this.panelSPKZ.Size = new System.Drawing.Size(131, 579);
            this.panelSPKZ.TabIndex = 1;
            this.coreBind.SetVerification(this.panelSPKZ, null);
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button5, null);
            this.button5.Location = new System.Drawing.Point(68, 285);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(55, 28);
            this.button5.TabIndex = 20;
            this.button5.Tag = "7";
            this.button5.Text = "调焦-";
            this.button5.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button5, null);
            this.button5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button6
            // 
            this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button6, null);
            this.button6.Location = new System.Drawing.Point(7, 285);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(55, 28);
            this.button6.TabIndex = 19;
            this.button6.Tag = "6";
            this.button6.Text = "调焦+";
            this.button6.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button6, null);
            this.button6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button7
            // 
            this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button7, null);
            this.button7.Location = new System.Drawing.Point(68, 245);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(55, 28);
            this.button7.TabIndex = 18;
            this.button7.Tag = "5";
            this.button7.Text = "变倍-";
            this.button7.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button7, null);
            this.button7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button8
            // 
            this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button8, null);
            this.button8.Location = new System.Drawing.Point(7, 245);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(55, 28);
            this.button8.TabIndex = 17;
            this.button8.Tag = "4";
            this.button8.Text = "变倍+";
            this.button8.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button8, null);
            this.button8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button8.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button4
            // 
            this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button4, null);
            this.button4.Location = new System.Drawing.Point(68, 196);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(55, 28);
            this.button4.TabIndex = 16;
            this.button4.Tag = "35";
            this.button4.Text = "右下";
            this.button4.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button4, null);
            this.button4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button3, null);
            this.button3.Location = new System.Drawing.Point(7, 196);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(55, 28);
            this.button3.TabIndex = 15;
            this.button3.Tag = "34";
            this.button3.Text = "左下";
            this.button3.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button3, null);
            this.button3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button2, null);
            this.button2.Location = new System.Drawing.Point(68, 156);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(55, 28);
            this.button2.TabIndex = 14;
            this.button2.Tag = "33";
            this.button2.Text = "右上";
            this.button2.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button2, null);
            this.button2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button1, null);
            this.button1.Location = new System.Drawing.Point(7, 156);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(55, 28);
            this.button1.TabIndex = 13;
            this.button1.Tag = "32";
            this.button1.Text = "左上";
            this.button1.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button1, null);
            this.button1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button15
            // 
            this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button15, null);
            this.button15.Location = new System.Drawing.Point(68, 326);
            this.button15.Name = "button15";
            this.button15.Size = new System.Drawing.Size(55, 28);
            this.button15.TabIndex = 12;
            this.button15.Tag = "9";
            this.button15.Text = "光圈-";
            this.button15.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button15, null);
            this.button15.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button15.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button14
            // 
            this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button14, null);
            this.button14.Location = new System.Drawing.Point(7, 326);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(55, 28);
            this.button14.TabIndex = 11;
            this.button14.Tag = "8";
            this.button14.Text = "光圈+";
            this.button14.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button14, null);
            this.button14.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button14.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button13
            // 
            this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button13, null);
            this.button13.Location = new System.Drawing.Point(69, 67);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(55, 28);
            this.button13.TabIndex = 10;
            this.button13.Tag = "3";
            this.button13.Text = "右";
            this.button13.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button13, null);
            this.button13.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button13.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button12
            // 
            this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button12, null);
            this.button12.Location = new System.Drawing.Point(7, 66);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(55, 28);
            this.button12.TabIndex = 9;
            this.button12.Tag = "2";
            this.button12.Text = "左";
            this.button12.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button12, null);
            this.button12.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button12.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button11
            // 
            this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button11, null);
            this.button11.Location = new System.Drawing.Point(37, 105);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(55, 28);
            this.button11.TabIndex = 8;
            this.button11.Tag = "1";
            this.button11.Text = "下";
            this.button11.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button11, null);
            this.button11.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button11.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // button10
            // 
            this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button10, null);
            this.button10.Location = new System.Drawing.Point(37, 28);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(55, 28);
            this.button10.TabIndex = 7;
            this.button10.Tag = "0";
            this.button10.Text = "上";
            this.button10.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button10, null);
            this.button10.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Down);
            this.button10.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ControlButton_Up);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.chb_AutoInfrared);
            this.panel1.Controls.Add(this.txtZZ);
            this.panel1.Controls.Add(this.panel1_Fill_Panel);
            this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
            this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
            this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
            this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
            this.coreBind.SetDatabasecommand(this.panel1, null);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1007, 27);
            this.panel1.TabIndex = 0;
            this.coreBind.SetVerification(this.panel1, null);
            // 
            // chb_AutoInfrared
            // 
            this.chb_AutoInfrared.AutoSize = true;
            this.chb_AutoInfrared.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.coreBind.SetDatabasecommand(this.chb_AutoInfrared, null);
            this.chb_AutoInfrared.Location = new System.Drawing.Point(555, 5);
            this.chb_AutoInfrared.Name = "chb_AutoInfrared";
            this.chb_AutoInfrared.Size = new System.Drawing.Size(96, 16);
            this.chb_AutoInfrared.TabIndex = 604;
            this.chb_AutoInfrared.Text = "自动红外检测";
            this.chb_AutoInfrared.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.chb_AutoInfrared, null);
            // 
            // txtZZ
            // 
            this.coreBind.SetDatabasecommand(this.txtZZ, null);
            this.txtZZ.Location = new System.Drawing.Point(142, 3);
            this.txtZZ.Name = "txtZZ";
            this.txtZZ.ReadOnly = true;
            this.txtZZ.Size = new System.Drawing.Size(51, 21);
            this.txtZZ.TabIndex = 0;
            this.coreBind.SetVerification(this.txtZZ, null);
            // 
            // panel1_Fill_Panel
            // 
            this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
            this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 26);
            this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
            this.panel1_Fill_Panel.Size = new System.Drawing.Size(1007, 1);
            this.panel1_Fill_Panel.TabIndex = 0;
            this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
            // 
            // _panel1_Toolbars_Dock_Area_Left
            // 
            this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
            this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
            this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
            this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 1);
            this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
            this.ultraToolbarsManager1.LockToolbars = true;
            this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
            this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.FloatingLocation = new System.Drawing.Point(392, 382);
            ultraToolbar1.FloatingSize = new System.Drawing.Size(486, 44);
            controlContainerTool3.ControlName = "txtZZ";
            controlContainerTool3.InstanceProps.IsFirstInGroup = true;
            controlContainerTool3.InstanceProps.Width = 122;
            buttonTool19.InstanceProps.IsFirstInGroup = true;
            buttonTool20.InstanceProps.IsFirstInGroup = true;
            buttonTool21.InstanceProps.IsFirstInGroup = true;
            controlContainerTool1.ControlName = "chb_AutoInfrared";
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool8,
            controlContainerTool3,
            buttonTool17,
            buttonTool19,
            buttonTool20,
            buttonTool21,
            controlContainerTool1,
            buttonTool22});
            ultraToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            buttonTool23.SharedPropsInternal.Caption = "打开对讲";
            buttonTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            controlContainerTool6.ControlName = "txtZZ";
            controlContainerTool6.SharedPropsInternal.Caption = "剩余纸张数";
            controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            controlContainerTool6.SharedPropsInternal.Width = 122;
            buttonTool24.SharedPropsInternal.Caption = "换纸";
            buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool26.SharedPropsInternal.Caption = "切换视频";
            buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool27.SharedPropsInternal.Caption = "查看/关闭一次计量图像";
            buttonTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool28.SharedPropsInternal.Caption = "磅单打印";
            buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool29.SharedPropsInternal.Caption = "校秤";
            buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
            buttonTool30.SharedPropsInternal.Caption = "钢坯查询";
            buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            controlContainerTool2.ControlName = "chb_AutoInfrared";
            controlContainerTool2.SharedPropsInternal.Caption = "ControlContainerTool1";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool23,
            controlContainerTool6,
            buttonTool24,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30,
            controlContainerTool2});
            this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
            // 
            // _panel1_Toolbars_Dock_Area_Right
            // 
            this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
            this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1007, 26);
            this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
            this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 1);
            this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
            // 
            // _panel1_Toolbars_Dock_Area_Top
            // 
            this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
            this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
            this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1007, 26);
            this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
            // 
            // _panel1_Toolbars_Dock_Area_Bottom
            // 
            this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
            this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
            this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
            this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1007, 0);
            this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
            // 
            // txtTDL
            // 
            this.coreBind.SetDatabasecommand(this.txtTDL, null);
            this.txtTDL.Location = new System.Drawing.Point(38, 33);
            this.txtTDL.Name = "txtTDL";
            this.txtTDL.ReadOnly = true;
            this.txtTDL.Size = new System.Drawing.Size(51, 21);
            this.txtTDL.TabIndex = 5;
            this.coreBind.SetVerification(this.txtTDL, null);
            this.txtTDL.Visible = false;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel2.Controls.Add(this.panel3);
            this.coreBind.SetDatabasecommand(this.panel2, null);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 27);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(264, 580);
            this.panel2.TabIndex = 1;
            this.coreBind.SetVerification(this.panel2, null);
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel3.Controls.Add(this.VideoChannel8);
            this.panel3.Controls.Add(this.VideoChannel7);
            this.panel3.Controls.Add(this.VideoChannel3);
            this.panel3.Controls.Add(this.VideoChannel2);
            this.panel3.Controls.Add(this.VideoChannel1);
            this.coreBind.SetDatabasecommand(this.panel3, null);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(264, 580);
            this.panel3.TabIndex = 0;
            this.coreBind.SetVerification(this.panel3, null);
            // 
            // VideoChannel8
            // 
            this.VideoChannel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel8, null);
            this.VideoChannel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel8.Location = new System.Drawing.Point(0, 772);
            this.VideoChannel8.Name = "VideoChannel8";
            this.VideoChannel8.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel8.TabIndex = 4;
            this.VideoChannel8.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel8, null);
            this.VideoChannel8.Click += new System.EventHandler(this.VideoChannel8_Click);
            // 
            // VideoChannel7
            // 
            this.VideoChannel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel7, null);
            this.VideoChannel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel7.Location = new System.Drawing.Point(0, 579);
            this.VideoChannel7.Name = "VideoChannel7";
            this.VideoChannel7.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel7.TabIndex = 3;
            this.VideoChannel7.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel7, null);
            this.VideoChannel7.Click += new System.EventHandler(this.VideoChannel7_Click);
            // 
            // VideoChannel3
            // 
            this.VideoChannel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel3, null);
            this.VideoChannel3.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel3.Location = new System.Drawing.Point(0, 386);
            this.VideoChannel3.Name = "VideoChannel3";
            this.VideoChannel3.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel3.TabIndex = 2;
            this.VideoChannel3.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel3, null);
            this.VideoChannel3.Click += new System.EventHandler(this.VideoChannel3_Click);
            // 
            // VideoChannel2
            // 
            this.VideoChannel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel2, null);
            this.VideoChannel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel2.Location = new System.Drawing.Point(0, 193);
            this.VideoChannel2.Name = "VideoChannel2";
            this.VideoChannel2.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel2.TabIndex = 1;
            this.VideoChannel2.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel2, null);
            this.VideoChannel2.Click += new System.EventHandler(this.VideoChannel2_Click);
            // 
            // VideoChannel1
            // 
            this.VideoChannel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.coreBind.SetDatabasecommand(this.VideoChannel1, null);
            this.VideoChannel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.VideoChannel1.Location = new System.Drawing.Point(0, 0);
            this.VideoChannel1.Name = "VideoChannel1";
            this.VideoChannel1.Size = new System.Drawing.Size(245, 193);
            this.VideoChannel1.TabIndex = 0;
            this.VideoChannel1.TabStop = false;
            this.coreBind.SetVerification(this.VideoChannel1, null);
            this.VideoChannel1.Click += new System.EventHandler(this.VideoChannel1_Click);
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.ultraTabControl1);
            this.coreBind.SetDatabasecommand(this.panel6, null);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel6.Location = new System.Drawing.Point(264, 427);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(743, 180);
            this.panel6.TabIndex = 2;
            this.coreBind.SetVerification(this.panel6, null);
            // 
            // ultraTabControl1
            // 
            this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
            this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
            this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
            this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ultraTabControl1.Location = new System.Drawing.Point(0, 6);
            this.ultraTabControl1.Name = "ultraTabControl1";
            this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.ultraTabControl1.Size = new System.Drawing.Size(743, 174);
            this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Flat;
            this.ultraTabControl1.TabIndex = 0;
            ultraTab2.TabPage = this.ultraTabPageControl3;
            ultraTab2.Text = "计量点图像";
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = "计量称重信息";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = "重量曲线图";
            this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab1,
            ultraTab3});
            this.coreBind.SetVerification(this.ultraTabControl1, null);
            // 
            // ultraTabSharedControlsPage1
            // 
            this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(741, 153);
            this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
            // 
            // panel7
            // 
            this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel7.Controls.Add(this.txtTDL);
            this.panel7.Controls.Add(this.button9);
            this.panel7.Controls.Add(this.textBox1);
            this.panel7.Controls.Add(this.txtXSZL);
            this.panel7.Controls.Add(this.groupBox1);
            this.panel7.Controls.Add(this.btnQL);
            this.panel7.Controls.Add(this.lbWD);
            this.panel7.Controls.Add(this.lbYS);
            this.panel7.Controls.Add(this.label2);
            this.coreBind.SetDatabasecommand(this.panel7, null);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel7.Location = new System.Drawing.Point(264, 27);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(743, 97);
            this.panel7.TabIndex = 3;
            this.coreBind.SetVerification(this.panel7, null);
            // 
            // button9
            // 
            this.coreBind.SetDatabasecommand(this.button9, null);
            this.button9.Location = new System.Drawing.Point(306, 82);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(75, 23);
            this.button9.TabIndex = 572;
            this.button9.Text = "Test";
            this.button9.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button9, null);
            this.button9.Visible = false;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // textBox1
            // 
            this.coreBind.SetDatabasecommand(this.textBox1, null);
            this.textBox1.Location = new System.Drawing.Point(265, 3);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(43, 21);
            this.textBox1.TabIndex = 571;
            this.coreBind.SetVerification(this.textBox1, null);
            this.textBox1.Visible = false;
            // 
            // txtXSZL
            // 
            this.txtXSZL.BackColor = System.Drawing.SystemColors.WindowText;
            this.coreBind.SetDatabasecommand(this.txtXSZL, null);
            this.txtXSZL.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtXSZL.ForeColor = System.Drawing.Color.Lime;
            this.txtXSZL.Location = new System.Drawing.Point(14, 18);
            this.txtXSZL.MaxLength = 8;
            this.txtXSZL.Multiline = true;
            this.txtXSZL.Name = "txtXSZL";
            this.txtXSZL.Size = new System.Drawing.Size(238, 68);
            this.txtXSZL.TabIndex = 570;
            this.txtXSZL.Text = "0.00";
            this.txtXSZL.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.coreBind.SetVerification(this.txtXSZL, null);
            this.txtXSZL.TextChanged += new System.EventHandler(this.txtXSZL_TextChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.StatusBack);
            this.groupBox1.Controls.Add(this.StatusFront);
            this.groupBox1.Controls.Add(this.StatusLight);
            this.groupBox1.Controls.Add(this.StatusRedGreen);
            this.groupBox1.Controls.Add(this.btnHDHW);
            this.groupBox1.Controls.Add(this.btnQDHW);
            this.groupBox1.Controls.Add(this.btnZMDKG);
            this.groupBox1.Controls.Add(this.btnHL);
            this.coreBind.SetDatabasecommand(this.groupBox1, null);
            this.groupBox1.Location = new System.Drawing.Point(413, 5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(312, 89);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "控制";
            this.coreBind.SetVerification(this.groupBox1, null);
            // 
            // StatusBack
            // 
            this.StatusBack.Connected = true;
            this.coreBind.SetDatabasecommand(this.StatusBack, null);
            this.StatusBack.LineWidth = 4;
            this.StatusBack.Location = new System.Drawing.Point(144, 53);
            this.StatusBack.Name = "StatusBack";
            this.StatusBack.Size = new System.Drawing.Size(32, 32);
            this.StatusBack.TabIndex = 17;
            this.StatusBack.Text = "coolInfraredRay2";
            this.coreBind.SetVerification(this.StatusBack, null);
            // 
            // StatusFront
            // 
            this.StatusFront.Connected = true;
            this.coreBind.SetDatabasecommand(this.StatusFront, null);
            this.StatusFront.LineWidth = 4;
            this.StatusFront.Location = new System.Drawing.Point(144, 14);
            this.StatusFront.Name = "StatusFront";
            this.StatusFront.Size = new System.Drawing.Size(32, 32);
            this.StatusFront.TabIndex = 16;
            this.StatusFront.Text = "coolInfraredRay1";
            this.coreBind.SetVerification(this.StatusFront, null);
            // 
            // StatusLight
            // 
            this.coreBind.SetDatabasecommand(this.StatusLight, null);
            this.StatusLight.Gradient = true;
            this.StatusLight.Location = new System.Drawing.Point(24, 53);
            this.StatusLight.Name = "StatusLight";
            this.StatusLight.Size = new System.Drawing.Size(32, 32);
            this.StatusLight.TabIndex = 13;
            this.StatusLight.Text = "coolIndicator2";
            this.coreBind.SetVerification(this.StatusLight, null);
            // 
            // StatusRedGreen
            // 
            this.coreBind.SetDatabasecommand(this.StatusRedGreen, null);
            this.StatusRedGreen.Gradient = true;
            this.StatusRedGreen.Location = new System.Drawing.Point(24, 13);
            this.StatusRedGreen.Name = "StatusRedGreen";
            this.StatusRedGreen.Size = new System.Drawing.Size(32, 32);
            this.StatusRedGreen.TabIndex = 12;
            this.StatusRedGreen.Text = "coolIndicator1";
            this.coreBind.SetVerification(this.StatusRedGreen, null);
            // 
            // btnHDHW
            // 
            this.btnHDHW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnHDHW, null);
            this.btnHDHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnHDHW.Location = new System.Drawing.Point(204, 51);
            this.btnHDHW.Name = "btnHDHW";
            this.btnHDHW.Size = new System.Drawing.Size(73, 34);
            this.btnHDHW.TabIndex = 11;
            this.btnHDHW.Text = "后端红外";
            this.btnHDHW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnHDHW, null);
            // 
            // btnQDHW
            // 
            this.btnQDHW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnQDHW, null);
            this.btnQDHW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnQDHW.Location = new System.Drawing.Point(204, 13);
            this.btnQDHW.Name = "btnQDHW";
            this.btnQDHW.Size = new System.Drawing.Size(73, 34);
            this.btnQDHW.TabIndex = 10;
            this.btnQDHW.Text = "前端红外";
            this.btnQDHW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQDHW, null);
            // 
            // btnZMDKG
            // 
            this.btnZMDKG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnZMDKG, null);
            this.btnZMDKG.Location = new System.Drawing.Point(81, 55);
            this.btnZMDKG.Name = "btnZMDKG";
            this.btnZMDKG.Size = new System.Drawing.Size(43, 28);
            this.btnZMDKG.TabIndex = 7;
            this.btnZMDKG.Text = "开/关";
            this.btnZMDKG.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnZMDKG, null);
            this.btnZMDKG.Click += new System.EventHandler(this.btnZMDKG_Click);
            // 
            // btnHL
            // 
            this.btnHL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnHL, null);
            this.btnHL.Location = new System.Drawing.Point(81, 18);
            this.btnHL.Name = "btnHL";
            this.btnHL.Size = new System.Drawing.Size(43, 28);
            this.btnHL.TabIndex = 6;
            this.btnHL.Text = "红/绿";
            this.btnHL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnHL, null);
            this.btnHL.Click += new System.EventHandler(this.btnHL_Click);
            // 
            // btnQL
            // 
            this.btnQL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnQL, null);
            this.btnQL.Location = new System.Drawing.Point(294, 56);
            this.btnQL.Name = "btnQL";
            this.btnQL.Size = new System.Drawing.Size(105, 28);
            this.btnQL.TabIndex = 4;
            this.btnQL.Text = "仪表清零";
            this.btnQL.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnQL, null);
            this.btnQL.Click += new System.EventHandler(this.btnQL_Click);
            // 
            // lbWD
            // 
            this.lbWD.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.lbWD, null);
            this.lbWD.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbWD.Location = new System.Drawing.Point(315, 26);
            this.lbWD.Name = "lbWD";
            this.lbWD.Size = new System.Drawing.Size(76, 21);
            this.lbWD.TabIndex = 3;
            this.lbWD.Text = "不稳定";
            this.coreBind.SetVerification(this.lbWD, null);
            this.lbWD.TextChanged += new System.EventHandler(this.lbWD_TextChanged);
            // 
            // lbYS
            // 
            this.coreBind.SetDatabasecommand(this.lbYS, null);
            this.lbYS.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbYS.ForeColor = System.Drawing.Color.Red;
            this.lbYS.Location = new System.Drawing.Point(292, 23);
            this.lbYS.Name = "lbYS";
            this.lbYS.Size = new System.Drawing.Size(28, 28);
            this.lbYS.TabIndex = 2;
            this.lbYS.Text = "●";
            this.lbYS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.lbYS, null);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.label2, null);
            this.label2.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(247, 33);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 56);
            this.label2.TabIndex = 1;
            this.label2.Text = "t";
            this.coreBind.SetVerification(this.label2, null);
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.ultraGroupBox2);
            this.panel8.Controls.Add(this.panel10);
            this.panel8.Controls.Add(this.ultraGroupBox1);
            this.coreBind.SetDatabasecommand(this.panel8, null);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(264, 124);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(743, 303);
            this.panel8.TabIndex = 4;
            this.coreBind.SetVerification(this.panel8, null);
            // 
            // ultraGroupBox2
            // 
            this.ultraGroupBox2.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox2.Controls.Add(this.panel11);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
            this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGroupBox2.Location = new System.Drawing.Point(479, 0);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(264, 252);
            this.ultraGroupBox2.TabIndex = 2;
            this.ultraGroupBox2.Text = "计量点接管信息";
            this.coreBind.SetVerification(this.ultraGroupBox2, null);
            this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // panel11
            // 
            this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel11.Controls.Add(this.ultraGrid2);
            this.panel11.Controls.Add(this.ultraGrid1);
            this.coreBind.SetDatabasecommand(this.panel11, null);
            this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel11.Location = new System.Drawing.Point(3, 20);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(257, 229);
            this.panel11.TabIndex = 0;
            this.coreBind.SetVerification(this.panel11, null);
            // 
            // ultraGrid2
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
            this.ultraGrid2.DataMember = "计量点基础表";
            this.ultraGrid2.DataSource = this.dataSet1;
            appearance1.BackColor = System.Drawing.Color.White;
            appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
            this.ultraGrid2.DisplayLayout.Appearance = appearance1;
            ultraGridColumn72.Header.VisiblePosition = 1;
            ultraGridColumn72.Hidden = true;
            ultraGridColumn73.Header.VisiblePosition = 2;
            ultraGridColumn73.Width = 118;
            ultraGridColumn74.Header.VisiblePosition = 0;
            ultraGridColumn74.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
            ultraGridColumn74.Width = 45;
            ultraGridColumn75.Header.VisiblePosition = 3;
            ultraGridColumn75.Hidden = true;
            ultraGridColumn76.Header.VisiblePosition = 4;
            ultraGridColumn76.Hidden = true;
            ultraGridColumn77.Header.VisiblePosition = 5;
            ultraGridColumn77.Hidden = true;
            ultraGridColumn78.Header.VisiblePosition = 6;
            ultraGridColumn78.Hidden = true;
            ultraGridColumn79.Header.VisiblePosition = 7;
            ultraGridColumn79.Hidden = true;
            ultraGridColumn80.Header.VisiblePosition = 8;
            ultraGridColumn80.Hidden = true;
            ultraGridColumn81.Header.VisiblePosition = 9;
            ultraGridColumn81.Hidden = true;
            ultraGridColumn82.Header.VisiblePosition = 10;
            ultraGridColumn82.Hidden = true;
            ultraGridColumn83.Header.VisiblePosition = 11;
            ultraGridColumn83.Hidden = true;
            ultraGridColumn84.Header.VisiblePosition = 12;
            ultraGridColumn84.Hidden = true;
            ultraGridColumn85.Header.VisiblePosition = 13;
            ultraGridColumn85.Hidden = true;
            ultraGridColumn86.Header.VisiblePosition = 14;
            ultraGridColumn86.Hidden = true;
            ultraGridColumn87.Header.VisiblePosition = 15;
            ultraGridColumn87.Hidden = true;
            ultraGridColumn88.Header.VisiblePosition = 16;
            ultraGridColumn88.Hidden = true;
            ultraGridColumn89.Header.VisiblePosition = 17;
            ultraGridColumn89.Hidden = true;
            ultraGridColumn90.Header.VisiblePosition = 18;
            ultraGridColumn90.Hidden = true;
            ultraGridColumn91.Header.VisiblePosition = 19;
            ultraGridColumn91.Hidden = true;
            ultraGridColumn92.Header.VisiblePosition = 20;
            ultraGridColumn92.Hidden = true;
            ultraGridColumn93.Header.VisiblePosition = 21;
            ultraGridColumn93.Hidden = true;
            ultraGridColumn94.Header.VisiblePosition = 22;
            ultraGridColumn94.Hidden = true;
            ultraGridColumn95.Header.VisiblePosition = 23;
            ultraGridColumn95.Hidden = true;
            ultraGridColumn96.Header.VisiblePosition = 24;
            ultraGridColumn96.Hidden = true;
            ultraGridColumn97.Header.VisiblePosition = 25;
            ultraGridColumn97.Hidden = true;
            ultraGridColumn98.Header.VisiblePosition = 26;
            ultraGridColumn98.Hidden = true;
            ultraGridColumn99.Header.VisiblePosition = 27;
            ultraGridColumn99.Hidden = true;
            ultraGridColumn100.Header.VisiblePosition = 28;
            ultraGridColumn100.Hidden = true;
            ultraGridColumn101.Header.VisiblePosition = 29;
            ultraGridColumn101.Hidden = true;
            ultraGridColumn102.Header.VisiblePosition = 30;
            ultraGridColumn102.Hidden = true;
            ultraGridColumn103.Header.VisiblePosition = 31;
            ultraGridColumn103.Hidden = true;
            ultraGridColumn104.Header.VisiblePosition = 32;
            ultraGridColumn104.Hidden = true;
            ultraGridColumn105.Header.VisiblePosition = 33;
            ultraGridColumn105.Hidden = true;
            ultraGridBand4.Columns.AddRange(new object[] {
            ultraGridColumn72,
            ultraGridColumn73,
            ultraGridColumn74,
            ultraGridColumn75,
            ultraGridColumn76,
            ultraGridColumn77,
            ultraGridColumn78,
            ultraGridColumn79,
            ultraGridColumn80,
            ultraGridColumn81,
            ultraGridColumn82,
            ultraGridColumn83,
            ultraGridColumn84,
            ultraGridColumn85,
            ultraGridColumn86,
            ultraGridColumn87,
            ultraGridColumn88,
            ultraGridColumn89,
            ultraGridColumn90,
            ultraGridColumn91,
            ultraGridColumn92,
            ultraGridColumn93,
            ultraGridColumn94,
            ultraGridColumn95,
            ultraGridColumn96,
            ultraGridColumn97,
            ultraGridColumn98,
            ultraGridColumn99,
            ultraGridColumn100,
            ultraGridColumn101,
            ultraGridColumn102,
            ultraGridColumn103,
            ultraGridColumn104,
            ultraGridColumn105});
            ultraGridBand4.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
            this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
            this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance2;
            appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            appearance3.BackColor2 = System.Drawing.Color.White;
            appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.None;
            appearance3.FontData.SizeInPoints = 11F;
            appearance3.FontData.UnderlineAsString = "False";
            appearance3.ForeColor = System.Drawing.Color.Black;
            appearance3.TextHAlignAsString = "Center";
            appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
            appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance4;
            appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
            appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance5;
            this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
            this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
            appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
            appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
            appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance6.ForeColor = System.Drawing.Color.Black;
            this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance6;
            this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
            this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
            this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid2.Name = "ultraGrid2";
            this.ultraGrid2.Size = new System.Drawing.Size(253, 225);
            this.ultraGrid2.TabIndex = 1;
            this.coreBind.SetVerification(this.ultraGrid2, null);
            this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
            this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
            this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
            // 
            // ultraGrid1
            // 
            this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
            this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
            this.ultraGrid1.Name = "ultraGrid1";
            this.ultraGrid1.Size = new System.Drawing.Size(253, 225);
            this.ultraGrid1.TabIndex = 0;
            this.coreBind.SetVerification(this.ultraGrid1, null);
            // 
            // panel10
            // 
            this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel10.Controls.Add(this.btnBC);
            this.panel10.Controls.Add(this.btnGPBC);
            this.panel10.Controls.Add(this.btnSD);
            this.panel10.Controls.Add(this.btnDS);
            this.panel10.Controls.Add(this.button16);
            this.panel10.Controls.Add(this.button17);
            this.coreBind.SetDatabasecommand(this.panel10, null);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel10.Location = new System.Drawing.Point(479, 252);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(264, 51);
            this.panel10.TabIndex = 1;
            this.coreBind.SetVerification(this.panel10, null);
            // 
            // btnBC
            // 
            this.btnBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnBC, null);
            this.btnBC.Location = new System.Drawing.Point(116, 10);
            this.btnBC.Name = "btnBC";
            this.btnBC.Size = new System.Drawing.Size(62, 32);
            this.btnBC.TabIndex = 25;
            this.btnBC.Text = "保存";
            this.btnBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnBC, null);
            this.btnBC.Click += new System.EventHandler(this.btnBC_Click);
            // 
            // btnGPBC
            // 
            this.btnGPBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnGPBC, null);
            this.btnGPBC.Location = new System.Drawing.Point(116, 10);
            this.btnGPBC.Name = "btnGPBC";
            this.btnGPBC.Size = new System.Drawing.Size(62, 32);
            this.btnGPBC.TabIndex = 27;
            this.btnGPBC.Text = "钢坯保存";
            this.btnGPBC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnGPBC, null);
            this.btnGPBC.Click += new System.EventHandler(this.btnGPBC_Click);
            // 
            // btnSD
            // 
            this.btnSD.BackColor = System.Drawing.Color.Violet;
            this.coreBind.SetDatabasecommand(this.btnSD, null);
            this.btnSD.Location = new System.Drawing.Point(24, 10);
            this.btnSD.Name = "btnSD";
            this.btnSD.Size = new System.Drawing.Size(66, 32);
            this.btnSD.TabIndex = 26;
            this.btnSD.Text = "打开设备";
            this.btnSD.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnSD, null);
            this.btnSD.Click += new System.EventHandler(this.btnSD_Click);
            // 
            // btnDS
            // 
            this.btnDS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnDS, null);
            this.btnDS.Location = new System.Drawing.Point(69, 10);
            this.btnDS.Name = "btnDS";
            this.btnDS.Size = new System.Drawing.Size(52, 32);
            this.btnDS.TabIndex = 23;
            this.btnDS.Text = "读数";
            this.btnDS.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnDS, null);
            this.btnDS.Visible = false;
            this.btnDS.Click += new System.EventHandler(this.btnDS_Click);
            // 
            // button16
            // 
            this.coreBind.SetDatabasecommand(this.button16, null);
            this.button16.Location = new System.Drawing.Point(2, 4);
            this.button16.Name = "button16";
            this.button16.Size = new System.Drawing.Size(26, 39);
            this.button16.TabIndex = 707;
            this.button16.Text = "16";
            this.button16.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button16, null);
            this.button16.Visible = false;
            this.button16.Click += new System.EventHandler(this.button16_Click);
            // 
            // button17
            // 
            this.coreBind.SetDatabasecommand(this.button17, null);
            this.button17.Location = new System.Drawing.Point(175, 4);
            this.button17.Name = "button17";
            this.button17.Size = new System.Drawing.Size(23, 38);
            this.button17.TabIndex = 708;
            this.button17.Text = "17";
            this.button17.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.button17, null);
            this.button17.Visible = false;
            this.button17.Click += new System.EventHandler(this.button17_Click);
            // 
            // ultraGroupBox1
            // 
            this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.RectangularInset;
            this.ultraGroupBox1.Controls.Add(this.panel9);
            this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
            this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(479, 303);
            this.ultraGroupBox1.TabIndex = 0;
            this.ultraGroupBox1.Text = "预报和称重信息";
            this.coreBind.SetVerification(this.ultraGroupBox1, null);
            this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
            // 
            // panel9
            // 
            this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel9.Controls.Add(this.cbProvider);
            this.panel9.Controls.Add(this.label17);
            this.panel9.Controls.Add(this.label19);
            this.panel9.Controls.Add(this.tbBZ);
            this.panel9.Controls.Add(this.label29);
            this.panel9.Controls.Add(this.button18);
            this.panel9.Controls.Add(this.label28);
            this.panel9.Controls.Add(this.label27);
            this.panel9.Controls.Add(this.tbCharge);
            this.panel9.Controls.Add(this.label25);
            this.panel9.Controls.Add(this.label7);
            this.panel9.Controls.Add(this.tbReceiverPlace);
            this.panel9.Controls.Add(this.tbSenderPlace);
            this.panel9.Controls.Add(this.label24);
            this.panel9.Controls.Add(this.txtPJBH);
            this.panel9.Controls.Add(this.txtHTXMH);
            this.panel9.Controls.Add(this.txtDFJZ);
            this.panel9.Controls.Add(this.label22);
            this.panel9.Controls.Add(this.btnFHDW);
            this.panel9.Controls.Add(this.btnSHDW);
            this.panel9.Controls.Add(this.btnCYDW);
            this.panel9.Controls.Add(this.btnWLMC);
            this.panel9.Controls.Add(this.txtYKL);
            this.panel9.Controls.Add(this.txtZL);
            this.panel9.Controls.Add(this.txtPZ);
            this.panel9.Controls.Add(this.label18);
            this.panel9.Controls.Add(this.label4);
            this.panel9.Controls.Add(this.label3);
            this.panel9.Controls.Add(this.txtJZ);
            this.panel9.Controls.Add(this.txtMZ);
            this.panel9.Controls.Add(this.txtZS3);
            this.panel9.Controls.Add(this.txtZS2);
            this.panel9.Controls.Add(this.txtZS);
            this.panel9.Controls.Add(this.chbSFYC);
            this.panel9.Controls.Add(this.label1);
            this.panel9.Controls.Add(this.txtBC);
            this.panel9.Controls.Add(this.cbJLLX);
            this.panel9.Controls.Add(this.label12);
            this.panel9.Controls.Add(this.chbQXPZ);
            this.panel9.Controls.Add(this.cbCH);
            this.panel9.Controls.Add(this.cbCH1);
            this.panel9.Controls.Add(this.cbWLMC);
            this.panel9.Controls.Add(this.cbSHDW);
            this.panel9.Controls.Add(this.cbCYDW);
            this.panel9.Controls.Add(this.txtJLY);
            this.panel9.Controls.Add(this.cbFHDW);
            this.panel9.Controls.Add(this.cbLX);
            this.panel9.Controls.Add(this.txtJLD);
            this.panel9.Controls.Add(this.label26);
            this.panel9.Controls.Add(this.label21);
            this.panel9.Controls.Add(this.label16);
            this.panel9.Controls.Add(this.label14);
            this.panel9.Controls.Add(this.label15);
            this.panel9.Controls.Add(this.label11);
            this.panel9.Controls.Add(this.label13);
            this.panel9.Controls.Add(this.label10);
            this.panel9.Controls.Add(this.txtLH);
            this.panel9.Controls.Add(this.label8);
            this.panel9.Controls.Add(this.txtHTH);
            this.panel9.Controls.Add(this.label6);
            this.panel9.Controls.Add(this.label5);
            this.panel9.Controls.Add(this.label9);
            this.panel9.Controls.Add(this.txtCZH);
            this.panel9.Controls.Add(this.txtCarNo);
            this.panel9.Controls.Add(this.label20);
            this.panel9.Controls.Add(this.cbLS);
            this.panel9.Controls.Add(this.label23);
            this.panel9.Controls.Add(this.txtLH3);
            this.panel9.Controls.Add(this.txtLH2);
            this.coreBind.SetDatabasecommand(this.panel9, null);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(3, 20);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(472, 280);
            this.panel9.TabIndex = 0;
            this.coreBind.SetVerification(this.panel9, null);
            // 
            // cbProvider
            // 
            this.cbProvider.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbProvider, null);
            this.cbProvider.DataSource = this.dataSet1;
            this.cbProvider.DisplayMember = "发货单位表.FS_SUPPLIERNAME";
            this.cbProvider.FormattingEnabled = true;
            this.cbProvider.Location = new System.Drawing.Point(60, 165);
            this.cbProvider.Name = "cbProvider";
            this.cbProvider.Size = new System.Drawing.Size(132, 20);
            this.cbProvider.TabIndex = 712;
            this.cbProvider.ValueMember = "发货单位表.FS_SUPPLIER";
            this.coreBind.SetVerification(this.cbProvider, null);
            this.cbProvider.SelectedIndexChanged += new System.EventHandler(this.cbProvider_SelectedIndexChanged);
            this.cbProvider.Leave += new System.EventHandler(this.cbProvider_Leave);
            this.cbProvider.TextChanged += new System.EventHandler(this.cbProvider_TextChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label17, null);
            this.label17.Location = new System.Drawing.Point(250, 261);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 718;
            this.label17.Text = "计量员";
            this.coreBind.SetVerification(this.label17, null);
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label19, null);
            this.label19.Location = new System.Drawing.Point(130, 261);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(41, 12);
            this.label19.TabIndex = 717;
            this.label19.Text = "计量点";
            this.coreBind.SetVerification(this.label19, null);
            // 
            // tbBZ
            // 
            this.tbBZ.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbBZ, null);
            this.tbBZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tbBZ.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbBZ.Location = new System.Drawing.Point(291, 164);
            this.tbBZ.MaxLength = 20;
            this.tbBZ.Multiline = true;
            this.tbBZ.Name = "tbBZ";
            this.tbBZ.Size = new System.Drawing.Size(166, 21);
            this.tbBZ.TabIndex = 715;
            this.coreBind.SetVerification(this.tbBZ, null);
            // 
            // label29
            // 
            this.coreBind.SetDatabasecommand(this.label29, null);
            this.label29.Location = new System.Drawing.Point(232, 163);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(59, 24);
            this.label29.TabIndex = 716;
            this.label29.Text = "备注";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label29, null);
            // 
            // button18
            // 
            this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.button18, null);
            this.button18.Location = new System.Drawing.Point(192, 163);
            this.button18.Name = "button18";
            this.button18.Size = new System.Drawing.Size(25, 21);
            this.button18.TabIndex = 714;
            this.button18.Tag = "Provider";
            this.button18.Text = "..";
            this.button18.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.button18, null);
            this.button18.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // label28
            // 
            this.coreBind.SetDatabasecommand(this.label28, null);
            this.label28.Location = new System.Drawing.Point(2, 163);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(58, 24);
            this.label28.TabIndex = 713;
            this.label28.Text = "供应单位";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label28, null);
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label27, null);
            this.label27.Location = new System.Drawing.Point(141, 193);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(53, 12);
            this.label27.TabIndex = 711;
            this.label27.Text = "费用(元)";
            this.coreBind.SetVerification(this.label27, null);
            // 
            // tbCharge
            // 
            this.coreBind.SetDatabasecommand(this.tbCharge, null);
            this.tbCharge.Enabled = false;
            this.tbCharge.Location = new System.Drawing.Point(194, 187);
            this.tbCharge.Name = "tbCharge";
            this.tbCharge.Size = new System.Drawing.Size(55, 21);
            this.tbCharge.TabIndex = 710;
            this.tbCharge.Text = "0";
            this.coreBind.SetVerification(this.tbCharge, null);
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label25, null);
            this.label25.Location = new System.Drawing.Point(232, 146);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(53, 12);
            this.label25.TabIndex = 706;
            this.label25.Text = "卸货地点";
            this.coreBind.SetVerification(this.label25, null);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.coreBind.SetDatabasecommand(this.label7, null);
            this.label7.Location = new System.Drawing.Point(224, 55);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 705;
            this.label7.Text = "合同项目号";
            this.coreBind.SetVerification(this.label7, null);
            // 
            // tbReceiverPlace
            // 
            this.tbReceiverPlace.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbReceiverPlace, null);
            this.tbReceiverPlace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tbReceiverPlace.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbReceiverPlace.Location = new System.Drawing.Point(291, 141);
            this.tbReceiverPlace.MaxLength = 20;
            this.tbReceiverPlace.Multiline = true;
            this.tbReceiverPlace.Name = "tbReceiverPlace";
            this.tbReceiverPlace.Size = new System.Drawing.Size(166, 21);
            this.tbReceiverPlace.TabIndex = 703;
            this.coreBind.SetVerification(this.tbReceiverPlace, null);
            // 
            // tbSenderPlace
            // 
            this.tbSenderPlace.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.tbSenderPlace, null);
            this.tbSenderPlace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tbSenderPlace.ForeColor = System.Drawing.SystemColors.WindowText;
            this.tbSenderPlace.Location = new System.Drawing.Point(60, 141);
            this.tbSenderPlace.MaxLength = 20;
            this.tbSenderPlace.Multiline = true;
            this.tbSenderPlace.Name = "tbSenderPlace";
            this.tbSenderPlace.Size = new System.Drawing.Size(157, 21);
            this.tbSenderPlace.TabIndex = 701;
            this.coreBind.SetVerification(this.tbSenderPlace, null);
            // 
            // label24
            // 
            this.coreBind.SetDatabasecommand(this.label24, null);
            this.label24.Location = new System.Drawing.Point(2, 141);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(59, 24);
            this.label24.TabIndex = 702;
            this.label24.Text = "发货地点";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label24, null);
            // 
            // txtPJBH
            // 
            this.txtPJBH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtPJBH, null);
            this.txtPJBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPJBH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtPJBH.Location = new System.Drawing.Point(60, 232);
            this.txtPJBH.MaxLength = 20;
            this.txtPJBH.Multiline = true;
            this.txtPJBH.Name = "txtPJBH";
            this.txtPJBH.Size = new System.Drawing.Size(132, 21);
            this.txtPJBH.TabIndex = 694;
            this.coreBind.SetVerification(this.txtPJBH, null);
            // 
            // txtHTXMH
            // 
            this.coreBind.SetDatabasecommand(this.txtHTXMH, null);
            this.txtHTXMH.FormattingEnabled = true;
            this.txtHTXMH.Location = new System.Drawing.Point(291, 51);
            this.txtHTXMH.Name = "txtHTXMH";
            this.txtHTXMH.Size = new System.Drawing.Size(69, 20);
            this.txtHTXMH.TabIndex = 700;
            this.coreBind.SetVerification(this.txtHTXMH, null);
            // 
            // txtDFJZ
            // 
            this.txtDFJZ.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtDFJZ, null);
            this.txtDFJZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDFJZ.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDFJZ.Location = new System.Drawing.Point(60, 256);
            this.txtDFJZ.MaxLength = 10;
            this.txtDFJZ.Multiline = true;
            this.txtDFJZ.Name = "txtDFJZ";
            this.txtDFJZ.Size = new System.Drawing.Size(69, 21);
            this.txtDFJZ.TabIndex = 696;
            this.coreBind.SetVerification(this.txtDFJZ, null);
            // 
            // label22
            // 
            this.coreBind.SetDatabasecommand(this.label22, null);
            this.label22.Location = new System.Drawing.Point(1, 255);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(59, 24);
            this.label22.TabIndex = 697;
            this.label22.Text = "对方净重";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label22, null);
            // 
            // btnFHDW
            // 
            this.btnFHDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnFHDW, null);
            this.btnFHDW.Location = new System.Drawing.Point(192, 119);
            this.btnFHDW.Name = "btnFHDW";
            this.btnFHDW.Size = new System.Drawing.Size(25, 21);
            this.btnFHDW.TabIndex = 693;
            this.btnFHDW.Tag = "Sender";
            this.btnFHDW.Text = "..";
            this.btnFHDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnFHDW, null);
            this.btnFHDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnSHDW
            // 
            this.btnSHDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnSHDW, null);
            this.btnSHDW.Location = new System.Drawing.Point(436, 119);
            this.btnSHDW.Name = "btnSHDW";
            this.btnSHDW.Size = new System.Drawing.Size(25, 21);
            this.btnSHDW.TabIndex = 692;
            this.btnSHDW.Tag = "Receiver";
            this.btnSHDW.Text = "..";
            this.btnSHDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnSHDW, null);
            this.btnSHDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnCYDW
            // 
            this.btnCYDW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnCYDW, null);
            this.btnCYDW.Location = new System.Drawing.Point(436, 97);
            this.btnCYDW.Name = "btnCYDW";
            this.btnCYDW.Size = new System.Drawing.Size(25, 21);
            this.btnCYDW.TabIndex = 691;
            this.btnCYDW.Tag = "Trans";
            this.btnCYDW.Text = "..";
            this.btnCYDW.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnCYDW, null);
            this.btnCYDW.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // btnWLMC
            // 
            this.btnWLMC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.coreBind.SetDatabasecommand(this.btnWLMC, null);
            this.btnWLMC.Location = new System.Drawing.Point(436, 74);
            this.btnWLMC.Name = "btnWLMC";
            this.btnWLMC.Size = new System.Drawing.Size(25, 21);
            this.btnWLMC.TabIndex = 690;
            this.btnWLMC.Tag = "Material";
            this.btnWLMC.Text = "..";
            this.btnWLMC.UseVisualStyleBackColor = false;
            this.coreBind.SetVerification(this.btnWLMC, null);
            this.btnWLMC.Click += new System.EventHandler(this.moreBtn_Click);
            // 
            // txtYKL
            // 
            this.coreBind.SetDatabasecommand(this.txtYKL, null);
            this.txtYKL.Location = new System.Drawing.Point(345, 187);
            this.txtYKL.Name = "txtYKL";
            this.txtYKL.ReadOnly = true;
            this.txtYKL.Size = new System.Drawing.Size(66, 21);
            this.txtYKL.TabIndex = 612;
            this.coreBind.SetVerification(this.txtYKL, null);
            // 
            // txtZL
            // 
            this.txtZL.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtZL, null);
            this.txtZL.Location = new System.Drawing.Point(242, 232);
            this.txtZL.Name = "txtZL";
            this.txtZL.ReadOnly = true;
            this.txtZL.Size = new System.Drawing.Size(80, 21);
            this.txtZL.TabIndex = 611;
            this.coreBind.SetVerification(this.txtZL, null);
            // 
            // txtPZ
            // 
            this.txtPZ.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtPZ, null);
            this.txtPZ.Location = new System.Drawing.Point(194, 209);
            this.txtPZ.Name = "txtPZ";
            this.txtPZ.ReadOnly = true;
            this.txtPZ.Size = new System.Drawing.Size(80, 21);
            this.txtPZ.TabIndex = 606;
            this.coreBind.SetVerification(this.txtPZ, null);
            // 
            // label18
            // 
            this.coreBind.SetDatabasecommand(this.label18, null);
            this.label18.Location = new System.Drawing.Point(284, 209);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 24);
            this.label18.TabIndex = 610;
            this.label18.Text = "净量(t)";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label18, null);
            // 
            // label4
            // 
            this.coreBind.SetDatabasecommand(this.label4, null);
            this.label4.Location = new System.Drawing.Point(140, 209);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 24);
            this.label4.TabIndex = 609;
            this.label4.Text = "皮重(t)";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label4, null);
            // 
            // label3
            // 
            this.coreBind.SetDatabasecommand(this.label3, null);
            this.label3.Location = new System.Drawing.Point(2, 209);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(58, 24);
            this.label3.TabIndex = 608;
            this.label3.Text = "毛重(t)";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label3, null);
            // 
            // txtJZ
            // 
            this.txtJZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.coreBind.SetDatabasecommand(this.txtJZ, null);
            this.txtJZ.Location = new System.Drawing.Point(345, 209);
            this.txtJZ.Name = "txtJZ";
            this.txtJZ.ReadOnly = true;
            this.txtJZ.Size = new System.Drawing.Size(112, 21);
            this.txtJZ.TabIndex = 607;
            this.coreBind.SetVerification(this.txtJZ, null);
            // 
            // txtMZ
            // 
            this.txtMZ.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtMZ, null);
            this.txtMZ.Location = new System.Drawing.Point(60, 209);
            this.txtMZ.Name = "txtMZ";
            this.txtMZ.ReadOnly = true;
            this.txtMZ.Size = new System.Drawing.Size(78, 21);
            this.txtMZ.TabIndex = 605;
            this.coreBind.SetVerification(this.txtMZ, null);
            // 
            // txtZS3
            // 
            this.coreBind.SetDatabasecommand(this.txtZS3, null);
            this.txtZS3.Location = new System.Drawing.Point(166, 74);
            this.txtZS3.Name = "txtZS3";
            this.txtZS3.Size = new System.Drawing.Size(51, 21);
            this.txtZS3.TabIndex = 604;
            this.coreBind.SetVerification(this.txtZS3, null);
            // 
            // txtZS2
            // 
            this.coreBind.SetDatabasecommand(this.txtZS2, null);
            this.txtZS2.Location = new System.Drawing.Point(113, 74);
            this.txtZS2.Name = "txtZS2";
            this.txtZS2.Size = new System.Drawing.Size(51, 21);
            this.txtZS2.TabIndex = 603;
            this.coreBind.SetVerification(this.txtZS2, null);
            // 
            // txtZS
            // 
            this.coreBind.SetDatabasecommand(this.txtZS, null);
            this.txtZS.Location = new System.Drawing.Point(60, 74);
            this.txtZS.Name = "txtZS";
            this.txtZS.Size = new System.Drawing.Size(51, 21);
            this.txtZS.TabIndex = 602;
            this.coreBind.SetVerification(this.txtZS, null);
            // 
            // chbSFYC
            // 
            this.coreBind.SetDatabasecommand(this.chbSFYC, null);
            this.chbSFYC.ForeColor = System.Drawing.Color.Red;
            this.chbSFYC.Location = new System.Drawing.Point(415, 186);
            this.chbSFYC.Name = "chbSFYC";
            this.chbSFYC.Size = new System.Drawing.Size(49, 28);
            this.chbSFYC.TabIndex = 26;
            this.chbSFYC.Text = "异常";
            this.chbSFYC.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.chbSFYC, null);
            // 
            // label1
            // 
            this.coreBind.SetDatabasecommand(this.label1, null);
            this.label1.Location = new System.Drawing.Point(277, 187);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 24);
            this.label1.TabIndex = 600;
            this.label1.Text = "应扣量(Kg)";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label1, null);
            // 
            // txtBC
            // 
            this.txtBC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtBC, null);
            this.txtBC.Font = new System.Drawing.Font("宋体", 11F);
            this.txtBC.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBC.Location = new System.Drawing.Point(405, 256);
            this.txtBC.MaxLength = 8;
            this.txtBC.Multiline = true;
            this.txtBC.Name = "txtBC";
            this.txtBC.ReadOnly = true;
            this.txtBC.Size = new System.Drawing.Size(52, 21);
            this.txtBC.TabIndex = 19;
            this.coreBind.SetVerification(this.txtBC, null);
            // 
            // cbJLLX
            // 
            this.coreBind.SetDatabasecommand(this.cbJLLX, null);
            this.cbJLLX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbJLLX.FormattingEnabled = true;
            this.cbJLLX.Items.AddRange(new object[] {
            "",
            "外协",
            "复磅",
            "退货过磅"});
            this.cbJLLX.Location = new System.Drawing.Point(60, 187);
            this.cbJLLX.Name = "cbJLLX";
            this.cbJLLX.Size = new System.Drawing.Size(78, 20);
            this.cbJLLX.TabIndex = 20;
            this.coreBind.SetVerification(this.cbJLLX, null);
            this.cbJLLX.SelectedIndexChanged += new System.EventHandler(this.cbJLLX_SelectedIndexChanged);
            // 
            // label12
            // 
            this.coreBind.SetDatabasecommand(this.label12, null);
            this.label12.Location = new System.Drawing.Point(2, 187);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(58, 24);
            this.label12.TabIndex = 598;
            this.label12.Text = "计量类型";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label12, null);
            // 
            // chbQXPZ
            // 
            this.chbQXPZ.AutoSize = true;
            this.coreBind.SetDatabasecommand(this.chbQXPZ, null);
            this.chbQXPZ.Location = new System.Drawing.Point(366, 51);
            this.chbQXPZ.Name = "chbQXPZ";
            this.chbQXPZ.Size = new System.Drawing.Size(96, 16);
            this.chbQXPZ.TabIndex = 22;
            this.chbQXPZ.Text = "保存期限皮重";
            this.chbQXPZ.UseVisualStyleBackColor = true;
            this.coreBind.SetVerification(this.chbQXPZ, null);
            // 
            // cbCH
            // 
            this.coreBind.SetDatabasecommand(this.cbCH, null);
            this.cbCH.FormattingEnabled = true;
            this.cbCH.Location = new System.Drawing.Point(291, 2);
            this.cbCH.Name = "cbCH";
            this.cbCH.Size = new System.Drawing.Size(47, 20);
            this.cbCH.TabIndex = 2;
            this.coreBind.SetVerification(this.cbCH, null);
            this.cbCH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbCH_KeyPress);
            // 
            // cbCH1
            // 
            this.coreBind.SetDatabasecommand(this.cbCH1, null);
            this.cbCH1.FormattingEnabled = true;
            this.cbCH1.Location = new System.Drawing.Point(337, 2);
            this.cbCH1.Name = "cbCH1";
            this.cbCH1.Size = new System.Drawing.Size(124, 20);
            this.cbCH1.TabIndex = 3;
            this.coreBind.SetVerification(this.cbCH1, null);
            this.cbCH1.Leave += new System.EventHandler(this.cbCH1_Leave);
            this.cbCH1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbCH1_KeyPress);
            // 
            // cbWLMC
            // 
            this.cbWLMC.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbWLMC, null);
            this.cbWLMC.DataSource = this.dataSet1;
            this.cbWLMC.DisplayMember = "物料表.FS_MATERIALNAME";
            this.cbWLMC.FormattingEnabled = true;
            this.cbWLMC.Location = new System.Drawing.Point(291, 74);
            this.cbWLMC.Name = "cbWLMC";
            this.cbWLMC.Size = new System.Drawing.Size(145, 20);
            this.cbWLMC.TabIndex = 12;
            this.cbWLMC.ValueMember = "物料表.FS_MATERIALNO";
            this.coreBind.SetVerification(this.cbWLMC, null);
            this.cbWLMC.Leave += new System.EventHandler(this.cbWLMC_Leave);
            this.cbWLMC.TextChanged += new System.EventHandler(this.cbWLMC_TextChanged);
            // 
            // cbSHDW
            // 
            this.cbSHDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbSHDW, null);
            this.cbSHDW.DataSource = this.dataSet1;
            this.cbSHDW.DisplayMember = "收货单位表.FS_MEMO";
            this.cbSHDW.FormattingEnabled = true;
            this.cbSHDW.Location = new System.Drawing.Point(291, 119);
            this.cbSHDW.Name = "cbSHDW";
            this.cbSHDW.Size = new System.Drawing.Size(145, 20);
            this.cbSHDW.TabIndex = 16;
            this.cbSHDW.ValueMember = "收货单位表.FS_RECEIVER";
            this.coreBind.SetVerification(this.cbSHDW, null);
            this.cbSHDW.Leave += new System.EventHandler(this.cbSHDW_Leave);
            this.cbSHDW.TextChanged += new System.EventHandler(this.cbSHDW_TextChanged);
            // 
            // cbCYDW
            // 
            this.cbCYDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbCYDW, null);
            this.cbCYDW.DataSource = this.dataSet1;
            this.cbCYDW.DisplayMember = "承运单位表.FS_TRANSNAME";
            this.cbCYDW.FormattingEnabled = true;
            this.cbCYDW.Location = new System.Drawing.Point(291, 97);
            this.cbCYDW.Name = "cbCYDW";
            this.cbCYDW.Size = new System.Drawing.Size(145, 20);
            this.cbCYDW.TabIndex = 14;
            this.cbCYDW.ValueMember = "承运单位表.FS_TRANSNO";
            this.coreBind.SetVerification(this.cbCYDW, null);
            this.cbCYDW.Leave += new System.EventHandler(this.cbCYDW_Leave);
            this.cbCYDW.TextChanged += new System.EventHandler(this.cbCYDW_TextChanged);
            // 
            // txtJLY
            // 
            this.txtJLY.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLY, null);
            this.txtJLY.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLY.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLY.Location = new System.Drawing.Point(291, 256);
            this.txtJLY.MaxLength = 8;
            this.txtJLY.Multiline = true;
            this.txtJLY.Name = "txtJLY";
            this.txtJLY.ReadOnly = true;
            this.txtJLY.Size = new System.Drawing.Size(74, 21);
            this.txtJLY.TabIndex = 18;
            this.coreBind.SetVerification(this.txtJLY, null);
            // 
            // cbFHDW
            // 
            this.cbFHDW.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbFHDW, null);
            this.cbFHDW.DataSource = this.dataSet1;
            this.cbFHDW.DisplayMember = "发货单位表.FS_SUPPLIERNAME";
            this.cbFHDW.FormattingEnabled = true;
            this.cbFHDW.Location = new System.Drawing.Point(60, 119);
            this.cbFHDW.Name = "cbFHDW";
            this.cbFHDW.Size = new System.Drawing.Size(132, 20);
            this.cbFHDW.TabIndex = 15;
            this.cbFHDW.ValueMember = "发货单位表.FS_SUPPLIER";
            this.coreBind.SetVerification(this.cbFHDW, null);
            this.cbFHDW.Leave += new System.EventHandler(this.cbFHDW_Leave);
            this.cbFHDW.TextChanged += new System.EventHandler(this.cbFHDW_TextChanged);
            // 
            // cbLX
            // 
            this.cbLX.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbLX.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.cbLX, null);
            this.cbLX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLX.FormattingEnabled = true;
            this.cbLX.Location = new System.Drawing.Point(60, 97);
            this.cbLX.Name = "cbLX";
            this.cbLX.Size = new System.Drawing.Size(157, 20);
            this.cbLX.TabIndex = 13;
            this.coreBind.SetVerification(this.cbLX, null);
            // 
            // txtJLD
            // 
            this.txtJLD.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtJLD, null);
            this.txtJLD.Font = new System.Drawing.Font("宋体", 11F);
            this.txtJLD.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtJLD.Location = new System.Drawing.Point(174, 256);
            this.txtJLD.MaxLength = 8;
            this.txtJLD.Multiline = true;
            this.txtJLD.Name = "txtJLD";
            this.txtJLD.ReadOnly = true;
            this.txtJLD.Size = new System.Drawing.Size(73, 21);
            this.txtJLD.TabIndex = 17;
            this.coreBind.SetVerification(this.txtJLD, null);
            // 
            // label26
            // 
            this.coreBind.SetDatabasecommand(this.label26, null);
            this.label26.Location = new System.Drawing.Point(366, 255);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(42, 24);
            this.label26.TabIndex = 589;
            this.label26.Text = "班次";
            this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label26, null);
            // 
            // label21
            // 
            this.coreBind.SetDatabasecommand(this.label21, null);
            this.label21.Location = new System.Drawing.Point(192, 232);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(59, 24);
            this.label21.TabIndex = 587;
            this.label21.Text = "重量(t)";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label21, null);
            // 
            // label16
            // 
            this.coreBind.SetDatabasecommand(this.label16, null);
            this.label16.Location = new System.Drawing.Point(223, 97);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(71, 24);
            this.label16.TabIndex = 581;
            this.label16.Text = "承运单位";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label16, null);
            // 
            // label14
            // 
            this.coreBind.SetDatabasecommand(this.label14, null);
            this.label14.Location = new System.Drawing.Point(223, 119);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(71, 24);
            this.label14.TabIndex = 580;
            this.label14.Text = "收货单位";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label14, null);
            // 
            // label15
            // 
            this.coreBind.SetDatabasecommand(this.label15, null);
            this.label15.Location = new System.Drawing.Point(2, 119);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(58, 24);
            this.label15.TabIndex = 579;
            this.label15.Text = "发货单位";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label15, null);
            // 
            // label11
            // 
            this.coreBind.SetDatabasecommand(this.label11, null);
            this.label11.Location = new System.Drawing.Point(4, 97);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(56, 24);
            this.label11.TabIndex = 578;
            this.label11.Text = "流向";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label11, null);
            // 
            // label13
            // 
            this.coreBind.SetDatabasecommand(this.label13, null);
            this.label13.Location = new System.Drawing.Point(225, 74);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(69, 24);
            this.label13.TabIndex = 577;
            this.label13.Text = "物料名称";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label13, null);
            // 
            // label10
            // 
            this.coreBind.SetDatabasecommand(this.label10, null);
            this.label10.Location = new System.Drawing.Point(2, 28);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(58, 24);
            this.label10.TabIndex = 574;
            this.label10.Text = "炉号";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label10, null);
            // 
            // txtLH
            // 
            this.txtLH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH, null);
            this.txtLH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH.Location = new System.Drawing.Point(60, 28);
            this.txtLH.MaxLength = 10;
            this.txtLH.Multiline = true;
            this.txtLH.Name = "txtLH";
            this.txtLH.Size = new System.Drawing.Size(132, 21);
            this.txtLH.TabIndex = 6;
            this.coreBind.SetVerification(this.txtLH, null);
            this.txtLH.Leave += new System.EventHandler(this.txtLH_Leave);
            this.txtLH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLH_KeyPress);
            // 
            // label8
            // 
            this.coreBind.SetDatabasecommand(this.label8, null);
            this.label8.Location = new System.Drawing.Point(2, 51);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(58, 24);
            this.label8.TabIndex = 570;
            this.label8.Text = "合同号";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label8, null);
            // 
            // txtHTH
            // 
            this.txtHTH.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtHTH, null);
            this.txtHTH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtHTH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtHTH.Location = new System.Drawing.Point(60, 51);
            this.txtHTH.MaxLength = 12;
            this.txtHTH.Multiline = true;
            this.txtHTH.Name = "txtHTH";
            this.txtHTH.Size = new System.Drawing.Size(157, 21);
            this.txtHTH.TabIndex = 4;
            this.coreBind.SetVerification(this.txtHTH, null);
            this.txtHTH.Leave += new System.EventHandler(this.txtHTH_Leave);
            // 
            // label6
            // 
            this.coreBind.SetDatabasecommand(this.label6, null);
            this.label6.Location = new System.Drawing.Point(223, 2);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 24);
            this.label6.TabIndex = 568;
            this.label6.Text = "车号";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label6, null);
            // 
            // label5
            // 
            this.coreBind.SetDatabasecommand(this.label5, null);
            this.label5.Location = new System.Drawing.Point(2, 2);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(58, 24);
            this.label5.TabIndex = 567;
            this.label5.Text = "卡号";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label5, null);
            // 
            // label9
            // 
            this.coreBind.SetDatabasecommand(this.label9, null);
            this.label9.Location = new System.Drawing.Point(1, 74);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 24);
            this.label9.TabIndex = 576;
            this.label9.Text = "支数";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label9, null);
            // 
            // txtCZH
            // 
            this.txtCZH.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtCZH, null);
            this.txtCZH.Font = new System.Drawing.Font("宋体", 11F);
            this.txtCZH.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtCZH.Location = new System.Drawing.Point(60, 2);
            this.txtCZH.MaxLength = 5;
            this.txtCZH.Name = "txtCZH";
            this.txtCZH.Size = new System.Drawing.Size(157, 24);
            this.txtCZH.TabIndex = 1;
            this.coreBind.SetVerification(this.txtCZH, null);
            this.txtCZH.Leave += new System.EventHandler(this.txtCZH_Leave);
            // 
            // txtCarNo
            // 
            this.txtCarNo.BackColor = System.Drawing.Color.Bisque;
            this.coreBind.SetDatabasecommand(this.txtCarNo, null);
            this.txtCarNo.Font = new System.Drawing.Font("宋体", 11F);
            this.txtCarNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtCarNo.Location = new System.Drawing.Point(60, 2);
            this.txtCarNo.MaxLength = 8;
            this.txtCarNo.Name = "txtCarNo";
            this.txtCarNo.Size = new System.Drawing.Size(157, 24);
            this.txtCarNo.TabIndex = 601;
            this.coreBind.SetVerification(this.txtCarNo, null);
            this.txtCarNo.Visible = false;
            this.txtCarNo.TextChanged += new System.EventHandler(this.txtCarNo_TextChanged);
            // 
            // label20
            // 
            this.coreBind.SetDatabasecommand(this.label20, null);
            this.label20.Location = new System.Drawing.Point(1, 232);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(59, 24);
            this.label20.TabIndex = 695;
            this.label20.Text = "票据编号";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label20, null);
            // 
            // cbLS
            // 
            this.coreBind.SetDatabasecommand(this.cbLS, null);
            this.cbLS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbLS.FormattingEnabled = true;
            this.cbLS.Items.AddRange(new object[] {
            "",
            "还不是最后一炉",
            "已是最后一炉"});
            this.cbLS.Location = new System.Drawing.Point(366, 232);
            this.cbLS.Name = "cbLS";
            this.cbLS.Size = new System.Drawing.Size(91, 20);
            this.cbLS.TabIndex = 699;
            this.coreBind.SetVerification(this.cbLS, null);
            // 
            // label23
            // 
            this.coreBind.SetDatabasecommand(this.label23, null);
            this.label23.Location = new System.Drawing.Point(325, 227);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(40, 32);
            this.label23.TabIndex = 698;
            this.label23.Text = "一车多炉";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.coreBind.SetVerification(this.label23, null);
            // 
            // txtLH3
            // 
            this.txtLH3.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH3, null);
            this.txtLH3.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH3.Location = new System.Drawing.Point(328, 28);
            this.txtLH3.MaxLength = 10;
            this.txtLH3.Multiline = true;
            this.txtLH3.Name = "txtLH3";
            this.txtLH3.Size = new System.Drawing.Size(132, 21);
            this.txtLH3.TabIndex = 8;
            this.coreBind.SetVerification(this.txtLH3, null);
            this.txtLH3.Leave += new System.EventHandler(this.txtLH3_Leave);
            // 
            // txtLH2
            // 
            this.txtLH2.BackColor = System.Drawing.SystemColors.Window;
            this.coreBind.SetDatabasecommand(this.txtLH2, null);
            this.txtLH2.Font = new System.Drawing.Font("宋体", 11F);
            this.txtLH2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLH2.Location = new System.Drawing.Point(194, 28);
            this.txtLH2.MaxLength = 10;
            this.txtLH2.Multiline = true;
            this.txtLH2.Name = "txtLH2";
            this.txtLH2.Size = new System.Drawing.Size(132, 21);
            this.txtLH2.TabIndex = 7;
            this.coreBind.SetVerification(this.txtLH2, null);
            this.txtLH2.Leave += new System.EventHandler(this.txtLH2_Leave);
            // 
            // ultraDockManager1
            // 
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            dockAreaPane1.DockedBefore = new System.Guid("7e44afaa-31e1-457e-913f-0ae6ac575567");
            dockableControlPane1.Control = this.panelYYBF;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(136, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(142, -23, 200, 100);
            dockableControlPane1.Pinned = false;
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "语音播报";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(95, 666);
            dockableControlPane2.Control = this.panelSPKZ;
            dockableControlPane2.FlyoutSize = new System.Drawing.Size(131, -1);
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(189, 132, 200, 100);
            dockableControlPane2.Pinned = false;
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            dockableControlPane2.Text = "视频控制";
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(95, 666);
            this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2});
            this.ultraDockManager1.HostControl = this;
            this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            this.ultraDockManager1.BeforeDockChange += new Infragistics.Win.UltraWinDock.BeforeDockChangeEventHandler(this.ultraDockManager1_BeforeDockChange);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaLeft
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaLeft, null);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Name = "_WeighMeasureInfoUnpinnedTabAreaLeft";
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 607);
            this._WeighMeasureInfoUnpinnedTabAreaLeft.TabIndex = 5;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaLeft, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaRight
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaRight, null);
            this._WeighMeasureInfoUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this._WeighMeasureInfoUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaRight.Name = "_WeighMeasureInfoUnpinnedTabAreaRight";
            this._WeighMeasureInfoUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 607);
            this._WeighMeasureInfoUnpinnedTabAreaRight.TabIndex = 6;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaRight, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaTop
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaTop, null);
            this._WeighMeasureInfoUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this._WeighMeasureInfoUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._WeighMeasureInfoUnpinnedTabAreaTop.Name = "_WeighMeasureInfoUnpinnedTabAreaTop";
            this._WeighMeasureInfoUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaTop.TabIndex = 7;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaTop, null);
            // 
            // _WeighMeasureInfoUnpinnedTabAreaBottom
            // 
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoUnpinnedTabAreaBottom, null);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 607);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Name = "_WeighMeasureInfoUnpinnedTabAreaBottom";
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
            this._WeighMeasureInfoUnpinnedTabAreaBottom.TabIndex = 8;
            this.coreBind.SetVerification(this._WeighMeasureInfoUnpinnedTabAreaBottom, null);
            // 
            // _WeighMeasureInfoAutoHideControl
            // 
            this._WeighMeasureInfoAutoHideControl.Controls.Add(this.dockableWindow2);
            this._WeighMeasureInfoAutoHideControl.Controls.Add(this.dockableWindow1);
            this.coreBind.SetDatabasecommand(this._WeighMeasureInfoAutoHideControl, null);
            this._WeighMeasureInfoAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this._WeighMeasureInfoAutoHideControl.Location = new System.Drawing.Point(991, 0);
            this._WeighMeasureInfoAutoHideControl.Name = "_WeighMeasureInfoAutoHideControl";
            this._WeighMeasureInfoAutoHideControl.Owner = this.ultraDockManager1;
            this._WeighMeasureInfoAutoHideControl.Size = new System.Drawing.Size(16, 607);
            this._WeighMeasureInfoAutoHideControl.TabIndex = 9;
            this.coreBind.SetVerification(this._WeighMeasureInfoAutoHideControl, null);
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.Controls.Add(this.panelYYBF);
            this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
            this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.ultraDockManager1;
            this.dockableWindow2.Size = new System.Drawing.Size(136, 607);
            this.dockableWindow2.TabIndex = 606;
            this.coreBind.SetVerification(this.dockableWindow2, null);
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.Controls.Add(this.panelSPKZ);
            this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
            this.dockableWindow1.Location = new System.Drawing.Point(-10000, 0);
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.ultraDockManager1;
            this.dockableWindow1.Size = new System.Drawing.Size(131, 607);
            this.dockableWindow1.TabIndex = 607;
            this.coreBind.SetVerification(this.dockableWindow1, null);
            // 
            // panel38
            // 
            this.panel38.Controls.Add(this.pictureBox38);
            this.coreBind.SetDatabasecommand(this.panel38, null);
            this.panel38.Location = new System.Drawing.Point(325, 426);
            this.panel38.Name = "panel38";
            this.panel38.Size = new System.Drawing.Size(316, 213);
            this.panel38.TabIndex = 6;
            this.coreBind.SetVerification(this.panel38, null);
            // 
            // pictureBox38
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox38, null);
            this.pictureBox38.Location = new System.Drawing.Point(0, 0);
            this.pictureBox38.Name = "pictureBox38";
            this.pictureBox38.Size = new System.Drawing.Size(100, 50);
            this.pictureBox38.TabIndex = 0;
            this.pictureBox38.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox38, null);
            // 
            // panel37
            // 
            this.panel37.Controls.Add(this.pictureBox37);
            this.coreBind.SetDatabasecommand(this.panel37, null);
            this.panel37.Location = new System.Drawing.Point(3, 426);
            this.panel37.Name = "panel37";
            this.panel37.Size = new System.Drawing.Size(316, 213);
            this.panel37.TabIndex = 5;
            this.coreBind.SetVerification(this.panel37, null);
            // 
            // pictureBox37
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox37, null);
            this.pictureBox37.Location = new System.Drawing.Point(0, 0);
            this.pictureBox37.Name = "pictureBox37";
            this.pictureBox37.Size = new System.Drawing.Size(100, 50);
            this.pictureBox37.TabIndex = 0;
            this.pictureBox37.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox37, null);
            // 
            // panel36
            // 
            this.panel36.Controls.Add(this.pictureBox36);
            this.coreBind.SetDatabasecommand(this.panel36, null);
            this.panel36.Location = new System.Drawing.Point(325, 214);
            this.panel36.Name = "panel36";
            this.panel36.Size = new System.Drawing.Size(316, 213);
            this.panel36.TabIndex = 4;
            this.coreBind.SetVerification(this.panel36, null);
            // 
            // pictureBox36
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox36, null);
            this.pictureBox36.Location = new System.Drawing.Point(0, 0);
            this.pictureBox36.Name = "pictureBox36";
            this.pictureBox36.Size = new System.Drawing.Size(100, 50);
            this.pictureBox36.TabIndex = 0;
            this.pictureBox36.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox36, null);
            // 
            // panel33
            // 
            this.panel33.Controls.Add(this.pictureBox33);
            this.coreBind.SetDatabasecommand(this.panel33, null);
            this.panel33.Location = new System.Drawing.Point(3, 213);
            this.panel33.Name = "panel33";
            this.panel33.Size = new System.Drawing.Size(316, 213);
            this.panel33.TabIndex = 3;
            this.coreBind.SetVerification(this.panel33, null);
            // 
            // pictureBox33
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox33, null);
            this.pictureBox33.Location = new System.Drawing.Point(0, 0);
            this.pictureBox33.Name = "pictureBox33";
            this.pictureBox33.Size = new System.Drawing.Size(100, 50);
            this.pictureBox33.TabIndex = 0;
            this.pictureBox33.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox33, null);
            // 
            // panel32
            // 
            this.panel32.Controls.Add(this.pictureBox32);
            this.coreBind.SetDatabasecommand(this.panel32, null);
            this.panel32.Location = new System.Drawing.Point(325, 1);
            this.panel32.Name = "panel32";
            this.panel32.Size = new System.Drawing.Size(316, 207);
            this.panel32.TabIndex = 2;
            this.coreBind.SetVerification(this.panel32, null);
            // 
            // pictureBox32
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox32, null);
            this.pictureBox32.Location = new System.Drawing.Point(0, 0);
            this.pictureBox32.Name = "pictureBox32";
            this.pictureBox32.Size = new System.Drawing.Size(100, 50);
            this.pictureBox32.TabIndex = 0;
            this.pictureBox32.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox32, null);
            // 
            // panel31
            // 
            this.panel31.Controls.Add(this.pictureBox31);
            this.coreBind.SetDatabasecommand(this.panel31, null);
            this.panel31.Location = new System.Drawing.Point(3, 1);
            this.panel31.Name = "panel31";
            this.panel31.Size = new System.Drawing.Size(316, 207);
            this.panel31.TabIndex = 1;
            this.coreBind.SetVerification(this.panel31, null);
            // 
            // pictureBox31
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox31, null);
            this.pictureBox31.Location = new System.Drawing.Point(0, 0);
            this.pictureBox31.Name = "pictureBox31";
            this.pictureBox31.Size = new System.Drawing.Size(100, 50);
            this.pictureBox31.TabIndex = 0;
            this.pictureBox31.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox31, null);
            // 
            // panel18
            // 
            this.panel18.Controls.Add(this.pictureBox16);
            this.coreBind.SetDatabasecommand(this.panel18, null);
            this.panel18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel18.Location = new System.Drawing.Point(322, 0);
            this.panel18.Name = "panel18";
            this.panel18.Size = new System.Drawing.Size(328, 215);
            this.panel18.TabIndex = 1;
            this.coreBind.SetVerification(this.panel18, null);
            // 
            // pictureBox16
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox16, null);
            this.pictureBox16.Location = new System.Drawing.Point(0, 0);
            this.pictureBox16.Name = "pictureBox16";
            this.pictureBox16.Size = new System.Drawing.Size(100, 50);
            this.pictureBox16.TabIndex = 0;
            this.pictureBox16.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox16, null);
            // 
            // panel19
            // 
            this.panel19.Controls.Add(this.pictureBox17);
            this.coreBind.SetDatabasecommand(this.panel19, null);
            this.panel19.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel19.Location = new System.Drawing.Point(0, 0);
            this.panel19.Name = "panel19";
            this.panel19.Size = new System.Drawing.Size(322, 215);
            this.panel19.TabIndex = 0;
            this.coreBind.SetVerification(this.panel19, null);
            // 
            // pictureBox17
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox17, null);
            this.pictureBox17.Location = new System.Drawing.Point(0, 0);
            this.pictureBox17.Name = "pictureBox17";
            this.pictureBox17.Size = new System.Drawing.Size(100, 50);
            this.pictureBox17.TabIndex = 0;
            this.pictureBox17.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox17, null);
            // 
            // picFDTP
            // 
            this.coreBind.SetDatabasecommand(this.picFDTP, null);
            this.picFDTP.Location = new System.Drawing.Point(327, 118);
            this.picFDTP.Name = "picFDTP";
            this.picFDTP.Size = new System.Drawing.Size(10, 10);
            this.picFDTP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picFDTP.TabIndex = 605;
            this.picFDTP.TabStop = false;
            this.coreBind.SetVerification(this.picFDTP, null);
            this.picFDTP.DoubleClick += new System.EventHandler(this.picFDTP_DoubleClick);
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // panelYCJL
            // 
            this.panelYCJL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
            this.panelYCJL.Controls.Add(this.panel12);
            this.panelYCJL.Controls.Add(this.panel13);
            this.panelYCJL.Controls.Add(this.panel14);
            this.panelYCJL.Controls.Add(this.panel15);
            this.panelYCJL.Controls.Add(this.panel16);
            this.panelYCJL.Controls.Add(this.panel17);
            this.coreBind.SetDatabasecommand(this.panelYCJL, null);
            this.panelYCJL.Location = new System.Drawing.Point(262, 27);
            this.panelYCJL.Name = "panelYCJL";
            this.panelYCJL.Size = new System.Drawing.Size(10, 626);
            this.panelYCJL.TabIndex = 17;
            this.coreBind.SetVerification(this.panelYCJL, null);
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.ultraChart2);
            this.panel12.Controls.Add(this.pictureBox10);
            this.coreBind.SetDatabasecommand(this.panel12, null);
            this.panel12.Location = new System.Drawing.Point(325, 420);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(312, 209);
            this.panel12.TabIndex = 6;
            this.coreBind.SetVerification(this.panel12, null);
            // 
            //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
            //			'ChartType' must be persisted ahead of any Axes change made in design time.
            //		
            this.ultraChart2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            // 
            // ultraChart2
            // 
            this.ultraChart2.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart2.Axis.PE = paintElement2;
            this.ultraChart2.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X.Labels.Visible = false;
            this.ultraChart2.Axis.X.LineThickness = 1;
            this.ultraChart2.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X.Visible = false;
            this.ultraChart2.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart2.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart2.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.X2.Labels.Visible = false;
            this.ultraChart2.Axis.X2.LineThickness = 1;
            this.ultraChart2.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.X2.Visible = false;
            this.ultraChart2.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart2.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y.LineThickness = 1;
            this.ultraChart2.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Y.TickmarkInterval = 50;
            this.ultraChart2.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y.Visible = true;
            this.ultraChart2.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart2.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Y2.Labels.Visible = false;
            this.ultraChart2.Axis.Y2.LineThickness = 1;
            this.ultraChart2.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Y2.TickmarkInterval = 50;
            this.ultraChart2.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Y2.Visible = false;
            this.ultraChart2.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z.Labels.Visible = false;
            this.ultraChart2.Axis.Z.LineThickness = 1;
            this.ultraChart2.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z.Visible = false;
            this.ultraChart2.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart2.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart2.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart2.Axis.Z2.Labels.Visible = false;
            this.ultraChart2.Axis.Z2.LineThickness = 1;
            this.ultraChart2.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart2.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart2.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart2.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart2.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart2.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart2.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart2.Axis.Z2.Visible = false;
            this.ultraChart2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart2.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart2.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart2.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart2.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.coreBind.SetDatabasecommand(this.ultraChart2, null);
            this.ultraChart2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart2.Effects.Effects.Add(gradientEffect2);
            this.ultraChart2.Location = new System.Drawing.Point(0, 0);
            this.ultraChart2.Name = "ultraChart2";
            this.ultraChart2.Size = new System.Drawing.Size(312, 209);
            this.ultraChart2.TabIndex = 2;
            this.ultraChart2.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart2.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.coreBind.SetVerification(this.ultraChart2, null);
            // 
            // pictureBox10
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox10, null);
            this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
            this.pictureBox10.Location = new System.Drawing.Point(0, 0);
            this.pictureBox10.Name = "pictureBox10";
            this.pictureBox10.Size = new System.Drawing.Size(312, 18);
            this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox10.TabIndex = 0;
            this.pictureBox10.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox10, null);
            // 
            // panel13
            // 
            this.panel13.Controls.Add(this.pictureBox11);
            this.coreBind.SetDatabasecommand(this.panel13, null);
            this.panel13.Location = new System.Drawing.Point(3, 420);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(312, 209);
            this.panel13.TabIndex = 5;
            this.coreBind.SetVerification(this.panel13, null);
            // 
            // pictureBox11
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox11, null);
            this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
            this.pictureBox11.Location = new System.Drawing.Point(0, 0);
            this.pictureBox11.Name = "pictureBox11";
            this.pictureBox11.Size = new System.Drawing.Size(312, 205);
            this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox11.TabIndex = 0;
            this.pictureBox11.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox11, null);
            // 
            // panel14
            // 
            this.panel14.Controls.Add(this.pictureBox12);
            this.coreBind.SetDatabasecommand(this.panel14, null);
            this.panel14.Location = new System.Drawing.Point(325, 210);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(312, 209);
            this.panel14.TabIndex = 4;
            this.coreBind.SetVerification(this.panel14, null);
            // 
            // pictureBox12
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox12, null);
            this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
            this.pictureBox12.Location = new System.Drawing.Point(0, 0);
            this.pictureBox12.Name = "pictureBox12";
            this.pictureBox12.Size = new System.Drawing.Size(312, 205);
            this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox12.TabIndex = 0;
            this.pictureBox12.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox12, null);
            // 
            // panel15
            // 
            this.panel15.Controls.Add(this.pictureBox13);
            this.coreBind.SetDatabasecommand(this.panel15, null);
            this.panel15.Location = new System.Drawing.Point(3, 210);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(312, 209);
            this.panel15.TabIndex = 3;
            this.coreBind.SetVerification(this.panel15, null);
            // 
            // pictureBox13
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox13, null);
            this.pictureBox13.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
            this.pictureBox13.Location = new System.Drawing.Point(0, 0);
            this.pictureBox13.Name = "pictureBox13";
            this.pictureBox13.Size = new System.Drawing.Size(312, 205);
            this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox13.TabIndex = 0;
            this.pictureBox13.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox13, null);
            // 
            // panel16
            // 
            this.panel16.Controls.Add(this.pictureBox14);
            this.coreBind.SetDatabasecommand(this.panel16, null);
            this.panel16.Location = new System.Drawing.Point(325, 1);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(312, 209);
            this.panel16.TabIndex = 2;
            this.coreBind.SetVerification(this.panel16, null);
            // 
            // pictureBox14
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox14, null);
            this.pictureBox14.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
            this.pictureBox14.Location = new System.Drawing.Point(0, 0);
            this.pictureBox14.Name = "pictureBox14";
            this.pictureBox14.Size = new System.Drawing.Size(312, 205);
            this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox14.TabIndex = 0;
            this.pictureBox14.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox14, null);
            // 
            // panel17
            // 
            this.panel17.Controls.Add(this.pictureBox15);
            this.coreBind.SetDatabasecommand(this.panel17, null);
            this.panel17.Location = new System.Drawing.Point(3, 1);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(312, 209);
            this.panel17.TabIndex = 1;
            this.coreBind.SetVerification(this.panel17, null);
            // 
            // pictureBox15
            // 
            this.coreBind.SetDatabasecommand(this.pictureBox15, null);
            this.pictureBox15.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
            this.pictureBox15.Location = new System.Drawing.Point(0, 0);
            this.pictureBox15.Name = "pictureBox15";
            this.pictureBox15.Size = new System.Drawing.Size(312, 209);
            this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox15.TabIndex = 0;
            this.pictureBox15.TabStop = false;
            this.coreBind.SetVerification(this.pictureBox15, null);
            this.pictureBox15.DoubleClick += new System.EventHandler(this.pictureBox15_DoubleClick);
            // 
            // windowDockingArea1
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
            this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea1.Location = new System.Drawing.Point(871, 0);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.ultraDockManager1;
            this.windowDockingArea1.Size = new System.Drawing.Size(100, 666);
            this.windowDockingArea1.TabIndex = 10;
            this.coreBind.SetVerification(this.windowDockingArea1, null);
            // 
            // windowDockingArea2
            // 
            this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
            this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Right;
            this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.windowDockingArea2.Location = new System.Drawing.Point(871, 0);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.ultraDockManager1;
            this.windowDockingArea2.Size = new System.Drawing.Size(100, 666);
            this.windowDockingArea2.TabIndex = 11;
            this.coreBind.SetVerification(this.windowDockingArea2, null);
            // 
            // WeighMeasureInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 607);
            this.Controls.Add(this._WeighMeasureInfoAutoHideControl);
            this.Controls.Add(this.picFDTP);
            this.Controls.Add(this.panelYCJL);
            this.Controls.Add(this.panel8);
            this.Controls.Add(this.panel7);
            this.Controls.Add(this.panel6);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaTop);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaBottom);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaLeft);
            this.Controls.Add(this._WeighMeasureInfoUnpinnedTabAreaRight);
            this.coreBind.SetDatabasecommand(this, null);
            this.KeyPreview = true;
            this.Name = "WeighMeasureInfo";
            this.Tag = "Weigh";
            this.Text = "汽车称重计量信息";
            this.coreBind.SetVerification(this, null);
            this.Load += new System.EventHandler(this.WeighMeasureInfo_Load);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.WeighMeasureInfo_KeyPress);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WeighMeasureInfo_FormClosing);
            this.ultraTabPageControl3.ResumeLayout(false);
            this.panelYCSP.ResumeLayout(false);
            this.panel22.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel5)).EndInit();
            this.panel25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel6)).EndInit();
            this.panel21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel4)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHT)).EndInit();
            this.panelYYBF.ResumeLayout(false);
            this.panel23.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
            this.panelSPKZ.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.VideoChannel1)).EndInit();
            this.panel6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
            this.ultraTabControl1.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            this.panel11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            this.panel10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.panel9.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this._WeighMeasureInfoAutoHideControl.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.panel38.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).EndInit();
            this.panel37.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).EndInit();
            this.panel36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).EndInit();
            this.panel33.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).EndInit();
            this.panel32.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).EndInit();
            this.panel31.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).EndInit();
            this.panel18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
            this.panel19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFDTP)).EndInit();
            this.panelYCJL.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
            this.panel13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
            this.panel14.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
            this.panel15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
            this.panel16.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
            this.panel17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ColumnChartAppearance columnChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ColumnChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
      this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart1
      // 
      this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.X.Labels.Visible = true;
      this.ultraChart1.Axis.X.LineThickness = 1;
      this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.X.Visible = true;
      this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.X2.Labels.Visible = false;
      this.ultraChart1.Axis.X2.LineThickness = 1;
      this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.X2.Visible = false;
      this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Y.Labels.Visible = true;
      this.ultraChart1.Axis.Y.LineThickness = 1;
      this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.Y.TickmarkInterval = 10D;
      this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.Y.Visible = true;
      this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Y2.Labels.Visible = false;
      this.ultraChart1.Axis.Y2.LineThickness = 1;
      this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.Y2.TickmarkInterval = 10D;
      this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.Y2.Visible = false;
      this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Z.Labels.Visible = true;
      this.ultraChart1.Axis.Z.LineThickness = 1;
      this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.Z.Visible = false;
      this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart1.Axis.Z2.Labels.Visible = false;
      this.ultraChart1.Axis.Z2.LineThickness = 1;
      this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart1.Axis.Z2.Visible = false;
      this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
      this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
      this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
      this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem1.Key = "axis1";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Key = "axis2";
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      this.ultraChart1.CompositeChart.ChartAreas.Add(chartArea1);
      chartLayerAppearance1.AxisXKey = "axis1";
      chartLayerAppearance1.AxisYKey = "axis2";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      columnChartAppearance1.ColumnSpacing = 1;
      chartLayerAppearance1.ChartTypeAppearance = columnChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "series1";
      this.ultraChart1.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1});
      numericSeries1.Key = "series1";
      this.ultraChart1.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericSeries1});
      this.ultraChart1.Effects.Effects.Add(gradientEffect1);
      this.ultraChart1.Location = new System.Drawing.Point(157, 103);
      this.ultraChart1.Name = "ultraChart1";
      this.ultraChart1.Size = new System.Drawing.Size(400, 300);
      this.ultraChart1.TabIndex = 0;
      this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
      this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
      this.ultraChart1.Tooltips.TooltipControl = null;
      // 
      // TestControls
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.ultraChart1);
      this.Name = "TestControls";
      this.Size = new System.Drawing.Size(725, 529);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).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()
        {
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect3 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect4 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            this.cbLabels = new System.Windows.Forms.ComboBox();
            this.btnLoadLabels = new System.Windows.Forms.Button();
            this.cbTestCases = new System.Windows.Forms.ComboBox();
            this.btnLoadData = new System.Windows.Forms.Button();
            this.dsResult = new System.Data.DataSet();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn2 = new System.Data.DataColumn();
            this.ctResponse = new Infragistics.Win.UltraWinChart.UltraChart();
            this.gdSummary = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.dsSummary = new System.Data.DataSet();
            this.Data = new System.Data.DataTable();
            this.dataColumn3 = new System.Data.DataColumn();
            this.dataColumn4 = new System.Data.DataColumn();
            this.dataColumn5 = new System.Data.DataColumn();
            this.dataColumn6 = new System.Data.DataColumn();
            this.dataColumn7 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataColumn10 = new System.Data.DataColumn();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btnError = new System.Windows.Forms.Button();
            this.ucMiddle = new Infragistics.Win.UltraWinChart.UltraChart();
            this.dataTable2 = new System.Data.DataTable();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn12 = new System.Data.DataColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dsResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctResponse)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ucMiddle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
            this.SuspendLayout();
            // 
            // cbLabels
            // 
            this.cbLabels.FormattingEnabled = true;
            this.cbLabels.Location = new System.Drawing.Point(125, 34);
            this.cbLabels.Name = "cbLabels";
            this.cbLabels.Size = new System.Drawing.Size(202, 21);
            this.cbLabels.TabIndex = 0;
            this.cbLabels.SelectedIndexChanged += new System.EventHandler(this.cbLabels_SelectedIndexChanged);
            // 
            // btnLoadLabels
            // 
            this.btnLoadLabels.Location = new System.Drawing.Point(346, 32);
            this.btnLoadLabels.Name = "btnLoadLabels";
            this.btnLoadLabels.Size = new System.Drawing.Size(102, 23);
            this.btnLoadLabels.TabIndex = 1;
            this.btnLoadLabels.Text = "Load all Data";
            this.btnLoadLabels.UseVisualStyleBackColor = true;
            this.btnLoadLabels.Click += new System.EventHandler(this.btnLoadLabels_Click);
            // 
            // cbTestCases
            // 
            this.cbTestCases.FormattingEnabled = true;
            this.cbTestCases.Location = new System.Drawing.Point(125, 72);
            this.cbTestCases.Name = "cbTestCases";
            this.cbTestCases.Size = new System.Drawing.Size(202, 21);
            this.cbTestCases.TabIndex = 2;
            // 
            // btnLoadData
            // 
            this.btnLoadData.Location = new System.Drawing.Point(346, 72);
            this.btnLoadData.Name = "btnLoadData";
            this.btnLoadData.Size = new System.Drawing.Size(127, 23);
            this.btnLoadData.TabIndex = 3;
            this.btnLoadData.Text = "Load Test Case Data";
            this.btnLoadData.UseVisualStyleBackColor = true;
            this.btnLoadData.Click += new System.EventHandler(this.btnLoadData_Click);
            // 
            // dsResult
            // 
            this.dsResult.DataSetName = "NewDataSet";
            this.dsResult.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable1,
            this.dataTable2});
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2});
            this.dataTable1.TableName = "Data";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "Time";
            this.dataColumn1.ColumnName = "Time";
            this.dataColumn1.DataType = typeof(System.DateTime);
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "Response";
            this.dataColumn2.ColumnName = "Response";
            this.dataColumn2.DataType = typeof(int);
            // 
            // ctResponse
            // 
            this.ctResponse.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ctResponse.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement3.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ctResponse.Axis.PE = paintElement3;
            this.ctResponse.Axis.X.Extent = 39;
            this.ctResponse.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ctResponse.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ctResponse.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ctResponse.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ctResponse.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.X.LineThickness = 1;
            this.ctResponse.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.X.MajorGridLines.Visible = false;
            this.ctResponse.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.X.MinorGridLines.Visible = false;
            this.ctResponse.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.X.Visible = true;
            this.ctResponse.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ctResponse.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ctResponse.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ctResponse.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ctResponse.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ctResponse.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ctResponse.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.X2.Labels.Visible = false;
            this.ctResponse.Axis.X2.LineThickness = 1;
            this.ctResponse.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.X2.MajorGridLines.Visible = true;
            this.ctResponse.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.X2.MinorGridLines.Visible = false;
            this.ctResponse.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.X2.Visible = false;
            this.ctResponse.Axis.Y.Extent = 46;
            this.ctResponse.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ctResponse.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ctResponse.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ctResponse.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ctResponse.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Y.LineThickness = 1;
            this.ctResponse.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Y.MajorGridLines.Visible = true;
            this.ctResponse.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Y.MinorGridLines.Visible = false;
            this.ctResponse.Axis.Y.TickmarkInterval = 100;
            this.ctResponse.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.Y.Visible = true;
            this.ctResponse.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ctResponse.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Y2.Labels.Visible = false;
            this.ctResponse.Axis.Y2.LineThickness = 1;
            this.ctResponse.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Y2.MajorGridLines.Visible = true;
            this.ctResponse.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Y2.MinorGridLines.Visible = false;
            this.ctResponse.Axis.Y2.TickmarkInterval = 100;
            this.ctResponse.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.Y2.Visible = false;
            this.ctResponse.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ctResponse.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ctResponse.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Z.Labels.Visible = false;
            this.ctResponse.Axis.Z.LineThickness = 1;
            this.ctResponse.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Z.MajorGridLines.Visible = true;
            this.ctResponse.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Z.MinorGridLines.Visible = false;
            this.ctResponse.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.Z.Visible = false;
            this.ctResponse.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Z2.Labels.ItemFormatString = "";
            this.ctResponse.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ctResponse.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ctResponse.Axis.Z2.Labels.Visible = false;
            this.ctResponse.Axis.Z2.LineThickness = 1;
            this.ctResponse.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ctResponse.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Z2.MajorGridLines.Visible = true;
            this.ctResponse.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ctResponse.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ctResponse.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ctResponse.Axis.Z2.MinorGridLines.Visible = false;
            this.ctResponse.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ctResponse.Axis.Z2.Visible = false;
            this.ctResponse.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.StackLineChart;
            this.ctResponse.ColorModel.AlphaLevel = ((byte)(150));
            this.ctResponse.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomRandom;
            this.ctResponse.Data.SwapRowsAndColumns = true;
            this.ctResponse.Effects.Effects.Add(gradientEffect3);
            this.ctResponse.Location = new System.Drawing.Point(27, 225);
            this.ctResponse.Name = "ctResponse";
            this.ctResponse.Size = new System.Drawing.Size(687, 219);
            this.ctResponse.TabIndex = 4;
            this.ctResponse.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ctResponse.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.ctResponse.Visible = false;
            // 
            // gdSummary
            // 
            this.gdSummary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            appearance13.BackColor = System.Drawing.SystemColors.Window;
            appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.gdSummary.DisplayLayout.Appearance = appearance13;
            this.gdSummary.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            this.gdSummary.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
            appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
            appearance14.BorderColor = System.Drawing.SystemColors.Window;
            this.gdSummary.DisplayLayout.GroupByBox.Appearance = appearance14;
            appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
            this.gdSummary.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
            this.gdSummary.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
            appearance16.BackColor2 = System.Drawing.SystemColors.Control;
            appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
            this.gdSummary.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
            this.gdSummary.DisplayLayout.MaxColScrollRegions = 1;
            this.gdSummary.DisplayLayout.MaxRowScrollRegions = 1;
            appearance17.BackColor = System.Drawing.SystemColors.Window;
            appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gdSummary.DisplayLayout.Override.ActiveCellAppearance = appearance17;
            appearance18.BackColor = System.Drawing.SystemColors.Highlight;
            appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.gdSummary.DisplayLayout.Override.ActiveRowAppearance = appearance18;
            this.gdSummary.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.gdSummary.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
            appearance19.BackColor = System.Drawing.SystemColors.Window;
            this.gdSummary.DisplayLayout.Override.CardAreaAppearance = appearance19;
            appearance20.BorderColor = System.Drawing.Color.Silver;
            appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
            this.gdSummary.DisplayLayout.Override.CellAppearance = appearance20;
            this.gdSummary.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.gdSummary.DisplayLayout.Override.CellPadding = 0;
            appearance21.BackColor = System.Drawing.SystemColors.Control;
            appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
            appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
            appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
            appearance21.BorderColor = System.Drawing.SystemColors.Window;
            this.gdSummary.DisplayLayout.Override.GroupByRowAppearance = appearance21;
            appearance22.TextHAlignAsString = "Left";
            this.gdSummary.DisplayLayout.Override.HeaderAppearance = appearance22;
            this.gdSummary.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            this.gdSummary.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
            appearance23.BackColor = System.Drawing.SystemColors.Window;
            appearance23.BorderColor = System.Drawing.Color.Silver;
            this.gdSummary.DisplayLayout.Override.RowAppearance = appearance23;
            this.gdSummary.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
            appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
            this.gdSummary.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
            this.gdSummary.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
            this.gdSummary.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
            this.gdSummary.Location = new System.Drawing.Point(27, 121);
            this.gdSummary.Name = "gdSummary";
            this.gdSummary.Size = new System.Drawing.Size(687, 80);
            this.gdSummary.TabIndex = 6;
            this.gdSummary.Text = "ultraGrid1";
            // 
            // dsSummary
            // 
            this.dsSummary.DataSetName = "NewDataSet";
            this.dsSummary.Tables.AddRange(new System.Data.DataTable[] {
            this.Data});
            // 
            // Data
            // 
            this.Data.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn3,
            this.dataColumn4,
            this.dataColumn5,
            this.dataColumn6,
            this.dataColumn7,
            this.dataColumn9,
            this.dataColumn10});
            this.Data.TableName = "Data";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "Test Case";
            this.dataColumn3.ColumnName = "TestCase";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "Average Response (ms)";
            this.dataColumn4.ColumnName = "Average";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "Minimum (ms)";
            this.dataColumn5.ColumnName = "Min";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "Maximal (ms)";
            this.dataColumn6.ColumnName = "Max";
            // 
            // dataColumn7
            // 
            this.dataColumn7.ColumnName = "Repeat";
            // 
            // dataColumn9
            // 
            this.dataColumn9.ColumnName = "Error";
            // 
            // dataColumn10
            // 
            this.dataColumn10.ColumnName = "Error Rate";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(48, 76);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "Test Cases";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(48, 37);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "Labels";
            // 
            // btnError
            // 
            this.btnError.Location = new System.Drawing.Point(494, 72);
            this.btnError.Name = "btnError";
            this.btnError.Size = new System.Drawing.Size(102, 23);
            this.btnError.TabIndex = 10;
            this.btnError.Text = "Load Failed Calls";
            this.btnError.UseVisualStyleBackColor = true;
            this.btnError.Click += new System.EventHandler(this.btnError_Click);
            // 
            // ucMiddle
            // 
            this.ucMiddle.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)));
            this.ucMiddle.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement4.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement4.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ucMiddle.Axis.PE = paintElement4;
            this.ucMiddle.Axis.X.Extent = 39;
            this.ucMiddle.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ucMiddle.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ucMiddle.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ucMiddle.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ucMiddle.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.X.LineThickness = 1;
            this.ucMiddle.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.X.MajorGridLines.Visible = false;
            this.ucMiddle.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.X.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.X.Visible = true;
            this.ucMiddle.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ucMiddle.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ucMiddle.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ucMiddle.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.X2.Labels.Visible = false;
            this.ucMiddle.Axis.X2.LineThickness = 1;
            this.ucMiddle.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.X2.MajorGridLines.Visible = true;
            this.ucMiddle.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.X2.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.X2.Visible = false;
            this.ucMiddle.Axis.Y.Extent = 46;
            this.ucMiddle.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ucMiddle.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ucMiddle.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Y.LineThickness = 1;
            this.ucMiddle.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Y.MajorGridLines.Visible = true;
            this.ucMiddle.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Y.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.Y.TickmarkInterval = 100;
            this.ucMiddle.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.Y.Visible = true;
            this.ucMiddle.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ucMiddle.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Y2.Labels.Visible = false;
            this.ucMiddle.Axis.Y2.LineThickness = 1;
            this.ucMiddle.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Y2.MajorGridLines.Visible = true;
            this.ucMiddle.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Y2.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.Y2.TickmarkInterval = 100;
            this.ucMiddle.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.Y2.Visible = false;
            this.ucMiddle.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ucMiddle.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Z.Labels.Visible = false;
            this.ucMiddle.Axis.Z.LineThickness = 1;
            this.ucMiddle.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Z.MajorGridLines.Visible = true;
            this.ucMiddle.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Z.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.Z.Visible = false;
            this.ucMiddle.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Z2.Labels.ItemFormatString = "";
            this.ucMiddle.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ucMiddle.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ucMiddle.Axis.Z2.Labels.Visible = false;
            this.ucMiddle.Axis.Z2.LineThickness = 1;
            this.ucMiddle.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ucMiddle.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Z2.MajorGridLines.Visible = true;
            this.ucMiddle.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ucMiddle.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ucMiddle.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ucMiddle.Axis.Z2.MinorGridLines.Visible = false;
            this.ucMiddle.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ucMiddle.Axis.Z2.Visible = false;
            this.ucMiddle.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.StackLineChart;
            this.ucMiddle.ColorModel.AlphaLevel = ((byte)(150));
            this.ucMiddle.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomRandom;
            this.ucMiddle.Data.SwapRowsAndColumns = true;
            this.ucMiddle.Effects.Effects.Add(gradientEffect4);
            this.ucMiddle.Location = new System.Drawing.Point(27, 472);
            this.ucMiddle.Name = "ucMiddle";
            this.ucMiddle.Size = new System.Drawing.Size(687, 219);
            this.ucMiddle.TabIndex = 13;
            this.ucMiddle.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ucMiddle.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.ucMiddle.Visible = false;
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn8,
            this.dataColumn12});
            this.dataTable2.TableName = "Middle";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "Time";
            this.dataColumn8.ColumnName = "Time";
            this.dataColumn8.DataType = typeof(System.DateTime);
            // 
            // dataColumn12
            // 
            this.dataColumn12.ColumnName = "Response";
            this.dataColumn12.DataType = typeof(int);
            // 
            // ResultView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(753, 713);
            this.Controls.Add(this.btnError);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.ctResponse);
            this.Controls.Add(this.gdSummary);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cbTestCases);
            this.Controls.Add(this.ucMiddle);
            this.Controls.Add(this.btnLoadLabels);
            this.Controls.Add(this.cbLabels);
            this.Controls.Add(this.btnLoadData);
            this.Name = "ResultView";
            this.Text = "ResultView";
            ((System.ComponentModel.ISupportInitialize)(this.dsResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctResponse)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gdSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ucMiddle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem6 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance3 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend1 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "axisTop_X";
      axisItem1.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axisTop_Y1";
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineColor = System.Drawing.Color.Red;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem3.Key = "axisTop_Y2";
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.LineColor = System.Drawing.Color.Green;
      axisItem3.LineThickness = 1;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 120;
      axisItem4.Key = "axisTop_Y3";
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.LineColor = System.Drawing.Color.Blue;
      axisItem4.LineThickness = 1;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Axes.Add(axisItem3);
      chartArea1.Axes.Add(axisItem4);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 50);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem5.Extent = 40;
      axisItem5.Key = "axisBottom_X";
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.LineThickness = 1;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem6.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem6.Extent = 40;
      axisItem6.Key = "axisBottomY";
      axisItem6.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem6.Labels.ItemFormatString = "<DATA_VALUE:##0.##%>";
      axisItem6.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.LineThickness = 1;
      axisItem6.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem6.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MajorGridLines.Visible = true;
      axisItem6.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem6.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MinorGridLines.Visible = false;
      axisItem6.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem6.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Axes.Add(axisItem6);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 50, 100, 50);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "area2";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "axisTop_X";
      chartLayerAppearance1.AxisYKey = "axisTop_Y1";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "seriesBeta";
      chartLayerAppearance2.AxisXKey = "axisTop_X";
      chartLayerAppearance2.AxisYKey = "axisTop_Y2";
      chartLayerAppearance2.ChartAreaKey = "area1";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.Thickness = 1;
      chartLayerAppearance2.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance2.Key = "chartLayer2";
      chartLayerAppearance2.SeriesList = "seriesTStat";
      chartLayerAppearance3.AxisXKey = "axisTop_X";
      chartLayerAppearance3.AxisYKey = "axisTop_Y3";
      chartLayerAppearance3.ChartAreaKey = "area1";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance3.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance3.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance3.Thickness = 1;
      chartLayerAppearance3.ChartTypeAppearance = lineChartAppearance3;
      chartLayerAppearance3.Key = "chartLayer3";
      chartLayerAppearance3.SeriesList = "seriesPValue";
      chartLayerAppearance4.AxisXKey = "axisBottom_X";
      chartLayerAppearance4.AxisYKey = "axisBottomY";
      chartLayerAppearance4.ChartAreaKey = "area2";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance4.Key = "chartLayer4";
      chartLayerAppearance4.SeriesList = "seriesDensity";
      chartLayerAppearance4.SwapRowsAndColumns = true;
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4});
      compositeLegend1.ChartLayerList = "chartLayer1|chartLayer2|chartLayer3";
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend1);
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "seriesBeta";
      numericTimeSeries1.Label = "Beta value";
      numericTimeSeries2.Data.TimeValueColumn = "";
      numericTimeSeries2.Data.ValueColumn = "";
      numericTimeSeries2.Key = "seriesTStat";
      numericTimeSeries2.Label = "T-Stat";
      numericTimeSeries3.Data.TimeValueColumn = "";
      numericTimeSeries3.Data.ValueColumn = "";
      numericTimeSeries3.Key = "seriesPValue";
      numericTimeSeries3.Label = "P-Value";
      numericSeries1.Key = "seriesDensity";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1,
            numericTimeSeries2,
            numericTimeSeries3,
            numericSeries1});
      this.ultraChart.Size = new System.Drawing.Size(491, 378);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // RegressionBetaWindowStatPlot
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RegressionBetaWindowStatPlot";
      this.Size = new System.Drawing.Size(491, 378);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      this.label1 = new System.Windows.Forms.Label();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 15;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineThickness = 1;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 40;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:#0.##>%";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineThickness = 1;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.RangeMax = 1;
      this.ultraChart.Axis.Y.RangeType = Infragistics.UltraChart.Shared.Styles.AxisRangeType.Custom;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ColorBegin = System.Drawing.Color.Navy;
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.LinearRange;
      this.ultraChart.Size = new System.Drawing.Size(405, 251);
      this.ultraChart.Tooltips.FormatString = "<DATA_VALUE:#0.##%>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(387, 3);
      // 
      // label1
      // 
      this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.label1.AutoSize = true;
      this.label1.BackColor = System.Drawing.Color.White;
      this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.label1.Location = new System.Drawing.Point(163, 9);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(99, 13);
      this.label1.TabIndex = 9;
      this.label1.Text = "Top 10 Drawdowns";
      // 
      // DrawDownChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.label1);
      this.Name = "DrawDownChart";
      this.Size = new System.Drawing.Size(405, 251);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.label1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 20;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineThickness = 1;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 40;
      this.ultraChart.Axis.Y.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:###0.00%>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineThickness = 1;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      this.ultraChart.ColorModel.Skin.ApplyRowWise = false;
      paintElement2.Fill = System.Drawing.Color.Red;
      paintElement3.Fill = System.Drawing.Color.Brown;
      paintElement4.Fill = System.Drawing.Color.YellowGreen;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2,
            paintElement3,
            paintElement4});
      this.ultraChart.Tooltips.FormatString = "<SERIES_LABEL> : <ITEM_LABEL> :  <DATA_VALUE:##0.00%>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // PeriodReturnsColumnChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "PeriodReturnsColumnChart";
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend1 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "axis1";
      axisItem1.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axis2";
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:#,##0.##%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 100);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement2;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement3;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      compositeLegend1.Bounds = new System.Drawing.Rectangle(0, 90, 100, 10);
      compositeLegend1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend1);
      this.ultraChart.Size = new System.Drawing.Size(831, 513);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(812, 3);
      this.showChartSeparateControl1.Size = new System.Drawing.Size(15, 15);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(793, 3);
      this.chartExportToClipboardControl1.Size = new System.Drawing.Size(15, 15);
      // 
      // DataCollectionDisplay
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.Name = "DataCollectionDisplay";
      this.Size = new System.Drawing.Size(831, 513);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend1 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "areaTopX";
      axisItem1.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "areaTopY";
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.##%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 50);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement2;
      chartArea1.Key = "areaTop";
      chartArea1.PE = paintElement3;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem3.Extent = 40;
      axisItem3.Key = "areaBottomX";
      axisItem3.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F);
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.LineThickness = 1;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 40;
      axisItem4.Key = "areaBottomY";
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:##0.0#%>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.LineThickness = 1;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem3);
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 50, 100, 50);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement4.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement4;
      chartArea2.Key = "areaBottom";
      chartArea2.PE = paintElement5;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      compositeLegend1.Bounds = new System.Drawing.Rectangle(0, 91, 100, 10);
      compositeLegend1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend1);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // CumulativeWithInnerAttributedChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "CumulativeWithInnerAttributedChart";
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      this.pbSplitIntoYears = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement2;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:###0.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // pbSplitIntoYears
      // 
      this.pbSplitIntoYears.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.pbSplitIntoYears.BorderShadowColor = System.Drawing.Color.Empty;
      this.pbSplitIntoYears.Location = new System.Drawing.Point(3, 276);
      this.pbSplitIntoYears.Name = "pbSplitIntoYears";
      this.pbSplitIntoYears.Size = new System.Drawing.Size(21, 18);
      this.pbSplitIntoYears.TabIndex = 10;
      this.pbSplitIntoYears.Click += new System.EventHandler(this.pbSplitIntoYears_Click);
      // 
      // USDWeightRegionalBreakdownDisplay
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.pbSplitIntoYears);
      this.Name = "USDWeightRegionalBreakdownDisplay";
      this.Load += new System.EventHandler(this.USDWeightRegionalBreakdownDisplay_Load);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.pbSplitIntoYears, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "axis1";
      axisItem1.Labels.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL: dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axis2";
      axisItem2.Labels.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.#%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement2;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement3;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      chartLayerAppearance1.AxisXKey = "axis1";
      chartLayerAppearance1.AxisYKey = "axis2";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "series1";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1});
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "series1";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1});
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // RollingCorrelationChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RollingCorrelationChart";
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      this.ResumeLayout(false);

    }
Example #24
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement1     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect1   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance1 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
     this.panel2               = new System.Windows.Forms.Panel();
     this.btnClose             = new System.Windows.Forms.Button();
     this.label3               = new System.Windows.Forms.Label();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.ultraChart1          = new Infragistics.Win.UltraWinChart.UltraChart();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.spdData              = new FarPoint.Win.Spread.FpSpread();
     this.spdData_Sheet1       = new FarPoint.Win.Spread.SheetView();
     this.spdDataDetail        = new FarPoint.Win.Spread.FpSpread();
     this.spdDataDetail_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.panel1               = new System.Windows.Forms.Panel();
     this.optThisMonth         = new System.Windows.Forms.RadioButton();
     this.optThisWeek          = new System.Windows.Forms.RadioButton();
     this.optToday             = new System.Windows.Forms.RadioButton();
     this.optPeriod            = new System.Windows.Forms.RadioButton();
     this.optLastMonth         = new System.Windows.Forms.RadioButton();
     this.optLastWeek          = new System.Windows.Forms.RadioButton();
     this.optYesterday         = new System.Windows.Forms.RadioButton();
     this.dtpToDate            = new System.Windows.Forms.DateTimePicker();
     this.dtpFromDate          = new System.Windows.Forms.DateTimePicker();
     this.lblFactory           = new System.Windows.Forms.Label();
     this.cdvFactory           = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.btnExcelExport       = new System.Windows.Forms.Button();
     this.btnView              = new System.Windows.Forms.Button();
     this.panel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail_Sheet1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.panel2.Controls.Add(this.btnClose);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(800, 25);
     this.panel2.TabIndex = 2;
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnClose.FlatAppearance.BorderSize = 0;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font      = new System.Drawing.Font("Arial Black", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Image     = global::Miracom.SmartWeb.UI.Properties.Resources._011dataclose;
     this.btnClose.Location  = new System.Drawing.Point(777, 2);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(21, 20);
     this.btnClose.TabIndex  = 15;
     this.btnClose.TabStop   = false;
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(3, 7);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(113, 13);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Rework Code Analysis";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 87F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 600);
     this.tableLayoutPanel1.TabIndex = 8;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(3, 115);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ultraChart1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(794, 482);
     this.splitContainer1.SplitterDistance = 196;
     this.splitContainer1.TabIndex         = 7;
     //
     // ultraChart1
     //
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE                                     = paintElement1;
     this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.LineThickness                        = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible                              = true;
     this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.LineThickness                       = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible                             = false;
     this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness                        = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Y.TickmarkInterval                     = 40;
     this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible                              = true;
     this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.LineThickness                       = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval                    = 40;
     this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible                             = false;
     this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.LineThickness                        = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible                              = false;
     this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.LineThickness                       = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible                             = false;
     this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
     this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.ultraChart1.Dock                                        = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Legend.SpanPercentage = 20;
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name     = "ultraChart1";
     this.ultraChart1.Size     = new System.Drawing.Size(794, 196);
     this.ultraChart1.TabIndex = 19;
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance1.ZRotation  = 4F;
     this.ultraChart1.Transform3D = view3DAppearance1;
     this.ultraChart1.Visible     = false;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.spdData);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.spdDataDetail);
     this.splitContainer2.Size             = new System.Drawing.Size(794, 282);
     this.splitContainer2.SplitterDistance = 110;
     this.splitContainer2.TabIndex         = 0;
     //
     // spdData
     //
     this.spdData.About = "2.5.2008.2005";
     this.spdData.AccessibleDescription = "spdData, Sheet1, Row 0, Column 0, ";
     this.spdData.BackColor             = System.Drawing.Color.White;
     this.spdData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spdData.Location = new System.Drawing.Point(0, 0);
     this.spdData.Name     = "spdData";
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size              = new System.Drawing.Size(794, 110);
     this.spdData.TabIndex          = 30;
     tipAppearance1.BackColor       = System.Drawing.SystemColors.Info;
     tipAppearance1.Font            = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     tipAppearance1.ForeColor       = System.Drawing.SystemColors.InfoText;
     this.spdData.TextTipAppearance = tipAppearance1;
     this.spdData.Visible           = false;
     this.spdData.CellClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.spdData_CellClick);
     //
     // spdData_Sheet1
     //
     this.spdData_Sheet1.Reset();
     this.spdData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdData_Sheet1.ColumnCount    = 0;
     this.spdData_Sheet1.RowCount       = 0;
     this.spdData_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdData.SetActiveViewport(1, 1);
     //
     // spdDataDetail
     //
     this.spdDataDetail.About = "2.5.2008.2005";
     this.spdDataDetail.AccessibleDescription = "spdDataDetail, Sheet1, Row 0, Column 0, ";
     this.spdDataDetail.BackColor             = System.Drawing.Color.White;
     this.spdDataDetail.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spdDataDetail.Location = new System.Drawing.Point(0, 0);
     this.spdDataDetail.Name     = "spdDataDetail";
     this.spdDataDetail.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdDataDetail_Sheet1
     });
     this.spdDataDetail.Size              = new System.Drawing.Size(794, 168);
     this.spdDataDetail.TabIndex          = 31;
     tipAppearance2.BackColor             = System.Drawing.SystemColors.Info;
     tipAppearance2.Font                  = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     tipAppearance2.ForeColor             = System.Drawing.SystemColors.InfoText;
     this.spdDataDetail.TextTipAppearance = tipAppearance2;
     this.spdDataDetail.Visible           = false;
     this.spdDataDetail.CellDoubleClick  += new FarPoint.Win.Spread.CellClickEventHandler(this.spdDataDetail_CellDoubleClick);
     //
     // spdDataDetail_Sheet1
     //
     this.spdDataDetail_Sheet1.Reset();
     this.spdDataDetail_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdDataDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdDataDetail_Sheet1.ColumnCount    = 0;
     this.spdDataDetail_Sheet1.RowCount       = 0;
     this.spdDataDetail_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdDataDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdDataDetail.SetActiveViewport(1, 1);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.dtpFromDate);
     this.panel1.Controls.Add(this.optThisMonth);
     this.panel1.Controls.Add(this.optThisWeek);
     this.panel1.Controls.Add(this.optToday);
     this.panel1.Controls.Add(this.optPeriod);
     this.panel1.Controls.Add(this.optLastMonth);
     this.panel1.Controls.Add(this.optLastWeek);
     this.panel1.Controls.Add(this.optYesterday);
     this.panel1.Controls.Add(this.dtpToDate);
     this.panel1.Controls.Add(this.lblFactory);
     this.panel1.Controls.Add(this.cdvFactory);
     this.panel1.Controls.Add(this.btnExcelExport);
     this.panel1.Controls.Add(this.btnView);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(800, 87);
     this.panel1.TabIndex = 0;
     //
     // optThisMonth
     //
     this.optThisMonth.AutoSize  = true;
     this.optThisMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optThisMonth.Location  = new System.Drawing.Point(259, 61);
     this.optThisMonth.Name      = "optThisMonth";
     this.optThisMonth.Size      = new System.Drawing.Size(83, 18);
     this.optThisMonth.TabIndex  = 48;
     this.optThisMonth.Text      = "This Month";
     this.optThisMonth.UseVisualStyleBackColor = true;
     //
     // optThisWeek
     //
     this.optThisWeek.AutoSize  = true;
     this.optThisWeek.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optThisWeek.Location  = new System.Drawing.Point(184, 61);
     this.optThisWeek.Name      = "optThisWeek";
     this.optThisWeek.Size      = new System.Drawing.Size(80, 18);
     this.optThisWeek.TabIndex  = 47;
     this.optThisWeek.Text      = "This Week";
     this.optThisWeek.UseVisualStyleBackColor = true;
     //
     // optToday
     //
     this.optToday.AutoSize  = true;
     this.optToday.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optToday.Location  = new System.Drawing.Point(110, 61);
     this.optToday.Name      = "optToday";
     this.optToday.Size      = new System.Drawing.Size(61, 18);
     this.optToday.TabIndex  = 46;
     this.optToday.Text      = "Today";
     this.optToday.UseVisualStyleBackColor = true;
     //
     // optPeriod
     //
     this.optPeriod.AutoSize  = true;
     this.optPeriod.Checked   = true;
     this.optPeriod.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optPeriod.Location  = new System.Drawing.Point(337, 37);
     this.optPeriod.Name      = "optPeriod";
     this.optPeriod.Size      = new System.Drawing.Size(61, 18);
     this.optPeriod.TabIndex  = 45;
     this.optPeriod.TabStop   = true;
     this.optPeriod.Text      = "Period";
     this.optPeriod.UseVisualStyleBackColor = true;
     this.optPeriod.CheckedChanged         += new System.EventHandler(this.optPeriod_CheckedChanged);
     //
     // optLastMonth
     //
     this.optLastMonth.AutoSize  = true;
     this.optLastMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optLastMonth.Location  = new System.Drawing.Point(259, 37);
     this.optLastMonth.Name      = "optLastMonth";
     this.optLastMonth.Size      = new System.Drawing.Size(84, 18);
     this.optLastMonth.TabIndex  = 44;
     this.optLastMonth.Text      = "Last Month";
     this.optLastMonth.UseVisualStyleBackColor = true;
     //
     // optLastWeek
     //
     this.optLastWeek.AutoSize  = true;
     this.optLastWeek.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optLastWeek.Location  = new System.Drawing.Point(184, 37);
     this.optLastWeek.Name      = "optLastWeek";
     this.optLastWeek.Size      = new System.Drawing.Size(81, 18);
     this.optLastWeek.TabIndex  = 43;
     this.optLastWeek.Text      = "Last Week";
     this.optLastWeek.UseVisualStyleBackColor = true;
     //
     // optYesterday
     //
     this.optYesterday.AutoSize  = true;
     this.optYesterday.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optYesterday.Location  = new System.Drawing.Point(110, 37);
     this.optYesterday.Name      = "optYesterday";
     this.optYesterday.Size      = new System.Drawing.Size(80, 18);
     this.optYesterday.TabIndex  = 42;
     this.optYesterday.Text      = "Yesterday";
     this.optYesterday.UseVisualStyleBackColor = true;
     //
     // dtpToDate
     //
     this.dtpToDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpToDate.Location = new System.Drawing.Point(431, 60);
     this.dtpToDate.Name     = "dtpToDate";
     this.dtpToDate.Size     = new System.Drawing.Size(90, 21);
     this.dtpToDate.TabIndex = 41;
     //
     // dtpFromDate
     //
     this.dtpFromDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFromDate.Location = new System.Drawing.Point(338, 60);
     this.dtpFromDate.Name     = "dtpFromDate";
     this.dtpFromDate.Size     = new System.Drawing.Size(90, 21);
     this.dtpFromDate.TabIndex = 40;
     //
     // lblFactory
     //
     this.lblFactory.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFactory.Location = new System.Drawing.Point(12, 14);
     this.lblFactory.Name     = "lblFactory";
     this.lblFactory.Size     = new System.Drawing.Size(60, 13);
     this.lblFactory.TabIndex = 16;
     this.lblFactory.Text     = "Factory";
     //
     // cdvFactory
     //
     this.cdvFactory.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvFactory.BtnToolTipText      = "";
     this.cdvFactory.DisplaySubItemIndex = -1;
     this.cdvFactory.DisplayText         = "";
     this.cdvFactory.Focusing            = null;
     this.cdvFactory.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvFactory.Index                      = 0;
     this.cdvFactory.IsViewBtnImage             = false;
     this.cdvFactory.Location                   = new System.Drawing.Point(110, 10);
     this.cdvFactory.MaxLength                  = 32767;
     this.cdvFactory.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvFactory.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvFactory.Name                       = "cdvFactory";
     this.cdvFactory.ReadOnly                   = false;
     this.cdvFactory.SearchSubItemIndex         = 0;
     this.cdvFactory.SelectedDescIndex          = -1;
     this.cdvFactory.SelectedSubItemIndex       = -1;
     this.cdvFactory.SelectionStart             = 0;
     this.cdvFactory.Size                       = new System.Drawing.Size(150, 21);
     this.cdvFactory.SmallImageList             = null;
     this.cdvFactory.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvFactory.TabIndex                   = 15;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 150;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.ButtonPress               += new System.EventHandler(this.cdvFactory_ButtonPress);
     //
     // btnExcelExport
     //
     this.btnExcelExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnExcelExport.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnExcelExport.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._006excel;
     this.btnExcelExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExcelExport.Location   = new System.Drawing.Point(721, 10);
     this.btnExcelExport.Name       = "btnExcelExport";
     this.btnExcelExport.Size       = new System.Drawing.Size(70, 21);
     this.btnExcelExport.TabIndex   = 7;
     this.btnExcelExport.Text       = "Export";
     this.btnExcelExport.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnExcelExport.UseVisualStyleBackColor = true;
     this.btnExcelExport.Click += new System.EventHandler(this.btnExcelExport_Click);
     //
     // btnView
     //
     this.btnView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnView.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnView.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._015view;
     this.btnView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnView.Location   = new System.Drawing.Point(648, 10);
     this.btnView.Name       = "btnView";
     this.btnView.Size       = new System.Drawing.Size(70, 21);
     this.btnView.TabIndex   = 4;
     this.btnView.Text       = "View";
     this.btnView.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnView.UseVisualStyleBackColor = true;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // STD1605
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font   = new System.Drawing.Font("Tahoma", 8.25F);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "STD1605";
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Size  = new System.Drawing.Size(800, 600);
     this.Load += new System.EventHandler(this.STD1605_Load);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail_Sheet1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem6 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement6 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend2 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries4 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      this.boundComboBox1 = new Controls.BoundComboBox();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.boundComboBox1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement4.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement4.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement4;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem4.Extent = 55;
      axisItem4.Key = "axis1";
      axisItem4.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.LineThickness = 1;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.ContinuousData;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem5.Extent = 30;
      axisItem5.Key = "axis2";
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.ItemFormatString = "";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.LineThickness = 1;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem6.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem6.Extent = 8;
      axisItem6.Key = "axis3";
      axisItem6.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem6.Labels.ItemFormatString = "";
      axisItem6.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.LineThickness = 1;
      axisItem6.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem6.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MajorGridLines.Visible = true;
      axisItem6.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem6.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MinorGridLines.Visible = false;
      axisItem6.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem6.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Axes.Add(axisItem6);
      paintElement5.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement5;
      chartArea2.Key = "area1";
      chartArea2.PE = paintElement6;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance3.AxisXKey = "axis3";
      chartLayerAppearance3.AxisYKey = "axis2";
      chartLayerAppearance3.ChartAreaKey = "area1";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance3.Key = "chartLayer3";
      chartLayerAppearance3.SeriesList = "series3";
      chartLayerAppearance4.AxisXKey = "axis1";
      chartLayerAppearance4.AxisYKey = "axis2";
      chartLayerAppearance4.ChartAreaKey = "area1";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.MidPointAnchors = false;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance4.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance4.Key = "chartLayer2";
      chartLayerAppearance4.SeriesList = "series1";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance3,
            chartLayerAppearance4});
      compositeLegend2.ChartLayerList = "chartLayer2";
      compositeLegend2.LabelStyle.FontColor = System.Drawing.Color.White;
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend2);
      numericSeries3.Key = "series1";
      numericSeries3.Label = "Normal Distribution (Achieved vol)";
      numericSeries4.Key = "series3";
      numericSeries4.Label = "Kernel Distribution of Strategy Returns";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericSeries3,
            numericSeries4});
      this.ultraChart.Size = new System.Drawing.Size(523, 340);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(504, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(485, 3);
      // 
      // boundComboBox1
      // 
      this.boundComboBox1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
      this.boundComboBox1.Location = new System.Drawing.Point(3, 23);
      this.boundComboBox1.Name = "boundComboBox1";
      this.boundComboBox1.Size = new System.Drawing.Size(92, 21);
      this.boundComboBox1.TabIndex = 10;
      // 
      // DistributionChart2
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.boundComboBox1);
      this.Name = "DistributionChart2";
      this.Size = new System.Drawing.Size(523, 340);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.boundComboBox1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.boundComboBox1)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }
 /// <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();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool11 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool14 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("开始");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MeasureDataQuery));
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool16 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("至");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool17 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("查询日期");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("车号");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("计量点");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("RePrint");
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量数据", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CONTRACTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIALNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TRANSNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDGROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDTAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_GROSSWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_GROSSDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GROSSSHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_TAREWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPOINT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TAREPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TAREDATETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TARESHIFT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_NETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_SAMPLETIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TOCENTERTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ACCOUNTDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_TESTIFYDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SENDNETWEIGHT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_GY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CY");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_TYPECODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MATERIAL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WEIGHTNO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_JZDATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_WXPAYFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_UNLOADTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_CHECKTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_JSDH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CWQR");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_YKBL");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_KHJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RECEIVERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SENDERSTORE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DATASTATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_STOVENO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PROVIDERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_BZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPERSON");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTPLACE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_REWEIGHTTIME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_REWEIGHTFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CHECKFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_UNLOADFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SAMPLEFLAG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CREATEJSRQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_KSDJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_FHRQ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YFDJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_CETH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SJTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn68 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_KTH");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn69 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_YFJE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn70 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_FHJZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn71 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_SFJE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn72 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FD_ECJLSJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn73 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_CARDNUMBER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn74 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SETTLEMENTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 6175674);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 6175675);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 6175676);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 6175677);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 6175678);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 6175679);
     Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup6", 6175680);
     Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("12");
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CONTRACTNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIALNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TRANSNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDGROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDTAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTTYPE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_GROSSWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPOINT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_GROSSDATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GROSSSHIFT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_TAREWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPOINT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TAREPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TAREDATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TARESHIFT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_NETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_SAMPLETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TOCENTERTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_ACCOUNTDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_TESTIFYDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SENDNETWEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_GY", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CY", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_TYPECODE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MATERIAL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WEIGHTNO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_JZDATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_WXPAYFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_UNLOADTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo40 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_CHECKTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo41 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo42 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_JSDH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo43 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CWQR", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo44 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo45 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_YKBL", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo46 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_KHJZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo47 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_RECEIVERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo48 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SENDERSTORE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo49 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_DATASTATE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo50 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_STOVENO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo51 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PROVIDER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo52 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_PROVIDERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo53 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_BZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo54 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_MEMO", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo55 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPERSON", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo56 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTPLACE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo57 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_REWEIGHTTIME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo58 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_REWEIGHTFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo59 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CHECKFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo60 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_UNLOADFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo61 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SAMPLEFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo62 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CREATEJSRQ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo63 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_KSDJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo64 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_FHRQ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo65 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_YFDJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo66 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_CETH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo67 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SJTH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo68 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_KTH", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo69 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_YFJE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo70 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_FHJZ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo71 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FN_SFJE", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo72 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FD_ECJLSJ", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo73 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_CARDNUMBER", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo74 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FS_SETTLEMENTNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo75 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup0", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo76 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup1", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo77 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup2", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo78 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup3", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo79 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup4", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo80 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup5", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo81 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "NewGroup6", -1, Infragistics.Win.DefaultableBoolean.Default);
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "FS_CARDNUMBER", 72, true, "计量数据", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, null, -1, false);
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "FN_NETWEIGHT", 19, true, "计量数据", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "FN_NETWEIGHT", 19, true);
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ultraComboEditor1 = new System.Windows.Forms.ComboBox();
     this.cbx_Filter = new System.Windows.Forms.CheckBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.dateBegin = new System.Windows.Forms.DateTimePicker();
     this.dateEnd = new System.Windows.Forms.DateTimePicker();
     this.cbDateField = new System.Windows.Forms.ComboBox();
     this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
     this.cbSHDWUSER = new System.Windows.Forms.ComboBox();
     this.cbGYDWUSER = new System.Windows.Forms.ComboBox();
     this.cbHTH = new System.Windows.Forms.ComboBox();
     this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.MeasureDataQuery_Fill_Panel = new System.Windows.Forms.Panel();
     this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.dataColumn76 = new System.Data.DataColumn();
     this.dataColumn77 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn51 = new System.Data.DataColumn();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultTPPic = new Infragistics.Win.Misc.UltraTilePanel();
     this.ultraTile1 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic1 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile2 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic2 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile3 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic3 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile4 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic4 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile5 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic5 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile6 = new Infragistics.Win.Misc.UltraTile();
     this.ultraChart11 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraTile7 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic7 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile8 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic8 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile9 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic9 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile10 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic10 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile11 = new Infragistics.Win.Misc.UltraTile();
     this.ulpic11 = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.ultraTile12 = new Infragistics.Win.Misc.UltraTile();
     this.ultraChart12 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.dataColumn87 = new System.Data.DataColumn();
     this.panel1.SuspendLayout();
     this.panel1_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.MeasureDataQuery_Fill_Panel.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).BeginInit();
     this.ultTPPic.SuspendLayout();
     this.ultraTile1.SuspendLayout();
     this.ultraTile2.SuspendLayout();
     this.ultraTile3.SuspendLayout();
     this.ultraTile4.SuspendLayout();
     this.ultraTile5.SuspendLayout();
     this.ultraTile6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).BeginInit();
     this.ultraTile7.SuspendLayout();
     this.ultraTile8.SuspendLayout();
     this.ultraTile9.SuspendLayout();
     this.ultraTile10.SuspendLayout();
     this.ultraTile11.SuspendLayout();
     this.ultraTile12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart12)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraComboEditor1);
     this.panel1.Controls.Add(this.cbx_Filter);
     this.panel1.Controls.Add(this.txtCarNo);
     this.panel1.Controls.Add(this.dateBegin);
     this.panel1.Controls.Add(this.dateEnd);
     this.panel1.Controls.Add(this.cbDateField);
     this.panel1.Controls.Add(this.panel1_Fill_Panel);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1028, 27);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // ultraComboEditor1
     //
     this.ultraComboEditor1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ultraComboEditor1.BackColor = System.Drawing.Color.Bisque;
     this.coreBind.SetDatabasecommand(this.ultraComboEditor1, null);
     this.ultraComboEditor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ultraComboEditor1.FormattingEnabled = true;
     this.ultraComboEditor1.Location = new System.Drawing.Point(767, 5);
     this.ultraComboEditor1.Name = "ultraComboEditor1";
     this.ultraComboEditor1.Size = new System.Drawing.Size(91, 20);
     this.ultraComboEditor1.TabIndex = 705;
     this.coreBind.SetVerification(this.ultraComboEditor1, null);
     //
     // cbx_Filter
     //
     this.cbx_Filter.AutoSize = true;
     this.cbx_Filter.BackColor = System.Drawing.Color.LightBlue;
     this.coreBind.SetDatabasecommand(this.cbx_Filter, null);
     this.cbx_Filter.Location = new System.Drawing.Point(932, 6);
     this.cbx_Filter.Name = "cbx_Filter";
     this.cbx_Filter.Size = new System.Drawing.Size(48, 16);
     this.cbx_Filter.TabIndex = 11;
     this.cbx_Filter.Text = "过滤";
     this.cbx_Filter.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cbx_Filter.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.cbx_Filter, null);
     this.cbx_Filter.Visible = false;
     this.cbx_Filter.CheckedChanged += new System.EventHandler(this.cbx_Filter_CheckedChanged);
     //
     // txtCarNo
     //
     this.coreBind.SetDatabasecommand(this.txtCarNo, null);
     this.txtCarNo.Location = new System.Drawing.Point(500, 2);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(100, 21);
     this.txtCarNo.TabIndex = 11;
     this.coreBind.SetVerification(this.txtCarNo, null);
     //
     // dateBegin
     //
     this.dateBegin.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateBegin, null);
     this.dateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateBegin.Location = new System.Drawing.Point(194, 2);
     this.dateBegin.Name = "dateBegin";
     this.dateBegin.Size = new System.Drawing.Size(125, 21);
     this.dateBegin.TabIndex = 599;
     this.coreBind.SetVerification(this.dateBegin, null);
     this.dateBegin.ValueChanged += new System.EventHandler(this.dateBegin_ValueChanged);
     //
     // dateEnd
     //
     this.dateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
     this.coreBind.SetDatabasecommand(this.dateEnd, null);
     this.dateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateEnd.Location = new System.Drawing.Point(341, 2);
     this.dateEnd.Name = "dateEnd";
     this.dateEnd.Size = new System.Drawing.Size(125, 21);
     this.dateEnd.TabIndex = 600;
     this.coreBind.SetVerification(this.dateEnd, null);
     //
     // cbDateField
     //
     this.coreBind.SetDatabasecommand(this.cbDateField, null);
     this.cbDateField.FormattingEnabled = true;
     this.cbDateField.Items.AddRange(new object[] {
     "",
     "毛重计量时间",
     "皮重计量时间"});
     this.cbDateField.Location = new System.Drawing.Point(60, 2);
     this.cbDateField.Name = "cbDateField";
     this.cbDateField.Size = new System.Drawing.Size(99, 20);
     this.cbDateField.TabIndex = 605;
     this.coreBind.SetVerification(this.cbDateField, null);
     this.cbDateField.SelectedIndexChanged += new System.EventHandler(this.cbDateField_SelectedIndexChanged);
     //
     // panel1_Fill_Panel
     //
     this.panel1_Fill_Panel.Controls.Add(this.cbSHDWUSER);
     this.panel1_Fill_Panel.Controls.Add(this.cbGYDWUSER);
     this.panel1_Fill_Panel.Controls.Add(this.cbHTH);
     this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.panel1_Fill_Panel, null);
     this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 54);
     this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
     this.panel1_Fill_Panel.Size = new System.Drawing.Size(1028, 0);
     this.panel1_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1_Fill_Panel, null);
     //
     // cbSHDWUSER
     //
     this.coreBind.SetDatabasecommand(this.cbSHDWUSER, null);
     this.cbSHDWUSER.FormattingEnabled = true;
     this.cbSHDWUSER.Location = new System.Drawing.Point(-10000, -10000);
     this.cbSHDWUSER.Name = "cbSHDWUSER";
     this.cbSHDWUSER.Size = new System.Drawing.Size(123, 20);
     this.cbSHDWUSER.TabIndex = 611;
     this.coreBind.SetVerification(this.cbSHDWUSER, null);
     //
     // cbGYDWUSER
     //
     this.coreBind.SetDatabasecommand(this.cbGYDWUSER, null);
     this.cbGYDWUSER.FormattingEnabled = true;
     this.cbGYDWUSER.Location = new System.Drawing.Point(601, 4);
     this.cbGYDWUSER.Name = "cbGYDWUSER";
     this.cbGYDWUSER.Size = new System.Drawing.Size(123, 20);
     this.cbGYDWUSER.TabIndex = 610;
     this.coreBind.SetVerification(this.cbGYDWUSER, null);
     //
     // cbHTH
     //
     this.coreBind.SetDatabasecommand(this.cbHTH, null);
     this.cbHTH.FormattingEnabled = true;
     this.cbHTH.Location = new System.Drawing.Point(473, 3);
     this.cbHTH.Name = "cbHTH";
     this.cbHTH.Size = new System.Drawing.Size(122, 20);
     this.cbHTH.TabIndex = 598;
     this.coreBind.SetVerification(this.cbHTH, null);
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Left, null);
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 54);
     this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(269, 316);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(182, 144);
     controlContainerTool10.ControlName = "cbDateField";
     controlContainerTool10.InstanceProps.RecentlyUsed = false;
     controlContainerTool10.InstanceProps.Width = 158;
     controlContainerTool11.ControlName = "dateBegin";
     controlContainerTool11.InstanceProps.Width = 159;
     controlContainerTool12.ControlName = "dateEnd";
     controlContainerTool12.InstanceProps.Width = 147;
     controlContainerTool1.ControlName = "txtCarNo";
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.ControlName = "ultraComboEditor1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool10,
     controlContainerTool11,
     controlContainerTool12,
     controlContainerTool1,
     buttonTool4,
     buttonTool3,
     controlContainerTool3,
     buttonTool1});
     ultraToolbar1.Text = "UltraToolbar1";
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow = 1;
     ultraToolbar2.Text = "UltraToolbar2";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1,
     ultraToolbar2});
     controlContainerTool14.ControlName = "dateBegin";
     controlContainerTool14.SharedPropsInternal.Caption = "开始";
     controlContainerTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool14.SharedPropsInternal.Width = 159;
     appearance34.Image = ((object)(resources.GetObject("appearance34.Image")));
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
     buttonTool5.SharedPropsInternal.Caption = "查询";
     buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.ControlName = "dateEnd";
     controlContainerTool16.SharedPropsInternal.Caption = "至";
     controlContainerTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool16.SharedPropsInternal.Width = 147;
     controlContainerTool17.ControlName = "cbDateField";
     controlContainerTool17.SharedPropsInternal.Caption = "查询日期";
     controlContainerTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool17.SharedPropsInternal.Width = 158;
     controlContainerTool2.ControlName = "txtCarNo";
     controlContainerTool2.SharedPropsInternal.Caption = "车号";
     controlContainerTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool7.SharedPropsInternal.Caption = "导出";
     buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool4.ControlName = "ultraComboEditor1";
     controlContainerTool4.SharedPropsInternal.Caption = "计量点";
     controlContainerTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool2.SharedPropsInternal.Caption = "票据补打";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     controlContainerTool14,
     buttonTool5,
     controlContainerTool16,
     controlContainerTool17,
     controlContainerTool2,
     buttonTool7,
     controlContainerTool4,
     buttonTool2});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Right, null);
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1028, 54);
     this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Right, null);
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Top, null);
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1028, 54);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Top, null);
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this.coreBind.SetDatabasecommand(this._panel1_Toolbars_Dock_Area_Bottom, null);
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 27);
     this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1028, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel1_Toolbars_Dock_Area_Bottom, null);
     //
     // MeasureDataQuery_Fill_Panel
     //
     this.MeasureDataQuery_Fill_Panel.Controls.Add(this.ultraPanel1);
     this.MeasureDataQuery_Fill_Panel.Controls.Add(this.panel1);
     this.MeasureDataQuery_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.coreBind.SetDatabasecommand(this.MeasureDataQuery_Fill_Panel, null);
     this.MeasureDataQuery_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MeasureDataQuery_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.MeasureDataQuery_Fill_Panel.Name = "MeasureDataQuery_Fill_Panel";
     this.MeasureDataQuery_Fill_Panel.Size = new System.Drawing.Size(1028, 666);
     this.MeasureDataQuery_Fill_Panel.TabIndex = 0;
     this.coreBind.SetVerification(this.MeasureDataQuery_Fill_Panel, null);
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.splitContainer1);
     this.coreBind.SetDatabasecommand(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetVerification(this.ultraPanel1.ClientArea, null);
     this.coreBind.SetDatabasecommand(this.ultraPanel1, null);
     this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 27);
     this.ultraPanel1.Name = "ultraPanel1";
     this.ultraPanel1.Size = new System.Drawing.Size(1028, 639);
     this.ultraPanel1.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraPanel1, null);
     //
     // splitContainer1
     //
     this.coreBind.SetDatabasecommand(this.splitContainer1, null);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox2);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel1, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox3);
     this.coreBind.SetDatabasecommand(this.splitContainer1.Panel2, null);
     this.coreBind.SetVerification(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(1028, 639);
     this.splitContainer1.SplitterDistance = 293;
     this.splitContainer1.TabIndex = 11;
     this.coreBind.SetVerification(this.splitContainer1, null);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(1028, 293);
     this.ultraGroupBox2.TabIndex = 12;
     this.ultraGroupBox2.Text = "计量查询数据";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraGrid1
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid1, null);
     this.ultraGrid1.DataMember = "计量数据";
     this.ultraGrid1.DataSource = this.dataSet1;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn1.Hidden = true;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX = 14;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn7.Header.VisiblePosition = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn8.Header.VisiblePosition = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn9.Header.VisiblePosition = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn10.Header.VisiblePosition = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn11.Header.VisiblePosition = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn12.Header.VisiblePosition = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn13.Header.VisiblePosition = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn14.Header.VisiblePosition = 13;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 1;
     ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
     ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn15.Header.VisiblePosition = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn17.Header.VisiblePosition = 16;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn18.Header.VisiblePosition = 17;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn19.Header.VisiblePosition = 18;
     ultraGridColumn19.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 2;
     ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
     ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn20.Header.VisiblePosition = 19;
     ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
     ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
     ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn21.Header.VisiblePosition = 20;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn21.RowLayoutColumnInfo.OriginX = 56;
     ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn22.Header.VisiblePosition = 21;
     ultraGridColumn22.Hidden = true;
     ultraGridColumn22.RowLayoutColumnInfo.OriginX = 58;
     ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn23.Header.VisiblePosition = 22;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn23.RowLayoutColumnInfo.OriginX = 60;
     ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn24.Header.VisiblePosition = 23;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn24.RowLayoutColumnInfo.OriginX = 66;
     ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn24.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn25.Header.VisiblePosition = 24;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn25.RowLayoutColumnInfo.OriginX = 64;
     ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn26.Header.VisiblePosition = 25;
     ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 6;
     ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
     ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
     ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
     ultraGridColumn27.Header.VisiblePosition = 26;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn27.RowLayoutColumnInfo.OriginX = 68;
     ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn28.Header.VisiblePosition = 27;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn28.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn29.Header.VisiblePosition = 28;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn29.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn30.Header.VisiblePosition = 29;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn30.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn31.Header.VisiblePosition = 30;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn31.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn32.Header.VisiblePosition = 31;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn32.RowLayoutColumnInfo.OriginX = 78;
     ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn33.Header.VisiblePosition = 32;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn33.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn34.Header.VisiblePosition = 33;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn34.RowLayoutColumnInfo.OriginX = 82;
     ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn35.Header.VisiblePosition = 34;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn35.RowLayoutColumnInfo.OriginX = 84;
     ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn36.Header.VisiblePosition = 35;
     ultraGridColumn36.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn37.Header.VisiblePosition = 36;
     ultraGridColumn37.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn38.Header.VisiblePosition = 37;
     ultraGridColumn38.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn38.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn39.Header.VisiblePosition = 38;
     ultraGridColumn39.Hidden = true;
     ultraGridColumn39.RowLayoutColumnInfo.OriginX = 92;
     ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn40.Header.VisiblePosition = 39;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn40.RowLayoutColumnInfo.OriginX = 94;
     ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn41.Header.VisiblePosition = 40;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn41.RowLayoutColumnInfo.OriginX = 96;
     ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn42.Header.VisiblePosition = 41;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn42.RowLayoutColumnInfo.OriginX = 98;
     ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn43.Header.VisiblePosition = 42;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn43.RowLayoutColumnInfo.OriginX = 100;
     ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn44.Header.VisiblePosition = 43;
     ultraGridColumn44.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn44.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn45.Header.VisiblePosition = 44;
     ultraGridColumn45.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn45.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn46.Header.VisiblePosition = 45;
     ultraGridColumn46.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupIndex = 3;
     ultraGridColumn46.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
     ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn46.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn47.Header.VisiblePosition = 46;
     ultraGridColumn47.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn47.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn47.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn48.Header.VisiblePosition = 47;
     ultraGridColumn48.RowLayoutColumnInfo.OriginX = 72;
     ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn48.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn48.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn49.Header.VisiblePosition = 48;
     ultraGridColumn49.Hidden = true;
     ultraGridColumn49.RowLayoutColumnInfo.OriginX = 70;
     ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn49.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn49.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn50.Header.VisiblePosition = 49;
     ultraGridColumn50.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn50.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn50.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn50.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn51.Header.VisiblePosition = 50;
     ultraGridColumn51.Hidden = true;
     ultraGridColumn51.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn52.Header.VisiblePosition = 51;
     ultraGridColumn52.Hidden = true;
     ultraGridColumn52.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn53.Header.VisiblePosition = 52;
     ultraGridColumn53.RowLayoutColumnInfo.OriginX = 74;
     ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn53.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn53.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn54.Header.VisiblePosition = 53;
     ultraGridColumn54.Hidden = true;
     ultraGridColumn54.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn55.Header.VisiblePosition = 54;
     ultraGridColumn55.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn55.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn55.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn56.Header.VisiblePosition = 55;
     ultraGridColumn56.RowLayoutColumnInfo.OriginX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn56.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn56.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn57.Header.VisiblePosition = 56;
     ultraGridColumn57.RowLayoutColumnInfo.OriginX = 4;
     ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn57.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn57.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn58.Header.VisiblePosition = 57;
     ultraGridColumn58.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn58.RowLayoutColumnInfo.ParentGroupIndex = 4;
     ultraGridColumn58.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
     ultraGridColumn58.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn58.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn59.Header.VisiblePosition = 58;
     ultraGridColumn59.Hidden = true;
     ultraGridColumn59.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn59.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn60.Header.VisiblePosition = 59;
     ultraGridColumn60.RowLayoutColumnInfo.OriginX = 6;
     ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupIndex = 5;
     ultraGridColumn60.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
     ultraGridColumn60.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn61.Header.VisiblePosition = 60;
     ultraGridColumn61.Hidden = true;
     ultraGridColumn61.RowLayoutColumnInfo.OriginX = 78;
     ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn61.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn61.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn62.Header.VisiblePosition = 61;
     ultraGridColumn62.Hidden = true;
     ultraGridColumn62.RowLayoutColumnInfo.OriginX = 80;
     ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn62.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn62.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn63.Header.VisiblePosition = 62;
     ultraGridColumn63.Hidden = true;
     ultraGridColumn63.RowLayoutColumnInfo.OriginX = 82;
     ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn63.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn63.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn64.Header.VisiblePosition = 63;
     ultraGridColumn64.Hidden = true;
     ultraGridColumn64.RowLayoutColumnInfo.OriginX = 84;
     ultraGridColumn64.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn64.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn64.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn65.Header.VisiblePosition = 64;
     ultraGridColumn65.Hidden = true;
     ultraGridColumn65.RowLayoutColumnInfo.OriginX = 86;
     ultraGridColumn65.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn65.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn65.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn66.Header.VisiblePosition = 65;
     ultraGridColumn66.Hidden = true;
     ultraGridColumn66.RowLayoutColumnInfo.OriginX = 88;
     ultraGridColumn66.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn66.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn66.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn67.Header.VisiblePosition = 66;
     ultraGridColumn67.Hidden = true;
     ultraGridColumn67.RowLayoutColumnInfo.OriginX = 90;
     ultraGridColumn67.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn67.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn67.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn68.Header.VisiblePosition = 67;
     ultraGridColumn68.Hidden = true;
     ultraGridColumn68.RowLayoutColumnInfo.OriginX = 92;
     ultraGridColumn68.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn68.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn68.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn69.Header.VisiblePosition = 68;
     ultraGridColumn69.Hidden = true;
     ultraGridColumn69.RowLayoutColumnInfo.OriginX = 94;
     ultraGridColumn69.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn69.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn69.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn70.Header.VisiblePosition = 69;
     ultraGridColumn70.Hidden = true;
     ultraGridColumn70.RowLayoutColumnInfo.OriginX = 96;
     ultraGridColumn70.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn70.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn70.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn71.Header.VisiblePosition = 70;
     ultraGridColumn71.Hidden = true;
     ultraGridColumn71.RowLayoutColumnInfo.OriginX = 98;
     ultraGridColumn71.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn71.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn71.RowLayoutColumnInfo.SpanY = 2;
     ultraGridColumn72.Header.VisiblePosition = 71;
     ultraGridColumn72.RowLayoutColumnInfo.OriginX = 76;
     ultraGridColumn72.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn72.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn72.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn72.RowLayoutColumnInfo.SpanY = 4;
     ultraGridColumn73.Header.VisiblePosition = 72;
     ultraGridColumn73.RowLayoutColumnInfo.OriginX = 0;
     ultraGridColumn73.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn73.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 42);
     ultraGridColumn73.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn73.RowLayoutColumnInfo.SpanY = 3;
     ultraGridColumn74.Header.VisiblePosition = 73;
     ultraGridColumn74.RowLayoutColumnInfo.OriginX = 10;
     ultraGridColumn74.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn74.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
     ultraGridColumn74.RowLayoutColumnInfo.SpanX = 2;
     ultraGridColumn74.RowLayoutColumnInfo.SpanY = 3;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4,
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8,
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44,
     ultraGridColumn45,
     ultraGridColumn46,
     ultraGridColumn47,
     ultraGridColumn48,
     ultraGridColumn49,
     ultraGridColumn50,
     ultraGridColumn51,
     ultraGridColumn52,
     ultraGridColumn53,
     ultraGridColumn54,
     ultraGridColumn55,
     ultraGridColumn56,
     ultraGridColumn57,
     ultraGridColumn58,
     ultraGridColumn59,
     ultraGridColumn60,
     ultraGridColumn61,
     ultraGridColumn62,
     ultraGridColumn63,
     ultraGridColumn64,
     ultraGridColumn65,
     ultraGridColumn66,
     ultraGridColumn67,
     ultraGridColumn68,
     ultraGridColumn69,
     ultraGridColumn70,
     ultraGridColumn71,
     ultraGridColumn72,
     ultraGridColumn73,
     ultraGridColumn74});
     ultraGridGroup1.Header.Caption = "重量";
     ultraGridGroup1.Key = "NewGroup0";
     ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup1.RowLayoutGroupInfo.OriginX = 18;
     ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup1.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup2.Header.Caption = "毛重";
     ultraGridGroup2.Key = "NewGroup1";
     ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup2.RowLayoutGroupInfo.OriginX = 30;
     ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup2.RowLayoutGroupInfo.SpanX = 10;
     ultraGridGroup2.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup3.Header.Caption = "皮重";
     ultraGridGroup3.Key = "NewGroup2";
     ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup3.RowLayoutGroupInfo.OriginX = 40;
     ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup3.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup4.Header.Caption = "扣渣";
     ultraGridGroup4.Key = "NewGroup3";
     ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup4.RowLayoutGroupInfo.OriginX = 48;
     ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup4.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup4.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup5.Header.Caption = "复磅";
     ultraGridGroup5.Key = "NewGroup4";
     ultraGridGroup5.RowLayoutGroupInfo.LabelSpan = 1;
     ultraGridGroup5.RowLayoutGroupInfo.OriginX = 54;
     ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup5.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup5.RowLayoutGroupInfo.SpanY = 3;
     ultraGridGroup6.Header.Caption = "卸货";
     ultraGridGroup6.Key = "NewGroup5";
     ultraGridGroup6.RowLayoutGroupInfo.OriginX = 62;
     ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup6.RowLayoutGroupInfo.SpanX = 8;
     ultraGridGroup6.RowLayoutGroupInfo.SpanY = 4;
     ultraGridGroup7.Header.Caption = "对方重量";
     ultraGridGroup7.Key = "NewGroup6";
     ultraGridGroup7.RowLayoutGroupInfo.OriginX = 24;
     ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
     ultraGridGroup7.RowLayoutGroupInfo.SpanX = 6;
     ultraGridGroup7.RowLayoutGroupInfo.SpanY = 3;
     ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
     ultraGridGroup1,
     ultraGridGroup2,
     ultraGridGroup3,
     ultraGridGroup4,
     ultraGridGroup5,
     ultraGridGroup6,
     ultraGridGroup7});
     ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
     ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
     rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
     rowLayoutColumnInfo1,
     rowLayoutColumnInfo2,
     rowLayoutColumnInfo3,
     rowLayoutColumnInfo4,
     rowLayoutColumnInfo5,
     rowLayoutColumnInfo6,
     rowLayoutColumnInfo7,
     rowLayoutColumnInfo8,
     rowLayoutColumnInfo9,
     rowLayoutColumnInfo10,
     rowLayoutColumnInfo11,
     rowLayoutColumnInfo12,
     rowLayoutColumnInfo13,
     rowLayoutColumnInfo14,
     rowLayoutColumnInfo15,
     rowLayoutColumnInfo16,
     rowLayoutColumnInfo17,
     rowLayoutColumnInfo18,
     rowLayoutColumnInfo19,
     rowLayoutColumnInfo20,
     rowLayoutColumnInfo21,
     rowLayoutColumnInfo22,
     rowLayoutColumnInfo23,
     rowLayoutColumnInfo24,
     rowLayoutColumnInfo25,
     rowLayoutColumnInfo26,
     rowLayoutColumnInfo27,
     rowLayoutColumnInfo28,
     rowLayoutColumnInfo29,
     rowLayoutColumnInfo30,
     rowLayoutColumnInfo31,
     rowLayoutColumnInfo32,
     rowLayoutColumnInfo33,
     rowLayoutColumnInfo34,
     rowLayoutColumnInfo35,
     rowLayoutColumnInfo36,
     rowLayoutColumnInfo37,
     rowLayoutColumnInfo38,
     rowLayoutColumnInfo39,
     rowLayoutColumnInfo40,
     rowLayoutColumnInfo41,
     rowLayoutColumnInfo42,
     rowLayoutColumnInfo43,
     rowLayoutColumnInfo44,
     rowLayoutColumnInfo45,
     rowLayoutColumnInfo46,
     rowLayoutColumnInfo47,
     rowLayoutColumnInfo48,
     rowLayoutColumnInfo49,
     rowLayoutColumnInfo50,
     rowLayoutColumnInfo51,
     rowLayoutColumnInfo52,
     rowLayoutColumnInfo53,
     rowLayoutColumnInfo54,
     rowLayoutColumnInfo55,
     rowLayoutColumnInfo56,
     rowLayoutColumnInfo57,
     rowLayoutColumnInfo58,
     rowLayoutColumnInfo59,
     rowLayoutColumnInfo60,
     rowLayoutColumnInfo61,
     rowLayoutColumnInfo62,
     rowLayoutColumnInfo63,
     rowLayoutColumnInfo64,
     rowLayoutColumnInfo65,
     rowLayoutColumnInfo66,
     rowLayoutColumnInfo67,
     rowLayoutColumnInfo68,
     rowLayoutColumnInfo69,
     rowLayoutColumnInfo70,
     rowLayoutColumnInfo71,
     rowLayoutColumnInfo72,
     rowLayoutColumnInfo73,
     rowLayoutColumnInfo74,
     rowLayoutColumnInfo75,
     rowLayoutColumnInfo76,
     rowLayoutColumnInfo77,
     rowLayoutColumnInfo78,
     rowLayoutColumnInfo79,
     rowLayoutColumnInfo80,
     rowLayoutColumnInfo81});
     rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
     rowLayout1});
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     summarySettings1.DisplayFormat = "合计{0}条";
     summarySettings1.GroupBySummaryValueAppearance = appearance3;
     summarySettings2.DisplayFormat = "重量{0}吨";
     summarySettings2.GroupBySummaryValueAppearance = appearance4;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
     summarySettings1,
     summarySettings2});
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "拖动列标题到此,按该列进行分组";
     this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
     appearance11.FontData.BoldAsString = "True";
     this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     appearance14.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance17.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
     appearance18.TextHAlignAsString = "Center";
     appearance18.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance18;
     this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
     appearance19.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance19;
     appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance20;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
     this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
     appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance21.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance21;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name = "ultraGrid1";
     this.ultraGrid1.Size = new System.Drawing.Size(1022, 272);
     this.ultraGrid1.TabIndex = 10;
     this.coreBind.SetVerification(this.ultraGrid1, null);
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn2,
     this.dataColumn7,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn1,
     this.dataColumn40,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn50,
     this.dataColumn3,
     this.dataColumn52,
     this.dataColumn53,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn36,
     this.dataColumn38,
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn57,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70,
     this.dataColumn71,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87});
     this.dataTable1.TableName = "计量数据";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "合同号";
     this.dataColumn2.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "车号";
     this.dataColumn7.ColumnName = "FS_CARNO";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "物料名称";
     this.dataColumn9.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "发货单位";
     this.dataColumn10.ColumnName = "FS_SENDERNAME";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "承运单位";
     this.dataColumn12.ColumnName = "FS_TRANSNAME";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "收货单位";
     this.dataColumn13.ColumnName = "FS_RECEIVERNAME";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "对方毛重";
     this.dataColumn15.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "对方皮重";
     this.dataColumn16.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "流向";
     this.dataColumn18.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "毛重重量";
     this.dataColumn19.ColumnName = "FN_GROSSWEIGHT";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "毛重计量点";
     this.dataColumn20.ColumnName = "FS_GROSSPOINT";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "毛重计量员";
     this.dataColumn21.ColumnName = "FS_GROSSPERSON";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "毛重计量时间";
     this.dataColumn22.ColumnName = "FD_GROSSDATETIME";
     //
     // dataColumn23
     //
     this.dataColumn23.Caption = "毛重计量班次";
     this.dataColumn23.ColumnName = "FS_GROSSSHIFT";
     //
     // dataColumn24
     //
     this.dataColumn24.Caption = "皮重重量";
     this.dataColumn24.ColumnName = "FN_TAREWEIGHT";
     //
     // dataColumn25
     //
     this.dataColumn25.Caption = "皮重计量点";
     this.dataColumn25.ColumnName = "FS_TAREPOINT";
     //
     // dataColumn26
     //
     this.dataColumn26.Caption = "皮重计量员";
     this.dataColumn26.ColumnName = "FS_TAREPERSON";
     //
     // dataColumn27
     //
     this.dataColumn27.Caption = "皮重计量时间";
     this.dataColumn27.ColumnName = "FD_TAREDATETIME";
     //
     // dataColumn28
     //
     this.dataColumn28.Caption = "皮重计量班次";
     this.dataColumn28.ColumnName = "FS_TARESHIFT";
     //
     // dataColumn41
     //
     this.dataColumn41.Caption = "净重";
     this.dataColumn41.ColumnName = "FN_NETWEIGHT";
     //
     // dataColumn42
     //
     this.dataColumn42.Caption = "取样时间";
     this.dataColumn42.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn43
     //
     this.dataColumn43.Caption = "取样员";
     this.dataColumn43.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn47
     //
     this.dataColumn47.Caption = "上传时间";
     this.dataColumn47.ColumnName = "FD_TOCENTERTIME";
     //
     // dataColumn48
     //
     this.dataColumn48.Caption = "计量重磅日期";
     this.dataColumn48.ColumnName = "FD_ACCOUNTDATE";
     //
     // dataColumn49
     //
     this.dataColumn49.Caption = "上传的日期";
     this.dataColumn49.ColumnName = "FD_TESTIFYDATE";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "对方净重";
     this.dataColumn1.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn40
     //
     this.dataColumn40.Caption = "供应商代码";
     this.dataColumn40.ColumnName = "FS_GY";
     //
     // dataColumn44
     //
     this.dataColumn44.Caption = "承运商代码";
     this.dataColumn44.ColumnName = "FS_CY";
     //
     // dataColumn45
     //
     this.dataColumn45.Caption = "收货方代码";
     this.dataColumn45.ColumnName = "FS_SH";
     //
     // dataColumn46
     //
     this.dataColumn46.Caption = "流向代码";
     this.dataColumn46.ColumnName = "FS_TYPECODE";
     //
     // dataColumn50
     //
     this.dataColumn50.Caption = "物料编号";
     this.dataColumn50.ColumnName = "FS_MATERIAL";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "记账日期";
     this.dataColumn52.ColumnName = "FS_JZDATE";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "外协标志";
     this.dataColumn53.ColumnName = "FS_WXPAYFLAG";
     //
     // dataColumn31
     //
     this.dataColumn31.Caption = "取样点";
     this.dataColumn31.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn32
     //
     this.dataColumn32.Caption = "卸车员";
     this.dataColumn32.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn34
     //
     this.dataColumn34.Caption = "卸车时间";
     this.dataColumn34.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn35
     //
     this.dataColumn35.Caption = "卸车点";
     this.dataColumn35.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "验收员";
     this.dataColumn36.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn38
     //
     this.dataColumn38.Caption = "验收时间";
     this.dataColumn38.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn54
     //
     this.dataColumn54.Caption = "验收点";
     this.dataColumn54.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn55
     //
     this.dataColumn55.Caption = "结算单号";
     this.dataColumn55.ColumnName = "FS_JSDH";
     //
     // dataColumn56
     //
     this.dataColumn56.Caption = "财务确认";
     this.dataColumn56.ColumnName = "FS_CWQR";
     //
     // dataColumn58
     //
     this.dataColumn58.Caption = "应扣量";
     this.dataColumn58.ColumnName = "FS_YKL";
     //
     // dataColumn59
     //
     this.dataColumn59.Caption = "应扣比例";
     this.dataColumn59.ColumnName = "FS_YKBL";
     //
     // dataColumn60
     //
     this.dataColumn60.Caption = "扣后净重";
     this.dataColumn60.ColumnName = "FS_KHJZ";
     //
     // dataColumn61
     //
     this.dataColumn61.Caption = "收货地点";
     this.dataColumn61.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn62
     //
     this.dataColumn62.Caption = "发货地点";
     this.dataColumn62.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn57
     //
     this.dataColumn57.Caption = "磅房启用状态";
     this.dataColumn57.ColumnName = "FS_DATASTATE";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "炉号";
     this.dataColumn63.ColumnName = "FS_STOVENO";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "供应单位代码";
     this.dataColumn64.ColumnName = "FS_PROVIDER";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "供应单位";
     this.dataColumn65.ColumnName = "FS_PROVIDERNAME";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "收货备注";
     this.dataColumn66.ColumnName = "FS_BZ";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "录入状态";
     this.dataColumn67.ColumnName = "FS_MEMO";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "复磅确认员";
     this.dataColumn68.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "复磅确认点";
     this.dataColumn69.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "复磅确认时间";
     this.dataColumn70.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "复磅标记";
     this.dataColumn71.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "验收确认";
     this.dataColumn72.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "卸货确认";
     this.dataColumn73.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "取样确认";
     this.dataColumn74.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "结算日期";
     this.dataColumn75.ColumnName = "FS_CREATEJSRQ";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "矿石单价(元)";
     this.dataColumn76.ColumnName = "FN_KSDJ";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "发货日期";
     this.dataColumn77.ColumnName = "FD_FHRQ";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "运费单价";
     this.dataColumn78.ColumnName = "FN_YFDJ";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "超额途耗";
     this.dataColumn79.ColumnName = "FN_CETH";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "实际途耗";
     this.dataColumn80.ColumnName = "FN_SJTH";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "扣途耗";
     this.dataColumn81.ColumnName = "FN_KTH";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "应付金额";
     this.dataColumn82.ColumnName = "FN_YFJE";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "发货净重";
     this.dataColumn83.ColumnName = "FN_FHJZ";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "实付金额";
     this.dataColumn84.ColumnName = "FN_SFJE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "二次计量时间";
     this.dataColumn85.ColumnName = "FD_ECJLSJ";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "车证卡号";
     this.dataColumn86.ColumnName = "FS_CARDNUMBER";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn8,
     this.dataColumn11,
     this.dataColumn14,
     this.dataColumn17,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn33,
     this.dataColumn37,
     this.dataColumn39});
     this.dataTable2.TableName = "计量图片";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "FB_IMAGE1";
     this.dataColumn4.DataType = typeof(byte[]);
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "FB_IMAGE2";
     this.dataColumn5.DataType = typeof(byte[]);
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "FB_IMAGE3";
     this.dataColumn6.DataType = typeof(byte[]);
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "FB_IMAGE4";
     this.dataColumn8.DataType = typeof(byte[]);
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "FB_IMAGE5";
     this.dataColumn11.DataType = typeof(byte[]);
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "FS_CURVEIMAGEONE";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "FB_IMAGE7";
     this.dataColumn17.DataType = typeof(byte[]);
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FB_IMAGE8";
     this.dataColumn29.DataType = typeof(byte[]);
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FB_IMAGE9";
     this.dataColumn30.DataType = typeof(byte[]);
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FB_IMAGE10";
     this.dataColumn33.DataType = typeof(byte[]);
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FB_IMAGE11";
     this.dataColumn37.DataType = typeof(byte[]);
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FS_CURVEIMAGETWO";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn51});
     this.dataTable3.TableName = "计量点编号";
     //
     // dataColumn51
     //
     this.dataColumn51.ColumnName = "FS_POINTCODE";
     //
     // ultraGroupBox3
     //
     appearance9.BackColor = System.Drawing.Color.White;
     appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGroupBox3.Appearance = appearance9;
     this.ultraGroupBox3.Controls.Add(this.ultTPPic);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox3, null);
     this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox3.Name = "ultraGroupBox3";
     this.ultraGroupBox3.Size = new System.Drawing.Size(1028, 342);
     this.ultraGroupBox3.TabIndex = 0;
     this.ultraGroupBox3.Text = "计量图片";
     this.coreBind.SetVerification(this.ultraGroupBox3, null);
     this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultTPPic
     //
     appearance10.BackColor = System.Drawing.Color.White;
     appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultTPPic.Appearance = appearance10;
     this.coreBind.SetDatabasecommand(this.ultTPPic, null);
     this.ultTPPic.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultTPPic.LargeTileOrientation = Infragistics.Win.Misc.TileOrientation.Horizontal;
     this.ultTPPic.LargeTilePosition = Infragistics.Win.Misc.LargeTilePosition.Right;
     this.ultTPPic.Location = new System.Drawing.Point(3, 18);
     this.ultTPPic.Name = "ultTPPic";
     this.ultTPPic.NormalModeDimensions = new System.Drawing.Size(4, 3);
     this.ultTPPic.Size = new System.Drawing.Size(1022, 321);
     this.ultTPPic.StyleLibraryName = "Offic2007";
     this.ultTPPic.StyleSetName = "Offic2007";
     this.ultTPPic.TabIndex = 0;
     this.ultTPPic.Tiles.Add(this.ultraTile1);
     this.ultTPPic.Tiles.Add(this.ultraTile2);
     this.ultTPPic.Tiles.Add(this.ultraTile3);
     this.ultTPPic.Tiles.Add(this.ultraTile4);
     this.ultTPPic.Tiles.Add(this.ultraTile5);
     this.ultTPPic.Tiles.Add(this.ultraTile6);
     this.ultTPPic.Tiles.Add(this.ultraTile7);
     this.ultTPPic.Tiles.Add(this.ultraTile8);
     this.ultTPPic.Tiles.Add(this.ultraTile9);
     this.ultTPPic.Tiles.Add(this.ultraTile10);
     this.ultTPPic.Tiles.Add(this.ultraTile11);
     this.ultTPPic.Tiles.Add(this.ultraTile12);
     appearance7.AlphaLevel = ((short)(214));
     appearance7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.BackColor2 = System.Drawing.SystemColors.Desktop;
     appearance7.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance7.BorderColor3DBase = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance7.ForeColorDisabled = System.Drawing.Color.Transparent;
     this.ultTPPic.TileSettings.Appearance = appearance7;
     appearance8.AlphaLevel = ((short)(253));
     appearance8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance8.BackColor2 = System.Drawing.SystemColors.Highlight;
     appearance8.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance8.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Centered;
     appearance8.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance8.ImageVAlign = Infragistics.Win.VAlign.Middle;
     this.ultTPPic.TileSettings.HeaderAppearance = appearance8;
     this.ultTPPic.TileSettings.HeaderPosition = Infragistics.Win.Misc.TileHeaderPosition.Top;
     this.coreBind.SetVerification(this.ultTPPic, null);
     //
     // ultraTile1
     //
     this.ultraTile1.Caption = "图像1";
     this.ultraTile1.Control = this.ulpic1;
     this.ultraTile1.Controls.Add(this.ulpic1);
     this.coreBind.SetDatabasecommand(this.ultraTile1, null);
     this.ultraTile1.Name = "ultraTile1";
     this.ultraTile1.PositionInNormalMode = new System.Drawing.Point(0, 0);
     appearance12.BackColor = System.Drawing.Color.White;
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.Appearance = appearance12;
     appearance13.BackColor = System.Drawing.Color.White;
     appearance13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraTile1.Settings.HeaderAppearance = appearance13;
     this.ultraTile1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraTile1, null);
     //
     // ulpic1
     //
     this.ulpic1.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic1, null);
     this.ulpic1.Location = new System.Drawing.Point(0, 18);
     this.ulpic1.Name = "ulpic1";
     this.ulpic1.Size = new System.Drawing.Size(238, 82);
     this.ulpic1.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic1, null);
     //
     // ultraTile2
     //
     this.ultraTile2.Caption = "图像2";
     this.ultraTile2.Control = this.ulpic2;
     this.ultraTile2.Controls.Add(this.ulpic2);
     this.coreBind.SetDatabasecommand(this.ultraTile2, null);
     this.ultraTile2.Name = "ultraTile2";
     this.ultraTile2.PositionInNormalMode = new System.Drawing.Point(1, 0);
     this.ultraTile2.Settings.Appearance = appearance12;
     this.ultraTile2.Settings.HeaderAppearance = appearance13;
     this.ultraTile2.TabIndex = 1;
     this.coreBind.SetVerification(this.ultraTile2, null);
     //
     // ulpic2
     //
     this.ulpic2.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic2, null);
     this.ulpic2.Location = new System.Drawing.Point(0, 18);
     this.ulpic2.Name = "ulpic2";
     this.ulpic2.Size = new System.Drawing.Size(238, 82);
     this.ulpic2.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic2, null);
     //
     // ultraTile3
     //
     this.ultraTile3.Caption = "图像3";
     this.ultraTile3.Control = this.ulpic3;
     this.ultraTile3.Controls.Add(this.ulpic3);
     this.coreBind.SetDatabasecommand(this.ultraTile3, null);
     this.ultraTile3.Name = "ultraTile3";
     this.ultraTile3.PositionInNormalMode = new System.Drawing.Point(2, 0);
     this.ultraTile3.Settings.Appearance = appearance12;
     this.ultraTile3.Settings.HeaderAppearance = appearance13;
     this.ultraTile3.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraTile3, null);
     //
     // ulpic3
     //
     this.ulpic3.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic3, null);
     this.ulpic3.Location = new System.Drawing.Point(0, 18);
     this.ulpic3.Name = "ulpic3";
     this.ulpic3.Size = new System.Drawing.Size(238, 82);
     this.ulpic3.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic3, null);
     //
     // ultraTile4
     //
     this.ultraTile4.Caption = "图像4";
     this.ultraTile4.Control = this.ulpic4;
     this.ultraTile4.Controls.Add(this.ulpic4);
     this.coreBind.SetDatabasecommand(this.ultraTile4, null);
     this.ultraTile4.Name = "ultraTile4";
     this.ultraTile4.PositionInNormalMode = new System.Drawing.Point(3, 0);
     this.ultraTile4.Settings.Appearance = appearance12;
     this.ultraTile4.Settings.HeaderAppearance = appearance13;
     this.ultraTile4.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraTile4, null);
     //
     // ulpic4
     //
     this.ulpic4.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic4, null);
     this.ulpic4.Location = new System.Drawing.Point(0, 18);
     this.ulpic4.Name = "ulpic4";
     this.ulpic4.Size = new System.Drawing.Size(238, 82);
     this.ulpic4.TabIndex = 0;
     this.coreBind.SetVerification(this.ulpic4, null);
     //
     // ultraTile5
     //
     this.ultraTile5.Caption = "图像5";
     this.ultraTile5.Control = this.ulpic5;
     this.ultraTile5.Controls.Add(this.ulpic5);
     this.coreBind.SetDatabasecommand(this.ultraTile5, null);
     this.ultraTile5.Name = "ultraTile5";
     this.ultraTile5.PositionInNormalMode = new System.Drawing.Point(0, 1);
     this.ultraTile5.Settings.Appearance = appearance12;
     this.ultraTile5.Settings.HeaderAppearance = appearance13;
     this.ultraTile5.TabIndex = 4;
     this.coreBind.SetVerification(this.ultraTile5, null);
     //
     // ulpic5
     //
     this.ulpic5.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic5, null);
     this.ulpic5.Location = new System.Drawing.Point(0, 18);
     this.ulpic5.Name = "ulpic5";
     this.ulpic5.Size = new System.Drawing.Size(238, 82);
     this.ulpic5.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic5, null);
     //
     // ultraTile6
     //
     this.ultraTile6.Caption = "一次计量动态曲线图数据";
     this.ultraTile6.Control = this.ultraChart11;
     this.ultraTile6.Controls.Add(this.ultraChart11);
     this.coreBind.SetDatabasecommand(this.ultraTile6, null);
     this.ultraTile6.Name = "ultraTile6";
     this.ultraTile6.PositionInNormalMode = new System.Drawing.Point(1, 1);
     this.ultraTile6.Settings.Appearance = appearance12;
     this.ultraTile6.Settings.HeaderAppearance = appearance13;
     this.ultraTile6.TabIndex = 5;
     this.coreBind.SetVerification(this.ultraTile6, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart11.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart11
     //
     this.ultraChart11.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart11.Axis.PE = paintElement1;
     this.ultraChart11.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X.Labels.Visible = false;
     this.ultraChart11.Axis.X.LineThickness = 1;
     this.ultraChart11.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart11.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X.Visible = false;
     this.ultraChart11.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart11.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.X2.Labels.Visible = false;
     this.ultraChart11.Axis.X2.LineThickness = 1;
     this.ultraChart11.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart11.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.X2.Visible = false;
     this.ultraChart11.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y.LineThickness = 1;
     this.ultraChart11.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y.Visible = true;
     this.ultraChart11.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart11.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Y2.Labels.Visible = false;
     this.ultraChart11.Axis.Y2.LineThickness = 1;
     this.ultraChart11.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Y2.TickmarkInterval = 100;
     this.ultraChart11.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Y2.Visible = false;
     this.ultraChart11.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z.Labels.Visible = false;
     this.ultraChart11.Axis.Z.LineThickness = 1;
     this.ultraChart11.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z.Visible = false;
     this.ultraChart11.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart11.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart11.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart11.Axis.Z2.Labels.Visible = false;
     this.ultraChart11.Axis.Z2.LineThickness = 1;
     this.ultraChart11.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart11.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart11.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart11.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart11.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart11.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart11.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart11.Axis.Z2.Visible = false;
     this.ultraChart11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart11.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart11.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart11.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart11.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.coreBind.SetDatabasecommand(this.ultraChart11, null);
     this.ultraChart11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart11.Effects.Effects.Add(gradientEffect1);
     this.ultraChart11.Location = new System.Drawing.Point(0, 18);
     this.ultraChart11.Name = "ultraChart11";
     this.ultraChart11.Size = new System.Drawing.Size(238, 82);
     this.ultraChart11.TabIndex = 5;
     this.ultraChart11.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart11.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart11, null);
     //
     // ultraTile7
     //
     this.ultraTile7.Caption = "图像7";
     this.ultraTile7.Control = this.ulpic7;
     this.ultraTile7.Controls.Add(this.ulpic7);
     this.coreBind.SetDatabasecommand(this.ultraTile7, null);
     this.ultraTile7.Name = "ultraTile7";
     this.ultraTile7.PositionInNormalMode = new System.Drawing.Point(2, 1);
     this.ultraTile7.Settings.Appearance = appearance12;
     this.ultraTile7.Settings.HeaderAppearance = appearance13;
     this.ultraTile7.TabIndex = 6;
     this.coreBind.SetVerification(this.ultraTile7, null);
     //
     // ulpic7
     //
     this.ulpic7.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic7, null);
     this.ulpic7.Location = new System.Drawing.Point(0, 18);
     this.ulpic7.Name = "ulpic7";
     this.ulpic7.Size = new System.Drawing.Size(238, 82);
     this.ulpic7.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic7, null);
     //
     // ultraTile8
     //
     this.ultraTile8.Caption = "图像8";
     this.ultraTile8.Control = this.ulpic8;
     this.ultraTile8.Controls.Add(this.ulpic8);
     this.coreBind.SetDatabasecommand(this.ultraTile8, null);
     this.ultraTile8.Name = "ultraTile8";
     this.ultraTile8.PositionInNormalMode = new System.Drawing.Point(3, 1);
     this.ultraTile8.Settings.Appearance = appearance12;
     this.ultraTile8.Settings.HeaderAppearance = appearance13;
     this.ultraTile8.TabIndex = 7;
     this.coreBind.SetVerification(this.ultraTile8, null);
     //
     // ulpic8
     //
     this.ulpic8.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic8, null);
     this.ulpic8.Location = new System.Drawing.Point(0, 18);
     this.ulpic8.Name = "ulpic8";
     this.ulpic8.Size = new System.Drawing.Size(238, 82);
     this.ulpic8.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic8, null);
     //
     // ultraTile9
     //
     this.ultraTile9.Caption = "图像9";
     this.ultraTile9.Control = this.ulpic9;
     this.ultraTile9.Controls.Add(this.ulpic9);
     this.coreBind.SetDatabasecommand(this.ultraTile9, null);
     this.ultraTile9.Name = "ultraTile9";
     this.ultraTile9.PositionInNormalMode = new System.Drawing.Point(0, 2);
     this.ultraTile9.Settings.Appearance = appearance12;
     this.ultraTile9.Settings.HeaderAppearance = appearance13;
     this.ultraTile9.TabIndex = 8;
     this.coreBind.SetVerification(this.ultraTile9, null);
     //
     // ulpic9
     //
     this.ulpic9.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic9, null);
     this.ulpic9.Location = new System.Drawing.Point(0, 18);
     this.ulpic9.Name = "ulpic9";
     this.ulpic9.Size = new System.Drawing.Size(238, 82);
     this.ulpic9.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic9, null);
     //
     // ultraTile10
     //
     this.ultraTile10.Caption = "图像10";
     this.ultraTile10.Control = this.ulpic10;
     this.ultraTile10.Controls.Add(this.ulpic10);
     this.coreBind.SetDatabasecommand(this.ultraTile10, null);
     this.ultraTile10.Name = "ultraTile10";
     this.ultraTile10.PositionInNormalMode = new System.Drawing.Point(1, 2);
     this.ultraTile10.Settings.Appearance = appearance12;
     this.ultraTile10.Settings.HeaderAppearance = appearance13;
     this.ultraTile10.TabIndex = 9;
     this.coreBind.SetVerification(this.ultraTile10, null);
     //
     // ulpic10
     //
     this.ulpic10.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic10, null);
     this.ulpic10.Location = new System.Drawing.Point(0, 18);
     this.ulpic10.Name = "ulpic10";
     this.ulpic10.Size = new System.Drawing.Size(238, 82);
     this.ulpic10.TabIndex = 1;
     this.coreBind.SetVerification(this.ulpic10, null);
     //
     // ultraTile11
     //
     this.ultraTile11.Caption = "图像11";
     this.ultraTile11.Control = this.ulpic11;
     this.ultraTile11.Controls.Add(this.ulpic11);
     this.coreBind.SetDatabasecommand(this.ultraTile11, null);
     this.ultraTile11.Name = "ultraTile11";
     this.ultraTile11.PositionInNormalMode = new System.Drawing.Point(2, 2);
     this.ultraTile11.Settings.Appearance = appearance12;
     this.ultraTile11.Settings.HeaderAppearance = appearance13;
     this.ultraTile11.TabIndex = 10;
     this.coreBind.SetVerification(this.ultraTile11, null);
     //
     // ulpic11
     //
     this.ulpic11.BorderShadowColor = System.Drawing.Color.Empty;
     this.coreBind.SetDatabasecommand(this.ulpic11, null);
     this.ulpic11.Location = new System.Drawing.Point(0, 18);
     this.ulpic11.Name = "ulpic11";
     this.ulpic11.Size = new System.Drawing.Size(238, 82);
     this.ulpic11.TabIndex = 2;
     this.coreBind.SetVerification(this.ulpic11, null);
     //
     // ultraTile12
     //
     this.ultraTile12.Caption = "二次计量动态曲线图数据";
     this.ultraTile12.Control = this.ultraChart12;
     this.ultraTile12.Controls.Add(this.ultraChart12);
     this.coreBind.SetDatabasecommand(this.ultraTile12, null);
     this.ultraTile12.Name = "ultraTile12";
     this.ultraTile12.PositionInNormalMode = new System.Drawing.Point(3, 2);
     this.ultraTile12.Settings.Appearance = appearance12;
     this.ultraTile12.Settings.HeaderAppearance = appearance13;
     this.ultraTile12.TabIndex = 11;
     this.coreBind.SetVerification(this.ultraTile12, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart12.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart12
     //
     this.ultraChart12.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart12.Axis.PE = paintElement2;
     this.ultraChart12.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X.Labels.Visible = false;
     this.ultraChart12.Axis.X.LineThickness = 1;
     this.ultraChart12.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart12.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart12.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.X.Visible = false;
     this.ultraChart12.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart12.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.X2.Labels.Visible = false;
     this.ultraChart12.Axis.X2.LineThickness = 1;
     this.ultraChart12.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart12.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.X2.Visible = false;
     this.ultraChart12.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart12.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y.LineThickness = 1;
     this.ultraChart12.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Y.TickmarkInterval = 100;
     this.ultraChart12.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Y.Visible = true;
     this.ultraChart12.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart12.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Y2.Labels.Visible = false;
     this.ultraChart12.Axis.Y2.LineThickness = 1;
     this.ultraChart12.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Y2.TickmarkInterval = 100;
     this.ultraChart12.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Y2.Visible = false;
     this.ultraChart12.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z.Labels.Visible = false;
     this.ultraChart12.Axis.Z.LineThickness = 1;
     this.ultraChart12.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Z.Visible = false;
     this.ultraChart12.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart12.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart12.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart12.Axis.Z2.Labels.Visible = false;
     this.ultraChart12.Axis.Z2.LineThickness = 1;
     this.ultraChart12.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart12.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart12.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart12.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart12.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart12.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart12.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart12.Axis.Z2.Visible = false;
     this.ultraChart12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart12.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart12.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart12.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart12.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.coreBind.SetDatabasecommand(this.ultraChart12, null);
     this.ultraChart12.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart12.Effects.Effects.Add(gradientEffect2);
     this.ultraChart12.Location = new System.Drawing.Point(0, 18);
     this.ultraChart12.Name = "ultraChart12";
     this.ultraChart12.Size = new System.Drawing.Size(238, 82);
     this.ultraChart12.TabIndex = 4;
     this.ultraChart12.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart12.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart12, null);
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "结算单位";
     this.dataColumn87.ColumnName = "FS_SETTLEMENTNAME";
     //
     // MeasureDataQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 666);
     this.Controls.Add(this.MeasureDataQuery_Fill_Panel);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "MeasureDataQuery";
     this.Text = "汽车衡计量数据查询";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.MeasureDataQuery_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel1_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.MeasureDataQuery_Fill_Panel.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultTPPic)).EndInit();
     this.ultTPPic.ResumeLayout(false);
     this.ultraTile1.ResumeLayout(false);
     this.ultraTile2.ResumeLayout(false);
     this.ultraTile3.ResumeLayout(false);
     this.ultraTile4.ResumeLayout(false);
     this.ultraTile5.ResumeLayout(false);
     this.ultraTile6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart11)).EndInit();
     this.ultraTile7.ResumeLayout(false);
     this.ultraTile8.ResumeLayout(false);
     this.ultraTile9.ResumeLayout(false);
     this.ultraTile10.ResumeLayout(false);
     this.ultraTile11.ResumeLayout(false);
     this.ultraTile12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart12)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance scatterChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.XYSeries xySeries1 = new Infragistics.UltraChart.Resources.Appearance.XYSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem1.Extent = 40;
      axisItem1.Key = "axis1";
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<DATA_VALUE:##0.0#%>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.Visible = true;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axis2";
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0#%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FormatString = "<DATA_VALUE:##0.0#%>";
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement2;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement3;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      chartLayerAppearance1.AxisXKey = "axis1";
      chartLayerAppearance1.AxisYKey = "axis2";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ScatterChart;
      scatterChartAppearance1.Icon = Infragistics.UltraChart.Shared.Styles.SymbolIcon.Circle;
      scatterChartAppearance1.IconSize = Infragistics.UltraChart.Shared.Styles.SymbolIconSize.Medium;
      scatterChartAppearance1.LineAppearance.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = scatterChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "series1";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1});
      xySeries1.Data.ValueXColumn = "";
      xySeries1.Data.ValueYColumn = "";
      xySeries1.Key = "series1";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            xySeries1});
      this.ultraChart.Size = new System.Drawing.Size(782, 453);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // ScatterPlot
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "ScatterPlot";
      this.Size = new System.Drawing.Size(782, 453);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 17;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 22;
      this.ultraChart.Axis.Y.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 50;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.EmptyChartText = "DrawDown chart";
      this.ultraChart.Size = new System.Drawing.Size(592, 420);
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(574, 3);
      // 
      // InnerDrawdownDisplayChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "InnerDrawdownDisplayChart";
      this.Size = new System.Drawing.Size(592, 420);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 48;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.TickmarkInterval = 1D;
      this.ultraChart.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Weeks;
      this.ultraChart.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 46;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 1D;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      paintElement2.Fill = System.Drawing.Color.White;
      paintElement2.StrokeWidth = 2;
      paintElement3.Fill = System.Drawing.Color.SandyBrown;
      paintElement3.StrokeWidth = 2;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2,
            paintElement3});
      this.ultraChart.Data.SwapRowsAndColumns = true;
      this.ultraChart.EmptyChartText = "Regression Plot Chart";
      this.ultraChart.Legend.Location = Infragistics.UltraChart.Shared.Styles.LegendLocation.Left;
      this.ultraChart.Legend.Margins.Bottom = 0;
      this.ultraChart.Legend.Margins.Left = 0;
      this.ultraChart.Legend.Margins.Right = 0;
      this.ultraChart.Legend.Margins.Top = 0;
      this.ultraChart.Legend.Visible = true;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      lineChartAppearance1.TreatDateTimeAsString = false;
      this.ultraChart.LineChart = lineChartAppearance1;
      this.ultraChart.Tooltips.FormatString = "<TIME_VALUE:dd MMM yy>: <DATA_VALUE:###0.##>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // RegressionPlot
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RegressionPlot";
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 20;
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 30;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:###0.#%>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.BackColor = System.Drawing.Color.Empty;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      this.ultraChart.ColorModel.Skin.ApplyRowWise = false;
      this.ultraChart.Size = new System.Drawing.Size(766, 329);
      this.ultraChart.Tooltips.FormatString = "<SERIES_LABEL>,<ITEM_LABEL>: <DATA_VALUE:##0.0#%;(##0.0#%);->";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(747, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(728, 3);
      // 
      // SimpleWtsColumnChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "SimpleWtsColumnChart";
      this.Size = new System.Drawing.Size(766, 329);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 40;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.OrientationAngle = 25;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = false;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineThickness = 1;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 22;
      this.ultraChart.Axis.Y.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:##0.#%>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineThickness = 1;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 50;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.LinearRange;
      this.ultraChart.EmptyChartText = "Inner Return Total Attribution Chart";
      this.ultraChart.Tooltips.FormatString = "<DATA_VALUE:##0.##%>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.ChartDataClicked += new Infragistics.UltraChart.Shared.Events.ChartDataClickedEventHandler(this.ultraChart_ChartDataClicked);
      // 
      // InnerTotalReturnAttributionDisplayChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "InnerTotalReturnAttributionDisplayChart";
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      this.ResumeLayout(false);

    }
Example #32
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement1     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect1   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance1 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     this.panel2            = new System.Windows.Forms.Panel();
     this.btnClose          = new System.Windows.Forms.Button();
     this.label3            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.txtMatGrp         = new System.Windows.Forms.TextBox();
     this.cdvMatGrpList     = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.label2            = new System.Windows.Forms.Label();
     this.cdvMatType        = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.label4            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.cdvMatGrp         = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.optQty2           = new System.Windows.Forms.RadioButton();
     this.optQty1           = new System.Windows.Forms.RadioButton();
     this.optLot            = new System.Windows.Forms.RadioButton();
     this.lblLotType        = new System.Windows.Forms.Label();
     this.cdvLotType        = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.lblFactory        = new System.Windows.Forms.Label();
     this.cdvFactory        = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.btnExcelExport    = new System.Windows.Forms.Button();
     this.btnView           = new System.Windows.Forms.Button();
     this.splitContainer    = new System.Windows.Forms.SplitContainer();
     this.ultraChart1       = new Infragistics.Win.UltraWinChart.UltraChart();
     this.spdData           = new FarPoint.Win.Spread.FpSpread();
     this.spdData_Sheet1    = new FarPoint.Win.Spread.SheetView();
     this.panel2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatGrpList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatGrp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvLotType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).BeginInit();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.panel2.Controls.Add(this.btnClose);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(800, 25);
     this.panel2.TabIndex = 2;
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnClose.FlatAppearance.BorderSize = 0;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font      = new System.Drawing.Font("Arial Black", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Image     = global::Miracom.SmartWeb.UI.Properties.Resources._011dataclose;
     this.btnClose.Location  = new System.Drawing.Point(777, 2);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(21, 20);
     this.btnClose.TabIndex  = 15;
     this.btnClose.TabStop   = false;
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(3, 7);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(102, 13);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Material WIP Status";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 95F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 600);
     this.tableLayoutPanel1.TabIndex = 8;
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.txtMatGrp);
     this.panel1.Controls.Add(this.cdvMatGrpList);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.cdvMatType);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.cdvMatGrp);
     this.panel1.Controls.Add(this.optQty2);
     this.panel1.Controls.Add(this.optQty1);
     this.panel1.Controls.Add(this.optLot);
     this.panel1.Controls.Add(this.lblLotType);
     this.panel1.Controls.Add(this.cdvLotType);
     this.panel1.Controls.Add(this.lblFactory);
     this.panel1.Controls.Add(this.cdvFactory);
     this.panel1.Controls.Add(this.btnExcelExport);
     this.panel1.Controls.Add(this.btnView);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(800, 95);
     this.panel1.TabIndex = 0;
     //
     // txtMatGrp
     //
     this.txtMatGrp.Location = new System.Drawing.Point(262, 62);
     this.txtMatGrp.Name     = "txtMatGrp";
     this.txtMatGrp.Size     = new System.Drawing.Size(47, 21);
     this.txtMatGrp.TabIndex = 10;
     this.txtMatGrp.Visible  = false;
     //
     // cdvMatGrpList
     //
     this.cdvMatGrpList.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvMatGrpList.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvMatGrpList.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvMatGrpList.BtnToolTipText      = "";
     this.cdvMatGrpList.DescText            = "";
     this.cdvMatGrpList.DisplaySubItemIndex = -1;
     this.cdvMatGrpList.DisplayText         = "";
     this.cdvMatGrpList.Focusing            = null;
     this.cdvMatGrpList.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvMatGrpList.Index                      = 0;
     this.cdvMatGrpList.IsViewBtnImage             = false;
     this.cdvMatGrpList.Location                   = new System.Drawing.Point(110, 62);
     this.cdvMatGrpList.MaxLength                  = 32767;
     this.cdvMatGrpList.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvMatGrpList.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvMatGrpList.Name                       = "cdvMatGrpList";
     this.cdvMatGrpList.ReadOnly                   = false;
     this.cdvMatGrpList.SearchSubItemIndex         = 0;
     this.cdvMatGrpList.SelectedDescIndex          = -1;
     this.cdvMatGrpList.SelectedSubItemIndex       = -1;
     this.cdvMatGrpList.SelectionStart             = 0;
     this.cdvMatGrpList.Size                       = new System.Drawing.Size(150, 21);
     this.cdvMatGrpList.SmallImageList             = null;
     this.cdvMatGrpList.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvMatGrpList.TabIndex                   = 9;
     this.cdvMatGrpList.TextBoxToolTipText         = "";
     this.cdvMatGrpList.TextBoxWidth               = 150;
     this.cdvMatGrpList.VisibleButton              = true;
     this.cdvMatGrpList.VisibleColumnHeader        = false;
     this.cdvMatGrpList.VisibleDescription         = false;
     this.cdvMatGrpList.ButtonPress               += new System.EventHandler(this.cdvMatGrpList_ButtonPress);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(310, 41);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(90, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Material Type";
     //
     // cdvMatType
     //
     this.cdvMatType.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvMatType.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvMatType.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvMatType.BtnToolTipText      = "";
     this.cdvMatType.DescText            = "";
     this.cdvMatType.DisplaySubItemIndex = -1;
     this.cdvMatType.DisplayText         = "";
     this.cdvMatType.Focusing            = null;
     this.cdvMatType.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvMatType.Index                      = 0;
     this.cdvMatType.IsViewBtnImage             = false;
     this.cdvMatType.Location                   = new System.Drawing.Point(410, 36);
     this.cdvMatType.MaxLength                  = 32767;
     this.cdvMatType.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvMatType.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvMatType.Name                       = "cdvMatType";
     this.cdvMatType.ReadOnly                   = false;
     this.cdvMatType.SearchSubItemIndex         = 0;
     this.cdvMatType.SelectedDescIndex          = -1;
     this.cdvMatType.SelectedSubItemIndex       = -1;
     this.cdvMatType.SelectionStart             = 0;
     this.cdvMatType.Size                       = new System.Drawing.Size(150, 21);
     this.cdvMatType.SmallImageList             = null;
     this.cdvMatType.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvMatType.TabIndex                   = 7;
     this.cdvMatType.TextBoxToolTipText         = "";
     this.cdvMatType.TextBoxWidth               = 150;
     this.cdvMatType.VisibleButton              = true;
     this.cdvMatType.VisibleColumnHeader        = false;
     this.cdvMatType.VisibleDescription         = false;
     this.cdvMatType.ButtonPress               += new System.EventHandler(this.cdvMatType_ButtonPress);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 66);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(90, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Group Value";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 41);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Material Group";
     //
     // cdvMatGrp
     //
     this.cdvMatGrp.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvMatGrp.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvMatGrp.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvMatGrp.BtnToolTipText      = "";
     this.cdvMatGrp.DescText            = "";
     this.cdvMatGrp.DisplaySubItemIndex = -1;
     this.cdvMatGrp.DisplayText         = "";
     this.cdvMatGrp.Focusing            = null;
     this.cdvMatGrp.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvMatGrp.Index                      = 0;
     this.cdvMatGrp.IsViewBtnImage             = false;
     this.cdvMatGrp.Location                   = new System.Drawing.Point(110, 36);
     this.cdvMatGrp.MaxLength                  = 32767;
     this.cdvMatGrp.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvMatGrp.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvMatGrp.Name                       = "cdvMatGrp";
     this.cdvMatGrp.ReadOnly                   = false;
     this.cdvMatGrp.SearchSubItemIndex         = 0;
     this.cdvMatGrp.SelectedDescIndex          = -1;
     this.cdvMatGrp.SelectedSubItemIndex       = -1;
     this.cdvMatGrp.SelectionStart             = 0;
     this.cdvMatGrp.Size                       = new System.Drawing.Size(150, 21);
     this.cdvMatGrp.SmallImageList             = null;
     this.cdvMatGrp.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvMatGrp.TabIndex                   = 5;
     this.cdvMatGrp.TextBoxToolTipText         = "";
     this.cdvMatGrp.TextBoxWidth               = 150;
     this.cdvMatGrp.VisibleButton              = true;
     this.cdvMatGrp.VisibleColumnHeader        = false;
     this.cdvMatGrp.VisibleDescription         = false;
     this.cdvMatGrp.TextBoxTextChanged        += new System.EventHandler(this.cdvMatGrp_TextBoxTextChanged);
     this.cdvMatGrp.ButtonPress               += new System.EventHandler(this.cdvMatGrp_ButtonPress);
     this.cdvMatGrp.SelectedItemChanged       += new Miracom.UI.MCCodeViewSelChangedHandler(this.cdvMatGrp_SelectedItemChanged);
     //
     // optQty2
     //
     this.optQty2.AutoSize  = true;
     this.optQty2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optQty2.Location  = new System.Drawing.Point(512, 66);
     this.optQty2.Name      = "optQty2";
     this.optQty2.Size      = new System.Drawing.Size(55, 18);
     this.optQty2.TabIndex  = 13;
     this.optQty2.Text      = "Qty2";
     this.optQty2.UseVisualStyleBackColor = true;
     //
     // optQty1
     //
     this.optQty1.AutoSize  = true;
     this.optQty1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optQty1.Location  = new System.Drawing.Point(456, 66);
     this.optQty1.Name      = "optQty1";
     this.optQty1.Size      = new System.Drawing.Size(55, 18);
     this.optQty1.TabIndex  = 12;
     this.optQty1.Text      = "Qty1";
     this.optQty1.UseVisualStyleBackColor = true;
     //
     // optLot
     //
     this.optLot.AutoSize  = true;
     this.optLot.Checked   = true;
     this.optLot.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optLot.Location  = new System.Drawing.Point(410, 66);
     this.optLot.Name      = "optLot";
     this.optLot.Size      = new System.Drawing.Size(46, 18);
     this.optLot.TabIndex  = 11;
     this.optLot.TabStop   = true;
     this.optLot.Text      = "Lot";
     this.optLot.UseVisualStyleBackColor = true;
     //
     // lblLotType
     //
     this.lblLotType.Location = new System.Drawing.Point(310, 14);
     this.lblLotType.Name     = "lblLotType";
     this.lblLotType.Size     = new System.Drawing.Size(90, 13);
     this.lblLotType.TabIndex = 2;
     this.lblLotType.Text     = "Lot Type";
     //
     // cdvLotType
     //
     this.cdvLotType.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvLotType.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvLotType.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvLotType.BtnToolTipText      = "";
     this.cdvLotType.DescText            = "";
     this.cdvLotType.DisplaySubItemIndex = -1;
     this.cdvLotType.DisplayText         = "";
     this.cdvLotType.Focusing            = null;
     this.cdvLotType.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvLotType.Index                      = 0;
     this.cdvLotType.IsViewBtnImage             = false;
     this.cdvLotType.Location                   = new System.Drawing.Point(410, 10);
     this.cdvLotType.MaxLength                  = 32767;
     this.cdvLotType.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvLotType.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvLotType.Name                       = "cdvLotType";
     this.cdvLotType.ReadOnly                   = false;
     this.cdvLotType.SearchSubItemIndex         = 0;
     this.cdvLotType.SelectedDescIndex          = -1;
     this.cdvLotType.SelectedSubItemIndex       = -1;
     this.cdvLotType.SelectionStart             = 0;
     this.cdvLotType.Size                       = new System.Drawing.Size(150, 21);
     this.cdvLotType.SmallImageList             = null;
     this.cdvLotType.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvLotType.TabIndex                   = 3;
     this.cdvLotType.TextBoxToolTipText         = "";
     this.cdvLotType.TextBoxWidth               = 150;
     this.cdvLotType.VisibleButton              = true;
     this.cdvLotType.VisibleColumnHeader        = false;
     this.cdvLotType.VisibleDescription         = false;
     this.cdvLotType.ButtonPress               += new System.EventHandler(this.cdvLotType_ButtonPress);
     //
     // lblFactory
     //
     this.lblFactory.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFactory.Location = new System.Drawing.Point(12, 14);
     this.lblFactory.Name     = "lblFactory";
     this.lblFactory.Size     = new System.Drawing.Size(90, 13);
     this.lblFactory.TabIndex = 0;
     this.lblFactory.Text     = "Factory";
     //
     // cdvFactory
     //
     this.cdvFactory.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvFactory.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvFactory.BtnFlatStyle        = System.Windows.Forms.FlatStyle.System;
     this.cdvFactory.BtnToolTipText      = "";
     this.cdvFactory.DescText            = "";
     this.cdvFactory.DisplaySubItemIndex = -1;
     this.cdvFactory.DisplayText         = "";
     this.cdvFactory.Focusing            = null;
     this.cdvFactory.Font                       = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvFactory.Index                      = 0;
     this.cdvFactory.IsViewBtnImage             = false;
     this.cdvFactory.Location                   = new System.Drawing.Point(110, 10);
     this.cdvFactory.MaxLength                  = 32767;
     this.cdvFactory.MCViewStyle.BorderColor    = System.Drawing.SystemColors.Control;
     this.cdvFactory.MCViewStyle.BorderHotColor = System.Drawing.SystemColors.Control;
     this.cdvFactory.Name                       = "cdvFactory";
     this.cdvFactory.ReadOnly                   = false;
     this.cdvFactory.SearchSubItemIndex         = 0;
     this.cdvFactory.SelectedDescIndex          = -1;
     this.cdvFactory.SelectedSubItemIndex       = -1;
     this.cdvFactory.SelectionStart             = 0;
     this.cdvFactory.Size                       = new System.Drawing.Size(150, 21);
     this.cdvFactory.SmallImageList             = null;
     this.cdvFactory.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvFactory.TabIndex                   = 1;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 150;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.VisibleDescription         = false;
     this.cdvFactory.ButtonPress               += new System.EventHandler(this.cdvFactory_ButtonPress);
     //
     // btnExcelExport
     //
     this.btnExcelExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnExcelExport.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnExcelExport.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._006excel;
     this.btnExcelExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExcelExport.Location   = new System.Drawing.Point(721, 10);
     this.btnExcelExport.Name       = "btnExcelExport";
     this.btnExcelExport.Size       = new System.Drawing.Size(70, 21);
     this.btnExcelExport.TabIndex   = 14;
     this.btnExcelExport.Text       = "Export";
     this.btnExcelExport.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnExcelExport.UseVisualStyleBackColor = true;
     this.btnExcelExport.Click += new System.EventHandler(this.btnExcelExport_Click);
     //
     // btnView
     //
     this.btnView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnView.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnView.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._015view;
     this.btnView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnView.Location   = new System.Drawing.Point(648, 10);
     this.btnView.Name       = "btnView";
     this.btnView.Size       = new System.Drawing.Size(70, 21);
     this.btnView.TabIndex   = 14;
     this.btnView.Text       = "View";
     this.btnView.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnView.UseVisualStyleBackColor = true;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // splitContainer
     //
     this.splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location    = new System.Drawing.Point(3, 123);
     this.splitContainer.Name        = "splitContainer";
     this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.ultraChart1);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.spdData);
     this.splitContainer.Size             = new System.Drawing.Size(794, 474);
     this.splitContainer.SplitterDistance = 259;
     this.splitContainer.TabIndex         = 3;
     //
     // ultraChart1
     //
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE                                     = paintElement1;
     this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.LineThickness                        = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible                              = true;
     this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.LineThickness                       = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible                             = false;
     this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness                        = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Y.TickmarkInterval                     = 50;
     this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible                              = true;
     this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.LineThickness                       = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval                    = 50;
     this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible                             = false;
     this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.LineThickness                        = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible                              = false;
     this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.LineThickness                       = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible                             = false;
     this.ultraChart1.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
     this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.ultraChart1.Dock                                        = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Legend.SpanPercentage = 20;
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name     = "ultraChart1";
     this.ultraChart1.Size     = new System.Drawing.Size(794, 259);
     this.ultraChart1.TabIndex = 19;
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance1.ZRotation  = 4F;
     this.ultraChart1.Transform3D = view3DAppearance1;
     this.ultraChart1.Visible     = false;
     //
     // spdData
     //
     this.spdData.About = "4.0.2001.2005";
     this.spdData.AccessibleDescription = "spdData, Sheet1, Row 0, Column 0, ";
     this.spdData.BackColor             = System.Drawing.Color.White;
     this.spdData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.spdData.Location = new System.Drawing.Point(0, 0);
     this.spdData.Name     = "spdData";
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size     = new System.Drawing.Size(794, 211);
     this.spdData.TabIndex = 30;
     this.spdData.Visible  = false;
     //
     // spdData_Sheet1
     //
     this.spdData_Sheet1.Reset();
     this.spdData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdData_Sheet1.ColumnCount    = 0;
     this.spdData_Sheet1.RowCount       = 0;
     this.spdData_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdData.SetActiveViewport(0, 1, 1);
     //
     // STD1102
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "STD1102";
     this.Size   = new System.Drawing.Size(800, 600);
     this.Load  += new System.EventHandler(this.STD1102_Load);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatGrpList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvMatGrp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvLotType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).EndInit();
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Example #33
0
        /// <summary>
        /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディターで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect2 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraChart1
            // 
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement2.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE = paintElement2;
            this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible = true;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = true;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.Visible = true;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y.TickmarkInterval = 40D;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval = 40D;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = true;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible = true;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect2);
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(520, 352);
            this.ultraChart1.TabIndex = 0;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.ultraChart1.FillSceneGraph += new Infragistics.UltraChart.Shared.Events.FillSceneGraphEventHandler(this.ultraChart1_FillSceneGraph);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(520, 352);
            this.Controls.Add(this.ultraChart1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            this.ResumeLayout(false);

        }
Example #34
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();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
     Infragistics.UltraChart.Resources.Appearance.NumericDataPoint numericDataPoint1 = new Infragistics.UltraChart.Resources.Appearance.NumericDataPoint();
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("语音表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICENAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_INSTRTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MEMO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VOICEFILE");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarWeigh));
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点基础表", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTCODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XZ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_SIGN");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_METERPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_MOXAPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOUSER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_VIEDOPWD");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTDEPART");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_RTUPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTERNAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_PRINTTYPECODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTPAPER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_USEDPRINTINK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDIP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_VALUE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_ALLOWOTHERTARE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPORT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERPARA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_READERTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_DISPLAYTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_LEDTYPE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FF_CLEARVALUE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_POINTSTATE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FS_IP");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FN_POINTFLAG");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YYDJ");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("剩余纸张数");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HZ");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QHSP");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("YCJLTX");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BDDY");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btCorrention");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool1");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool2");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ControlContainerTool3");
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("5b8acd7d-e490-4d71-9a76-0e1f5de0745a"));
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("c5b64a87-9b91-46c1-af96-407f0c9a7a68"), new System.Guid("5b8acd7d-e490-4d71-9a76-0e1f5de0745a"), 0, new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f"));
     Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane4 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("1e06945f-66c7-4bbc-96f6-b60616076aa9"), new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f"), 0, new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657"), -1);
     this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.panelYCSP = new System.Windows.Forms.Panel();
     this.panel16 = new System.Windows.Forms.Panel();
     this.panel20 = new System.Windows.Forms.Panel();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.videoChannel8 = new System.Windows.Forms.PictureBox();
     this.panel15 = new System.Windows.Forms.Panel();
     this.panel19 = new System.Windows.Forms.Panel();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.videoChannel7 = new System.Windows.Forms.PictureBox();
     this.panel22 = new System.Windows.Forms.Panel();
     this.panel18 = new System.Windows.Forms.Panel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.videoChannel6 = new System.Windows.Forms.PictureBox();
     this.panel21 = new System.Windows.Forms.Panel();
     this.panel17 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.videoChannel5 = new System.Windows.Forms.PictureBox();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
     this.picHT = new System.Windows.Forms.PictureBox();
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelYYBF = new System.Windows.Forms.Panel();
     this.panel23 = new System.Windows.Forms.Panel();
     this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn52 = new System.Data.DataColumn();
     this.dataColumn63 = new System.Data.DataColumn();
     this.dataColumn64 = new System.Data.DataColumn();
     this.dataColumn65 = new System.Data.DataColumn();
     this.dataColumn66 = new System.Data.DataColumn();
     this.dataColumn67 = new System.Data.DataColumn();
     this.dataColumn68 = new System.Data.DataColumn();
     this.dataColumn69 = new System.Data.DataColumn();
     this.dataColumn70 = new System.Data.DataColumn();
     this.dataColumn72 = new System.Data.DataColumn();
     this.dataColumn73 = new System.Data.DataColumn();
     this.dataColumn74 = new System.Data.DataColumn();
     this.dataColumn75 = new System.Data.DataColumn();
     this.dataColumn76 = new System.Data.DataColumn();
     this.dataColumn77 = new System.Data.DataColumn();
     this.dataColumn78 = new System.Data.DataColumn();
     this.dataColumn79 = new System.Data.DataColumn();
     this.dataColumn80 = new System.Data.DataColumn();
     this.dataColumn81 = new System.Data.DataColumn();
     this.dataColumn82 = new System.Data.DataColumn();
     this.dataColumn83 = new System.Data.DataColumn();
     this.dataColumn84 = new System.Data.DataColumn();
     this.dataColumn85 = new System.Data.DataColumn();
     this.dataColumn86 = new System.Data.DataColumn();
     this.dataColumn87 = new System.Data.DataColumn();
     this.dataColumn88 = new System.Data.DataColumn();
     this.dataColumn89 = new System.Data.DataColumn();
     this.dataColumn90 = new System.Data.DataColumn();
     this.dataColumn91 = new System.Data.DataColumn();
     this.dataColumn171 = new System.Data.DataColumn();
     this.dataColumn216 = new System.Data.DataColumn();
     this.dataColumn219 = new System.Data.DataColumn();
     this.dataColumn220 = new System.Data.DataColumn();
     this.dataTable2 = new System.Data.DataTable();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.dataColumn13 = new System.Data.DataColumn();
     this.dataColumn14 = new System.Data.DataColumn();
     this.dataColumn15 = new System.Data.DataColumn();
     this.dataColumn16 = new System.Data.DataColumn();
     this.dataColumn17 = new System.Data.DataColumn();
     this.dataColumn18 = new System.Data.DataColumn();
     this.dataColumn19 = new System.Data.DataColumn();
     this.dataColumn20 = new System.Data.DataColumn();
     this.dataColumn51 = new System.Data.DataColumn();
     this.dataColumn71 = new System.Data.DataColumn();
     this.dataColumn94 = new System.Data.DataColumn();
     this.dataColumn95 = new System.Data.DataColumn();
     this.dataColumn96 = new System.Data.DataColumn();
     this.dataColumn97 = new System.Data.DataColumn();
     this.dataColumn98 = new System.Data.DataColumn();
     this.dataColumn99 = new System.Data.DataColumn();
     this.dataColumn100 = new System.Data.DataColumn();
     this.dataColumn102 = new System.Data.DataColumn();
     this.dataColumn101 = new System.Data.DataColumn();
     this.dataColumn103 = new System.Data.DataColumn();
     this.dataColumn104 = new System.Data.DataColumn();
     this.dataColumn105 = new System.Data.DataColumn();
     this.dataColumn106 = new System.Data.DataColumn();
     this.dataColumn107 = new System.Data.DataColumn();
     this.dataColumn108 = new System.Data.DataColumn();
     this.dataColumn109 = new System.Data.DataColumn();
     this.dataColumn110 = new System.Data.DataColumn();
     this.dataColumn111 = new System.Data.DataColumn();
     this.dataColumn112 = new System.Data.DataColumn();
     this.dataColumn113 = new System.Data.DataColumn();
     this.dataColumn114 = new System.Data.DataColumn();
     this.dataColumn115 = new System.Data.DataColumn();
     this.dataColumn176 = new System.Data.DataColumn();
     this.dataColumn177 = new System.Data.DataColumn();
     this.dataColumn178 = new System.Data.DataColumn();
     this.dataColumn179 = new System.Data.DataColumn();
     this.dataColumn180 = new System.Data.DataColumn();
     this.dataColumn181 = new System.Data.DataColumn();
     this.dataColumn182 = new System.Data.DataColumn();
     this.dataColumn183 = new System.Data.DataColumn();
     this.dataColumn184 = new System.Data.DataColumn();
     this.dataColumn185 = new System.Data.DataColumn();
     this.dataColumn186 = new System.Data.DataColumn();
     this.dataColumn187 = new System.Data.DataColumn();
     this.dataColumn188 = new System.Data.DataColumn();
     this.dataColumn189 = new System.Data.DataColumn();
     this.dataColumn204 = new System.Data.DataColumn();
     this.dataColumn205 = new System.Data.DataColumn();
     this.dataColumn206 = new System.Data.DataColumn();
     this.dataColumn207 = new System.Data.DataColumn();
     this.dataColumn208 = new System.Data.DataColumn();
     this.dataTable3 = new System.Data.DataTable();
     this.dataColumn21 = new System.Data.DataColumn();
     this.dataColumn22 = new System.Data.DataColumn();
     this.dataColumn92 = new System.Data.DataColumn();
     this.dataColumn93 = new System.Data.DataColumn();
     this.dataTable4 = new System.Data.DataTable();
     this.dataColumn23 = new System.Data.DataColumn();
     this.dataColumn24 = new System.Data.DataColumn();
     this.dataColumn25 = new System.Data.DataColumn();
     this.dataColumn26 = new System.Data.DataColumn();
     this.dataColumn27 = new System.Data.DataColumn();
     this.dataColumn28 = new System.Data.DataColumn();
     this.dataColumn29 = new System.Data.DataColumn();
     this.dataColumn30 = new System.Data.DataColumn();
     this.dataColumn31 = new System.Data.DataColumn();
     this.dataColumn32 = new System.Data.DataColumn();
     this.dataColumn33 = new System.Data.DataColumn();
     this.dataColumn34 = new System.Data.DataColumn();
     this.dataColumn35 = new System.Data.DataColumn();
     this.dataColumn53 = new System.Data.DataColumn();
     this.dataColumn172 = new System.Data.DataColumn();
     this.dataColumn173 = new System.Data.DataColumn();
     this.dataColumn174 = new System.Data.DataColumn();
     this.dataColumn175 = new System.Data.DataColumn();
     this.dataColumn217 = new System.Data.DataColumn();
     this.dataColumn218 = new System.Data.DataColumn();
     this.dataTable5 = new System.Data.DataTable();
     this.dataColumn36 = new System.Data.DataColumn();
     this.dataColumn37 = new System.Data.DataColumn();
     this.dataColumn38 = new System.Data.DataColumn();
     this.dataColumn39 = new System.Data.DataColumn();
     this.dataColumn40 = new System.Data.DataColumn();
     this.dataColumn41 = new System.Data.DataColumn();
     this.dataColumn42 = new System.Data.DataColumn();
     this.dataColumn43 = new System.Data.DataColumn();
     this.dataColumn44 = new System.Data.DataColumn();
     this.dataColumn45 = new System.Data.DataColumn();
     this.dataColumn46 = new System.Data.DataColumn();
     this.dataColumn47 = new System.Data.DataColumn();
     this.dataColumn48 = new System.Data.DataColumn();
     this.dataColumn49 = new System.Data.DataColumn();
     this.dataColumn50 = new System.Data.DataColumn();
     this.dataTable6 = new System.Data.DataTable();
     this.dataColumn54 = new System.Data.DataColumn();
     this.dataColumn55 = new System.Data.DataColumn();
     this.dataColumn56 = new System.Data.DataColumn();
     this.dataColumn57 = new System.Data.DataColumn();
     this.dataColumn58 = new System.Data.DataColumn();
     this.dataColumn59 = new System.Data.DataColumn();
     this.dataColumn60 = new System.Data.DataColumn();
     this.dataColumn61 = new System.Data.DataColumn();
     this.dataColumn62 = new System.Data.DataColumn();
     this.dataColumn221 = new System.Data.DataColumn();
     this.dataColumn222 = new System.Data.DataColumn();
     this.dataColumn223 = new System.Data.DataColumn();
     this.dataColumn224 = new System.Data.DataColumn();
     this.dataColumn225 = new System.Data.DataColumn();
     this.dataColumn226 = new System.Data.DataColumn();
     this.dataColumn227 = new System.Data.DataColumn();
     this.dataColumn228 = new System.Data.DataColumn();
     this.dataColumn229 = new System.Data.DataColumn();
     this.dataColumn230 = new System.Data.DataColumn();
     this.dataColumn231 = new System.Data.DataColumn();
     this.dataTable7 = new System.Data.DataTable();
     this.dataColumn116 = new System.Data.DataColumn();
     this.dataColumn117 = new System.Data.DataColumn();
     this.dataColumn118 = new System.Data.DataColumn();
     this.dataColumn119 = new System.Data.DataColumn();
     this.dataTable8 = new System.Data.DataTable();
     this.dataColumn120 = new System.Data.DataColumn();
     this.dataColumn121 = new System.Data.DataColumn();
     this.dataColumn122 = new System.Data.DataColumn();
     this.dataTable9 = new System.Data.DataTable();
     this.dataColumn123 = new System.Data.DataColumn();
     this.dataColumn124 = new System.Data.DataColumn();
     this.dataColumn125 = new System.Data.DataColumn();
     this.dataColumn126 = new System.Data.DataColumn();
     this.dataTable10 = new System.Data.DataTable();
     this.dataColumn127 = new System.Data.DataColumn();
     this.dataColumn128 = new System.Data.DataColumn();
     this.dataTable11 = new System.Data.DataTable();
     this.dataColumn129 = new System.Data.DataColumn();
     this.dataColumn130 = new System.Data.DataColumn();
     this.dataColumn131 = new System.Data.DataColumn();
     this.dataColumn132 = new System.Data.DataColumn();
     this.dataColumn133 = new System.Data.DataColumn();
     this.dataColumn134 = new System.Data.DataColumn();
     this.dataColumn135 = new System.Data.DataColumn();
     this.dataColumn136 = new System.Data.DataColumn();
     this.dataColumn137 = new System.Data.DataColumn();
     this.dataColumn138 = new System.Data.DataColumn();
     this.dataColumn139 = new System.Data.DataColumn();
     this.dataColumn140 = new System.Data.DataColumn();
     this.dataColumn141 = new System.Data.DataColumn();
     this.dataColumn142 = new System.Data.DataColumn();
     this.dataColumn143 = new System.Data.DataColumn();
     this.dataColumn144 = new System.Data.DataColumn();
     this.dataColumn145 = new System.Data.DataColumn();
     this.dataColumn146 = new System.Data.DataColumn();
     this.dataColumn147 = new System.Data.DataColumn();
     this.dataColumn148 = new System.Data.DataColumn();
     this.dataColumn149 = new System.Data.DataColumn();
     this.dataColumn150 = new System.Data.DataColumn();
     this.dataColumn151 = new System.Data.DataColumn();
     this.dataColumn152 = new System.Data.DataColumn();
     this.dataColumn153 = new System.Data.DataColumn();
     this.dataColumn154 = new System.Data.DataColumn();
     this.dataColumn155 = new System.Data.DataColumn();
     this.dataColumn156 = new System.Data.DataColumn();
     this.dataColumn157 = new System.Data.DataColumn();
     this.dataColumn158 = new System.Data.DataColumn();
     this.dataColumn159 = new System.Data.DataColumn();
     this.dataColumn160 = new System.Data.DataColumn();
     this.dataColumn161 = new System.Data.DataColumn();
     this.dataColumn162 = new System.Data.DataColumn();
     this.dataColumn163 = new System.Data.DataColumn();
     this.dataColumn164 = new System.Data.DataColumn();
     this.dataColumn165 = new System.Data.DataColumn();
     this.dataColumn166 = new System.Data.DataColumn();
     this.dataColumn167 = new System.Data.DataColumn();
     this.dataColumn168 = new System.Data.DataColumn();
     this.dataColumn169 = new System.Data.DataColumn();
     this.dataColumn170 = new System.Data.DataColumn();
     this.dataColumn190 = new System.Data.DataColumn();
     this.dataColumn191 = new System.Data.DataColumn();
     this.dataColumn192 = new System.Data.DataColumn();
     this.dataColumn193 = new System.Data.DataColumn();
     this.dataColumn194 = new System.Data.DataColumn();
     this.dataColumn195 = new System.Data.DataColumn();
     this.dataColumn196 = new System.Data.DataColumn();
     this.dataColumn197 = new System.Data.DataColumn();
     this.dataColumn198 = new System.Data.DataColumn();
     this.dataColumn199 = new System.Data.DataColumn();
     this.dataColumn200 = new System.Data.DataColumn();
     this.dataColumn201 = new System.Data.DataColumn();
     this.dataColumn202 = new System.Data.DataColumn();
     this.dataColumn203 = new System.Data.DataColumn();
     this.dataColumn209 = new System.Data.DataColumn();
     this.dataColumn210 = new System.Data.DataColumn();
     this.dataColumn211 = new System.Data.DataColumn();
     this.dataColumn212 = new System.Data.DataColumn();
     this.dataColumn213 = new System.Data.DataColumn();
     this.dataColumn214 = new System.Data.DataColumn();
     this.dataColumn215 = new System.Data.DataColumn();
     this.btn5 = new System.Windows.Forms.Button();
     this.btn6 = new System.Windows.Forms.Button();
     this.btn4 = new System.Windows.Forms.Button();
     this.btn3 = new System.Windows.Forms.Button();
     this.btn2 = new System.Windows.Forms.Button();
     this.btn1 = new System.Windows.Forms.Button();
     this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.panelSPKZ = new System.Windows.Forms.Panel();
     this.buttonSHORT = new System.Windows.Forms.Button();
     this.buttonLENGTH = new System.Windows.Forms.Button();
     this.buttonZOOMIN = new System.Windows.Forms.Button();
     this.buttonZOOMOUT = new System.Windows.Forms.Button();
     this.buttonRIGHTDOWN = new System.Windows.Forms.Button();
     this.buttonLEFTDOWN = new System.Windows.Forms.Button();
     this.buttonRIGHTUP = new System.Windows.Forms.Button();
     this.buttonLEFTUP = new System.Windows.Forms.Button();
     this.button15 = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.buttonRIGHT = new System.Windows.Forms.Button();
     this.buttonLEFT = new System.Windows.Forms.Button();
     this.buttonDOWN = new System.Windows.Forms.Button();
     this.buttonUP = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.panel7 = new System.Windows.Forms.Panel();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.button4 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.weighEditorControl1 = new YGJZJL.Car.WeighEditorControl();
     this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.panel8 = new System.Windows.Forms.Panel();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.btnJG = new System.Windows.Forms.Button();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.rtuControl1 = new YGJZJL.Car.RtuControl();
     this.meterControl1 = new YGJZJL.Car.MeterControl();
     this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel14 = new System.Windows.Forms.Panel();
     this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.panel13 = new System.Windows.Forms.Panel();
     this.videoChannel4 = new System.Windows.Forms.PictureBox();
     this.panel12 = new System.Windows.Forms.Panel();
     this.videoChannel3 = new System.Windows.Forms.PictureBox();
     this.panel11 = new System.Windows.Forms.Panel();
     this.videoChannel2 = new System.Windows.Forms.PictureBox();
     this.panel10 = new System.Windows.Forms.Panel();
     this.videoChannel1 = new System.Windows.Forms.PictureBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.txtZZ = new System.Windows.Forms.TextBox();
     this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.bigVideoChannel = new System.Windows.Forms.PictureBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel6 = new System.Windows.Forms.Panel();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._FrmBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FrmBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea4 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.ultraTabPageControl3.SuspendLayout();
     this.panelYCSP.SuspendLayout();
     this.panel16.SuspendLayout();
     this.panel20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel8)).BeginInit();
     this.panel15.SuspendLayout();
     this.panel19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel7)).BeginInit();
     this.panel22.SuspendLayout();
     this.panel18.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel6)).BeginInit();
     this.panel21.SuspendLayout();
     this.panel17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel5)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHT)).BeginInit();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
     this.panelYYBF.SuspendLayout();
     this.panel23.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
     this.panelSPKZ.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
     this.ultraExpandableGroupBox2.SuspendLayout();
     this.ultraExpandableGroupBoxPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel4.SuspendLayout();
     this.panel14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
     this.ultraTabControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel4)).BeginInit();
     this.panel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel3)).BeginInit();
     this.panel11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel2)).BeginInit();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bigVideoChannel)).BeginInit();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._FrmBaseAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.dockableWindow2.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Controls.Add(this.panelYCSP);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl3, null);
     this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 20);
     this.ultraTabPageControl3.Name = "ultraTabPageControl3";
     this.ultraTabPageControl3.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl3, null);
     //
     // panelYCSP
     //
     this.panelYCSP.AutoScroll = true;
     this.panelYCSP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelYCSP.Controls.Add(this.panel16);
     this.panelYCSP.Controls.Add(this.panel15);
     this.panelYCSP.Controls.Add(this.panel22);
     this.panelYCSP.Controls.Add(this.panel21);
     this.coreBind.SetDatabasecommand(this.panelYCSP, null);
     this.panelYCSP.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelYCSP.Location = new System.Drawing.Point(0, 0);
     this.panelYCSP.Name = "panelYCSP";
     this.panelYCSP.Size = new System.Drawing.Size(587, 198);
     this.panelYCSP.TabIndex = 17;
     this.coreBind.SetVerification(this.panelYCSP, null);
     //
     // panel16
     //
     this.panel16.Controls.Add(this.panel20);
     this.panel16.Controls.Add(this.videoChannel8);
     this.coreBind.SetDatabasecommand(this.panel16, null);
     this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel16.Location = new System.Drawing.Point(900, 0);
     this.panel16.Name = "panel16";
     this.panel16.Size = new System.Drawing.Size(300, 181);
     this.panel16.TabIndex = 5;
     this.coreBind.SetVerification(this.panel16, null);
     //
     // panel20
     //
     this.panel20.Controls.Add(this.pictureBox4);
     this.coreBind.SetDatabasecommand(this.panel20, null);
     this.panel20.Location = new System.Drawing.Point(0, 0);
     this.panel20.Name = "panel20";
     this.panel20.Size = new System.Drawing.Size(29, 23);
     this.panel20.TabIndex = 5;
     this.coreBind.SetVerification(this.panel20, null);
     this.panel20.Visible = false;
     //
     // pictureBox4
     //
     this.coreBind.SetDatabasecommand(this.pictureBox4, null);
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox4.Location = new System.Drawing.Point(0, 0);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(29, 23);
     this.pictureBox4.TabIndex = 0;
     this.pictureBox4.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox4, null);
     //
     // videoChannel8
     //
     this.videoChannel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel8, null);
     this.videoChannel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel8.Location = new System.Drawing.Point(0, 0);
     this.videoChannel8.Name = "videoChannel8";
     this.videoChannel8.Size = new System.Drawing.Size(300, 181);
     this.videoChannel8.TabIndex = 2;
     this.videoChannel8.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel8, null);
     this.videoChannel8.DoubleClick += new System.EventHandler(this.videoChannel8_DoubleClick);
     //
     // panel15
     //
     this.panel15.Controls.Add(this.panel19);
     this.panel15.Controls.Add(this.videoChannel7);
     this.coreBind.SetDatabasecommand(this.panel15, null);
     this.panel15.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel15.Location = new System.Drawing.Point(600, 0);
     this.panel15.Name = "panel15";
     this.panel15.Size = new System.Drawing.Size(300, 181);
     this.panel15.TabIndex = 4;
     this.coreBind.SetVerification(this.panel15, null);
     //
     // panel19
     //
     this.panel19.Controls.Add(this.pictureBox3);
     this.coreBind.SetDatabasecommand(this.panel19, null);
     this.panel19.Location = new System.Drawing.Point(0, 0);
     this.panel19.Name = "panel19";
     this.panel19.Size = new System.Drawing.Size(29, 23);
     this.panel19.TabIndex = 5;
     this.coreBind.SetVerification(this.panel19, null);
     this.panel19.Visible = false;
     //
     // pictureBox3
     //
     this.coreBind.SetDatabasecommand(this.pictureBox3, null);
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox3.Location = new System.Drawing.Point(0, 0);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(29, 23);
     this.pictureBox3.TabIndex = 0;
     this.pictureBox3.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox3, null);
     //
     // videoChannel7
     //
     this.videoChannel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel7, null);
     this.videoChannel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel7.Location = new System.Drawing.Point(0, 0);
     this.videoChannel7.Name = "videoChannel7";
     this.videoChannel7.Size = new System.Drawing.Size(300, 181);
     this.videoChannel7.TabIndex = 2;
     this.videoChannel7.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel7, null);
     this.videoChannel7.DoubleClick += new System.EventHandler(this.videoChannel7_DoubleClick);
     //
     // panel22
     //
     this.panel22.Controls.Add(this.panel18);
     this.panel22.Controls.Add(this.videoChannel6);
     this.coreBind.SetDatabasecommand(this.panel22, null);
     this.panel22.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel22.Location = new System.Drawing.Point(300, 0);
     this.panel22.Name = "panel22";
     this.panel22.Size = new System.Drawing.Size(300, 181);
     this.panel22.TabIndex = 3;
     this.coreBind.SetVerification(this.panel22, null);
     //
     // panel18
     //
     this.panel18.Controls.Add(this.pictureBox2);
     this.coreBind.SetDatabasecommand(this.panel18, null);
     this.panel18.Location = new System.Drawing.Point(0, 0);
     this.panel18.Name = "panel18";
     this.panel18.Size = new System.Drawing.Size(29, 23);
     this.panel18.TabIndex = 5;
     this.coreBind.SetVerification(this.panel18, null);
     this.panel18.Visible = false;
     //
     // pictureBox2
     //
     this.coreBind.SetDatabasecommand(this.pictureBox2, null);
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(29, 23);
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox2, null);
     //
     // videoChannel6
     //
     this.videoChannel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel6, null);
     this.videoChannel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel6.Location = new System.Drawing.Point(0, 0);
     this.videoChannel6.Name = "videoChannel6";
     this.videoChannel6.Size = new System.Drawing.Size(300, 181);
     this.videoChannel6.TabIndex = 2;
     this.videoChannel6.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel6, null);
     this.videoChannel6.DoubleClick += new System.EventHandler(this.videoChannel6_DoubleClick);
     this.videoChannel6.Click += new System.EventHandler(this.pictureBox2_Click);
     //
     // panel21
     //
     this.panel21.Controls.Add(this.panel17);
     this.panel21.Controls.Add(this.videoChannel5);
     this.coreBind.SetDatabasecommand(this.panel21, null);
     this.panel21.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel21.Location = new System.Drawing.Point(0, 0);
     this.panel21.Name = "panel21";
     this.panel21.Size = new System.Drawing.Size(300, 181);
     this.panel21.TabIndex = 0;
     this.coreBind.SetVerification(this.panel21, null);
     //
     // panel17
     //
     this.panel17.Controls.Add(this.pictureBox1);
     this.coreBind.SetDatabasecommand(this.panel17, null);
     this.panel17.Location = new System.Drawing.Point(0, 0);
     this.panel17.Name = "panel17";
     this.panel17.Size = new System.Drawing.Size(29, 23);
     this.panel17.TabIndex = 4;
     this.coreBind.SetVerification(this.panel17, null);
     this.panel17.Visible = false;
     //
     // pictureBox1
     //
     this.coreBind.SetDatabasecommand(this.pictureBox1, null);
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(29, 23);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     this.coreBind.SetVerification(this.pictureBox1, null);
     //
     // videoChannel5
     //
     this.videoChannel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.videoChannel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.coreBind.SetDatabasecommand(this.videoChannel5, null);
     this.videoChannel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel5.Location = new System.Drawing.Point(0, 0);
     this.videoChannel5.Name = "videoChannel5";
     this.videoChannel5.Size = new System.Drawing.Size(300, 181);
     this.videoChannel5.TabIndex = 3;
     this.videoChannel5.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel5, null);
     this.videoChannel5.DoubleClick += new System.EventHandler(this.videoChannel5_DoubleClick);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this.ultraChart1);
     this.ultraTabPageControl2.Controls.Add(this.picHT);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl2, null);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl2, null);
     //
     //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
     //			'ChartType' must be persisted ahead of any Axes change made in design time.
     //
     this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart1
     //
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE = paintElement1;
     this.ultraChart1.Axis.X.Extent = 5;
     this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.Visible = false;
     this.ultraChart1.Axis.X.LineThickness = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible = false;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart1.Axis.X.TickmarkPercentage = 5;
     this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible = true;
     this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.Visible = false;
     this.ultraChart1.Axis.X2.LineThickness = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.X2.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
     this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible = false;
     this.ultraChart1.Axis.Y.Extent = 40;
     this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Y.TickmarkInterval = 0.2;
     this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible = true;
     this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.Visible = false;
     this.ultraChart1.Axis.Y2.LineThickness = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval = 50;
     this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible = false;
     this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.Visible = false;
     this.ultraChart1.Axis.Z.LineThickness = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible = false;
     this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "<ITEM_LABEL>";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.Visible = false;
     this.ultraChart1.Axis.Z2.LineThickness = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible = false;
     this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
     this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
     this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
     this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     numericSeries1.Key = "series1";
     paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     numericDataPoint1.PE = paintElement2;
     numericSeries1.Points.AddRange(new Infragistics.UltraChart.Resources.Appearance.NumericDataPoint[] {
     numericDataPoint1});
     this.ultraChart1.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
     numericSeries1});
     this.ultraChart1.Data.DataMember = "曲线图";
     this.coreBind.SetDatabasecommand(this.ultraChart1, null);
     this.ultraChart1.DataMember = "曲线图";
     this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name = "ultraChart1";
     this.ultraChart1.Size = new System.Drawing.Size(587, 198);
     this.ultraChart1.TabIndex = 3;
     this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.coreBind.SetVerification(this.ultraChart1, null);
     //
     // picHT
     //
     this.coreBind.SetDatabasecommand(this.picHT, null);
     this.picHT.Dock = System.Windows.Forms.DockStyle.Fill;
     this.picHT.Location = new System.Drawing.Point(0, 0);
     this.picHT.Name = "picHT";
     this.picHT.Size = new System.Drawing.Size(587, 198);
     this.picHT.TabIndex = 1;
     this.picHT.TabStop = false;
     this.coreBind.SetVerification(this.picHT, null);
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
     this.coreBind.SetDatabasecommand(this.ultraTabPageControl1, null);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl1.Name = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabPageControl1, null);
     //
     // ultraGrid3
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid3, null);
     appearance31.BackColor = System.Drawing.Color.White;
     appearance31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid3.DisplayLayout.Appearance = appearance31;
     this.ultraGrid3.DisplayLayout.InterBandSpacing = 10;
     this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
     appearance32.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance32;
     this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.ultraGrid3.DisplayLayout.Override.FilterClearButtonLocation = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance33.BackColor2 = System.Drawing.Color.White;
     appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance33.FontData.SizeInPoints = 11F;
     appearance33.FontData.UnderlineAsString = "False";
     appearance33.ForeColor = System.Drawing.Color.Black;
     appearance33.TextHAlignAsString = "Center";
     appearance33.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance33;
     this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance34;
     appearance35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance35.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance35;
     this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance36.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance36.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance36;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.ultraGrid3.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid3.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid3.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid3.Name = "ultraGrid3";
     this.ultraGrid3.Size = new System.Drawing.Size(587, 198);
     this.ultraGrid3.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid3, null);
     this.ultraGrid3.DoubleClick += new System.EventHandler(this.ultraGrid3_DoubleClick);
     //
     // panelYYBF
     //
     this.panelYYBF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelYYBF.Controls.Add(this.panel23);
     this.panelYYBF.Controls.Add(this.btn5);
     this.panelYYBF.Controls.Add(this.btn6);
     this.panelYYBF.Controls.Add(this.btn4);
     this.panelYYBF.Controls.Add(this.btn3);
     this.panelYYBF.Controls.Add(this.btn2);
     this.panelYYBF.Controls.Add(this.btn1);
     this.panelYYBF.Controls.Add(this.ultraGrid4);
     this.coreBind.SetDatabasecommand(this.panelYYBF, null);
     this.panelYYBF.Location = new System.Drawing.Point(0, 28);
     this.panelYYBF.Name = "panelYYBF";
     this.panelYYBF.Size = new System.Drawing.Size(133, 718);
     this.panelYYBF.TabIndex = 8;
     this.panelYYBF.Tag = "";
     this.coreBind.SetVerification(this.panelYYBF, null);
     //
     // panel23
     //
     this.panel23.Controls.Add(this.ultraGrid5);
     this.coreBind.SetDatabasecommand(this.panel23, null);
     this.panel23.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel23.Location = new System.Drawing.Point(0, 0);
     this.panel23.Name = "panel23";
     this.panel23.Size = new System.Drawing.Size(133, 718);
     this.panel23.TabIndex = 33;
     this.coreBind.SetVerification(this.panel23, null);
     //
     // ultraGrid5
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid5, null);
     this.ultraGrid5.DataMember = "语音表";
     this.ultraGrid5.DataSource = this.dataSet1;
     appearance19.BackColor = System.Drawing.Color.White;
     appearance19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid5.DisplayLayout.Appearance = appearance19;
     ultraGridColumn1.Header.VisiblePosition = 0;
     ultraGridColumn2.Header.VisiblePosition = 1;
     ultraGridColumn2.Hidden = true;
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.Hidden = true;
     ultraGridBand1.Columns.AddRange(new object[] {
     ultraGridColumn1,
     ultraGridColumn2,
     ultraGridColumn3,
     ultraGridColumn4});
     this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid5.DisplayLayout.InterBandSpacing = 10;
     appearance20.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance20;
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance21.BackColor2 = System.Drawing.Color.White;
     appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance21.FontData.SizeInPoints = 11F;
     appearance21.FontData.UnderlineAsString = "False";
     appearance21.ForeColor = System.Drawing.Color.Black;
     appearance21.TextHAlignAsString = "Center";
     appearance21.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance21;
     appearance22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance22;
     appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance23.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid5.DisplayLayout.Override.RowSelectorAppearance = appearance23;
     this.ultraGrid5.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid5.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance25.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance25.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance25.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid5.DisplayLayout.Override.SelectedRowAppearance = appearance25;
     this.ultraGrid5.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid5.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid5.Name = "ultraGrid5";
     this.ultraGrid5.Size = new System.Drawing.Size(133, 718);
     this.ultraGrid5.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid5, null);
     this.ultraGrid5.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid5_ClickCell);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1,
     this.dataTable2,
     this.dataTable3,
     this.dataTable4,
     this.dataTable5,
     this.dataTable6,
     this.dataTable7,
     this.dataTable8,
     this.dataTable9,
     this.dataTable10,
     this.dataTable11});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn52,
     this.dataColumn63,
     this.dataColumn64,
     this.dataColumn65,
     this.dataColumn66,
     this.dataColumn67,
     this.dataColumn68,
     this.dataColumn69,
     this.dataColumn70,
     this.dataColumn72,
     this.dataColumn73,
     this.dataColumn74,
     this.dataColumn75,
     this.dataColumn76,
     this.dataColumn77,
     this.dataColumn78,
     this.dataColumn79,
     this.dataColumn80,
     this.dataColumn81,
     this.dataColumn82,
     this.dataColumn83,
     this.dataColumn84,
     this.dataColumn85,
     this.dataColumn86,
     this.dataColumn87,
     this.dataColumn88,
     this.dataColumn89,
     this.dataColumn90,
     this.dataColumn91,
     this.dataColumn171,
     this.dataColumn216,
     this.dataColumn219,
     this.dataColumn220});
     this.dataTable1.TableName = "计量点基础表";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption = "计量点编码";
     this.dataColumn1.ColumnName = "FS_POINTCODE";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption = "计量点";
     this.dataColumn2.ColumnName = "FS_POINTNAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption = "接管";
     this.dataColumn3.ColumnName = "XZ";
     //
     // dataColumn52
     //
     this.dataColumn52.Caption = "接管标志";
     this.dataColumn52.ColumnName = "FS_SIGN";
     //
     // dataColumn63
     //
     this.dataColumn63.Caption = "仪表类型";
     this.dataColumn63.ColumnName = "FS_METERTYPE";
     //
     // dataColumn64
     //
     this.dataColumn64.Caption = "仪表参数";
     this.dataColumn64.ColumnName = "FS_METERPARA";
     //
     // dataColumn65
     //
     this.dataColumn65.Caption = "IP";
     this.dataColumn65.ColumnName = "FS_MOXAIP";
     //
     // dataColumn66
     //
     this.dataColumn66.Caption = "端口";
     this.dataColumn66.ColumnName = "FS_MOXAPORT";
     //
     // dataColumn67
     //
     this.dataColumn67.Caption = "VIEDOIP";
     this.dataColumn67.ColumnName = "FS_VIEDOIP";
     //
     // dataColumn68
     //
     this.dataColumn68.Caption = "录像机端口";
     this.dataColumn68.ColumnName = "FS_VIEDOPORT";
     //
     // dataColumn69
     //
     this.dataColumn69.Caption = "用户名";
     this.dataColumn69.ColumnName = "FS_VIEDOUSER";
     //
     // dataColumn70
     //
     this.dataColumn70.Caption = "密码";
     this.dataColumn70.ColumnName = "FS_VIEDOPWD";
     //
     // dataColumn72
     //
     this.dataColumn72.Caption = "FS_POINTDEPART";
     this.dataColumn72.ColumnName = "FS_POINTDEPART";
     //
     // dataColumn73
     //
     this.dataColumn73.Caption = "FS_POINTTYPE";
     this.dataColumn73.ColumnName = "FS_POINTTYPE";
     //
     // dataColumn74
     //
     this.dataColumn74.Caption = "FS_RTUIP";
     this.dataColumn74.ColumnName = "FS_RTUIP";
     //
     // dataColumn75
     //
     this.dataColumn75.Caption = "FS_RTUPORT";
     this.dataColumn75.ColumnName = "FS_RTUPORT";
     //
     // dataColumn76
     //
     this.dataColumn76.Caption = "FS_PRINTERIP";
     this.dataColumn76.ColumnName = "FS_PRINTERIP";
     //
     // dataColumn77
     //
     this.dataColumn77.Caption = "FS_PRINTERNAME";
     this.dataColumn77.ColumnName = "FS_PRINTERNAME";
     //
     // dataColumn78
     //
     this.dataColumn78.Caption = "FS_PRINTTYPECODE";
     this.dataColumn78.ColumnName = "FS_PRINTTYPECODE";
     //
     // dataColumn79
     //
     this.dataColumn79.Caption = "FN_USEDPRINTPAPER";
     this.dataColumn79.ColumnName = "FN_USEDPRINTPAPER";
     //
     // dataColumn80
     //
     this.dataColumn80.Caption = "FN_USEDPRINTINK";
     this.dataColumn80.ColumnName = "FN_USEDPRINTINK";
     //
     // dataColumn81
     //
     this.dataColumn81.Caption = "FS_LEDIP";
     this.dataColumn81.ColumnName = "FS_LEDIP";
     //
     // dataColumn82
     //
     this.dataColumn82.Caption = "FS_LEDPORT";
     this.dataColumn82.ColumnName = "FS_LEDPORT";
     //
     // dataColumn83
     //
     this.dataColumn83.Caption = "FN_VALUE";
     this.dataColumn83.ColumnName = "FN_VALUE";
     //
     // dataColumn84
     //
     this.dataColumn84.Caption = "FS_ALLOWOTHERTARE";
     this.dataColumn84.ColumnName = "FS_ALLOWOTHERTARE";
     //
     // dataColumn85
     //
     this.dataColumn85.Caption = "FS_DISPLAYPORT";
     this.dataColumn85.ColumnName = "FS_DISPLAYPORT";
     //
     // dataColumn86
     //
     this.dataColumn86.Caption = "FS_DISPLAYPARA";
     this.dataColumn86.ColumnName = "FS_DISPLAYPARA";
     //
     // dataColumn87
     //
     this.dataColumn87.Caption = "FS_READERPORT";
     this.dataColumn87.ColumnName = "FS_READERPORT";
     //
     // dataColumn88
     //
     this.dataColumn88.Caption = "FS_READERPARA";
     this.dataColumn88.ColumnName = "FS_READERPARA";
     //
     // dataColumn89
     //
     this.dataColumn89.Caption = "FS_READERTYPE";
     this.dataColumn89.ColumnName = "FS_READERTYPE";
     //
     // dataColumn90
     //
     this.dataColumn90.Caption = "FS_DISPLAYTYPE";
     this.dataColumn90.ColumnName = "FS_DISPLAYTYPE";
     //
     // dataColumn91
     //
     this.dataColumn91.Caption = "FS_LEDTYPE";
     this.dataColumn91.ColumnName = "FS_LEDTYPE";
     //
     // dataColumn171
     //
     this.dataColumn171.ColumnName = "FF_CLEARVALUE";
     //
     // dataColumn216
     //
     this.dataColumn216.Caption = "计量点状态";
     this.dataColumn216.ColumnName = "FS_POINTSTATE";
     //
     // dataColumn219
     //
     this.dataColumn219.ColumnName = "FS_IP";
     //
     // dataColumn220
     //
     this.dataColumn220.ColumnName = "FN_POINTFLAG";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12,
     this.dataColumn13,
     this.dataColumn14,
     this.dataColumn15,
     this.dataColumn16,
     this.dataColumn17,
     this.dataColumn18,
     this.dataColumn19,
     this.dataColumn20,
     this.dataColumn51,
     this.dataColumn71,
     this.dataColumn94,
     this.dataColumn95,
     this.dataColumn96,
     this.dataColumn97,
     this.dataColumn98,
     this.dataColumn99,
     this.dataColumn100,
     this.dataColumn102,
     this.dataColumn101,
     this.dataColumn103,
     this.dataColumn104,
     this.dataColumn105,
     this.dataColumn106,
     this.dataColumn107,
     this.dataColumn108,
     this.dataColumn109,
     this.dataColumn110,
     this.dataColumn111,
     this.dataColumn112,
     this.dataColumn113,
     this.dataColumn114,
     this.dataColumn115,
     this.dataColumn176,
     this.dataColumn177,
     this.dataColumn178,
     this.dataColumn179,
     this.dataColumn180,
     this.dataColumn181,
     this.dataColumn182,
     this.dataColumn183,
     this.dataColumn184,
     this.dataColumn185,
     this.dataColumn186,
     this.dataColumn187,
     this.dataColumn188,
     this.dataColumn189,
     this.dataColumn204,
     this.dataColumn205,
     this.dataColumn206,
     this.dataColumn207,
     this.dataColumn208});
     this.dataTable2.TableName = "一次计量表";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption = "作业编号";
     this.dataColumn4.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption = "预报号";
     this.dataColumn5.ColumnName = "FS_PLANCODE";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption = "合同号";
     this.dataColumn6.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption = "合同项目编号";
     this.dataColumn7.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption = "炉号";
     this.dataColumn8.ColumnName = "FS_STOVENO";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption = "支数";
     this.dataColumn9.ColumnName = "FN_COUNT";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption = "卡号";
     this.dataColumn10.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption = "车号";
     this.dataColumn11.ColumnName = "FS_CARNO";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption = "重量";
     this.dataColumn12.ColumnName = "FN_WEIGHT";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption = "计量点";
     this.dataColumn13.ColumnName = "FS_POUND";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption = "计量员";
     this.dataColumn14.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption = "计量时间";
     this.dataColumn15.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption = "班次";
     this.dataColumn16.ColumnName = "FS_SHIFT";
     //
     // dataColumn17
     //
     this.dataColumn17.Caption = "流向";
     this.dataColumn17.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn18
     //
     this.dataColumn18.Caption = "发货单位";
     this.dataColumn18.ColumnName = "FS_SENDER";
     //
     // dataColumn19
     //
     this.dataColumn19.Caption = "收货单位";
     this.dataColumn19.ColumnName = "FS_RECEIVER";
     //
     // dataColumn20
     //
     this.dataColumn20.Caption = "承运单位";
     this.dataColumn20.ColumnName = "FS_TRANSNO";
     //
     // dataColumn51
     //
     this.dataColumn51.Caption = "物料名称";
     this.dataColumn51.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn71
     //
     this.dataColumn71.Caption = "是否异常";
     this.dataColumn71.ColumnName = "FS_YCSFYC";
     //
     // dataColumn94
     //
     this.dataColumn94.Caption = "发货库存点代码";
     this.dataColumn94.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn95
     //
     this.dataColumn95.Caption = "收货库存点代码";
     this.dataColumn95.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn96
     //
     this.dataColumn96.Caption = "磅房编号";
     this.dataColumn96.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn97
     //
     this.dataColumn97.Caption = "预报总重";
     this.dataColumn97.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn98
     //
     this.dataColumn98.Caption = "预报皮重";
     this.dataColumn98.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn99
     //
     this.dataColumn99.Caption = "预报净量";
     this.dataColumn99.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn100
     //
     this.dataColumn100.Caption = "班别";
     this.dataColumn100.ColumnName = "FS_TERM";
     //
     // dataColumn102
     //
     this.dataColumn102.Caption = "发货单位";
     this.dataColumn102.ColumnName = "FS_FHDW";
     //
     // dataColumn101
     //
     this.dataColumn101.Caption = "收货单位";
     this.dataColumn101.ColumnName = "FS_SHDW";
     //
     // dataColumn103
     //
     this.dataColumn103.Caption = "承运单位";
     this.dataColumn103.ColumnName = "FS_CYDW";
     //
     // dataColumn104
     //
     this.dataColumn104.Caption = "流向";
     this.dataColumn104.ColumnName = "FS_LX";
     //
     // dataColumn105
     //
     this.dataColumn105.Caption = "装车入库时间";
     this.dataColumn105.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn106
     //
     this.dataColumn106.Caption = "装车出库时间";
     this.dataColumn106.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn107
     //
     this.dataColumn107.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn108
     //
     this.dataColumn108.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataColumn109
     //
     this.dataColumn109.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn110
     //
     this.dataColumn110.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn111
     //
     this.dataColumn111.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn112
     //
     this.dataColumn112.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn113
     //
     this.dataColumn113.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn114
     //
     this.dataColumn114.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn115
     //
     this.dataColumn115.ColumnName = "FS_MATERIAL";
     //
     // dataColumn176
     //
     this.dataColumn176.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn177
     //
     this.dataColumn177.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn178
     //
     this.dataColumn178.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn179
     //
     this.dataColumn179.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn180
     //
     this.dataColumn180.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn181
     //
     this.dataColumn181.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn182
     //
     this.dataColumn182.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn183
     //
     this.dataColumn183.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn184
     //
     this.dataColumn184.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn185
     //
     this.dataColumn185.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn186
     //
     this.dataColumn186.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn187
     //
     this.dataColumn187.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn188
     //
     this.dataColumn188.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn189
     //
     this.dataColumn189.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn204
     //
     this.dataColumn204.Caption = "应扣量";
     this.dataColumn204.ColumnName = "FS_YKL";
     //
     // dataColumn205
     //
     this.dataColumn205.Caption = "复磅标志";
     this.dataColumn205.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn206
     //
     this.dataColumn206.Caption = "复磅确认时间";
     this.dataColumn206.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn207
     //
     this.dataColumn207.Caption = "复磅确认地点";
     this.dataColumn207.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn208
     //
     this.dataColumn208.Caption = "复磅确认员";
     this.dataColumn208.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataTable3
     //
     this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn21,
     this.dataColumn22,
     this.dataColumn92,
     this.dataColumn93});
     this.dataTable3.TableName = "语音表";
     //
     // dataColumn21
     //
     this.dataColumn21.Caption = "声音名称";
     this.dataColumn21.ColumnName = "FS_VOICENAME";
     //
     // dataColumn22
     //
     this.dataColumn22.Caption = "计量类型汽车衡";
     this.dataColumn22.ColumnName = "FS_INSTRTYPE";
     //
     // dataColumn92
     //
     this.dataColumn92.Caption = "描述";
     this.dataColumn92.ColumnName = "FS_MEMO";
     //
     // dataColumn93
     //
     this.dataColumn93.ColumnName = "FS_VOICEFILE";
     this.dataColumn93.DataType = typeof(byte[]);
     //
     // dataTable4
     //
     this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn23,
     this.dataColumn24,
     this.dataColumn25,
     this.dataColumn26,
     this.dataColumn27,
     this.dataColumn28,
     this.dataColumn29,
     this.dataColumn30,
     this.dataColumn31,
     this.dataColumn32,
     this.dataColumn33,
     this.dataColumn34,
     this.dataColumn35,
     this.dataColumn53,
     this.dataColumn172,
     this.dataColumn173,
     this.dataColumn174,
     this.dataColumn175,
     this.dataColumn217,
     this.dataColumn218});
     this.dataTable4.TableName = "预报表";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "FS_PLANCODE";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "FS_CARNO";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "FS_SENDER";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "FS_MATERIAL";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "FS_RECEIVERFACTORY";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "FS_TRANSNO";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "FS_STOVENO";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "FN_BILLETCOUNT";
     //
     // dataColumn53
     //
     this.dataColumn53.Caption = "期限皮重标志";
     this.dataColumn53.ColumnName = "FS_LEVEL";
     //
     // dataColumn172
     //
     this.dataColumn172.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn173
     //
     this.dataColumn173.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn174
     //
     this.dataColumn174.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn175
     //
     this.dataColumn175.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn217
     //
     this.dataColumn217.Caption = "供应商";
     this.dataColumn217.ColumnName = "FS_PROVIDER";
     //
     // dataColumn218
     //
     this.dataColumn218.ColumnName = "FS_DRIVERREMARK";
     //
     // dataTable5
     //
     this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn36,
     this.dataColumn37,
     this.dataColumn38,
     this.dataColumn39,
     this.dataColumn40,
     this.dataColumn41,
     this.dataColumn42,
     this.dataColumn43,
     this.dataColumn44,
     this.dataColumn45,
     this.dataColumn46,
     this.dataColumn47,
     this.dataColumn48,
     this.dataColumn49,
     this.dataColumn50});
     this.dataTable5.TableName = "图片表";
     //
     // dataColumn36
     //
     this.dataColumn36.Caption = "作业编号";
     this.dataColumn36.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "FB_IMAGE1";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "FB_IMAGE2";
     //
     // dataColumn39
     //
     this.dataColumn39.ColumnName = "FB_IMAGE3";
     //
     // dataColumn40
     //
     this.dataColumn40.ColumnName = "FB_IMAGE4";
     //
     // dataColumn41
     //
     this.dataColumn41.ColumnName = "FB_IMAGE5";
     //
     // dataColumn42
     //
     this.dataColumn42.ColumnName = "FB_IMAGE6";
     //
     // dataColumn43
     //
     this.dataColumn43.ColumnName = "FB_IMAGE7";
     //
     // dataColumn44
     //
     this.dataColumn44.ColumnName = "FB_IMAGE8";
     //
     // dataColumn45
     //
     this.dataColumn45.ColumnName = "FB_IMAGE9";
     //
     // dataColumn46
     //
     this.dataColumn46.ColumnName = "FB_IMAGE10";
     //
     // dataColumn47
     //
     this.dataColumn47.ColumnName = "FB_IMAGE11";
     //
     // dataColumn48
     //
     this.dataColumn48.ColumnName = "FB_IMAGE12";
     //
     // dataColumn49
     //
     this.dataColumn49.ColumnName = "FB_IMAGEYCJL";
     //
     // dataColumn50
     //
     this.dataColumn50.ColumnName = "FB_IMAGEECJL";
     //
     // dataTable6
     //
     this.dataTable6.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn54,
     this.dataColumn55,
     this.dataColumn56,
     this.dataColumn57,
     this.dataColumn58,
     this.dataColumn59,
     this.dataColumn60,
     this.dataColumn61,
     this.dataColumn62,
     this.dataColumn221,
     this.dataColumn222,
     this.dataColumn223,
     this.dataColumn224,
     this.dataColumn225,
     this.dataColumn226,
     this.dataColumn227,
     this.dataColumn228,
     this.dataColumn229,
     this.dataColumn230,
     this.dataColumn231});
     this.dataTable6.TableName = "曲线图";
     //
     // dataColumn54
     //
     this.dataColumn54.ColumnName = "ZL1";
     this.dataColumn54.DataType = typeof(decimal);
     //
     // dataColumn55
     //
     this.dataColumn55.ColumnName = "ZL2";
     this.dataColumn55.DataType = typeof(decimal);
     //
     // dataColumn56
     //
     this.dataColumn56.ColumnName = "ZL3";
     this.dataColumn56.DataType = typeof(decimal);
     //
     // dataColumn57
     //
     this.dataColumn57.ColumnName = "ZL4";
     this.dataColumn57.DataType = typeof(decimal);
     //
     // dataColumn58
     //
     this.dataColumn58.ColumnName = "ZL5";
     this.dataColumn58.DataType = typeof(decimal);
     //
     // dataColumn59
     //
     this.dataColumn59.ColumnName = "ZL6";
     this.dataColumn59.DataType = typeof(decimal);
     //
     // dataColumn60
     //
     this.dataColumn60.ColumnName = "ZL7";
     this.dataColumn60.DataType = typeof(decimal);
     //
     // dataColumn61
     //
     this.dataColumn61.ColumnName = "ZL8";
     this.dataColumn61.DataType = typeof(decimal);
     //
     // dataColumn62
     //
     this.dataColumn62.ColumnName = "ZL9";
     this.dataColumn62.DataType = typeof(decimal);
     //
     // dataColumn221
     //
     this.dataColumn221.ColumnName = "ZL10";
     //
     // dataColumn222
     //
     this.dataColumn222.ColumnName = "ZL11";
     //
     // dataColumn223
     //
     this.dataColumn223.ColumnName = "ZL12";
     //
     // dataColumn224
     //
     this.dataColumn224.ColumnName = "ZL13";
     //
     // dataColumn225
     //
     this.dataColumn225.ColumnName = "ZL14";
     //
     // dataColumn226
     //
     this.dataColumn226.ColumnName = "ZL15";
     //
     // dataColumn227
     //
     this.dataColumn227.ColumnName = "ZL16";
     //
     // dataColumn228
     //
     this.dataColumn228.ColumnName = "ZL17";
     //
     // dataColumn229
     //
     this.dataColumn229.ColumnName = "ZL18";
     //
     // dataColumn230
     //
     this.dataColumn230.ColumnName = "ZL19";
     //
     // dataColumn231
     //
     this.dataColumn231.ColumnName = "ZL20";
     //
     // dataTable7
     //
     this.dataTable7.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn116,
     this.dataColumn117,
     this.dataColumn118,
     this.dataColumn119});
     this.dataTable7.TableName = "物料表";
     //
     // dataColumn116
     //
     this.dataColumn116.ColumnName = "FS_POINTNO";
     //
     // dataColumn117
     //
     this.dataColumn117.ColumnName = "FS_MATERIALNO";
     //
     // dataColumn118
     //
     this.dataColumn118.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn119
     //
     this.dataColumn119.ColumnName = "FN_TIMES";
     //
     // dataTable8
     //
     this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn120,
     this.dataColumn121,
     this.dataColumn122});
     this.dataTable8.TableName = "发货单位表";
     //
     // dataColumn120
     //
     this.dataColumn120.ColumnName = "FS_POINTNO";
     //
     // dataColumn121
     //
     this.dataColumn121.ColumnName = "FS_SUPPLIER";
     //
     // dataColumn122
     //
     this.dataColumn122.ColumnName = "FS_SUPPLIERNAME";
     //
     // dataTable9
     //
     this.dataTable9.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn123,
     this.dataColumn124,
     this.dataColumn125,
     this.dataColumn126});
     this.dataTable9.TableName = "收货单位表";
     //
     // dataColumn123
     //
     this.dataColumn123.ColumnName = "FS_POINTNO";
     //
     // dataColumn124
     //
     this.dataColumn124.ColumnName = "FS_RECEIVER";
     //
     // dataColumn125
     //
     this.dataColumn125.ColumnName = "FS_MEMO";
     //
     // dataColumn126
     //
     this.dataColumn126.ColumnName = "FN_TIMES";
     //
     // dataTable10
     //
     this.dataTable10.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn127,
     this.dataColumn128});
     this.dataTable10.TableName = "承运单位表";
     //
     // dataColumn127
     //
     this.dataColumn127.ColumnName = "FS_TRANSNO";
     //
     // dataColumn128
     //
     this.dataColumn128.ColumnName = "FS_TRANSNAME";
     //
     // dataTable11
     //
     this.dataTable11.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn129,
     this.dataColumn130,
     this.dataColumn131,
     this.dataColumn132,
     this.dataColumn133,
     this.dataColumn134,
     this.dataColumn135,
     this.dataColumn136,
     this.dataColumn137,
     this.dataColumn138,
     this.dataColumn139,
     this.dataColumn140,
     this.dataColumn141,
     this.dataColumn142,
     this.dataColumn143,
     this.dataColumn144,
     this.dataColumn145,
     this.dataColumn146,
     this.dataColumn147,
     this.dataColumn148,
     this.dataColumn149,
     this.dataColumn150,
     this.dataColumn151,
     this.dataColumn152,
     this.dataColumn153,
     this.dataColumn154,
     this.dataColumn155,
     this.dataColumn156,
     this.dataColumn157,
     this.dataColumn158,
     this.dataColumn159,
     this.dataColumn160,
     this.dataColumn161,
     this.dataColumn162,
     this.dataColumn163,
     this.dataColumn164,
     this.dataColumn165,
     this.dataColumn166,
     this.dataColumn167,
     this.dataColumn168,
     this.dataColumn169,
     this.dataColumn170,
     this.dataColumn190,
     this.dataColumn191,
     this.dataColumn192,
     this.dataColumn193,
     this.dataColumn194,
     this.dataColumn195,
     this.dataColumn196,
     this.dataColumn197,
     this.dataColumn198,
     this.dataColumn199,
     this.dataColumn200,
     this.dataColumn201,
     this.dataColumn202,
     this.dataColumn203,
     this.dataColumn209,
     this.dataColumn210,
     this.dataColumn211,
     this.dataColumn212,
     this.dataColumn213,
     this.dataColumn214,
     this.dataColumn215});
     this.dataTable11.TableName = "绑定一次计量表";
     //
     // dataColumn129
     //
     this.dataColumn129.Caption = "作业编号";
     this.dataColumn129.ColumnName = "FS_WEIGHTNO";
     //
     // dataColumn130
     //
     this.dataColumn130.Caption = "预报号";
     this.dataColumn130.ColumnName = "FS_PLANCODE";
     //
     // dataColumn131
     //
     this.dataColumn131.Caption = "卡号";
     this.dataColumn131.ColumnName = "FS_CARDNUMBER";
     //
     // dataColumn132
     //
     this.dataColumn132.Caption = "车号";
     this.dataColumn132.ColumnName = "FS_CARNO";
     //
     // dataColumn133
     //
     this.dataColumn133.Caption = "合同号";
     this.dataColumn133.ColumnName = "FS_CONTRACTNO";
     //
     // dataColumn134
     //
     this.dataColumn134.Caption = "合同项目编号";
     this.dataColumn134.ColumnName = "FS_CONTRACTITEM";
     //
     // dataColumn135
     //
     this.dataColumn135.Caption = "物资代码";
     this.dataColumn135.ColumnName = "FS_MATERIAL";
     //
     // dataColumn136
     //
     this.dataColumn136.Caption = "物料名称";
     this.dataColumn136.ColumnName = "FS_MATERIALNAME";
     //
     // dataColumn137
     //
     this.dataColumn137.Caption = "流向代码";
     this.dataColumn137.ColumnName = "FS_WEIGHTTYPE";
     //
     // dataColumn138
     //
     this.dataColumn138.Caption = "流向";
     this.dataColumn138.ColumnName = "FS_LX";
     //
     // dataColumn139
     //
     this.dataColumn139.Caption = "发货单位代码";
     this.dataColumn139.ColumnName = "FS_SENDER";
     //
     // dataColumn140
     //
     this.dataColumn140.Caption = "发货单位";
     this.dataColumn140.ColumnName = "FS_FHDW";
     //
     // dataColumn141
     //
     this.dataColumn141.Caption = "发货库存点代码";
     this.dataColumn141.ColumnName = "FS_SENDERSTORE";
     //
     // dataColumn142
     //
     this.dataColumn142.Caption = "收货工厂代码";
     this.dataColumn142.ColumnName = "FS_RECEIVER";
     //
     // dataColumn143
     //
     this.dataColumn143.Caption = "收货单位";
     this.dataColumn143.ColumnName = "FS_SHDW";
     //
     // dataColumn144
     //
     this.dataColumn144.Caption = "承运方代码";
     this.dataColumn144.ColumnName = "FS_TRANSNO";
     //
     // dataColumn145
     //
     this.dataColumn145.Caption = "承运单位";
     this.dataColumn145.ColumnName = "FS_CYDW";
     //
     // dataColumn146
     //
     this.dataColumn146.Caption = "收货库存点代码";
     this.dataColumn146.ColumnName = "FS_RECEIVERSTORE";
     //
     // dataColumn147
     //
     this.dataColumn147.Caption = "磅房编号";
     this.dataColumn147.ColumnName = "FS_POUNDTYPE";
     //
     // dataColumn148
     //
     this.dataColumn148.Caption = "计量点";
     this.dataColumn148.ColumnName = "FS_POUND";
     //
     // dataColumn149
     //
     this.dataColumn149.Caption = "预报总重";
     this.dataColumn149.ColumnName = "FN_SENDGROSSWEIGHT";
     //
     // dataColumn150
     //
     this.dataColumn150.Caption = "预报皮重";
     this.dataColumn150.ColumnName = "FN_SENDTAREWEIGHT";
     //
     // dataColumn151
     //
     this.dataColumn151.Caption = "预报净量";
     this.dataColumn151.ColumnName = "FN_SENDNETWEIGHT";
     //
     // dataColumn152
     //
     this.dataColumn152.Caption = "重量";
     this.dataColumn152.ColumnName = "FN_WEIGHT";
     //
     // dataColumn153
     //
     this.dataColumn153.Caption = "计量员";
     this.dataColumn153.ColumnName = "FS_WEIGHTER";
     //
     // dataColumn154
     //
     this.dataColumn154.Caption = "计量时间";
     this.dataColumn154.ColumnName = "FD_WEIGHTTIME";
     //
     // dataColumn155
     //
     this.dataColumn155.Caption = "班次";
     this.dataColumn155.ColumnName = "FS_SHIFT";
     //
     // dataColumn156
     //
     this.dataColumn156.Caption = "班别";
     this.dataColumn156.ColumnName = "FS_TERM";
     //
     // dataColumn157
     //
     this.dataColumn157.ColumnName = "FD_LOADINSTORETIME";
     //
     // dataColumn158
     //
     this.dataColumn158.ColumnName = "FD_LOADOUTSTORETIME";
     //
     // dataColumn159
     //
     this.dataColumn159.ColumnName = "FS_UNLOADFLAG";
     //
     // dataColumn160
     //
     this.dataColumn160.ColumnName = "FS_UNLOADSTOREPERSON";
     //
     // dataColumn161
     //
     this.dataColumn161.ColumnName = "FS_LOADFLAG";
     //
     // dataColumn162
     //
     this.dataColumn162.ColumnName = "FS_LOADSTOREPERSON";
     //
     // dataColumn163
     //
     this.dataColumn163.ColumnName = "FS_SAMPLEPERSON";
     //
     // dataColumn164
     //
     this.dataColumn164.ColumnName = "FS_FIRSTLABELID";
     //
     // dataColumn165
     //
     this.dataColumn165.ColumnName = "FD_UNLOADINSTORETIME";
     //
     // dataColumn166
     //
     this.dataColumn166.ColumnName = "FD_UNLOADOUTSTORETIME";
     //
     // dataColumn167
     //
     this.dataColumn167.Caption = "是否异常";
     this.dataColumn167.ColumnName = "FS_YCSFYC";
     //
     // dataColumn168
     //
     this.dataColumn168.Caption = "应扣量";
     this.dataColumn168.ColumnName = "FS_YKL";
     //
     // dataColumn169
     //
     this.dataColumn169.Caption = "炉号";
     this.dataColumn169.ColumnName = "FS_STOVENO";
     //
     // dataColumn170
     //
     this.dataColumn170.Caption = "支数";
     this.dataColumn170.ColumnName = "FN_COUNT";
     //
     // dataColumn190
     //
     this.dataColumn190.Caption = "取样时间";
     this.dataColumn190.ColumnName = "FD_SAMPLETIME";
     //
     // dataColumn191
     //
     this.dataColumn191.Caption = "取样点";
     this.dataColumn191.ColumnName = "FS_SAMPLEPLACE";
     //
     // dataColumn192
     //
     this.dataColumn192.Caption = "取样确认";
     this.dataColumn192.ColumnName = "FS_SAMPLEFLAG";
     //
     // dataColumn193
     //
     this.dataColumn193.Caption = "卸车员";
     this.dataColumn193.ColumnName = "FS_UNLOADPERSON";
     //
     // dataColumn194
     //
     this.dataColumn194.Caption = "卸车时间";
     this.dataColumn194.ColumnName = "FD_UNLOADTIME";
     //
     // dataColumn195
     //
     this.dataColumn195.Caption = "卸车点";
     this.dataColumn195.ColumnName = "FS_UNLOADPLACE";
     //
     // dataColumn196
     //
     this.dataColumn196.Caption = "验收员";
     this.dataColumn196.ColumnName = "FS_CHECKPERSON";
     //
     // dataColumn197
     //
     this.dataColumn197.Caption = "验收时间";
     this.dataColumn197.ColumnName = "FD_CHECKTIME";
     //
     // dataColumn198
     //
     this.dataColumn198.Caption = "验收点";
     this.dataColumn198.ColumnName = "FS_CHECKPLACE";
     //
     // dataColumn199
     //
     this.dataColumn199.Caption = "验收确认";
     this.dataColumn199.ColumnName = "FS_CHECKFLAG";
     //
     // dataColumn200
     //
     this.dataColumn200.Caption = "是否取样需要";
     this.dataColumn200.ColumnName = "FS_IFSAMPLING";
     //
     // dataColumn201
     //
     this.dataColumn201.Caption = "是否需要验收 ";
     this.dataColumn201.ColumnName = "FS_IFACCEPT";
     //
     // dataColumn202
     //
     this.dataColumn202.Caption = "驾驶员姓名";
     this.dataColumn202.ColumnName = "FS_DRIVERNAME";
     //
     // dataColumn203
     //
     this.dataColumn203.Caption = "驾驶员身份证";
     this.dataColumn203.ColumnName = "FS_DRIVERIDCARD";
     //
     // dataColumn209
     //
     this.dataColumn209.Caption = "复磅标记";
     this.dataColumn209.ColumnName = "FS_REWEIGHTFLAG";
     //
     // dataColumn210
     //
     this.dataColumn210.Caption = "复磅确认时间";
     this.dataColumn210.ColumnName = "FD_REWEIGHTTIME";
     //
     // dataColumn211
     //
     this.dataColumn211.Caption = "复磅确认地点";
     this.dataColumn211.ColumnName = "FS_REWEIGHTPLACE";
     //
     // dataColumn212
     //
     this.dataColumn212.Caption = "复磅确认员";
     this.dataColumn212.ColumnName = "FS_REWEIGHTPERSON";
     //
     // dataColumn213
     //
     this.dataColumn213.Caption = "对方净重";
     this.dataColumn213.ColumnName = "FS_DFJZ";
     //
     // dataColumn214
     //
     this.dataColumn214.Caption = "单据编号";
     this.dataColumn214.ColumnName = "FS_BILLNUMBER";
     //
     // dataColumn215
     //
     this.dataColumn215.Caption = "应扣比例";
     this.dataColumn215.ColumnName = "FS_YKBL";
     //
     // btn5
     //
     this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn5, null);
     this.btn5.Location = new System.Drawing.Point(22, 166);
     this.btn5.Name = "btn5";
     this.btn5.Size = new System.Drawing.Size(94, 28);
     this.btn5.TabIndex = 13;
     this.btn5.Text = "称重完成";
     this.btn5.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn5, null);
     //
     // btn6
     //
     this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn6, null);
     this.btn6.Location = new System.Drawing.Point(22, 200);
     this.btn6.Name = "btn6";
     this.btn6.Size = new System.Drawing.Size(94, 39);
     this.btn6.TabIndex = 12;
     this.btn6.Text = "此车无预报请离开秤台";
     this.btn6.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn6, null);
     //
     // btn4
     //
     this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn4, null);
     this.btn4.Location = new System.Drawing.Point(7, 132);
     this.btn4.Name = "btn4";
     this.btn4.Size = new System.Drawing.Size(120, 28);
     this.btn4.TabIndex = 11;
     this.btn4.Text = "单据放倒请放正";
     this.btn4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn4, null);
     //
     // btn3
     //
     this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn3, null);
     this.btn3.Location = new System.Drawing.Point(19, 87);
     this.btn3.Name = "btn3";
     this.btn3.Size = new System.Drawing.Size(99, 39);
     this.btn3.TabIndex = 10;
     this.btn3.Text = " 超出停车线   请后退到停车线";
     this.btn3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn3, null);
     //
     // btn2
     //
     this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn2, null);
     this.btn2.Location = new System.Drawing.Point(7, 54);
     this.btn2.Name = "btn2";
     this.btn2.Size = new System.Drawing.Size(122, 28);
     this.btn2.TabIndex = 9;
     this.btn2.Text = "请放第一次临时磅单";
     this.btn2.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn2, null);
     //
     // btn1
     //
     this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btn1, null);
     this.btn1.Location = new System.Drawing.Point(22, 20);
     this.btn1.Name = "btn1";
     this.btn1.Size = new System.Drawing.Size(94, 28);
     this.btn1.TabIndex = 8;
     this.btn1.Text = "请报车号";
     this.btn1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btn1, null);
     //
     // ultraGrid4
     //
     this.coreBind.SetDatabasecommand(this.ultraGrid4, null);
     this.ultraGrid4.DataMember = "语音表";
     this.ultraGrid4.DataSource = this.dataSet1;
     appearance7.BackColor = System.Drawing.Color.White;
     appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid4.DisplayLayout.Appearance = appearance7;
     ultraGridColumn5.Header.VisiblePosition = 0;
     ultraGridColumn6.Header.VisiblePosition = 1;
     ultraGridColumn7.Header.VisiblePosition = 2;
     ultraGridColumn8.Header.VisiblePosition = 3;
     ultraGridBand2.Columns.AddRange(new object[] {
     ultraGridColumn5,
     ultraGridColumn6,
     ultraGridColumn7,
     ultraGridColumn8});
     this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid4.DisplayLayout.InterBandSpacing = 10;
     appearance8.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance9.BackColor2 = System.Drawing.Color.White;
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance9.FontData.SizeInPoints = 11F;
     appearance9.FontData.UnderlineAsString = "False";
     appearance9.ForeColor = System.Drawing.Color.Black;
     appearance9.TextHAlignAsString = "Center";
     appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance9;
     appearance10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance10;
     appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid4.DisplayLayout.Override.RowSelectorAppearance = appearance11;
     this.ultraGrid4.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid4.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid4.DisplayLayout.Override.SelectedRowAppearance = appearance12;
     this.ultraGrid4.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid4.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid4.Location = new System.Drawing.Point(0, 469);
     this.ultraGrid4.Name = "ultraGrid4";
     this.ultraGrid4.Size = new System.Drawing.Size(109, 157);
     this.ultraGrid4.TabIndex = 3;
     this.coreBind.SetVerification(this.ultraGrid4, null);
     this.ultraGrid4.Visible = false;
     //
     // panelSPKZ
     //
     this.panelSPKZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.panelSPKZ.Controls.Add(this.buttonSHORT);
     this.panelSPKZ.Controls.Add(this.buttonLENGTH);
     this.panelSPKZ.Controls.Add(this.buttonZOOMIN);
     this.panelSPKZ.Controls.Add(this.buttonZOOMOUT);
     this.panelSPKZ.Controls.Add(this.buttonRIGHTDOWN);
     this.panelSPKZ.Controls.Add(this.buttonLEFTDOWN);
     this.panelSPKZ.Controls.Add(this.buttonRIGHTUP);
     this.panelSPKZ.Controls.Add(this.buttonLEFTUP);
     this.panelSPKZ.Controls.Add(this.button15);
     this.panelSPKZ.Controls.Add(this.button14);
     this.panelSPKZ.Controls.Add(this.buttonRIGHT);
     this.panelSPKZ.Controls.Add(this.buttonLEFT);
     this.panelSPKZ.Controls.Add(this.buttonDOWN);
     this.panelSPKZ.Controls.Add(this.buttonUP);
     this.coreBind.SetDatabasecommand(this.panelSPKZ, null);
     this.panelSPKZ.Location = new System.Drawing.Point(0, 28);
     this.panelSPKZ.Name = "panelSPKZ";
     this.panelSPKZ.Size = new System.Drawing.Size(132, 718);
     this.panelSPKZ.TabIndex = 2;
     this.coreBind.SetVerification(this.panelSPKZ, null);
     //
     // buttonSHORT
     //
     this.buttonSHORT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonSHORT, null);
     this.buttonSHORT.Location = new System.Drawing.Point(68, 285);
     this.buttonSHORT.Name = "buttonSHORT";
     this.buttonSHORT.Size = new System.Drawing.Size(55, 28);
     this.buttonSHORT.TabIndex = 20;
     this.buttonSHORT.Tag = "7";
     this.buttonSHORT.Text = "调焦-";
     this.buttonSHORT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonSHORT, null);
     this.buttonSHORT.Click += new System.EventHandler(this.buttonSHORT_Click);
     //
     // buttonLENGTH
     //
     this.buttonLENGTH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLENGTH, null);
     this.buttonLENGTH.Location = new System.Drawing.Point(7, 285);
     this.buttonLENGTH.Name = "buttonLENGTH";
     this.buttonLENGTH.Size = new System.Drawing.Size(55, 28);
     this.buttonLENGTH.TabIndex = 19;
     this.buttonLENGTH.Tag = "6";
     this.buttonLENGTH.Text = "调焦+";
     this.buttonLENGTH.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLENGTH, null);
     this.buttonLENGTH.Click += new System.EventHandler(this.buttonLENGTH_Click);
     //
     // buttonZOOMIN
     //
     this.buttonZOOMIN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonZOOMIN, null);
     this.buttonZOOMIN.Location = new System.Drawing.Point(68, 245);
     this.buttonZOOMIN.Name = "buttonZOOMIN";
     this.buttonZOOMIN.Size = new System.Drawing.Size(55, 28);
     this.buttonZOOMIN.TabIndex = 18;
     this.buttonZOOMIN.Tag = "5";
     this.buttonZOOMIN.Text = "变倍-";
     this.buttonZOOMIN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonZOOMIN, null);
     this.buttonZOOMIN.Click += new System.EventHandler(this.buttonZOOMIN_Click);
     //
     // buttonZOOMOUT
     //
     this.buttonZOOMOUT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonZOOMOUT, null);
     this.buttonZOOMOUT.Location = new System.Drawing.Point(7, 245);
     this.buttonZOOMOUT.Name = "buttonZOOMOUT";
     this.buttonZOOMOUT.Size = new System.Drawing.Size(55, 28);
     this.buttonZOOMOUT.TabIndex = 17;
     this.buttonZOOMOUT.Tag = "4";
     this.buttonZOOMOUT.Text = "变倍+";
     this.buttonZOOMOUT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonZOOMOUT, null);
     this.buttonZOOMOUT.Click += new System.EventHandler(this.buttonZOOMOUT_Click);
     //
     // buttonRIGHTDOWN
     //
     this.buttonRIGHTDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHTDOWN, null);
     this.buttonRIGHTDOWN.Location = new System.Drawing.Point(68, 196);
     this.buttonRIGHTDOWN.Name = "buttonRIGHTDOWN";
     this.buttonRIGHTDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHTDOWN.TabIndex = 16;
     this.buttonRIGHTDOWN.Tag = "35";
     this.buttonRIGHTDOWN.Text = "右下";
     this.buttonRIGHTDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHTDOWN, null);
     this.buttonRIGHTDOWN.Click += new System.EventHandler(this.buttonRIGHTDOWN_Click);
     //
     // buttonLEFTDOWN
     //
     this.buttonLEFTDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFTDOWN, null);
     this.buttonLEFTDOWN.Location = new System.Drawing.Point(7, 196);
     this.buttonLEFTDOWN.Name = "buttonLEFTDOWN";
     this.buttonLEFTDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFTDOWN.TabIndex = 15;
     this.buttonLEFTDOWN.Tag = "34";
     this.buttonLEFTDOWN.Text = "左下";
     this.buttonLEFTDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFTDOWN, null);
     this.buttonLEFTDOWN.Click += new System.EventHandler(this.buttonLEFTDOWN_Click);
     //
     // buttonRIGHTUP
     //
     this.buttonRIGHTUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHTUP, null);
     this.buttonRIGHTUP.Location = new System.Drawing.Point(68, 156);
     this.buttonRIGHTUP.Name = "buttonRIGHTUP";
     this.buttonRIGHTUP.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHTUP.TabIndex = 14;
     this.buttonRIGHTUP.Tag = "33";
     this.buttonRIGHTUP.Text = "右上";
     this.buttonRIGHTUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHTUP, null);
     this.buttonRIGHTUP.Click += new System.EventHandler(this.buttonRIGHTUP_Click);
     //
     // buttonLEFTUP
     //
     this.buttonLEFTUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFTUP, null);
     this.buttonLEFTUP.Location = new System.Drawing.Point(7, 156);
     this.buttonLEFTUP.Name = "buttonLEFTUP";
     this.buttonLEFTUP.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFTUP.TabIndex = 13;
     this.buttonLEFTUP.Tag = "32";
     this.buttonLEFTUP.Text = "左上";
     this.buttonLEFTUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFTUP, null);
     this.buttonLEFTUP.Click += new System.EventHandler(this.buttonLEFTUP_Click);
     //
     // button15
     //
     this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button15, null);
     this.button15.Location = new System.Drawing.Point(68, 326);
     this.button15.Name = "button15";
     this.button15.Size = new System.Drawing.Size(55, 28);
     this.button15.TabIndex = 12;
     this.button15.Tag = "9";
     this.button15.Text = "光圈-";
     this.button15.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button15, null);
     //
     // button14
     //
     this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button14, null);
     this.button14.Location = new System.Drawing.Point(7, 326);
     this.button14.Name = "button14";
     this.button14.Size = new System.Drawing.Size(55, 28);
     this.button14.TabIndex = 11;
     this.button14.Tag = "8";
     this.button14.Text = "光圈+";
     this.button14.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button14, null);
     //
     // buttonRIGHT
     //
     this.buttonRIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonRIGHT, null);
     this.buttonRIGHT.Location = new System.Drawing.Point(69, 67);
     this.buttonRIGHT.Name = "buttonRIGHT";
     this.buttonRIGHT.Size = new System.Drawing.Size(55, 28);
     this.buttonRIGHT.TabIndex = 10;
     this.buttonRIGHT.Tag = "3";
     this.buttonRIGHT.Text = "右";
     this.buttonRIGHT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonRIGHT, null);
     this.buttonRIGHT.Click += new System.EventHandler(this.buttonRIGHT_Click);
     //
     // buttonLEFT
     //
     this.buttonLEFT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonLEFT, null);
     this.buttonLEFT.Location = new System.Drawing.Point(7, 66);
     this.buttonLEFT.Name = "buttonLEFT";
     this.buttonLEFT.Size = new System.Drawing.Size(55, 28);
     this.buttonLEFT.TabIndex = 9;
     this.buttonLEFT.Tag = "2";
     this.buttonLEFT.Text = "左";
     this.buttonLEFT.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonLEFT, null);
     this.buttonLEFT.Click += new System.EventHandler(this.buttonLEFT_Click);
     //
     // buttonDOWN
     //
     this.buttonDOWN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonDOWN, null);
     this.buttonDOWN.Location = new System.Drawing.Point(37, 105);
     this.buttonDOWN.Name = "buttonDOWN";
     this.buttonDOWN.Size = new System.Drawing.Size(55, 28);
     this.buttonDOWN.TabIndex = 8;
     this.buttonDOWN.Tag = "1";
     this.buttonDOWN.Text = "下";
     this.buttonDOWN.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonDOWN, null);
     this.buttonDOWN.Click += new System.EventHandler(this.buttonDOWN_Click);
     //
     // buttonUP
     //
     this.buttonUP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.buttonUP, null);
     this.buttonUP.Location = new System.Drawing.Point(37, 28);
     this.buttonUP.Name = "buttonUP";
     this.buttonUP.Size = new System.Drawing.Size(55, 28);
     this.buttonUP.TabIndex = 7;
     this.buttonUP.Tag = "0";
     this.buttonUP.Text = "上";
     this.buttonUP.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.buttonUP, null);
     this.buttonUP.Click += new System.EventHandler(this.buttonUP_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     this.coreBind.SetDatabasecommand(this.panel1, null);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1007, 746);
     this.panel1.TabIndex = 0;
     this.coreBind.SetVerification(this.panel1, null);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.ultraGroupBox1);
     this.coreBind.SetDatabasecommand(this.panel3, null);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 28);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1007, 718);
     this.panel3.TabIndex = 1;
     this.coreBind.SetVerification(this.panel3, null);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel5);
     this.coreBind.SetDatabasecommand(this.panel4, null);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(412, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(595, 718);
     this.panel4.TabIndex = 1;
     this.coreBind.SetVerification(this.panel4, null);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.panel7);
     this.panel5.Controls.Add(this.ultraGroupBox2);
     this.panel5.Controls.Add(this.ultraExpandableGroupBox1);
     this.coreBind.SetDatabasecommand(this.panel5, null);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(595, 718);
     this.panel5.TabIndex = 0;
     this.coreBind.SetVerification(this.panel5, null);
     //
     // panel7
     //
     this.panel7.Controls.Add(this.ultraGroupBox4);
     this.panel7.Controls.Add(this.ultraExpandableGroupBox2);
     this.coreBind.SetDatabasecommand(this.panel7, null);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 138);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(595, 556);
     this.panel7.TabIndex = 1;
     this.coreBind.SetVerification(this.panel7, null);
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.Controls.Add(this.button4);
     this.ultraGroupBox4.Controls.Add(this.button3);
     this.ultraGroupBox4.Controls.Add(this.button2);
     this.ultraGroupBox4.Controls.Add(this.button1);
     this.ultraGroupBox4.Controls.Add(this.weighEditorControl1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox4, null);
     this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox4.Name = "ultraGroupBox4";
     this.ultraGroupBox4.Size = new System.Drawing.Size(567, 556);
     this.ultraGroupBox4.TabIndex = 1;
     this.ultraGroupBox4.Text = "计量实时信息";
     this.coreBind.SetVerification(this.ultraGroupBox4, null);
     this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button4, null);
     this.button4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button4.Location = new System.Drawing.Point(508, 260);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(69, 30);
     this.button4.TabIndex = 9;
     this.button4.Text = "补 写";
     this.button4.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button4, null);
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button3, null);
     this.button3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button3.Location = new System.Drawing.Point(589, 344);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(69, 30);
     this.button3.TabIndex = 7;
     this.button3.Text = "打 印";
     this.button3.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button3, null);
     this.button3.Visible = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.coreBind.SetDatabasecommand(this.button2, null);
     this.button2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(589, 260);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(88, 30);
     this.button2.TabIndex = 2;
     this.button2.Text = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.coreBind.SetVerification(this.button2, null);
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.button1, null);
     this.button1.Enabled = false;
     this.button1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
     this.button1.Location = new System.Drawing.Point(508, 344);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(69, 30);
     this.button1.TabIndex = 6;
     this.button1.Text = "保 存";
     this.button1.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.button1, null);
     this.button1.Click += new System.EventHandler(this.button1_Click);
     this.button1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.button1_KeyPress);
     //
     // weighEditorControl1
     //
     this.weighEditorControl1.BackColor = System.Drawing.Color.Transparent;
     this.weighEditorControl1.BillNo = "";
     this.weighEditorControl1.CardDedution = "";
     this.weighEditorControl1.CardNo = "";
     this.weighEditorControl1.CardWeightNo = "";
     this.weighEditorControl1.CarNo = "";
     this.weighEditorControl1.Cost = 0;
     this.coreBind.SetDatabasecommand(this.weighEditorControl1, null);
     this.weighEditorControl1.Deduction = 0;
     this.weighEditorControl1.DischargeDepart = "";
     this.weighEditorControl1.DischargeFlag = "";
     this.weighEditorControl1.DischargePlace = "";
     this.weighEditorControl1.Discharger = "";
     this.weighEditorControl1.DischargeTime = "";
     this.weighEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.weighEditorControl1.Flow = "";
     this.weighEditorControl1.GrossWeight = 0;
     this.weighEditorControl1.IFYBFirst = false;
     this.weighEditorControl1.IsMultiMaterials = false;
     this.weighEditorControl1.IsNeedDischarge = false;
     this.weighEditorControl1.IsTermTare = false;
     this.weighEditorControl1.Location = new System.Drawing.Point(3, 18);
     this.weighEditorControl1.Material = "";
     this.weighEditorControl1.MaterialName = "";
     this.weighEditorControl1.Name = "weighEditorControl1";
     this.weighEditorControl1.NetWeight = 0;
     this.weighEditorControl1.OrderNo = "";
     this.weighEditorControl1.OrderSeq = "";
     this.weighEditorControl1.PointCode = "";
     this.weighEditorControl1.PointName = "";
     this.weighEditorControl1.QuickPlan = "";
     this.weighEditorControl1.ReceiveCompany = "";
     this.weighEditorControl1.ReceiveCompanyName = "";
     this.weighEditorControl1.Remark = "";
     this.weighEditorControl1.SendCompany = "";
     this.weighEditorControl1.SendCompanyName = "";
     this.weighEditorControl1.SenderGrosssWeight = 0;
     this.weighEditorControl1.SenderTareWeight = 0;
     this.weighEditorControl1.SenderWeight = 0;
     this.weighEditorControl1.SendPlace = "";
     this.weighEditorControl1.Size = new System.Drawing.Size(561, 535);
     this.weighEditorControl1.StoveCount1 = 0;
     this.weighEditorControl1.StoveCount2 = 0;
     this.weighEditorControl1.StoveCount3 = 0;
     this.weighEditorControl1.StoveNo1 = "";
     this.weighEditorControl1.StoveNo2 = "";
     this.weighEditorControl1.StoveNo3 = "";
     this.weighEditorControl1.TabIndex = 0;
     this.weighEditorControl1.TareWeight = 0;
     this.weighEditorControl1.TermTareType = YGJZJL.Car.TermTares.Hours24;
     this.weighEditorControl1.TransCompany = "";
     this.weighEditorControl1.TransCompanyName = "";
     this.weighEditorControl1.TransPlanNo = "";
     this.coreBind.SetVerification(this.weighEditorControl1, null);
     this.weighEditorControl1.Weigher = "";
     this.weighEditorControl1.WeighGroup = "";
     this.weighEditorControl1.WeighShift = "";
     this.weighEditorControl1.WeighStatus = "";
     this.weighEditorControl1.WeightType = -1;
     //
     // ultraExpandableGroupBox2
     //
     this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel3);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox2, null);
     this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.ultraExpandableGroupBox2.Expanded = false;
     this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(200, 556);
     this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftInsideBorder;
     this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(567, 0);
     this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
     this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(28, 556);
     this.ultraExpandableGroupBox2.TabIndex = 2;
     this.ultraExpandableGroupBox2.Text = "计量点信息1";
     this.coreBind.SetVerification(this.ultraExpandableGroupBox2, null);
     this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel3
     //
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraGrid2);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.panel8);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel3, null);
     this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel3.Name = "ultraExpandableGroupBoxPanel3";
     this.ultraExpandableGroupBoxPanel3.Size = new System.Drawing.Size(177, 550);
     this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel3, null);
     this.ultraExpandableGroupBoxPanel3.Visible = false;
     //
     // ultraGrid2
     //
     this.ultraGrid2.ContextMenuStrip = this.contextMenuStrip1;
     this.coreBind.SetDatabasecommand(this.ultraGrid2, null);
     this.ultraGrid2.DataMember = "计量点基础表";
     this.ultraGrid2.DataSource = this.dataSet1;
     appearance1.BackColor = System.Drawing.Color.White;
     appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
     this.ultraGrid2.DisplayLayout.Appearance = appearance1;
     ultraGridColumn9.Header.VisiblePosition = 1;
     ultraGridColumn9.Hidden = true;
     ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
     ultraGridColumn10.Header.VisiblePosition = 2;
     ultraGridColumn10.Width = 118;
     ultraGridColumn11.Header.VisiblePosition = 0;
     ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn11.Width = 45;
     ultraGridColumn12.Header.VisiblePosition = 3;
     ultraGridColumn12.Hidden = true;
     ultraGridColumn13.Header.VisiblePosition = 4;
     ultraGridColumn13.Hidden = true;
     ultraGridColumn14.Header.VisiblePosition = 5;
     ultraGridColumn14.Hidden = true;
     ultraGridColumn15.Header.VisiblePosition = 6;
     ultraGridColumn15.Hidden = true;
     ultraGridColumn16.Header.VisiblePosition = 7;
     ultraGridColumn16.Hidden = true;
     ultraGridColumn17.Header.VisiblePosition = 8;
     ultraGridColumn17.Hidden = true;
     ultraGridColumn18.Header.VisiblePosition = 9;
     ultraGridColumn18.Hidden = true;
     ultraGridColumn19.Header.VisiblePosition = 10;
     ultraGridColumn19.Hidden = true;
     ultraGridColumn20.Header.VisiblePosition = 11;
     ultraGridColumn20.Hidden = true;
     ultraGridColumn21.Header.VisiblePosition = 12;
     ultraGridColumn21.Hidden = true;
     ultraGridColumn22.Header.VisiblePosition = 13;
     ultraGridColumn22.Hidden = true;
     ultraGridColumn23.Header.VisiblePosition = 14;
     ultraGridColumn23.Hidden = true;
     ultraGridColumn24.Header.VisiblePosition = 15;
     ultraGridColumn24.Hidden = true;
     ultraGridColumn25.Header.VisiblePosition = 16;
     ultraGridColumn25.Hidden = true;
     ultraGridColumn26.Header.VisiblePosition = 17;
     ultraGridColumn26.Hidden = true;
     ultraGridColumn27.Header.VisiblePosition = 18;
     ultraGridColumn27.Hidden = true;
     ultraGridColumn28.Header.VisiblePosition = 19;
     ultraGridColumn28.Hidden = true;
     ultraGridColumn29.Header.VisiblePosition = 20;
     ultraGridColumn29.Hidden = true;
     ultraGridColumn30.Header.VisiblePosition = 21;
     ultraGridColumn30.Hidden = true;
     ultraGridColumn31.Header.VisiblePosition = 22;
     ultraGridColumn31.Hidden = true;
     ultraGridColumn32.Header.VisiblePosition = 23;
     ultraGridColumn32.Hidden = true;
     ultraGridColumn33.Header.VisiblePosition = 24;
     ultraGridColumn33.Hidden = true;
     ultraGridColumn34.Header.VisiblePosition = 25;
     ultraGridColumn34.Hidden = true;
     ultraGridColumn35.Header.VisiblePosition = 26;
     ultraGridColumn35.Hidden = true;
     ultraGridColumn36.Header.VisiblePosition = 27;
     ultraGridColumn36.Hidden = true;
     ultraGridColumn37.Header.VisiblePosition = 28;
     ultraGridColumn37.Hidden = true;
     ultraGridColumn38.Header.VisiblePosition = 29;
     ultraGridColumn38.Hidden = true;
     ultraGridColumn39.Header.VisiblePosition = 30;
     ultraGridColumn39.Hidden = true;
     ultraGridColumn40.Header.VisiblePosition = 31;
     ultraGridColumn40.Hidden = true;
     ultraGridColumn41.Header.VisiblePosition = 32;
     ultraGridColumn41.Hidden = true;
     ultraGridColumn42.Header.VisiblePosition = 33;
     ultraGridColumn42.Hidden = true;
     ultraGridColumn43.Header.VisiblePosition = 34;
     ultraGridColumn43.Hidden = true;
     ultraGridColumn44.Header.VisiblePosition = 35;
     ultraGridColumn44.Hidden = true;
     ultraGridBand3.Columns.AddRange(new object[] {
     ultraGridColumn9,
     ultraGridColumn10,
     ultraGridColumn11,
     ultraGridColumn12,
     ultraGridColumn13,
     ultraGridColumn14,
     ultraGridColumn15,
     ultraGridColumn16,
     ultraGridColumn17,
     ultraGridColumn18,
     ultraGridColumn19,
     ultraGridColumn20,
     ultraGridColumn21,
     ultraGridColumn22,
     ultraGridColumn23,
     ultraGridColumn24,
     ultraGridColumn25,
     ultraGridColumn26,
     ultraGridColumn27,
     ultraGridColumn28,
     ultraGridColumn29,
     ultraGridColumn30,
     ultraGridColumn31,
     ultraGridColumn32,
     ultraGridColumn33,
     ultraGridColumn34,
     ultraGridColumn35,
     ultraGridColumn36,
     ultraGridColumn37,
     ultraGridColumn38,
     ultraGridColumn39,
     ultraGridColumn40,
     ultraGridColumn41,
     ultraGridColumn42,
     ultraGridColumn43,
     ultraGridColumn44});
     ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
     appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance24.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.ultraGrid2.DisplayLayout.CaptionAppearance = appearance24;
     this.ultraGrid2.DisplayLayout.InterBandSpacing = 10;
     appearance2.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     appearance3.BackColor2 = System.Drawing.Color.White;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance3.FontData.SizeInPoints = 11F;
     appearance3.FontData.UnderlineAsString = "False";
     appearance3.ForeColor = System.Drawing.Color.Black;
     appearance3.TextHAlignAsString = "Center";
     appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
     appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance4;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
     appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance5;
     this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 12;
     this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 2;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(230)))), ((int)(((byte)(148)))));
     appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(21)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance6.ForeColor = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance6;
     this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
     this.ultraGrid2.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
     this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
     this.ultraGrid2.Name = "ultraGrid2";
     this.ultraGrid2.Size = new System.Drawing.Size(177, 495);
     this.ultraGrid2.TabIndex = 4;
     this.ultraGrid2.Text = "计量点信息";
     this.coreBind.SetVerification(this.ultraGrid2, null);
     this.ultraGrid2.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid2_DoubleClickRow);
     //
     // contextMenuStrip1
     //
     this.coreBind.SetDatabasecommand(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.toolStripMenuItem2,
     this.toolStripMenuItem3,
     this.toolStripMenuItem4,
     this.toolStripMenuItem5});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(145, 114);
     this.coreBind.SetVerification(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
     this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem1.Text = "接管";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem2.Text = "取消";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem3.Text = "全选(已接管)";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem4.Text = "全选(未接管)";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(144, 22);
     this.toolStripMenuItem5.Text = "取消选择";
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.panel8.Controls.Add(this.btnRefresh);
     this.panel8.Controls.Add(this.btnJG);
     this.coreBind.SetDatabasecommand(this.panel8, null);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel8.Location = new System.Drawing.Point(0, 495);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(177, 55);
     this.panel8.TabIndex = 5;
     this.coreBind.SetVerification(this.panel8, null);
     //
     // btnRefresh
     //
     this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnRefresh, null);
     this.btnRefresh.Location = new System.Drawing.Point(97, 14);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(69, 28);
     this.btnRefresh.TabIndex = 6;
     this.btnRefresh.Text = "刷 新";
     this.btnRefresh.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnRefresh, null);
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnJG
     //
     this.btnJG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.coreBind.SetDatabasecommand(this.btnJG, null);
     this.btnJG.Location = new System.Drawing.Point(14, 14);
     this.btnJG.Name = "btnJG";
     this.btnJG.Size = new System.Drawing.Size(69, 28);
     this.btnJG.TabIndex = 5;
     this.btnJG.Text = "接 管";
     this.btnJG.UseVisualStyleBackColor = false;
     this.coreBind.SetVerification(this.btnJG, null);
     this.btnJG.Click += new System.EventHandler(this.btnJG_Click);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.rtuControl1);
     this.ultraGroupBox2.Controls.Add(this.meterControl1);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox2, null);
     this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name = "ultraGroupBox2";
     this.ultraGroupBox2.Size = new System.Drawing.Size(595, 138);
     this.ultraGroupBox2.TabIndex = 0;
     this.ultraGroupBox2.Text = "仪表参数";
     this.coreBind.SetVerification(this.ultraGroupBox2, null);
     this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // rtuControl1
     //
     this.rtuControl1.BackColor = System.Drawing.Color.Transparent;
     this.rtuControl1.BackInfreredRadio = YGJZJL.Car.InfraredRadioStatus.Connected;
     this.coreBind.SetDatabasecommand(this.rtuControl1, null);
     this.rtuControl1.FrontInfraredRadio = YGJZJL.Car.InfraredRadioStatus.Connected;
     this.rtuControl1.Light = YGJZJL.Car.LightStatus.Closed;
     this.rtuControl1.Location = new System.Drawing.Point(436, 27);
     this.rtuControl1.Name = "rtuControl1";
     this.rtuControl1.Ring = YGJZJL.Car.RingStatus.Stop;
     this.rtuControl1.ShowRestartControl = true;
     this.rtuControl1.Size = new System.Drawing.Size(389, 96);
     this.rtuControl1.TabIndex = 1;
     this.rtuControl1.TrafficLight = YGJZJL.Car.TrafficLightStatus.Green;
     this.coreBind.SetVerification(this.rtuControl1, null);
     //
     // meterControl1
     //
     this.meterControl1.BackColor = System.Drawing.Color.Transparent;
     this.coreBind.SetDatabasecommand(this.meterControl1, null);
     this.meterControl1.Location = new System.Drawing.Point(24, 38);
     this.meterControl1.Name = "meterControl1";
     this.meterControl1.Size = new System.Drawing.Size(383, 72);
     this.meterControl1.Status = YGJZJL.Car.MeterStatus.UnConnect;
     this.meterControl1.TabIndex = 0;
     this.coreBind.SetVerification(this.meterControl1, null);
     this.meterControl1.Weight = 0;
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel4);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.ultraExpandableGroupBox1.Expanded = false;
     this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(595, 240);
     this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 694);
     this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(595, 24);
     this.ultraExpandableGroupBox1.TabIndex = 2;
     this.coreBind.SetVerification(this.ultraExpandableGroupBox1, null);
     this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraExpandableGroupBoxPanel4
     //
     this.ultraExpandableGroupBoxPanel4.Controls.Add(this.panel14);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel4, null);
     this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel4.Name = "ultraExpandableGroupBoxPanel4";
     this.ultraExpandableGroupBoxPanel4.Size = new System.Drawing.Size(589, 219);
     this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel4, null);
     this.ultraExpandableGroupBoxPanel4.Visible = false;
     //
     // panel14
     //
     this.panel14.Controls.Add(this.ultraTabControl1);
     this.coreBind.SetDatabasecommand(this.panel14, null);
     this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel14.Location = new System.Drawing.Point(0, 0);
     this.panel14.Name = "panel14";
     this.panel14.Size = new System.Drawing.Size(589, 219);
     this.panel14.TabIndex = 0;
     this.coreBind.SetVerification(this.panel14, null);
     //
     // ultraTabControl1
     //
     this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
     this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
     this.coreBind.SetDatabasecommand(this.ultraTabControl1, null);
     this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.ultraTabControl1.Name = "ultraTabControl1";
     this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this.ultraTabControl1.Size = new System.Drawing.Size(589, 219);
     this.ultraTabControl1.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Flat;
     this.ultraTabControl1.TabIndex = 1;
     ultraTab2.TabPage = this.ultraTabPageControl3;
     ultraTab2.Text = "计量点图像";
     ultraTab3.TabPage = this.ultraTabPageControl2;
     ultraTab3.Text = "重量曲线图";
     ultraTab1.TabPage = this.ultraTabPageControl1;
     ultraTab1.Text = "计量称重信息";
     this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
     ultraTab2,
     ultraTab3,
     ultraTab1});
     this.coreBind.SetVerification(this.ultraTabControl1, null);
     this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     //
     // ultraTabSharedControlsPage1
     //
     this.coreBind.SetDatabasecommand(this.ultraTabSharedControlsPage1, null);
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(587, 198);
     this.coreBind.SetVerification(this.ultraTabSharedControlsPage1, null);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.panel9);
     this.coreBind.SetDatabasecommand(this.ultraGroupBox1, null);
     this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name = "ultraGroupBox1";
     this.ultraGroupBox1.Size = new System.Drawing.Size(412, 718);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text = "视频监控区域";
     this.coreBind.SetVerification(this.ultraGroupBox1, null);
     this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // panel9
     //
     this.panel9.AutoScroll = true;
     this.panel9.BackColor = System.Drawing.SystemColors.Control;
     this.panel9.Controls.Add(this.panel13);
     this.panel9.Controls.Add(this.panel12);
     this.panel9.Controls.Add(this.panel11);
     this.panel9.Controls.Add(this.panel10);
     this.coreBind.SetDatabasecommand(this.panel9, null);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(3, 18);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(406, 697);
     this.panel9.TabIndex = 0;
     this.coreBind.SetVerification(this.panel9, null);
     //
     // panel13
     //
     this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel13.Controls.Add(this.videoChannel4);
     this.coreBind.SetDatabasecommand(this.panel13, null);
     this.panel13.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel13.Location = new System.Drawing.Point(0, 720);
     this.panel13.Name = "panel13";
     this.panel13.Size = new System.Drawing.Size(389, 240);
     this.panel13.TabIndex = 3;
     this.coreBind.SetVerification(this.panel13, null);
     //
     // videoChannel4
     //
     this.videoChannel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel4, null);
     this.videoChannel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel4.Location = new System.Drawing.Point(0, 0);
     this.videoChannel4.Name = "videoChannel4";
     this.videoChannel4.Size = new System.Drawing.Size(387, 238);
     this.videoChannel4.TabIndex = 1;
     this.videoChannel4.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel4, null);
     this.videoChannel4.DoubleClick += new System.EventHandler(this.videoChannel4_DoubleClick);
     //
     // panel12
     //
     this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel12.Controls.Add(this.videoChannel3);
     this.coreBind.SetDatabasecommand(this.panel12, null);
     this.panel12.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel12.Location = new System.Drawing.Point(0, 480);
     this.panel12.Name = "panel12";
     this.panel12.Size = new System.Drawing.Size(389, 240);
     this.panel12.TabIndex = 2;
     this.coreBind.SetVerification(this.panel12, null);
     //
     // videoChannel3
     //
     this.videoChannel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel3, null);
     this.videoChannel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel3.Location = new System.Drawing.Point(0, 0);
     this.videoChannel3.Name = "videoChannel3";
     this.videoChannel3.Size = new System.Drawing.Size(387, 238);
     this.videoChannel3.TabIndex = 1;
     this.videoChannel3.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel3, null);
     this.videoChannel3.DoubleClick += new System.EventHandler(this.videoChannel3_DoubleClick);
     //
     // panel11
     //
     this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel11.Controls.Add(this.videoChannel2);
     this.coreBind.SetDatabasecommand(this.panel11, null);
     this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel11.Location = new System.Drawing.Point(0, 240);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(389, 240);
     this.panel11.TabIndex = 1;
     this.coreBind.SetVerification(this.panel11, null);
     //
     // videoChannel2
     //
     this.videoChannel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel2, null);
     this.videoChannel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel2.Location = new System.Drawing.Point(0, 0);
     this.videoChannel2.Name = "videoChannel2";
     this.videoChannel2.Size = new System.Drawing.Size(387, 238);
     this.videoChannel2.TabIndex = 1;
     this.videoChannel2.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel2, null);
     this.videoChannel2.DoubleClick += new System.EventHandler(this.videoChannel2_DoubleClick);
     //
     // panel10
     //
     this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel10.Controls.Add(this.videoChannel1);
     this.coreBind.SetDatabasecommand(this.panel10, null);
     this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel10.Location = new System.Drawing.Point(0, 0);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(389, 240);
     this.panel10.TabIndex = 0;
     this.coreBind.SetVerification(this.panel10, null);
     //
     // videoChannel1
     //
     this.videoChannel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     this.coreBind.SetDatabasecommand(this.videoChannel1, null);
     this.videoChannel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.videoChannel1.Location = new System.Drawing.Point(0, 0);
     this.videoChannel1.Name = "videoChannel1";
     this.videoChannel1.Size = new System.Drawing.Size(387, 238);
     this.videoChannel1.TabIndex = 0;
     this.videoChannel1.TabStop = false;
     this.coreBind.SetVerification(this.videoChannel1, null);
     this.videoChannel1.DoubleClick += new System.EventHandler(this.videoChannel1_DoubleClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Controls.Add(this.txtZZ);
     this.panel2.Controls.Add(this.ultraCheckEditor1);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.coreBind.SetDatabasecommand(this.panel2, null);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1007, 28);
     this.panel2.TabIndex = 0;
     this.coreBind.SetVerification(this.panel2, null);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.coreBind.SetDatabasecommand(this.numericUpDown1, null);
     this.numericUpDown1.Location = new System.Drawing.Point(589, 3);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.numericUpDown1.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     -2147483648});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.ReadOnly = true;
     this.numericUpDown1.Size = new System.Drawing.Size(40, 21);
     this.numericUpDown1.TabIndex = 11;
     this.numericUpDown1.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.coreBind.SetVerification(this.numericUpDown1, null);
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged_1);
     //
     // txtZZ
     //
     this.coreBind.SetDatabasecommand(this.txtZZ, null);
     this.txtZZ.Location = new System.Drawing.Point(141, 3);
     this.txtZZ.Name = "txtZZ";
     this.txtZZ.ReadOnly = true;
     this.txtZZ.Size = new System.Drawing.Size(51, 21);
     this.txtZZ.TabIndex = 1;
     this.coreBind.SetVerification(this.txtZZ, null);
     //
     // ultraCheckEditor1
     //
     this.ultraCheckEditor1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.ultraCheckEditor1.BackColorInternal = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
     this.coreBind.SetDatabasecommand(this.ultraCheckEditor1, null);
     this.ultraCheckEditor1.Location = new System.Drawing.Point(514, 4);
     this.ultraCheckEditor1.Name = "ultraCheckEditor1";
     this.ultraCheckEditor1.Size = new System.Drawing.Size(72, 20);
     this.ultraCheckEditor1.TabIndex = 10;
     this.ultraCheckEditor1.Text = "自动打印";
     this.coreBind.SetVerification(this.ultraCheckEditor1, null);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Left, null);
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
     this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
     this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Left, null);
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
     this.ultraToolbarsManager1.LockToolbars = true;
     this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
     this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow = 0;
     ultraToolbar1.FloatingLocation = new System.Drawing.Point(392, 382);
     ultraToolbar1.FloatingSize = new System.Drawing.Size(486, 44);
     controlContainerTool3.ControlName = "txtZZ";
     controlContainerTool3.InstanceProps.IsFirstInGroup = true;
     controlContainerTool3.InstanceProps.Width = 122;
     buttonTool19.InstanceProps.IsFirstInGroup = true;
     buttonTool20.InstanceProps.IsFirstInGroup = true;
     controlContainerTool1.ControlName = "ultraCheckEditor1";
     controlContainerTool1.InstanceProps.IsFirstInGroup = true;
     controlContainerTool4.ControlName = "numericUpDown1";
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool8,
     controlContainerTool3,
     buttonTool17,
     buttonTool19,
     buttonTool20,
     controlContainerTool1,
     controlContainerTool4,
     buttonTool21,
     buttonTool22});
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
     ultraToolbar1});
     buttonTool23.SharedPropsInternal.Caption = "打开对讲";
     buttonTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     controlContainerTool6.ControlName = "txtZZ";
     controlContainerTool6.SharedPropsInternal.Caption = "剩余纸张数";
     controlContainerTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool6.SharedPropsInternal.Width = 122;
     buttonTool24.SharedPropsInternal.Caption = "换纸";
     buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool26.SharedPropsInternal.Caption = "切换视频";
     buttonTool26.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool27.SharedPropsInternal.Caption = "查看/关闭一次计量图像";
     buttonTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool28.SharedPropsInternal.Caption = "磅单打印";
     buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool29.SharedPropsInternal.Caption = "校秤";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool30.SharedPropsInternal.Caption = "长期预报查询";
     buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     controlContainerTool2.SharedPropsInternal.Caption = "ControlContainerTool1";
     controlContainerTool5.ControlName = "ultraCheckEditor1";
     controlContainerTool5.SharedPropsInternal.Caption = "ControlContainerTool2";
     controlContainerTool7.ControlName = "numericUpDown1";
     controlContainerTool7.SharedPropsInternal.Caption = "ControlContainerTool3";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
     buttonTool23,
     controlContainerTool6,
     buttonTool24,
     buttonTool26,
     buttonTool27,
     buttonTool28,
     buttonTool29,
     buttonTool30,
     controlContainerTool2,
     controlContainerTool5,
     controlContainerTool7});
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Right, null);
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1007, 28);
     this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
     this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Right, null);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Top, null);
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1007, 28);
     this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Top, null);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.coreBind.SetDatabasecommand(this._panel2_Toolbars_Dock_Area_Bottom, null);
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 28);
     this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1007, 0);
     this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     this.coreBind.SetVerification(this._panel2_Toolbars_Dock_Area_Bottom, null);
     //
     // bigVideoChannel
     //
     this.coreBind.SetDatabasecommand(this.bigVideoChannel, null);
     this.bigVideoChannel.Location = new System.Drawing.Point(0, 18);
     this.bigVideoChannel.Name = "bigVideoChannel";
     this.bigVideoChannel.Size = new System.Drawing.Size(20, 21);
     this.bigVideoChannel.TabIndex = 2;
     this.bigVideoChannel.TabStop = false;
     this.coreBind.SetVerification(this.bigVideoChannel, null);
     this.bigVideoChannel.Visible = false;
     this.bigVideoChannel.DoubleClick += new System.EventHandler(this.bigVideoChannel_DoubleClick);
     this.bigVideoChannel.MouseLeave += new System.EventHandler(this.bigVideoChannel_MouseLeave);
     this.bigVideoChannel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseMove);
     this.bigVideoChannel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseDown);
     this.bigVideoChannel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bigVideoChannel_MouseUp);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel6);
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel1, null);
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(877, 163);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel1, null);
     //
     // panel6
     //
     this.coreBind.SetDatabasecommand(this.panel6, null);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(877, 163);
     this.panel6.TabIndex = 0;
     this.coreBind.SetVerification(this.panel6, null);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.coreBind.SetDatabasecommand(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(200, 100);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.coreBind.SetVerification(this.ultraExpandableGroupBoxPanel2, null);
     this.ultraExpandableGroupBoxPanel2.Visible = false;
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CompressUnpinnedTabs = false;
     dockAreaPane1.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockAreaPane1.DockedBefore = new System.Guid("fab36dca-93df-47ae-a661-844c242a30e6");
     dockAreaPane1.FloatingLocation = new System.Drawing.Point(707, 475);
     dockAreaPane1.Size = new System.Drawing.Size(100, 100);
     dockAreaPane2.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockAreaPane2.DockedBefore = new System.Guid("d4bf97a0-4113-40bb-bf58-1ccec85fb19f");
     dockAreaPane2.FloatingLocation = new System.Drawing.Point(707, 475);
     dockableControlPane1.Control = this.panelYYBF;
     dockableControlPane1.FlyoutSize = new System.Drawing.Size(133, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(271, 38, 136, 579);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "语音播报";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane1});
     dockAreaPane2.Size = new System.Drawing.Size(100, 746);
     dockAreaPane3.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.VerticalSplit;
     dockAreaPane3.DockedBefore = new System.Guid("d2d5fb92-0acb-49d3-8207-82e5bb965657");
     dockAreaPane3.FloatingLocation = new System.Drawing.Point(762, 483);
     dockAreaPane3.Size = new System.Drawing.Size(100, 100);
     dockAreaPane4.ChildPaneStyle = Infragistics.Win.UltraWinDock.ChildPaneStyle.VerticalSplit;
     dockAreaPane4.FloatingLocation = new System.Drawing.Point(762, 483);
     dockableControlPane2.Control = this.panelSPKZ;
     dockableControlPane2.FlyoutSize = new System.Drawing.Size(132, -1);
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(161, 33, 131, 579);
     dockableControlPane2.Pinned = false;
     dockableControlPane2.Size = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text = "视频控制";
     dockAreaPane4.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
     dockableControlPane2});
     dockAreaPane4.Size = new System.Drawing.Size(100, 746);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
     dockAreaPane1,
     dockAreaPane2,
     dockAreaPane3,
     dockAreaPane4});
     this.ultraDockManager1.HostControl = this;
     this.ultraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _FrmBaseUnpinnedTabAreaLeft
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaLeft, null);
     this._FrmBaseUnpinnedTabAreaLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this._FrmBaseUnpinnedTabAreaLeft.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._FrmBaseUnpinnedTabAreaLeft.Name = "_FrmBaseUnpinnedTabAreaLeft";
     this._FrmBaseUnpinnedTabAreaLeft.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaLeft.Size = new System.Drawing.Size(0, 746);
     this._FrmBaseUnpinnedTabAreaLeft.TabIndex = 3;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaLeft, null);
     //
     // _FrmBaseUnpinnedTabAreaRight
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaRight, null);
     this._FrmBaseUnpinnedTabAreaRight.Dock = System.Windows.Forms.DockStyle.Right;
     this._FrmBaseUnpinnedTabAreaRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaRight.Location = new System.Drawing.Point(1007, 0);
     this._FrmBaseUnpinnedTabAreaRight.Name = "_FrmBaseUnpinnedTabAreaRight";
     this._FrmBaseUnpinnedTabAreaRight.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaRight.Size = new System.Drawing.Size(21, 746);
     this._FrmBaseUnpinnedTabAreaRight.TabIndex = 4;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaRight, null);
     //
     // _FrmBaseUnpinnedTabAreaTop
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaTop, null);
     this._FrmBaseUnpinnedTabAreaTop.Dock = System.Windows.Forms.DockStyle.Top;
     this._FrmBaseUnpinnedTabAreaTop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._FrmBaseUnpinnedTabAreaTop.Name = "_FrmBaseUnpinnedTabAreaTop";
     this._FrmBaseUnpinnedTabAreaTop.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaTop.Size = new System.Drawing.Size(1007, 0);
     this._FrmBaseUnpinnedTabAreaTop.TabIndex = 5;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaTop, null);
     //
     // _FrmBaseUnpinnedTabAreaBottom
     //
     this.coreBind.SetDatabasecommand(this._FrmBaseUnpinnedTabAreaBottom, null);
     this._FrmBaseUnpinnedTabAreaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this._FrmBaseUnpinnedTabAreaBottom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 746);
     this._FrmBaseUnpinnedTabAreaBottom.Name = "_FrmBaseUnpinnedTabAreaBottom";
     this._FrmBaseUnpinnedTabAreaBottom.Owner = this.ultraDockManager1;
     this._FrmBaseUnpinnedTabAreaBottom.Size = new System.Drawing.Size(1007, 0);
     this._FrmBaseUnpinnedTabAreaBottom.TabIndex = 6;
     this.coreBind.SetVerification(this._FrmBaseUnpinnedTabAreaBottom, null);
     //
     // _FrmBaseAutoHideControl
     //
     this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow1);
     this._FrmBaseAutoHideControl.Controls.Add(this.dockableWindow2);
     this.coreBind.SetDatabasecommand(this._FrmBaseAutoHideControl, null);
     this._FrmBaseAutoHideControl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._FrmBaseAutoHideControl.Location = new System.Drawing.Point(989, 0);
     this._FrmBaseAutoHideControl.Name = "_FrmBaseAutoHideControl";
     this._FrmBaseAutoHideControl.Owner = this.ultraDockManager1;
     this._FrmBaseAutoHideControl.Size = new System.Drawing.Size(18, 746);
     this._FrmBaseAutoHideControl.TabIndex = 7;
     this.coreBind.SetVerification(this._FrmBaseAutoHideControl, null);
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.panelYYBF);
     this.coreBind.SetDatabasecommand(this.dockableWindow1, null);
     this.dockableWindow1.Location = new System.Drawing.Point(5, 0);
     this.dockableWindow1.Name = "dockableWindow1";
     this.dockableWindow1.Owner = this.ultraDockManager1;
     this.dockableWindow1.Size = new System.Drawing.Size(133, 746);
     this.dockableWindow1.TabIndex = 10;
     this.coreBind.SetVerification(this.dockableWindow1, null);
     //
     // dockableWindow2
     //
     this.dockableWindow2.Controls.Add(this.panelSPKZ);
     this.coreBind.SetDatabasecommand(this.dockableWindow2, null);
     this.dockableWindow2.Location = new System.Drawing.Point(-10000, 0);
     this.dockableWindow2.Name = "dockableWindow2";
     this.dockableWindow2.Owner = this.ultraDockManager1;
     this.dockableWindow2.Size = new System.Drawing.Size(132, 746);
     this.dockableWindow2.TabIndex = 11;
     this.coreBind.SetVerification(this.dockableWindow2, null);
     //
     // windowDockingArea3
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea3, null);
     this.windowDockingArea3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.windowDockingArea3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea3.Location = new System.Drawing.Point(4, 4);
     this.windowDockingArea3.Name = "windowDockingArea3";
     this.windowDockingArea3.Owner = this.ultraDockManager1;
     this.windowDockingArea3.Size = new System.Drawing.Size(100, 100);
     this.windowDockingArea3.TabIndex = 0;
     this.coreBind.SetVerification(this.windowDockingArea3, null);
     //
     // windowDockingArea4
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea4, null);
     this.windowDockingArea4.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea4.Location = new System.Drawing.Point(1144, 0);
     this.windowDockingArea4.Name = "windowDockingArea4";
     this.windowDockingArea4.Owner = this.ultraDockManager1;
     this.windowDockingArea4.Size = new System.Drawing.Size(105, 746);
     this.windowDockingArea4.TabIndex = 9;
     this.coreBind.SetVerification(this.windowDockingArea4, null);
     //
     // windowDockingArea2
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea2, null);
     this.windowDockingArea2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.windowDockingArea2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea2.Location = new System.Drawing.Point(1165, 0);
     this.windowDockingArea2.Name = "windowDockingArea2";
     this.windowDockingArea2.Owner = this.ultraDockManager1;
     this.windowDockingArea2.Size = new System.Drawing.Size(100, 100);
     this.windowDockingArea2.TabIndex = 8;
     this.coreBind.SetVerification(this.windowDockingArea2, null);
     //
     // windowDockingArea1
     //
     this.coreBind.SetDatabasecommand(this.windowDockingArea1, null);
     this.windowDockingArea1.Dock = System.Windows.Forms.DockStyle.Right;
     this.windowDockingArea1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(4, 4);
     this.windowDockingArea1.Name = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.ultraDockManager1;
     this.windowDockingArea1.Size = new System.Drawing.Size(105, 746);
     this.windowDockingArea1.TabIndex = 0;
     this.coreBind.SetVerification(this.windowDockingArea1, null);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 60000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // CarWeigh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 746);
     this.Controls.Add(this._FrmBaseAutoHideControl);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bigVideoChannel);
     this.Controls.Add(this.windowDockingArea4);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaTop);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaBottom);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaLeft);
     this.Controls.Add(this._FrmBaseUnpinnedTabAreaRight);
     this.coreBind.SetDatabasecommand(this, null);
     this.Name = "CarWeigh";
     this.Tag = "CarWeigh";
     this.Text = "CarWeigh";
     this.coreBind.SetVerification(this, null);
     this.Load += new System.EventHandler(this.CarWeigh_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CarWeigh_FormClosing);
     this.ultraTabPageControl3.ResumeLayout(false);
     this.panelYCSP.ResumeLayout(false);
     this.panel16.ResumeLayout(false);
     this.panel20.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel8)).EndInit();
     this.panel15.ResumeLayout(false);
     this.panel19.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel7)).EndInit();
     this.panel22.ResumeLayout(false);
     this.panel18.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel6)).EndInit();
     this.panel21.ResumeLayout(false);
     this.panel17.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel5)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picHT)).EndInit();
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
     this.panelYYBF.ResumeLayout(false);
     this.panel23.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
     this.panelSPKZ.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
     this.ultraExpandableGroupBox2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
     this.panel14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
     this.ultraTabControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel4)).EndInit();
     this.panel12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel3)).EndInit();
     this.panel11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel2)).EndInit();
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.videoChannel1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bigVideoChannel)).EndInit();
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._FrmBaseAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.dockableWindow2.ResumeLayout(false);
     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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.StackColumnChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 20;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.White;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.White;
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.LineColor = System.Drawing.Color.White;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 30;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.White;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.LineColor = System.Drawing.Color.White;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.BackColor = System.Drawing.Color.DimGray;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      this.ultraChart.ColorModel.Skin.ApplyRowWise = false;
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
      paintElement2.Fill = System.Drawing.Color.Blue;
      paintElement2.FillGradientStyle = Infragistics.UltraChart.Shared.Styles.GradientStyle.BackwardDiagonal;
      paintElement2.FillStopColor = System.Drawing.Color.Black;
      paintElement2.Stroke = System.Drawing.Color.White;
      paintElement3.Fill = System.Drawing.Color.DarkRed;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2,
            paintElement3});
      this.ultraChart.Tooltips.FormatString = "<ITEM_LABEL> : <DATA_VALUE:##0.0#%;(##0.0#%);->";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // SimpleStackedColumnChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "SimpleStackedColumnChart";
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      this.ResumeLayout(false);

    }
Example #36
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer     enhancedColumnHeaderRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer        enhancedRowHeaderRenderer1    = new FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer();
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement1     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect1   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance1 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.panel3               = new System.Windows.Forms.Panel();
     this.btnClose             = new System.Windows.Forms.Button();
     this.label3               = new System.Windows.Forms.Label();
     this.panel2               = new System.Windows.Forms.Panel();
     this.panel4               = new System.Windows.Forms.Panel();
     this.dtpFromDate          = new System.Windows.Forms.DateTimePicker();
     this.optThisMonth         = new System.Windows.Forms.RadioButton();
     this.optThisWeek          = new System.Windows.Forms.RadioButton();
     this.optToday             = new System.Windows.Forms.RadioButton();
     this.optPeriod            = new System.Windows.Forms.RadioButton();
     this.optLastMonth         = new System.Windows.Forms.RadioButton();
     this.optLastWeek          = new System.Windows.Forms.RadioButton();
     this.optYesterday         = new System.Windows.Forms.RadioButton();
     this.dtpToDate            = new System.Windows.Forms.DateTimePicker();
     this.btnExcelExport       = new System.Windows.Forms.Button();
     this.btnView              = new System.Windows.Forms.Button();
     this.panel5               = new System.Windows.Forms.Panel();
     this.ultraChart1          = new Infragistics.Win.UltraWinChart.UltraChart();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.spdData              = new FarPoint.Win.Spread.FpSpread();
     this.spdData_Sheet1       = new FarPoint.Win.Spread.SheetView();
     this.spdDataDetail        = new FarPoint.Win.Spread.FpSpread();
     this.spdDataDetail_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     enhancedColumnHeaderRenderer1.Name = "enhancedColumnHeaderRenderer1";
     enhancedColumnHeaderRenderer1.TextRotationAngle = 0;
     enhancedRowHeaderRenderer1.Name = "enhancedRowHeaderRenderer1";
     enhancedRowHeaderRenderer1.TextRotationAngle = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.BackColor    = System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount  = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel5, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 180F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(800, 600);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(800, 25);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.panel3.Controls.Add(this.btnClose);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(800, 25);
     this.panel3.TabIndex = 3;
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnClose.FlatAppearance.BorderSize = 0;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font      = new System.Drawing.Font("Arial Black", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Image     = global::Miracom.SmartWeb.UI.Properties.Resources._011dataclose;
     this.btnClose.Location  = new System.Drawing.Point(777, 2);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(21, 20);
     this.btnClose.TabIndex  = 15;
     this.btnClose.TabStop   = false;
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(3, 7);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 13);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Function Log Report";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 25);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(800, 80);
     this.panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.BackColor   = System.Drawing.Color.Transparent;
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.dtpFromDate);
     this.panel4.Controls.Add(this.optThisMonth);
     this.panel4.Controls.Add(this.optThisWeek);
     this.panel4.Controls.Add(this.optToday);
     this.panel4.Controls.Add(this.optPeriod);
     this.panel4.Controls.Add(this.optLastMonth);
     this.panel4.Controls.Add(this.optLastWeek);
     this.panel4.Controls.Add(this.optYesterday);
     this.panel4.Controls.Add(this.dtpToDate);
     this.panel4.Controls.Add(this.btnExcelExport);
     this.panel4.Controls.Add(this.btnView);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(800, 80);
     this.panel4.TabIndex = 1;
     //
     // dtpFromDate
     //
     this.dtpFromDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFromDate.Location = new System.Drawing.Point(247, 38);
     this.dtpFromDate.Name     = "dtpFromDate";
     this.dtpFromDate.Size     = new System.Drawing.Size(90, 21);
     this.dtpFromDate.TabIndex = 40;
     //
     // optThisMonth
     //
     this.optThisMonth.AutoSize  = true;
     this.optThisMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optThisMonth.Location  = new System.Drawing.Point(167, 39);
     this.optThisMonth.Name      = "optThisMonth";
     this.optThisMonth.Size      = new System.Drawing.Size(83, 18);
     this.optThisMonth.TabIndex  = 48;
     this.optThisMonth.Text      = "This Month";
     this.optThisMonth.UseVisualStyleBackColor = true;
     //
     // optThisWeek
     //
     this.optThisWeek.AutoSize  = true;
     this.optThisWeek.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optThisWeek.Location  = new System.Drawing.Point(93, 39);
     this.optThisWeek.Name      = "optThisWeek";
     this.optThisWeek.Size      = new System.Drawing.Size(80, 18);
     this.optThisWeek.TabIndex  = 47;
     this.optThisWeek.Text      = "This Week";
     this.optThisWeek.UseVisualStyleBackColor = true;
     //
     // optToday
     //
     this.optToday.AutoSize  = true;
     this.optToday.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optToday.Location  = new System.Drawing.Point(19, 39);
     this.optToday.Name      = "optToday";
     this.optToday.Size      = new System.Drawing.Size(61, 18);
     this.optToday.TabIndex  = 46;
     this.optToday.Text      = "Today";
     this.optToday.UseVisualStyleBackColor = true;
     //
     // optPeriod
     //
     this.optPeriod.AutoSize  = true;
     this.optPeriod.Checked   = true;
     this.optPeriod.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optPeriod.Location  = new System.Drawing.Point(246, 15);
     this.optPeriod.Name      = "optPeriod";
     this.optPeriod.Size      = new System.Drawing.Size(61, 18);
     this.optPeriod.TabIndex  = 45;
     this.optPeriod.TabStop   = true;
     this.optPeriod.Text      = "Period";
     this.optPeriod.UseVisualStyleBackColor = true;
     this.optPeriod.CheckedChanged         += new System.EventHandler(this.optPeriod_CheckedChanged);
     //
     // optLastMonth
     //
     this.optLastMonth.AutoSize  = true;
     this.optLastMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optLastMonth.Location  = new System.Drawing.Point(167, 15);
     this.optLastMonth.Name      = "optLastMonth";
     this.optLastMonth.Size      = new System.Drawing.Size(84, 18);
     this.optLastMonth.TabIndex  = 44;
     this.optLastMonth.Text      = "Last Month";
     this.optLastMonth.UseVisualStyleBackColor = true;
     //
     // optLastWeek
     //
     this.optLastWeek.AutoSize  = true;
     this.optLastWeek.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optLastWeek.Location  = new System.Drawing.Point(93, 15);
     this.optLastWeek.Name      = "optLastWeek";
     this.optLastWeek.Size      = new System.Drawing.Size(81, 18);
     this.optLastWeek.TabIndex  = 43;
     this.optLastWeek.Text      = "Last Week";
     this.optLastWeek.UseVisualStyleBackColor = true;
     //
     // optYesterday
     //
     this.optYesterday.AutoSize  = true;
     this.optYesterday.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optYesterday.Location  = new System.Drawing.Point(19, 15);
     this.optYesterday.Name      = "optYesterday";
     this.optYesterday.Size      = new System.Drawing.Size(80, 18);
     this.optYesterday.TabIndex  = 42;
     this.optYesterday.Text      = "Yesterday";
     this.optYesterday.UseVisualStyleBackColor = true;
     //
     // dtpToDate
     //
     this.dtpToDate.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpToDate.Location = new System.Drawing.Point(341, 38);
     this.dtpToDate.Name     = "dtpToDate";
     this.dtpToDate.Size     = new System.Drawing.Size(90, 21);
     this.dtpToDate.TabIndex = 41;
     //
     // btnExcelExport
     //
     this.btnExcelExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnExcelExport.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnExcelExport.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._006excel;
     this.btnExcelExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnExcelExport.Location   = new System.Drawing.Point(721, 10);
     this.btnExcelExport.Name       = "btnExcelExport";
     this.btnExcelExport.Size       = new System.Drawing.Size(70, 21);
     this.btnExcelExport.TabIndex   = 7;
     this.btnExcelExport.Text       = "Export";
     this.btnExcelExport.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnExcelExport.UseVisualStyleBackColor = true;
     this.btnExcelExport.Click += new System.EventHandler(this.btnExcelExport_Click);
     //
     // btnView
     //
     this.btnView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnView.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnView.Image      = global::Miracom.SmartWeb.UI.Properties.Resources._015view;
     this.btnView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnView.Location   = new System.Drawing.Point(648, 10);
     this.btnView.Name       = "btnView";
     this.btnView.Size       = new System.Drawing.Size(70, 21);
     this.btnView.TabIndex   = 4;
     this.btnView.Text       = "View";
     this.btnView.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnView.UseVisualStyleBackColor = true;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.ultraChart1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(3, 108);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(794, 174);
     this.panel5.TabIndex = 32;
     //
     // ultraChart1
     //
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE                                     = paintElement1;
     this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.LineThickness                        = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X.Visible                              = true;
     this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.LineThickness                       = 1;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.X2.Visible                             = false;
     this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.LineThickness                        = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Y.TickmarkInterval                     = 50;
     this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible                              = true;
     this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.LineThickness                       = 1;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Y2.TickmarkInterval                    = 50;
     this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y2.Visible                             = false;
     this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
     this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.LineThickness                        = 1;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z.Visible                              = false;
     this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
     this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.LineThickness                       = 1;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Z2.Visible                             = false;
     this.ultraChart1.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
     this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
     this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.ultraChart1.Dock                                        = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart1.Effects.Effects.Add(gradientEffect1);
     this.ultraChart1.Legend.SpanPercentage = 20;
     this.ultraChart1.Location = new System.Drawing.Point(0, 0);
     this.ultraChart1.Name     = "ultraChart1";
     this.ultraChart1.Size     = new System.Drawing.Size(794, 174);
     this.ultraChart1.TabIndex = 21;
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance1.ZRotation  = 4F;
     this.ultraChart1.Transform3D = view3DAppearance1;
     this.ultraChart1.Visible     = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(3, 288);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.spdData);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.spdDataDetail);
     this.splitContainer1.Size             = new System.Drawing.Size(794, 309);
     this.splitContainer1.SplitterDistance = 108;
     this.splitContainer1.TabIndex         = 33;
     //
     // spdData
     //
     this.spdData.About = "4.0.2001.2005";
     this.spdData.AccessibleDescription = "spdData, Sheet1, Row 0, Column 0, ";
     this.spdData.BackColor             = System.Drawing.Color.White;
     this.spdData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spdData.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.spdData.Location = new System.Drawing.Point(0, 0);
     this.spdData.Name     = "spdData";
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size     = new System.Drawing.Size(794, 108);
     this.spdData.TabIndex = 32;
     this.spdData.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.spdData.Visible          = false;
     this.spdData.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.spdData_CellDoubleClick);
     //
     // spdData_Sheet1
     //
     this.spdData_Sheet1.Reset();
     this.spdData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdData_Sheet1.ColumnCount    = 0;
     this.spdData_Sheet1.RowCount       = 0;
     this.spdData_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdData.SetActiveViewport(0, 1, 1);
     //
     // spdDataDetail
     //
     this.spdDataDetail.About = "4.0.2001.2005";
     this.spdDataDetail.AccessibleDescription = "spdDataDetail, Sheet1, Row 0, Column 0, ";
     this.spdDataDetail.BackColor             = System.Drawing.Color.White;
     this.spdDataDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spdDataDetail.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.spdDataDetail.Location = new System.Drawing.Point(0, 0);
     this.spdDataDetail.Name     = "spdDataDetail";
     this.spdDataDetail.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdDataDetail_Sheet1
     });
     this.spdDataDetail.Size     = new System.Drawing.Size(794, 197);
     this.spdDataDetail.TabIndex = 32;
     this.spdDataDetail.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.spdDataDetail.Visible = false;
     //
     // spdDataDetail_Sheet1
     //
     this.spdDataDetail_Sheet1.Reset();
     this.spdDataDetail_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdDataDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdDataDetail_Sheet1.ColumnCount    = 0;
     this.spdDataDetail_Sheet1.RowCount       = 0;
     this.spdDataDetail_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdDataDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdDataDetail.SetActiveViewport(0, 1, 1);
     //
     // TST1107
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Name  = "TST1107";
     this.Size  = new System.Drawing.Size(800, 600);
     this.Load += new System.EventHandler(this.TST1107_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataDetail_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }