예제 #1
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </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.GradientEffect   gradientEffect1   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance1 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CUS060401));
     this.udcDurationDate1 = new Miracom.SmartWeb.UI.Controls.udcDurationDate();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.ultraChart1      = new Infragistics.Win.UltraWinChart.UltraChart();
     this.spdData          = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.spdData_Sheet1   = new FarPoint.Win.Spread.SheetView();
     this.pnlLabel         = new System.Windows.Forms.Panel();
     this.lblIcon          = new System.Windows.Forms.Label();
     this.lblSelect        = new System.Windows.Forms.Label();
     this.cboSelect        = new System.Windows.Forms.ComboBox();
     this.pnlMiddle.SuspendLayout();
     this.pnlCondition1.SuspendLayout();
     this.pnlWIPDetail.SuspendLayout();
     this.pnlDetailCondition2.SuspendLayout();
     this.pnlDetailCondition1.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlRASDetail.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     this.pnlLabel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.Size = new System.Drawing.Size(34, 13);
     this.lblTitle.Text = "Main";
     //
     // pnlMiddle
     //
     this.pnlMiddle.Controls.Add(this.pnlLabel);
     this.pnlMiddle.Size = new System.Drawing.Size(800, 66);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition1, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition2, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition3, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition4, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition5, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition6, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition7, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlCondition8, 0);
     this.pnlMiddle.Controls.SetChildIndex(this.pnlLabel, 0);
     //
     // pnlCondition1
     //
     this.pnlCondition1.Controls.Add(this.cboSelect);
     this.pnlCondition1.Controls.Add(this.udcDurationDate1);
     //
     // pnlWIPDetail
     //
     this.pnlWIPDetail.Location = new System.Drawing.Point(0, 92);
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.splitContainer1);
     this.pnlMain.Location = new System.Drawing.Point(0, 152);
     this.pnlMain.Size     = new System.Drawing.Size(800, 448);
     //
     // btnDetail
     //
     this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // 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;
     //
     // btnSort
     //
     this.btnSort.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // pnlRASDetail
     //
     this.pnlRASDetail.Location = new System.Drawing.Point(0, 92);
     //
     // udcDurationDate1
     //
     this.udcDurationDate1.BackColor          = System.Drawing.Color.Transparent;
     this.udcDurationDate1.Location           = new System.Drawing.Point(204, 0);
     this.udcDurationDate1.Name               = "udcDurationDate1";
     this.udcDurationDate1.RestrictedDayCount = 60;
     this.udcDurationDate1.Size               = new System.Drawing.Size(280, 21);
     this.udcDurationDate1.TabIndex           = 17;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.AllowDrop = true;
     this.splitContainer1.Panel1.Controls.Add(this.ultraChart1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.spdData);
     this.splitContainer1.Size             = new System.Drawing.Size(794, 445);
     this.splitContainer1.SplitterDistance = 240;
     this.splitContainer1.TabIndex         = 0;
     //
     // 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.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, 240);
     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;
     //
     // 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.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.spdData.RPT_IsPreCellsType = true;
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size     = new System.Drawing.Size(794, 201);
     this.spdData.TabIndex = 2;
     //
     // 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);
     //
     // pnlLabel
     //
     this.pnlLabel.BackColor = System.Drawing.Color.White;
     this.pnlLabel.Controls.Add(this.lblIcon);
     this.pnlLabel.Controls.Add(this.lblSelect);
     this.pnlLabel.Location = new System.Drawing.Point(4, 8);
     this.pnlLabel.Margin   = new System.Windows.Forms.Padding(0);
     this.pnlLabel.Name     = "pnlLabel";
     this.pnlLabel.Size     = new System.Drawing.Size(80, 21);
     this.pnlLabel.TabIndex = 18;
     //
     // lblIcon
     //
     this.lblIcon.BackColor  = System.Drawing.Color.White;
     this.lblIcon.Image      = ((System.Drawing.Image)(resources.GetObject("lblIcon.Image")));
     this.lblIcon.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblIcon.Location   = new System.Drawing.Point(5, 2);
     this.lblIcon.Name       = "lblIcon";
     this.lblIcon.Size       = new System.Drawing.Size(6, 17);
     this.lblIcon.TabIndex   = 1;
     this.lblIcon.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSelect
     //
     this.lblSelect.BackColor  = System.Drawing.Color.White;
     this.lblSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblSelect.Location   = new System.Drawing.Point(18, 2);
     this.lblSelect.Name       = "lblSelect";
     this.lblSelect.Size       = new System.Drawing.Size(60, 17);
     this.lblSelect.TabIndex   = 0;
     this.lblSelect.Text       = "항목";
     this.lblSelect.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboSelect
     //
     this.cboSelect.FormattingEnabled = true;
     this.cboSelect.Location          = new System.Drawing.Point(88, 0);
     this.cboSelect.Name     = "cboSelect";
     this.cboSelect.Size     = new System.Drawing.Size(97, 21);
     this.cboSelect.TabIndex = 19;
     //
     // CUS060401
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BaseFormType        = Miracom.SmartWeb.UI.Controls.udcCUSReport002.eBaseFormType.WIP_BASE;
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Name = "CUS060401";
     this.pnlMiddle.ResumeLayout(false);
     this.pnlCondition1.ResumeLayout(false);
     this.pnlWIPDetail.ResumeLayout(false);
     this.pnlDetailCondition2.ResumeLayout(false);
     this.pnlDetailCondition1.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlRASDetail.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     this.pnlLabel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     this.lblExecution   = new System.Windows.Forms.Label();
     this.sptData        = new System.Windows.Forms.SplitContainer();
     this.utrChart       = new Infragistics.Win.UltraWinChart.UltraChart();
     this.spdData        = new FarPoint.Win.Spread.FpSpread();
     this.spdData_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.pnlCondition8.SuspendLayout();
     this.pnlCondition7.SuspendLayout();
     this.pnlCondition6.SuspendLayout();
     this.pnlCondition5.SuspendLayout();
     this.pnlCondition4.SuspendLayout();
     this.pnlCondition3.SuspendLayout();
     this.pnlCondition2.SuspendLayout();
     this.pnlCondition1.SuspendLayout();
     this.pnlMiddle.SuspendLayout();
     this.sptData.Panel1.SuspendLayout();
     this.sptData.Panel2.SuspendLayout();
     this.sptData.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utrChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // btnExcelExport
     //
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnView
     //
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // lblExecution
     //
     this.lblExecution.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblExecution.Location = new System.Drawing.Point(0, 235);
     this.lblExecution.Name     = "lblExecution";
     this.lblExecution.Padding  = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblExecution.Size     = new System.Drawing.Size(800, 14);
     this.lblExecution.TabIndex = 33;
     this.lblExecution.Text     = "Execution Time : 0  Data Count : 0";
     //
     // sptData
     //
     this.sptData.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.sptData.Location    = new System.Drawing.Point(0, 249);
     this.sptData.Name        = "sptData";
     this.sptData.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // sptData.Panel1
     //
     this.sptData.Panel1.Controls.Add(this.utrChart);
     //
     // sptData.Panel2
     //
     this.sptData.Panel2.Controls.Add(this.spdData);
     this.sptData.Size             = new System.Drawing.Size(800, 351);
     this.sptData.SplitterDistance = 174;
     this.sptData.SplitterWidth    = 5;
     this.sptData.TabIndex         = 34;
     //
     // utrChart
     //
     this.utrChart.Axis.BackColor                              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.utrChart.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.utrChart.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.utrChart.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.utrChart.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.utrChart.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X.LineThickness                        = 1;
     this.utrChart.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.X.MajorGridLines.Visible               = true;
     this.utrChart.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.utrChart.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.X.MinorGridLines.Visible               = false;
     this.utrChart.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.X.Visible                              = true;
     this.utrChart.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.utrChart.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.utrChart.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.utrChart.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.utrChart.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.utrChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.X2.Labels.Visible                      = false;
     this.utrChart.Axis.X2.LineThickness                       = 1;
     this.utrChart.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.X2.MajorGridLines.Visible              = true;
     this.utrChart.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.utrChart.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.X2.MinorGridLines.Visible              = false;
     this.utrChart.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.X2.Visible                             = false;
     this.utrChart.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.utrChart.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.utrChart.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.utrChart.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.utrChart.Axis.Y.Labels.SeriesLabels.FormatString     = "";
     this.utrChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Far;
     this.utrChart.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.utrChart.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Y.LineThickness                        = 1;
     this.utrChart.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Y.MajorGridLines.Visible               = true;
     this.utrChart.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.utrChart.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Y.MinorGridLines.Visible               = false;
     this.utrChart.Axis.Y.TickmarkInterval                     = 50;
     this.utrChart.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.Y.Visible                              = true;
     this.utrChart.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.utrChart.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.utrChart.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.utrChart.Axis.Y2.Labels.SeriesLabels.FormatString    = "";
     this.utrChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.utrChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Y2.Labels.Visible                      = false;
     this.utrChart.Axis.Y2.LineThickness                       = 1;
     this.utrChart.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Y2.MajorGridLines.Visible              = true;
     this.utrChart.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.utrChart.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Y2.MinorGridLines.Visible              = false;
     this.utrChart.Axis.Y2.TickmarkInterval                    = 50;
     this.utrChart.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.Y2.Visible                             = false;
     this.utrChart.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
     this.utrChart.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Z.Labels.ItemFormatString              = "";
     this.utrChart.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
     this.utrChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Z.Labels.Visible                       = false;
     this.utrChart.Axis.Z.LineThickness                        = 1;
     this.utrChart.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Z.MajorGridLines.Visible               = true;
     this.utrChart.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.utrChart.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.utrChart.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Z.MinorGridLines.Visible               = false;
     this.utrChart.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.Z.Visible                              = false;
     this.utrChart.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
     this.utrChart.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Z2.Labels.ItemFormatString             = "";
     this.utrChart.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
     this.utrChart.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
     this.utrChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.utrChart.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
     this.utrChart.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.utrChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.utrChart.Axis.Z2.Labels.Visible                      = false;
     this.utrChart.Axis.Z2.LineThickness                       = 1;
     this.utrChart.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.utrChart.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Z2.MajorGridLines.Visible              = true;
     this.utrChart.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.utrChart.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.utrChart.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.utrChart.Axis.Z2.MinorGridLines.Visible              = false;
     this.utrChart.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.utrChart.Axis.Z2.Visible                             = false;
     this.utrChart.ColorModel.AlphaLevel                       = ((byte)(150));
     this.utrChart.ColorModel.ColorBegin                       = System.Drawing.Color.DarkOrange;
     this.utrChart.ColorModel.ColorEnd                         = System.Drawing.Color.LightPink;
     this.utrChart.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.utrChart.ColorModel.Scaling                          = Infragistics.UltraChart.Shared.Styles.ColorScaling.Increasing;
     this.utrChart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.utrChart.Effects.Effects.Add(gradientEffect1);
     this.utrChart.Legend.SpanPercentage = 20;
     this.utrChart.Location = new System.Drawing.Point(0, 0);
     this.utrChart.Name     = "utrChart";
     this.utrChart.Size     = new System.Drawing.Size(800, 174);
     this.utrChart.TabIndex = 29;
     this.utrChart.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.utrChart.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     this.utrChart.Tooltips.TooltipControl        = null;
     view3DAppearance1.ZRotation = 4F;
     this.utrChart.Transform3D   = view3DAppearance1;
     this.utrChart.Visible       = false;
     //
     // spdData
     //
     this.spdData.About = "2.5.2008.2005";
     this.spdData.AccessibleDescription = "spdData, Sheet1, Row 0, Column 0, ";
     this.spdData.BackColor             = System.Drawing.Color.Black;
     this.spdData.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     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(800, 172);
     this.spdData.TabIndex          = 29;
     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;
     //
     // 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);
     //
     // udcReport003
     //
     this.Controls.Add(this.sptData);
     this.Controls.Add(this.lblExecution);
     this.Name                    = "udcReport003";
     this.Load                   += new System.EventHandler(this.udcReport003_Load);
     this.ButtonViewClick        += new System.EventHandler(this.udcReport003_ButtonViewClick);
     this.ButtonExcelExportClick += new System.EventHandler(this.udcReport003_ButtonExcelExportClick);
     this.Controls.SetChildIndex(this.pnlMiddle, 0);
     this.Controls.SetChildIndex(this.lblExecution, 0);
     this.Controls.SetChildIndex(this.sptData, 0);
     this.pnlCondition8.ResumeLayout(false);
     this.pnlCondition7.ResumeLayout(false);
     this.pnlCondition6.ResumeLayout(false);
     this.pnlCondition5.ResumeLayout(false);
     this.pnlCondition4.ResumeLayout(false);
     this.pnlCondition3.ResumeLayout(false);
     this.pnlCondition2.ResumeLayout(false);
     this.pnlCondition1.ResumeLayout(false);
     this.pnlMiddle.ResumeLayout(false);
     this.sptData.Panel1.ResumeLayout(false);
     this.sptData.Panel2.ResumeLayout(false);
     this.sptData.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utrChart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement4     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect4   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance4 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     this.panel1            = new System.Windows.Forms.Panel();
     this.optQty2           = new System.Windows.Forms.RadioButton();
     this.optQty1           = new System.Windows.Forms.RadioButton();
     this.optLot            = new System.Windows.Forms.RadioButton();
     this.btnExcelExport    = new System.Windows.Forms.Button();
     this.btnView           = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.btnClose          = new System.Windows.Forms.Button();
     this.label3            = new System.Windows.Forms.Label();
     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.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.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel2.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.cdvLotType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     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.optQty2);
     this.panel1.Controls.Add(this.optQty1);
     this.panel1.Controls.Add(this.optLot);
     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, 65);
     this.panel1.TabIndex = 0;
     //
     // optQty2
     //
     this.optQty2.AutoSize = true;
     this.optQty2.Location = new System.Drawing.Point(168, 38);
     this.optQty2.Name     = "optQty2";
     this.optQty2.Size     = new System.Drawing.Size(49, 17);
     this.optQty2.TabIndex = 5;
     this.optQty2.Text     = "Qty2";
     this.optQty2.UseVisualStyleBackColor = true;
     //
     // optQty1
     //
     this.optQty1.AutoSize = true;
     this.optQty1.Location = new System.Drawing.Point(110, 38);
     this.optQty1.Name     = "optQty1";
     this.optQty1.Size     = new System.Drawing.Size(49, 17);
     this.optQty1.TabIndex = 4;
     this.optQty1.Text     = "Qty1";
     this.optQty1.UseVisualStyleBackColor = true;
     //
     // optLot
     //
     this.optLot.AutoSize = true;
     this.optLot.Checked  = true;
     this.optLot.Location = new System.Drawing.Point(60, 38);
     this.optLot.Name     = "optLot";
     this.optLot.Size     = new System.Drawing.Size(40, 17);
     this.optLot.TabIndex = 3;
     this.optLot.TabStop  = true;
     this.optLot.Text     = "Lot";
     this.optLot.UseVisualStyleBackColor = true;
     //
     // 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   = 6;
     this.btnView.Text       = "View";
     this.btnView.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnView.UseVisualStyleBackColor = true;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // 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.panel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
     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, 65F));
     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;
     //
     // 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, 19);
     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, 6);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 13);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Operation WIP Status";
     //
     // splitContainer
     //
     this.splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location    = new System.Drawing.Point(3, 93);
     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, 504);
     this.splitContainer.SplitterDistance = 250;
     this.splitContainer.SplitterWidth    = 5;
     this.splitContainer.TabIndex         = 3;
     //
     // 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.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                     = 10;
     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                    = 10;
     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(gradientEffect4);
     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, 250);
     this.ultraChart1.TabIndex = 29;
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance4.ZRotation  = 4F;
     this.ultraChart1.Transform3D = view3DAppearance4;
     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.Black;
     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, 249);
     this.spdData.TabIndex = 29;
     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);
     //
     // 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 = 10;
     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                   = 11;
     this.cdvLotType.TextBoxToolTipText         = "";
     this.cdvLotType.TextBoxWidth               = 150;
     this.cdvLotType.VisibleButton              = true;
     this.cdvLotType.VisibleColumnHeader        = false;
     this.cdvLotType.VisibleDescription         = false;
     //
     // 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 = 8;
     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                   = 9;
     this.cdvFactory.TextBoxToolTipText         = "";
     this.cdvFactory.TextBoxWidth               = 150;
     this.cdvFactory.VisibleButton              = true;
     this.cdvFactory.VisibleColumnHeader        = false;
     this.cdvFactory.VisibleDescription         = false;
     //
     // STD1101
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "STD1101";
     this.Size   = new System.Drawing.Size(800, 600);
     this.Load  += new System.EventHandler(this.STD1101_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     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.cdvLotType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvFactory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
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();
     Infragistics.UltraChart.Resources.Appearance.PaintElement     paintElement2     = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.GradientEffect   gradientEffect2   = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
     Infragistics.UltraChart.Resources.Appearance.View3DAppearance view3DAppearance2 = new Infragistics.UltraChart.Resources.Appearance.View3DAppearance();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ultraChart1     = new Infragistics.Win.UltraWinChart.UltraChart();
     this.ultraChart2     = new Infragistics.Win.UltraWinChart.UltraChart();
     this.pnlMiddle.SuspendLayout();
     this.pnlWIPDetail.SuspendLayout();
     this.pnlDetailCondition2.SuspendLayout();
     this.pnlDetailCondition1.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlRASDetail.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.Size = new System.Drawing.Size(46, 13);
     this.lblTitle.Text = "Report";
     //
     // pnlMiddle
     //
     this.pnlMiddle.Size = new System.Drawing.Size(800, 0);
     //
     // pnlWIPDetail
     //
     this.pnlWIPDetail.Location = new System.Drawing.Point(0, 26);
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.splitContainer1);
     this.pnlMain.Location = new System.Drawing.Point(0, 86);
     this.pnlMain.Size     = new System.Drawing.Size(800, 514);
     //
     // btnDetail
     //
     this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnView
     //
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnExcelExport
     //
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnClose
     //
     this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnSort
     //
     this.btnSort.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // pnlRASDetail
     //
     this.pnlRASDetail.Location = new System.Drawing.Point(0, 26);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(3, 3);
     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.ultraChart2);
     this.splitContainer1.Size             = new System.Drawing.Size(794, 511);
     this.splitContainer1.SplitterDistance = 274;
     this.splitContainer1.TabIndex         = 0;
     //
     // 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, 274);
     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;
     //
     // 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.HorizontalAlign  = System.Drawing.StringAlignment.Center;
     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.Horizontal;
     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               = false;
     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             = "<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.HorizontalAlign = System.Drawing.StringAlignment.Center;
     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.Horizontal;
     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.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.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.VerticalLeftFacing;
     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                     = 20;
     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.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.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                    = 20;
     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.Center;
     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.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.Center;
     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.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.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     this.ultraChart2.Dock                                        = System.Windows.Forms.DockStyle.Fill;
     this.ultraChart2.Effects.Effects.Add(gradientEffect2);
     this.ultraChart2.Legend.SpanPercentage = 20;
     this.ultraChart2.Location = new System.Drawing.Point(0, 0);
     this.ultraChart2.Name     = "ultraChart2";
     this.ultraChart2.Size     = new System.Drawing.Size(794, 233);
     this.ultraChart2.TabIndex = 21;
     this.ultraChart2.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart2.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     view3DAppearance2.ZRotation  = 4F;
     this.ultraChart2.Transform3D = view3DAppearance2;
     this.ultraChart2.Visible     = false;
     //
     // CUS060403
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BaseFormType        = Miracom.SmartWeb.UI.Controls.udcCUSReport002.eBaseFormType.WIP_BASE;
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Name = "CUS060403";
     this.pnlMiddle.ResumeLayout(false);
     this.pnlWIPDetail.ResumeLayout(false);
     this.pnlDetailCondition2.ResumeLayout(false);
     this.pnlDetailCondition1.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlRASDetail.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
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(134, 13);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Loss Code Analysis Report";
     //
     // 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         = 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                     = 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.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(258, 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(183, 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(109, 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(336, 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(258, 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(183, 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(109, 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(429, 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(337, 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);
     //
     // STD1604
     //
     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   = "STD1604";
     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.STD1604_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);
 }
예제 #6
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);
 }
예제 #7
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);
 }