Example #1
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer = outlinelook;

            grdView.BorderStyle = BorderStyle.None;
            grdView.Sheets[0].Columns[2, colgrd].AllowAutoFilter = true;
            grdView.Sheets[0].Columns[2, colgrd].AllowAutoSort   = true;
            grdView.Sheets[0].AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.EnhancedContextMenu;

            FarPoint.Win.Spread.CellType.NumberCellType objNumCell = new FarPoint.Win.Spread.CellType.NumberCellType();
            objNumCell.DecimalPlaces = 0;
            objNumCell.MinimumValue  = 1;
            objNumCell.MaximumValue  = 9999;
            objNumCell.ShowSeparator = false;

            FarPoint.Win.Spread.CellType.DateTimeCellType datecell = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            datecell.DateSeparator  = " | ";
            datecell.TimeSeparator  = ".";
            datecell.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.ShortDateWithTime;

            FarPoint.Win.Spread.CellType.CurrencyCellType ctest       = new FarPoint.Win.Spread.CellType.CurrencyCellType();
            FarPoint.Win.Spread.CellType.TextCellType     objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.ButtonCellType   buttencell  = new FarPoint.Win.Spread.CellType.ButtonCellType();
            FarPoint.Win.Spread.CellType.ComboBoxCellType combocell   = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            combocell.Items = sC.mHisDB.fm20;

            //grdView.Sheets.Count = 1;
            grdView.Sheets[0].ColumnCount   = colCnt;
            grdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            grdView.Sheets[0].ColumnHeader.Cells[0, colE].Text      = "edit";
            grdView.Sheets[0].ColumnHeader.Cells[0, colS].Text      = "save";
            grdView.Sheets[0].ColumnHeader.Cells[0, colCode].Text   = "FN_CD";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDesc].Text   = "Description";
            grdView.Sheets[0].ColumnHeader.Cells[0, colGrpss2].Text = "grd_ss_2";
            grdView.Sheets[0].ColumnHeader.Cells[0, colgrd].Text    = "GRD_CD";

            grdView.Sheets[0].Columns[colE].Width      = 50;
            grdView.Sheets[0].Columns[colS].Width      = 50;
            grdView.Sheets[0].Columns[colCode].Width   = 80;
            grdView.Sheets[0].Columns[colDesc].Width   = 250;
            grdView.Sheets[0].Columns[colGrpss2].Width = 250;
            grdView.Sheets[0].Columns[colgrd].Width    = 300;

            grdView.Sheets[0].Columns[colE].CellType      = buttencell;
            grdView.Sheets[0].Columns[colS].CellType      = buttencell;
            grdView.Sheets[0].Columns[colCode].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colDesc].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colgrd].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colGrpss2].CellType = combocell;

            grdView.Sheets[0].Columns[coledit].Visible = false;
        }
Example #2
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer       = outlinelook;
            grdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            grdView.BorderStyle = BorderStyle.None;
            grdView.Sheets[0].Columns[colCode, colRemark].AllowAutoFilter = true;
            grdView.Sheets[0].Columns[colCode, colRemark].AllowAutoSort   = true;
            grdView.Sheets[0].AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.EnhancedContextMenu;

            FarPoint.Win.Spread.CellType.TextCellType   objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.ButtonCellType buttoncell  = new FarPoint.Win.Spread.CellType.ButtonCellType();

            grdView.Sheets[0].ColumnCount = colCnt;
            grdView.Sheets[0].RowCount    = 1;
            grdView.Font = fEdit;

            grdView.Sheets[0].Columns[colID].CellType     = objTextCell;
            grdView.Sheets[0].Columns[colE].CellType      = buttoncell;
            grdView.Sheets[0].Columns[colS].CellType      = buttoncell;
            grdView.Sheets[0].Columns[colCode].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colNameT].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colNameE].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colRemark].CellType = objTextCell;
            grdView.Sheets[0].Columns[coledit].CellType   = objTextCell;

            grdView.Sheets[0].ColumnHeader.Cells[0, colE].Text      = "edit";
            grdView.Sheets[0].ColumnHeader.Cells[0, colS].Text      = "save";
            grdView.Sheets[0].ColumnHeader.Cells[0, colCode].Text   = "code";
            grdView.Sheets[0].ColumnHeader.Cells[0, colNameT].Text  = "ชื่อภาษาไทย";
            grdView.Sheets[0].ColumnHeader.Cells[0, colNameE].Text  = "ชื่อภาษาอังกฤษ";
            grdView.Sheets[0].ColumnHeader.Cells[0, colRemark].Text = "หมายเหตุ";

            grdView.Sheets[0].Columns[colE].Width      = 50;
            grdView.Sheets[0].Columns[colS].Width      = 50;
            grdView.Sheets[0].Columns[colCode].Width   = 80;
            grdView.Sheets[0].Columns[colNameT].Width  = 200;
            grdView.Sheets[0].Columns[colNameE].Width  = 200;
            grdView.Sheets[0].Columns[colRemark].Width = 200;

            grdView.Sheets[0].Columns[colID].Visible   = false;
            grdView.Sheets[0].Columns[coledit].Visible = false;

            grdView.AllowColumnMove = true;
        }
Example #3
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer       = outlinelook;
            grdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            FarPoint.Win.Spread.CellType.TextCellType objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();
            grdView.Sheets[0].ColumnCount = colCnt;
            grdView.Sheets[0].RowCount    = 1;

            grdView.Sheets[0].Columns[colId].CellType      = objTextCell;
            grdView.Sheets[0].Columns[colOpId].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colclass].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colsvid].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colcodeset].CellType = objTextCell;
            grdView.Sheets[0].Columns[colcode].CellType    = objTextCell;
            grdView.Sheets[0].Columns[coldesc].CellType    = objTextCell;
            grdView.Sheets[0].Columns[coledit].CellType    = objTextCell;

            grdView.Sheets[0].Columns[colId].Visible   = false;
            grdView.Sheets[0].Columns[colOpId].Visible = false;

            grdView.Sheets[0].SheetName = "OPDX";

            grdView.Sheets[0].Columns[colclass].Width   = 100;
            grdView.Sheets[0].Columns[colsl].Width      = 100;
            grdView.Sheets[0].Columns[colsvid].Width    = 100;
            grdView.Sheets[0].Columns[colcodeset].Width = 100;
            grdView.Sheets[0].Columns[colcode].Width    = 100;
            grdView.Sheets[0].Columns[coldesc].Width    = 100;
            //grdView.Sheets[0].Columns[colinvno].Width = 100;

            grdView.Sheets[0].ColumnHeader.Cells[0, colclass].Text   = "class";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsl].Text      = "sl";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsvid].Text    = "svid";
            grdView.Sheets[0].ColumnHeader.Cells[0, colcodeset].Text = "codeset";
            grdView.Sheets[0].ColumnHeader.Cells[0, colcode].Text    = "code";
            grdView.Sheets[0].ColumnHeader.Cells[0, coldesc].Text    = "description";

            grdView.Sheets[0].RestrictRows = true;
        }
Example #4
0
        private void setGrdViewRetH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdViewRet.InterfaceRenderer            = outlinelook;
            grdViewRet.Sheets[0].OperationMode      = FarPoint.Win.Spread.OperationMode.RowMode;
            grdViewRet.BorderStyle = BorderStyle.None;
            FarPoint.Win.Spread.CellType.TextCellType objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();

            grdViewRet.Sheets[0].ColumnCount = colCnt;
            grdViewRet.Sheets[0].RowCount    = 1;

            grdViewRet.Sheets[0].Columns[colId].CellType            = objTextCell;
            grdViewRet.Sheets[0].Columns[colssdid].CellType         = objTextCell;
            grdViewRet.Sheets[0].Columns[colsplitno].CellType       = objTextCell;
            grdViewRet.Sheets[0].Columns[colsplitstartdt].CellType  = objTextCell;
            grdViewRet.Sheets[0].Columns[coldatestart].CellType     = objTextCell;
            grdViewRet.Sheets[0].Columns[coldateend].CellType       = objTextCell;
            grdViewRet.Sheets[0].Columns[colstatusprocess].CellType = objTextCell;
            //grdViewRet.Sheets[0].Columns[colStart].CellType = objTextCell;

            grdViewRet.Sheets[0].Columns[colId].Visible    = false;
            grdViewRet.Sheets[0].Columns[colssdid].Visible = false;

            grdViewRet.Sheets[0].Columns[colsplitno].Width       = 30;
            grdViewRet.Sheets[0].Columns[colsplitstartdt].Width  = 40;
            grdViewRet.Sheets[0].Columns[coldatestart].Width     = 80;
            grdViewRet.Sheets[0].Columns[coldateend].Width       = 80;
            grdViewRet.Sheets[0].Columns[colstatusprocess].Width = 50;
            //grdView.Sheets[0].Columns[colstatusprocess].Width = 100;

            grdViewRet.Sheets[0].ColumnHeader.Cells[0, colsplitno].Text       = "no";
            grdViewRet.Sheets[0].ColumnHeader.Cells[0, colsplitstartdt].Text  = "start";
            grdViewRet.Sheets[0].ColumnHeader.Cells[0, coldatestart].Text     = "start";
            grdViewRet.Sheets[0].ColumnHeader.Cells[0, coldateend].Text       = "end";
            grdViewRet.Sheets[0].ColumnHeader.Cells[0, colstatusprocess].Text = "status";
            //grdViewRet.Sheets[0].ColumnHeader.Cells[0, colStart].Text = "start";
        }
Example #5
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer enhancedColumnHeaderRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer    enhancedRowHeaderRenderer1    = new FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Style1");
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.SpreadSkin spreadSkin1 = new FarPoint.Win.Spread.SpreadSkin();
     FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("ColumnHeaderEnhanced");
     FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("CornerEnhanced");
     FarPoint.Win.Spread.CellType.EnhancedCornerRenderer enhancedCornerRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedCornerRenderer();
     System.ComponentModel.ComponentResourceManager      resources = new System.ComponentModel.ComponentResourceManager(typeof(MAT070503_P1));
     FarPoint.Win.Spread.EnhancedInterfaceRenderer       enhancedInterfaceRenderer1 = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("RowHeaderEnhanced");
     FarPoint.Win.Spread.EnhancedScrollBarRenderer enhancedScrollBarRenderer1 = new FarPoint.Win.Spread.EnhancedScrollBarRenderer();
     this.spdData         = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.spdData_Sheet1  = new FarPoint.Win.Spread.SheetView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.btnOk           = new System.Windows.Forms.Button();
     this.btnExcel        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     enhancedColumnHeaderRenderer1.Name = "enhancedColumnHeaderRenderer1";
     enhancedColumnHeaderRenderer1.TextRotationAngle = 0;
     enhancedRowHeaderRenderer1.Name = "enhancedRowHeaderRenderer1";
     enhancedRowHeaderRenderer1.TextRotationAngle = 0;
     //
     // spdData
     //
     this.spdData.About = "4.0.2001.2005";
     this.spdData.AccessibleDescription = "";
     this.spdData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spdData.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.spdData.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     this.spdData.Location = new System.Drawing.Point(0, 0);
     this.spdData.Name     = "spdData";
     namedStyle1.BackColor = System.Drawing.SystemColors.Window;
     namedStyle1.CellType  = generalCellType1;
     namedStyle1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     namedStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     namedStyle1.Locked    = false;
     namedStyle1.Renderer  = generalCellType1;
     this.spdData.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
         namedStyle1
     });
     this.spdData.RPT_IsPreCellsType   = true;
     this.spdData.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.spdData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdData_Sheet1
     });
     this.spdData.Size                    = new System.Drawing.Size(667, 361);
     namedStyle2.ForeColor                = System.Drawing.SystemColors.ControlText;
     namedStyle2.HorizontalAlignment      = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle2.Renderer                 = enhancedColumnHeaderRenderer1;
     namedStyle2.VerticalAlignment        = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.ColumnHeaderDefaultStyle = namedStyle2;
     namedStyle3.ForeColor                = System.Drawing.SystemColors.ControlText;
     namedStyle3.HorizontalAlignment      = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle3.Renderer                 = enhancedCornerRenderer1;
     namedStyle3.VerticalAlignment        = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.CornerDefaultStyle       = namedStyle3;
     spreadSkin1.DefaultStyle             = namedStyle1;
     spreadSkin1.FocusRenderer            = ((FarPoint.Win.Spread.IFocusIndicatorRenderer)(resources.GetObject("spreadSkin1.FocusRenderer")));
     enhancedInterfaceRenderer1.ScrollBoxBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     enhancedInterfaceRenderer1.SheetTabLowerActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(210)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabLowerNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(231)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.SheetTabUpperActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabUpperNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(229)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.TabStripBackgroundColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     spreadSkin1.InterfaceRenderer = enhancedInterfaceRenderer1;
     spreadSkin1.Name                  = "CustomSkin1";
     namedStyle4.ForeColor             = System.Drawing.SystemColors.ControlText;
     namedStyle4.HorizontalAlignment   = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle4.Renderer              = enhancedRowHeaderRenderer1;
     namedStyle4.VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.RowHeaderDefaultStyle = namedStyle4;
     spreadSkin1.ScrollBarRenderer     = enhancedScrollBarRenderer1;
     spreadSkin1.SelectionRenderer     = new FarPoint.Win.Spread.DefaultSelectionRenderer();
     this.spdData.Skin                 = spreadSkin1;
     this.spdData.TabIndex             = 1;
     //
     // 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.DefaultStyle.Parent = "Style1";
     this.spdData_Sheet1.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.spdData);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.btnOk);
     this.splitContainer1.Panel2.Controls.Add(this.btnExcel);
     this.splitContainer1.Size             = new System.Drawing.Size(667, 407);
     this.splitContainer1.SplitterDistance = 361;
     this.splitContainer1.TabIndex         = 2;
     //
     // btnOk
     //
     this.btnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Location = new System.Drawing.Point(600, 3);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(64, 25);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text     = "Okay";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnExcel
     //
     this.btnExcel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcel.Location = new System.Drawing.Point(531, 3);
     this.btnExcel.Name     = "btnExcel";
     this.btnExcel.Size     = new System.Drawing.Size(64, 25);
     this.btnExcel.TabIndex = 0;
     this.btnExcel.Text     = "Save";
     this.btnExcel.UseVisualStyleBackColor = true;
     this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
     //
     // MAT070503_P1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(667, 407);
     this.Controls.Add(this.splitContainer1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.Name          = "MAT070503_P1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Quantity by Expiration Date";
     ((System.ComponentModel.ISupportInitialize)(this.spdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdData_Sheet1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #6
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer       = outlinelook;
            grdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            grdView.BorderStyle = BorderStyle.None;
            grdView.Sheets[0].Columns[0, 2].AllowAutoFilter = true;
            grdView.Sheets[0].Columns[0, 2].AllowAutoSort   = true;
            grdView.Sheets[0].AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.EnhancedContextMenu;

            FarPoint.Win.Spread.CellType.NumberCellType objNumCell = new FarPoint.Win.Spread.CellType.NumberCellType();
            objNumCell.DecimalPlaces = 0;
            objNumCell.MinimumValue  = 1;
            objNumCell.MaximumValue  = 9999;
            objNumCell.ShowSeparator = false;

            FarPoint.Win.Spread.CellType.DateTimeCellType datecell = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            datecell.DateSeparator  = " | ";
            datecell.TimeSeparator  = ".";
            datecell.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.ShortDateWithTime;

            FarPoint.Win.Spread.CellType.CurrencyCellType ctest = new FarPoint.Win.Spread.CellType.CurrencyCellType();
            ctest.SetCalculatorText("Accept", "Cancel");
            FarPoint.Win.Spread.CellType.TextCellType objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();

            //grdView.sheet
            //grdView.Height = 330;
            //grdView.Width = 765;
            grdView.Sheets[0].ColumnCount = colCnt;
            grdView.Sheets[0].RowCount    = 1;


            //grdView.Sheets[0].ColumnHeader.Cells[0, 0].Text = "Check #";
            grdView.Sheets[0].Columns[colId].CellType          = objTextCell;
            grdView.Sheets[0].Columns[colbtid].CellType        = objTextCell;
            grdView.Sheets[0].Columns[colinvno].CellType       = objTextCell;
            grdView.Sheets[0].Columns[colsvdate].CellType      = objTextCell;
            grdView.Sheets[0].Columns[colbillmuad].CellType    = objTextCell;
            grdView.Sheets[0].Columns[collccode].CellType      = objTextCell;
            grdView.Sheets[0].Columns[colstdcode].CellType     = objTextCell;
            grdView.Sheets[0].Columns[coldesc1].CellType       = objTextCell;
            grdView.Sheets[0].Columns[colqty].CellType         = objTextCell;
            grdView.Sheets[0].Columns[colup].CellType          = objTextCell;
            grdView.Sheets[0].Columns[colchargeamt].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colclaimup].CellType     = objTextCell;
            grdView.Sheets[0].Columns[colsvrefid].CellType     = objTextCell;
            grdView.Sheets[0].Columns[colclaimcat].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colEdit].CellType        = objTextCell;
            grdView.Sheets[0].Columns[colClaimamount].CellType = objTextCell;

            grdView.Sheets[0].Columns[colId].Visible   = false;
            grdView.Sheets[0].Columns[colbtid].Visible = false;
            grdView.Sheets[0].Columns[colEdit].Visible = false;

            grdView.Sheets[0].SheetName = "BillTran Items";

            grdView.Sheets[0].Columns[colinvno].Width       = 100;
            grdView.Sheets[0].Columns[colsvdate].Width      = 120;
            grdView.Sheets[0].Columns[colbillmuad].Width    = 50;
            grdView.Sheets[0].Columns[collccode].Width      = 50;
            grdView.Sheets[0].Columns[colstdcode].Width     = 50;
            grdView.Sheets[0].Columns[coldesc1].Width       = 250;
            grdView.Sheets[0].Columns[colqty].Width         = 50;
            grdView.Sheets[0].Columns[colup].Width          = 80;
            grdView.Sheets[0].Columns[colchargeamt].Width   = 60;
            grdView.Sheets[0].Columns[colclaimup].Width     = 50;
            grdView.Sheets[0].Columns[colsvrefid].Width     = 80;
            grdView.Sheets[0].Columns[colclaimcat].Width    = 50;
            grdView.Sheets[0].Columns[colClaimamount].Width = 50;

            grdView.Sheets[0].ColumnHeader.Cells[0, colinvno].Text       = "invno";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsvdate].Text      = "svdate";
            grdView.Sheets[0].ColumnHeader.Cells[0, colbillmuad].Text    = "billmuad";
            grdView.Sheets[0].ColumnHeader.Cells[0, collccode].Text      = "lccode";
            grdView.Sheets[0].ColumnHeader.Cells[0, colstdcode].Text     = "stdcode";
            grdView.Sheets[0].ColumnHeader.Cells[0, coldesc1].Text       = "description";
            grdView.Sheets[0].ColumnHeader.Cells[0, colqty].Text         = "qty";
            grdView.Sheets[0].ColumnHeader.Cells[0, colup].Text          = "up";
            grdView.Sheets[0].ColumnHeader.Cells[0, colchargeamt].Text   = "chargeamt";
            grdView.Sheets[0].ColumnHeader.Cells[0, colclaimup].Text     = "claimup";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsvrefid].Text     = "svrefid";
            grdView.Sheets[0].ColumnHeader.Cells[0, colclaimcat].Text    = "claimcat";
            grdView.Sheets[0].ColumnHeader.Cells[0, colClaimamount].Text = "claimamount";

            grdView.Sheets[0].RestrictRows = true;
        }
Example #7
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer enhancedColumnHeaderRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer enhancedColumnHeaderRenderer2 = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer    enhancedRowHeaderRenderer1    = new FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Style1");
     FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("RowHeaderEnhanced");
     FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("CornerEnhanced");
     FarPoint.Win.Spread.CellType.EnhancedCornerRenderer enhancedCornerRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedCornerRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("DataAreaDefault");
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.SpreadSkin spreadSkin1 = new FarPoint.Win.Spread.SpreadSkin();
     FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer enhancedFocusIndicatorRenderer1 = new FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer();
     FarPoint.Win.Spread.EnhancedInterfaceRenderer      enhancedInterfaceRenderer1      = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
     FarPoint.Win.Spread.EnhancedScrollBarRenderer      enhancedScrollBarRenderer1      = new FarPoint.Win.Spread.EnhancedScrollBarRenderer();
     FarPoint.Win.Spread.CellType.DateTimeCellType      dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
     System.ComponentModel.ComponentResourceManager     resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmOLEDB_IF));
     FarPoint.Win.Spread.CellType.TextCellType          textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
     this.lblSvrInfo   = new System.Windows.Forms.Label();
     this.lblFormTime  = new System.Windows.Forms.Label();
     this.lblSvrStatus = new System.Windows.Forms.Label();
     this.fpLog        = new FarPoint.Win.Spread.FpSpread();
     this.sheetView1   = new FarPoint.Win.Spread.SheetView();
     ((System.ComponentModel.ISupportInitialize)(this.fpLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).BeginInit();
     this.SuspendLayout();
     enhancedColumnHeaderRenderer1.BackColor         = System.Drawing.SystemColors.Control;
     enhancedColumnHeaderRenderer1.Font              = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     enhancedColumnHeaderRenderer1.ForeColor         = System.Drawing.SystemColors.ControlText;
     enhancedColumnHeaderRenderer1.Name              = "enhancedColumnHeaderRenderer1";
     enhancedColumnHeaderRenderer1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     enhancedColumnHeaderRenderer1.TextRotationAngle = 0;
     enhancedColumnHeaderRenderer2.BackColor         = System.Drawing.SystemColors.Control;
     enhancedColumnHeaderRenderer2.Font              = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     enhancedColumnHeaderRenderer2.ForeColor         = System.Drawing.SystemColors.ControlText;
     enhancedColumnHeaderRenderer2.Name              = "enhancedColumnHeaderRenderer2";
     enhancedColumnHeaderRenderer2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     enhancedColumnHeaderRenderer2.TextRotationAngle = 0;
     enhancedRowHeaderRenderer1.Name = "enhancedRowHeaderRenderer1";
     enhancedRowHeaderRenderer1.TextRotationAngle = 0;
     //
     // lblSvrInfo
     //
     this.lblSvrInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSvrInfo.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.lblSvrInfo.Font      = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold);
     this.lblSvrInfo.Location  = new System.Drawing.Point(0, 0);
     this.lblSvrInfo.Name      = "lblSvrInfo";
     this.lblSvrInfo.Size      = new System.Drawing.Size(549, 42);
     this.lblSvrInfo.TabIndex  = 1;
     this.lblSvrInfo.Text      = "서버 시작 대기중";
     this.lblSvrInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblFormTime
     //
     this.lblFormTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFormTime.BackColor = System.Drawing.SystemColors.ControlText;
     this.lblFormTime.Font      = new System.Drawing.Font("굴림체", 11F);
     this.lblFormTime.ForeColor = System.Drawing.Color.White;
     this.lblFormTime.Location  = new System.Drawing.Point(549, 0);
     this.lblFormTime.Name      = "lblFormTime";
     this.lblFormTime.Size      = new System.Drawing.Size(218, 42);
     this.lblFormTime.TabIndex  = 2;
     this.lblFormTime.Text      = "시작: 2010-03-22 08:33:03\r\n종료: 2010-03-22 09:33:03";
     this.lblFormTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblSvrStatus
     //
     this.lblSvrStatus.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSvrStatus.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.lblSvrStatus.Font      = new System.Drawing.Font("굴림체", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.lblSvrStatus.ForeColor = System.Drawing.Color.White;
     this.lblSvrStatus.Location  = new System.Drawing.Point(767, 0);
     this.lblSvrStatus.Name      = "lblSvrStatus";
     this.lblSvrStatus.Size      = new System.Drawing.Size(66, 42);
     this.lblSvrStatus.TabIndex  = 3;
     this.lblSvrStatus.Text      = "시작\r\n대기";
     this.lblSvrStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // fpLog
     //
     this.fpLog.AccessibleDescription = "fpLog, Sheet1, Row 0, Column 0, 10-03-22 11:41:29";
     this.fpLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.fpLog.BackColor = System.Drawing.SystemColors.Control;
     this.fpLog.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpLog.Location             = new System.Drawing.Point(0, 41);
     this.fpLog.Name                 = "fpLog";
     namedStyle1.Font                = new System.Drawing.Font("굴림체", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     namedStyle1.ForeColor           = System.Drawing.SystemColors.ControlText;
     namedStyle1.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle1.Locked              = false;
     namedStyle1.NoteIndicatorColor  = System.Drawing.Color.Red;
     namedStyle1.Renderer            = enhancedColumnHeaderRenderer2;
     namedStyle1.VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     namedStyle2.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(236)))), ((int)(((byte)(247)))));
     namedStyle2.ForeColor           = System.Drawing.SystemColors.ControlText;
     namedStyle2.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle2.NoteIndicatorColor  = System.Drawing.Color.Red;
     namedStyle2.Renderer            = enhancedRowHeaderRenderer1;
     namedStyle2.VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     namedStyle3.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(196)))), ((int)(((byte)(233)))));
     namedStyle3.ForeColor           = System.Drawing.SystemColors.ControlText;
     namedStyle3.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle3.NoteIndicatorColor  = System.Drawing.Color.Red;
     namedStyle3.Renderer            = enhancedCornerRenderer1;
     namedStyle3.VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     namedStyle4.BackColor           = System.Drawing.SystemColors.Window;
     namedStyle4.CellType            = generalCellType1;
     namedStyle4.ForeColor           = System.Drawing.SystemColors.WindowText;
     namedStyle4.NoteIndicatorColor  = System.Drawing.Color.Red;
     namedStyle4.Renderer            = generalCellType1;
     this.fpLog.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
         namedStyle1,
         namedStyle2,
         namedStyle3,
         namedStyle4
     });
     this.fpLog.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fpLog.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.sheetView1
     });
     this.fpLog.Size = new System.Drawing.Size(833, 501);
     spreadSkin1.ColumnHeaderDefaultStyle                = namedStyle1;
     spreadSkin1.CornerDefaultStyle                      = namedStyle3;
     spreadSkin1.DefaultStyle                            = namedStyle4;
     spreadSkin1.FocusRenderer                           = enhancedFocusIndicatorRenderer1;
     enhancedInterfaceRenderer1.GrayAreaColor            = System.Drawing.SystemColors.ControlLight;
     enhancedInterfaceRenderer1.ScrollBoxBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     enhancedInterfaceRenderer1.SheetTabLowerActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(210)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabLowerNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(231)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.SheetTabUpperActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabUpperNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(229)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.TabStripBackgroundColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     spreadSkin1.InterfaceRenderer                       = enhancedInterfaceRenderer1;
     spreadSkin1.Name = "CustomSkin2";
     spreadSkin1.RowHeaderDefaultStyle = namedStyle2;
     spreadSkin1.ScrollBarRenderer     = enhancedScrollBarRenderer1;
     spreadSkin1.SelectionRenderer     = new FarPoint.Win.Spread.GradientSelectionRenderer(System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(60)))), ((int)(((byte)(97))))), System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(110)))), ((int)(((byte)(170))))), System.Drawing.Drawing2D.LinearGradientMode.Vertical, 30);
     this.fpLog.Skin     = spreadSkin1;
     this.fpLog.TabIndex = 4;
     this.fpLog.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     //
     // sheetView1
     //
     this.sheetView1.Reset();
     this.sheetView1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.sheetView1.ReferenceStyle        = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.sheetView1.ColumnCount           = 4;
     this.sheetView1.RowCount              = 1;
     this.sheetView1.Cells.Get(0, 0).Value = new System.DateTime(2010, 3, 22, 11, 41, 29, 0);
     this.sheetView1.Cells.Get(0, 1).Value = "TEST";
     this.sheetView1.Cells.Get(0, 2).Value = "\r\n";
     this.sheetView1.ColumnHeader.Cells.Get(0, 0).Value           = "처리시간";
     this.sheetView1.ColumnHeader.Cells.Get(0, 1).Value           = "클라이언트이름";
     this.sheetView1.ColumnHeader.Cells.Get(0, 2).Value           = "Query";
     this.sheetView1.ColumnHeader.Cells.Get(0, 3).Value           = "비고";
     this.sheetView1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.sheetView1.ColumnHeader.DefaultStyle.Parent             = "Style1";
     this.sheetView1.ColumnHeader.Rows.Get(0).Height = 21F;
     dateTimeCellType1.Calendar = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar")));
     dateTimeCellType1.CalendarSurroundingDaysColor = System.Drawing.SystemColors.GrayText;
     dateTimeCellType1.DateDefault                      = new System.DateTime(2010, 3, 22, 11, 41, 29, 0);
     dateTimeCellType1.DateTimeFormat                   = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
     dateTimeCellType1.MaximumTime                      = System.TimeSpan.Parse("23:59:59.9999999");
     dateTimeCellType1.TimeDefault                      = new System.DateTime(2010, 3, 22, 11, 41, 29, 0);
     dateTimeCellType1.UserDefinedFormat                = "yy-MM-dd hh:mm:ss";
     this.sheetView1.Columns.Get(0).CellType            = dateTimeCellType1;
     this.sheetView1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(0).Label               = "처리시간";
     this.sheetView1.Columns.Get(0).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(0).Width               = 112F;
     this.sheetView1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(1).Label               = "클라이언트이름";
     this.sheetView1.Columns.Get(1).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(1).Width               = 117F;
     textCellType1.MaxLength = 9999;
     textCellType1.Multiline = true;
     this.sheetView1.Columns.Get(2).CellType            = textCellType1;
     this.sheetView1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.sheetView1.Columns.Get(2).Label               = "Query";
     this.sheetView1.Columns.Get(2).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.sheetView1.Columns.Get(2).Width               = 382F;
     this.sheetView1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(3).Label               = "비고";
     this.sheetView1.Columns.Get(3).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(3).Width               = 183F;
     this.sheetView1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
     this.sheetView1.RowHeader.Columns.Default.Resizable = false;
     this.sheetView1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // frmOLEDB_IF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(833, 566);
     this.Controls.Add(this.fpLog);
     this.Controls.Add(this.lblSvrStatus);
     this.Controls.Add(this.lblFormTime);
     this.Controls.Add(this.lblSvrInfo);
     this.Name = "frmOLEDB_IF";
     this.Text = "OLE DB I/F";
     this.Controls.SetChildIndex(this.lblSvrInfo, 0);
     this.Controls.SetChildIndex(this.lblFormTime, 0);
     this.Controls.SetChildIndex(this.lblSvrStatus, 0);
     this.Controls.SetChildIndex(this.fpLog, 0);
     ((System.ComponentModel.ISupportInitialize)(this.fpLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #8
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer enhancedColumnHeaderRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer    enhancedRowHeaderRenderer1    = new FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Style1");
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.SpreadSkin spreadSkin1 = new FarPoint.Win.Spread.SpreadSkin();
     FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("ColumnHeaderEnhanced");
     FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("CornerEnhanced");
     FarPoint.Win.Spread.CellType.EnhancedCornerRenderer enhancedCornerRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedCornerRenderer();
     System.ComponentModel.ComponentResourceManager      resources = new System.ComponentModel.ComponentResourceManager(typeof(PRD010221_P1));
     FarPoint.Win.Spread.EnhancedInterfaceRenderer       enhancedInterfaceRenderer1 = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("RowHeaderEnhanced");
     FarPoint.Win.Spread.EnhancedScrollBarRenderer enhancedScrollBarRenderer1 = new FarPoint.Win.Spread.EnhancedScrollBarRenderer();
     this.splitContainer1        = new System.Windows.Forms.SplitContainer();
     this.spdDataOperInfo        = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.spdDataOperInfo_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.btnOk       = new System.Windows.Forms.Button();
     this.btnExcel    = new System.Windows.Forms.Button();
     this.txtLot      = new System.Windows.Forms.TextBox();
     this.txtPartNo   = new System.Windows.Forms.TextBox();
     this.grpbLotInfo = new System.Windows.Forms.GroupBox();
     this.lblLot      = new System.Windows.Forms.Label();
     this.lblPartNo   = new System.Windows.Forms.Label();
     this.lblQty      = new System.Windows.Forms.Label();
     this.lblPlace    = new System.Windows.Forms.Label();
     this.txtQty      = new System.Windows.Forms.TextBox();
     this.lblEngineer = new System.Windows.Forms.Label();
     this.lblProduct  = new System.Windows.Forms.Label();
     this.lblBusiness = new System.Windows.Forms.Label();
     this.lblNotice   = new System.Windows.Forms.Label();
     this.txtPlace    = new System.Windows.Forms.TextBox();
     this.txtEngineer = new System.Windows.Forms.TextBox();
     this.txtProduct  = new System.Windows.Forms.TextBox();
     this.txtBusiness = new System.Windows.Forms.TextBox();
     this.txtNotice   = new System.Windows.Forms.TextBox();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataOperInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataOperInfo_Sheet1)).BeginInit();
     this.grpbLotInfo.SuspendLayout();
     this.SuspendLayout();
     enhancedColumnHeaderRenderer1.Name = "enhancedColumnHeaderRenderer1";
     enhancedColumnHeaderRenderer1.TextRotationAngle = 0;
     enhancedRowHeaderRenderer1.Name = "enhancedRowHeaderRenderer1";
     enhancedRowHeaderRenderer1.TextRotationAngle = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grpbLotInfo);
     this.splitContainer1.Panel1.Controls.Add(this.spdDataOperInfo);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.btnOk);
     this.splitContainer1.Panel2.Controls.Add(this.btnExcel);
     this.splitContainer1.Size             = new System.Drawing.Size(943, 439);
     this.splitContainer1.SplitterDistance = 389;
     this.splitContainer1.TabIndex         = 2;
     //
     // spdDataOperInfo
     //
     this.spdDataOperInfo.About = "4.0.2001.2005";
     this.spdDataOperInfo.AccessibleDescription = "spdDataOperInfo, Sheet1, Row 0, Column 0, ";
     this.spdDataOperInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.spdDataOperInfo.Font     = new System.Drawing.Font("Tahoma", 8.25F);
     this.spdDataOperInfo.Location = new System.Drawing.Point(0, 113);
     this.spdDataOperInfo.Name     = "spdDataOperInfo";
     namedStyle1.BackColor         = System.Drawing.SystemColors.Window;
     namedStyle1.CellType          = generalCellType1;
     namedStyle1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     namedStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     namedStyle1.Locked    = false;
     namedStyle1.Renderer  = generalCellType1;
     this.spdDataOperInfo.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
         namedStyle1
     });
     this.spdDataOperInfo.RPT_IsPreCellsType   = true;
     this.spdDataOperInfo.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.spdDataOperInfo.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdDataOperInfo_Sheet1
     });
     this.spdDataOperInfo.Size            = new System.Drawing.Size(940, 273);
     namedStyle2.ForeColor                = System.Drawing.SystemColors.ControlText;
     namedStyle2.HorizontalAlignment      = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle2.Renderer                 = enhancedColumnHeaderRenderer1;
     namedStyle2.VerticalAlignment        = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.ColumnHeaderDefaultStyle = namedStyle2;
     namedStyle3.ForeColor                = System.Drawing.SystemColors.ControlText;
     namedStyle3.HorizontalAlignment      = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle3.Renderer                 = enhancedCornerRenderer1;
     namedStyle3.VerticalAlignment        = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.CornerDefaultStyle       = namedStyle3;
     spreadSkin1.DefaultStyle             = namedStyle1;
     spreadSkin1.FocusRenderer            = ((FarPoint.Win.Spread.IFocusIndicatorRenderer)(resources.GetObject("spreadSkin1.FocusRenderer")));
     enhancedInterfaceRenderer1.ScrollBoxBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     enhancedInterfaceRenderer1.SheetTabLowerActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(210)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabLowerNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(231)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.SheetTabUpperActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(244)))));
     enhancedInterfaceRenderer1.SheetTabUpperNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(229)))), ((int)(((byte)(249)))));
     enhancedInterfaceRenderer1.TabStripBackgroundColor  = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
     spreadSkin1.InterfaceRenderer = enhancedInterfaceRenderer1;
     spreadSkin1.Name                  = "CustomSkin1";
     namedStyle4.ForeColor             = System.Drawing.SystemColors.ControlText;
     namedStyle4.HorizontalAlignment   = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle4.Renderer              = enhancedRowHeaderRenderer1;
     namedStyle4.VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     spreadSkin1.RowHeaderDefaultStyle = namedStyle4;
     spreadSkin1.ScrollBarRenderer     = enhancedScrollBarRenderer1;
     spreadSkin1.SelectionRenderer     = new FarPoint.Win.Spread.DefaultSelectionRenderer();
     this.spdDataOperInfo.Skin         = spreadSkin1;
     this.spdDataOperInfo.TabIndex     = 2;
     //
     // spdDataOperInfo_Sheet1
     //
     this.spdDataOperInfo_Sheet1.Reset();
     this.spdDataOperInfo_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdDataOperInfo_Sheet1.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdDataOperInfo_Sheet1.DefaultStyle.Parent = "Style1";
     this.spdDataOperInfo_Sheet1.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // btnOk
     //
     this.btnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Location = new System.Drawing.Point(839, 3);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(64, 25);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text     = "Okay";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnExcel
     //
     this.btnExcel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcel.Location = new System.Drawing.Point(770, 3);
     this.btnExcel.Name     = "btnExcel";
     this.btnExcel.Size     = new System.Drawing.Size(64, 25);
     this.btnExcel.TabIndex = 0;
     this.btnExcel.Text     = "Save";
     this.btnExcel.UseVisualStyleBackColor = true;
     this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
     //
     // txtLot
     //
     this.txtLot.Location = new System.Drawing.Point(89, 18);
     this.txtLot.Name     = "txtLot";
     this.txtLot.ReadOnly = true;
     this.txtLot.Size     = new System.Drawing.Size(100, 21);
     this.txtLot.TabIndex = 3;
     //
     // txtPartNo
     //
     this.txtPartNo.Location = new System.Drawing.Point(255, 18);
     this.txtPartNo.Name     = "txtPartNo";
     this.txtPartNo.ReadOnly = true;
     this.txtPartNo.Size     = new System.Drawing.Size(267, 21);
     this.txtPartNo.TabIndex = 4;
     //
     // grpbLotInfo
     //
     this.grpbLotInfo.Controls.Add(this.txtNotice);
     this.grpbLotInfo.Controls.Add(this.txtBusiness);
     this.grpbLotInfo.Controls.Add(this.txtProduct);
     this.grpbLotInfo.Controls.Add(this.txtEngineer);
     this.grpbLotInfo.Controls.Add(this.txtPlace);
     this.grpbLotInfo.Controls.Add(this.lblNotice);
     this.grpbLotInfo.Controls.Add(this.lblBusiness);
     this.grpbLotInfo.Controls.Add(this.lblProduct);
     this.grpbLotInfo.Controls.Add(this.lblEngineer);
     this.grpbLotInfo.Controls.Add(this.txtQty);
     this.grpbLotInfo.Controls.Add(this.lblPlace);
     this.grpbLotInfo.Controls.Add(this.lblQty);
     this.grpbLotInfo.Controls.Add(this.lblPartNo);
     this.grpbLotInfo.Controls.Add(this.lblLot);
     this.grpbLotInfo.Controls.Add(this.txtPartNo);
     this.grpbLotInfo.Controls.Add(this.txtLot);
     this.grpbLotInfo.Location = new System.Drawing.Point(3, 3);
     this.grpbLotInfo.Name     = "grpbLotInfo";
     this.grpbLotInfo.Size     = new System.Drawing.Size(937, 104);
     this.grpbLotInfo.TabIndex = 5;
     this.grpbLotInfo.TabStop  = false;
     this.grpbLotInfo.Text     = "LOT INFO";
     //
     // lblLot
     //
     this.lblLot.AutoSize  = true;
     this.lblLot.Location  = new System.Drawing.Point(57, 21);
     this.lblLot.Name      = "lblLot";
     this.lblLot.Size      = new System.Drawing.Size(26, 13);
     this.lblLot.TabIndex  = 5;
     this.lblLot.Text      = "LOT";
     this.lblLot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblPartNo
     //
     this.lblPartNo.AutoSize  = true;
     this.lblPartNo.Location  = new System.Drawing.Point(195, 21);
     this.lblPartNo.Name      = "lblPartNo";
     this.lblPartNo.Size      = new System.Drawing.Size(54, 13);
     this.lblPartNo.TabIndex  = 6;
     this.lblPartNo.Text      = "PART_NO";
     this.lblPartNo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblQty
     //
     this.lblQty.AutoSize  = true;
     this.lblQty.Location  = new System.Drawing.Point(556, 21);
     this.lblQty.Name      = "lblQty";
     this.lblQty.Size      = new System.Drawing.Size(27, 13);
     this.lblQty.TabIndex  = 7;
     this.lblQty.Text      = "QTY";
     this.lblQty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblPlace
     //
     this.lblPlace.AutoSize  = true;
     this.lblPlace.Location  = new System.Drawing.Point(40, 48);
     this.lblPlace.Name      = "lblPlace";
     this.lblPlace.Size      = new System.Drawing.Size(43, 13);
     this.lblPlace.TabIndex  = 8;
     this.lblPlace.Text      = "the place of shipment";
     this.lblPlace.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtQty
     //
     this.txtQty.Location  = new System.Drawing.Point(589, 18);
     this.txtQty.Name      = "txtQty";
     this.txtQty.ReadOnly  = true;
     this.txtQty.Size      = new System.Drawing.Size(100, 21);
     this.txtQty.TabIndex  = 9;
     this.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblEngineer
     //
     this.lblEngineer.AutoSize  = true;
     this.lblEngineer.Location  = new System.Drawing.Point(213, 48);
     this.lblEngineer.Name      = "lblEngineer";
     this.lblEngineer.Size      = new System.Drawing.Size(36, 13);
     this.lblEngineer.TabIndex  = 10;
     this.lblEngineer.Text      = "ENG\'R";
     this.lblEngineer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblProduct
     //
     this.lblProduct.AutoSize  = true;
     this.lblProduct.Location  = new System.Drawing.Point(361, 48);
     this.lblProduct.Name      = "lblProduct";
     this.lblProduct.Size      = new System.Drawing.Size(55, 13);
     this.lblProduct.TabIndex  = 11;
     this.lblProduct.Text      = "Production operation";
     this.lblProduct.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblBusiness
     //
     this.lblBusiness.AutoSize  = true;
     this.lblBusiness.Location  = new System.Drawing.Point(528, 48);
     this.lblBusiness.Name      = "lblBusiness";
     this.lblBusiness.Size      = new System.Drawing.Size(55, 13);
     this.lblBusiness.TabIndex  = 12;
     this.lblBusiness.Text      = "Sales Manager";
     this.lblBusiness.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblNotice
     //
     this.lblNotice.AutoSize  = true;
     this.lblNotice.Location  = new System.Drawing.Point(10, 75);
     this.lblNotice.Name      = "lblNotice";
     this.lblNotice.Size      = new System.Drawing.Size(73, 13);
     this.lblNotice.TabIndex  = 13;
     this.lblNotice.Text      = "Special Notice";
     this.lblNotice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPlace
     //
     this.txtPlace.Location = new System.Drawing.Point(89, 45);
     this.txtPlace.Name     = "txtPlace";
     this.txtPlace.ReadOnly = true;
     this.txtPlace.Size     = new System.Drawing.Size(100, 21);
     this.txtPlace.TabIndex = 14;
     //
     // txtEngineer
     //
     this.txtEngineer.Location = new System.Drawing.Point(255, 45);
     this.txtEngineer.Name     = "txtEngineer";
     this.txtEngineer.ReadOnly = true;
     this.txtEngineer.Size     = new System.Drawing.Size(100, 21);
     this.txtEngineer.TabIndex = 15;
     //
     // txtProduct
     //
     this.txtProduct.Location = new System.Drawing.Point(422, 45);
     this.txtProduct.Name     = "txtProduct";
     this.txtProduct.ReadOnly = true;
     this.txtProduct.Size     = new System.Drawing.Size(100, 21);
     this.txtProduct.TabIndex = 16;
     //
     // txtBusiness
     //
     this.txtBusiness.Location = new System.Drawing.Point(589, 45);
     this.txtBusiness.Name     = "txtBusiness";
     this.txtBusiness.ReadOnly = true;
     this.txtBusiness.Size     = new System.Drawing.Size(100, 21);
     this.txtBusiness.TabIndex = 17;
     //
     // txtNotice
     //
     this.txtNotice.Location = new System.Drawing.Point(89, 72);
     this.txtNotice.Name     = "txtNotice";
     this.txtNotice.ReadOnly = true;
     this.txtNotice.Size     = new System.Drawing.Size(600, 21);
     this.txtNotice.TabIndex = 18;
     //
     // PRD010221_P1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(943, 439);
     this.Controls.Add(this.splitContainer1);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.Name          = "PRD010221_P1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Progress management";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spdDataOperInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdDataOperInfo_Sheet1)).EndInit();
     this.grpbLotInfo.ResumeLayout(false);
     this.grpbLotInfo.PerformLayout();
     this.ResumeLayout(false);
 }
Example #9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("ColumnHeaderEnhanced");
            FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("RowHeaderEnhanced");
            FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("CornerEnhanced");
            FarPoint.Win.Spread.CellType.EnhancedCornerRenderer enhancedCornerRenderer1 = new FarPoint.Win.Spread.CellType.EnhancedCornerRenderer();
            FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("DataAreaDefault");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.SpreadSkin spreadSkin1 = new FarPoint.Win.Spread.SpreadSkin();
            FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer enhancedFocusIndicatorRenderer1 = new FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer();
            FarPoint.Win.Spread.EnhancedInterfaceRenderer enhancedInterfaceRenderer1 = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            FarPoint.Win.Spread.EnhancedScrollBarRenderer enhancedScrollBarRenderer1 = new FarPoint.Win.Spread.EnhancedScrollBarRenderer();
            FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PC07));
            this.btnClose = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnClear = new System.Windows.Forms.Button();
            this.fspdMc = new FarPoint.Win.Spread.FpSpread();
            this.fspdMc_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.label1 = new System.Windows.Forms.Label();
            this.grpBox = new System.Windows.Forms.GroupBox();
            this.txtDH = new System.Windows.Forms.TextBox();
            this.txtLXR = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtDZ = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.txtGYSMC = new System.Windows.Forms.TextBox();
            this.txtGYSSLMC = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.fspdMc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fspdMc_Sheet1)).BeginInit();
            this.grpBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClose.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.btnClose.Location = new System.Drawing.Point(500, 385);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 29);
            this.btnClose.TabIndex = 4449;
            this.btnClose.TabStop = false;
            this.btnClose.Text = "退出(&Q)";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSave
            // 
            this.btnSave.BackColor = System.Drawing.Color.Transparent;
            this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSave.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.btnSave.Location = new System.Drawing.Point(419, 385);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 29);
            this.btnSave.TabIndex = 4446;
            this.btnSave.Text = "保存(&S)";
            this.btnSave.UseVisualStyleBackColor = false;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.BackColor = System.Drawing.Color.Transparent;
            this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnDelete.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.btnDelete.Location = new System.Drawing.Point(93, 385);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 29);
            this.btnDelete.TabIndex = 4450;
            this.btnDelete.TabStop = false;
            this.btnDelete.Text = "删除(&D)";
            this.btnDelete.UseVisualStyleBackColor = false;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnClear
            // 
            this.btnClear.BackColor = System.Drawing.Color.Transparent;
            this.btnClear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.btnClear.Location = new System.Drawing.Point(12, 385);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(75, 29);
            this.btnClear.TabIndex = 4451;
            this.btnClear.TabStop = false;
            this.btnClear.Text = "清空(&C)";
            this.btnClear.UseVisualStyleBackColor = false;
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // fspdMc
            // 
            this.fspdMc.AccessibleDescription = "fspdMc, Sheet1, Row 0, Column 0, ";
            this.fspdMc.BackColor = System.Drawing.Color.White;
            this.fspdMc.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Collapse;
            this.fspdMc.ColumnSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
            this.fspdMc.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fspdMc.Location = new System.Drawing.Point(7, 138);
            this.fspdMc.Name = "fspdMc";
            namedStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(220)))), ((int)(((byte)(233)))));
            namedStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            namedStyle1.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle1.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            namedStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(236)))), ((int)(((byte)(247)))));
            namedStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            namedStyle2.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle2.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            namedStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(196)))), ((int)(((byte)(233)))));
            namedStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            namedStyle3.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle3.Renderer = enhancedCornerRenderer1;
            namedStyle3.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            namedStyle4.BackColor = System.Drawing.SystemColors.Window;
            namedStyle4.CellType = generalCellType1;
            namedStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            namedStyle4.Renderer = generalCellType1;
            this.fspdMc.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
            namedStyle1,
            namedStyle2,
            namedStyle3,
            namedStyle4});
            this.fspdMc.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.fspdMc.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
            this.fspdMc.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
            this.fspdMc_Sheet1});
            this.fspdMc.Size = new System.Drawing.Size(572, 242);
            spreadSkin1.ColumnHeaderDefaultStyle = namedStyle1;
            spreadSkin1.CornerDefaultStyle = namedStyle3;
            spreadSkin1.DefaultStyle = namedStyle4;
            spreadSkin1.FocusRenderer = enhancedFocusIndicatorRenderer1;
            enhancedInterfaceRenderer1.GrayAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(254)))), ((int)(((byte)(216)))));
            enhancedInterfaceRenderer1.ScrollBoxBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
            enhancedInterfaceRenderer1.SheetTabLowerActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(210)))), ((int)(((byte)(244)))));
            enhancedInterfaceRenderer1.SheetTabLowerNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(231)))), ((int)(((byte)(249)))));
            enhancedInterfaceRenderer1.SheetTabUpperActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(244)))));
            enhancedInterfaceRenderer1.SheetTabUpperNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(229)))), ((int)(((byte)(249)))));
            enhancedInterfaceRenderer1.TabStripBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(186)))), ((int)(((byte)(221)))));
            spreadSkin1.InterfaceRenderer = enhancedInterfaceRenderer1;
            spreadSkin1.Name = "CustomSkin2";
            spreadSkin1.RowHeaderDefaultStyle = namedStyle2;
            spreadSkin1.ScrollBarRenderer = enhancedScrollBarRenderer1;
            spreadSkin1.SelectionRenderer = new FarPoint.Win.Spread.DefaultSelectionRenderer();
            this.fspdMc.Skin = spreadSkin1;
            this.fspdMc.TabIndex = 4447;
            this.fspdMc.TabStop = false;
            this.fspdMc.ColumnWidthChanged += new FarPoint.Win.Spread.ColumnWidthChangedEventHandler(this.fspdMc_ColumnWidthChanged);
            this.fspdMc.LeaveCell += new FarPoint.Win.Spread.LeaveCellEventHandler(this.fspdMc_LeaveCell);
            this.fspdMc.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fspdMc_CellClick);
            this.fspdMc.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fspdMc_CellDoubleClick);
            // 
            // fspdMc_Sheet1
            // 
            this.fspdMc_Sheet1.Reset();
            this.fspdMc_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fspdMc_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fspdMc_Sheet1.ColumnCount = 6;
            this.fspdMc_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin2", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(232)))), ((int)(((byte)(255))))), FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(232)))), ((int)(((byte)(255))))), System.Drawing.Color.Blue, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true, "ColumnHeaderEnhanced", "RowHeaderEnhanced", "DataAreaDefault", "CornerEnhanced");
            this.fspdMc_Sheet1.AllowNoteEdit = true;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 0).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "供应商名称";
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 1).Font = new System.Drawing.Font("宋体", 9F);
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 1).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "缩略名称";
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 2).Font = new System.Drawing.Font("宋体", 9F);
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 2).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "地址";
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 3).Font = new System.Drawing.Font("宋体", 9F);
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 3).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "电话";
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 4).Font = new System.Drawing.Font("宋体", 9F);
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 4).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "联系人";
            this.fspdMc_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "ID";
            this.fspdMc_Sheet1.ColumnHeader.Columns.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
            this.fspdMc_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.Blue;
            this.fspdMc_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderEnhanced";
            this.fspdMc_Sheet1.ColumnHeader.DefaultStyle.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.ColumnHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.fspdMc_Sheet1.Columns.Get(0).CellType = textCellType1;
            this.fspdMc_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fspdMc_Sheet1.Columns.Get(0).Label = "供应商名称";
            this.fspdMc_Sheet1.Columns.Get(0).Locked = true;
            this.fspdMc_Sheet1.Columns.Get(0).Resizable = false;
            this.fspdMc_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fspdMc_Sheet1.Columns.Get(0).Width = 120F;
            this.fspdMc_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.fspdMc_Sheet1.Columns.Get(1).CellType = textCellType2;
            this.fspdMc_Sheet1.Columns.Get(1).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fspdMc_Sheet1.Columns.Get(1).Label = "缩略名称";
            this.fspdMc_Sheet1.Columns.Get(1).Locked = true;
            this.fspdMc_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fspdMc_Sheet1.Columns.Get(1).Width = 80F;
            this.fspdMc_Sheet1.Columns.Get(2).BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.fspdMc_Sheet1.Columns.Get(2).CellType = textCellType3;
            this.fspdMc_Sheet1.Columns.Get(2).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fspdMc_Sheet1.Columns.Get(2).Label = "地址";
            this.fspdMc_Sheet1.Columns.Get(2).Locked = true;
            this.fspdMc_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fspdMc_Sheet1.Columns.Get(2).Width = 180F;
            this.fspdMc_Sheet1.Columns.Get(3).BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.fspdMc_Sheet1.Columns.Get(3).CellType = textCellType4;
            this.fspdMc_Sheet1.Columns.Get(3).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fspdMc_Sheet1.Columns.Get(3).Label = "电话";
            this.fspdMc_Sheet1.Columns.Get(3).Locked = true;
            this.fspdMc_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fspdMc_Sheet1.Columns.Get(3).Width = 75F;
            this.fspdMc_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.fspdMc_Sheet1.Columns.Get(4).CellType = textCellType5;
            this.fspdMc_Sheet1.Columns.Get(4).ForeColor = System.Drawing.Color.Black;
            this.fspdMc_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fspdMc_Sheet1.Columns.Get(4).Label = "联系人";
            this.fspdMc_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fspdMc_Sheet1.Columns.Get(5).Label = "ID";
            this.fspdMc_Sheet1.Columns.Get(5).Visible = false;
            this.fspdMc_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fspdMc_Sheet1.RowHeader.Columns.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
            this.fspdMc_Sheet1.RowHeader.DefaultStyle.ForeColor = System.Drawing.Color.Blue;
            this.fspdMc_Sheet1.RowHeader.DefaultStyle.Parent = "RowHeaderEnhanced";
            this.fspdMc_Sheet1.RowHeader.DefaultStyle.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.RowHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.Rows.Get(0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(0).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(1).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(2).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(2).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(3).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(4).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(4).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(5).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(5).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(6).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(6).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(7).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(7).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(8).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(8).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(9).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(9).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(10).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(10).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(11).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(11).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(12).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(12).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(13).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(13).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(14).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(14).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(15).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(15).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(16).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(16).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(17).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(17).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(18).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(18).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(19).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(19).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(20).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(20).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(21).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(21).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(22).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(22).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(23).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(23).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(24).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(24).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(25).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(25).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(26).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(26).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(27).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(27).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(28).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(28).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(29).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(29).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(30).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(30).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(31).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(31).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(32).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(32).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(33).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(33).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(34).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(34).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(35).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(35).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(36).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(36).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(37).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(37).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(38).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(38).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(39).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(39).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(40).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(40).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(41).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(41).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(42).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(42).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(43).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(43).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(44).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(44).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(45).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(45).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(46).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(46).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(47).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(47).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(48).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(48).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(49).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(49).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(50).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(50).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(51).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(51).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(52).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(52).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(53).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(53).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(54).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(54).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(55).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(55).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(56).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(56).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(57).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(57).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(58).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(58).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(59).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(59).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(60).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(60).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(61).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(61).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(62).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(62).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(63).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(63).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(64).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(64).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(65).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(65).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(66).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(66).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(67).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(67).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(68).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(68).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(69).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(69).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(70).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(70).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(71).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(71).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(72).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(72).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(73).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(73).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(74).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(74).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(75).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(75).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(76).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(76).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(77).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(77).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(78).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(78).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(79).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(79).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(80).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(80).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(81).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(81).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(82).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(82).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(83).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(83).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(84).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(84).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(85).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(85).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(86).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(86).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(87).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(87).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(88).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(88).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(89).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(89).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(90).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(90).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(91).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(91).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(92).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(92).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(93).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(93).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(94).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(94).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(95).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(95).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(96).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(96).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(97).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(97).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(98).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(98).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(99).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(99).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(100).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(100).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(101).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(101).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(102).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(102).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(103).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(103).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(104).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(104).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(105).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(105).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(106).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(106).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(107).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(107).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(108).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(108).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(109).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(109).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(110).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(110).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(111).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(111).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(112).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(112).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(113).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(113).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(114).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(114).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(115).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(115).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(116).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(116).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(117).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(117).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(118).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(118).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(119).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(119).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(120).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(120).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(121).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(121).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(122).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(122).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(123).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(123).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(124).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(124).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(125).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(125).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(126).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(126).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(127).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(127).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(128).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(128).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(129).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(129).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(130).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(130).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(131).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(131).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(132).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(132).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(133).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(133).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(134).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(134).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(135).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(135).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(136).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(136).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(137).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(137).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(138).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(138).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(139).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(139).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(140).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(140).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(141).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(141).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(142).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(142).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(143).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(143).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(144).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(144).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(145).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(145).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(146).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(146).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(147).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(147).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(148).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(148).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(149).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(149).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(150).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(150).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(151).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(151).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(152).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(152).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(153).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(153).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(154).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(154).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(155).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(155).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(156).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(156).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(157).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(157).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(158).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(158).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(159).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(159).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(160).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(160).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(161).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(161).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(162).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(162).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(163).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(163).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(164).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(164).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(165).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(165).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(166).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(166).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(167).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(167).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(168).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(168).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(169).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(169).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(170).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(170).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(171).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(171).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(172).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(172).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(173).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(173).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(174).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(174).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(175).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(175).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(176).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(176).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(177).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(177).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(178).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(178).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(179).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(179).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(180).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(180).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(181).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(181).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(182).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(182).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(183).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(183).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(184).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(184).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(185).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(185).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(186).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(186).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(187).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(187).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(188).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(188).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(189).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(189).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(190).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(190).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(191).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(191).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(192).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(192).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(193).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(193).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(194).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(194).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(195).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(195).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(196).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(196).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(197).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(197).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(198).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(198).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(199).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(199).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(200).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(200).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(201).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(201).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(202).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(202).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(203).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(203).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(204).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(204).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(205).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(205).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(206).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(206).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(207).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(207).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(208).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(208).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(209).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(209).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(210).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(210).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(211).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(211).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(212).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(212).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(213).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(213).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(214).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(214).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(215).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(215).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(216).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(216).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(217).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(217).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(218).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(218).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(219).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(219).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(220).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(220).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(221).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(221).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(222).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(222).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(223).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(223).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(224).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(224).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(225).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(225).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(226).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(226).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(227).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(227).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(228).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(228).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(229).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(229).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(230).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(230).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(231).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(231).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(232).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(232).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(233).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(233).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(234).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(234).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(235).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(235).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(236).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(236).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(237).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(237).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(238).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(238).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(239).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(239).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(240).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(240).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(241).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(241).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(242).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(242).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(243).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(243).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(244).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(244).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(245).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(245).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(246).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(246).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(247).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(247).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(248).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(248).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(249).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(249).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(250).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(250).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(251).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(251).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(252).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(252).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(253).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(253).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(254).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(254).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(255).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(255).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(256).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(256).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(257).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(257).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(258).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(258).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(259).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(259).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(260).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(260).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(261).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(261).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(262).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(262).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(263).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(263).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(264).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(264).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(265).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(265).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(266).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(266).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(267).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(267).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(268).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(268).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(269).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(269).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(270).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(270).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(271).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(271).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(272).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(272).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(273).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(273).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(274).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(274).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(275).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(275).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(276).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(276).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(277).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(277).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(278).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(278).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(279).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(279).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(280).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(280).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(281).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(281).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(282).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(282).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(283).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(283).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(284).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(284).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(285).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(285).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(286).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(286).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(287).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(287).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(288).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(288).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(289).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(289).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(290).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(290).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(291).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(291).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(292).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(292).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(293).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(293).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(294).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(294).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(295).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(295).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(296).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(296).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(297).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(297).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(298).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(298).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(299).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(299).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(300).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(300).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(301).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(301).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(302).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(302).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(303).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(303).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(304).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(304).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(305).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(305).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(306).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(306).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(307).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(307).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(308).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(308).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(309).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(309).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(310).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(310).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(311).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(311).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(312).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(312).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(313).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(313).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(314).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(314).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(315).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(315).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(316).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(316).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(317).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(317).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(318).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(318).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(319).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(319).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(320).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(320).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(321).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(321).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(322).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(322).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(323).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(323).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(324).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(324).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(325).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(325).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(326).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(326).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(327).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(327).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(328).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(328).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(329).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(329).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(330).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(330).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(331).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(331).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(332).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(332).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(333).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(333).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(334).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(334).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(335).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(335).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(336).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(336).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(337).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(337).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(338).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(338).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(339).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(339).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(340).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(340).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(341).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(341).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(342).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(342).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(343).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(343).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(344).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(344).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(345).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(345).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(346).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(346).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(347).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(347).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(348).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(348).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(349).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(349).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(350).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(350).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(351).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(351).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(352).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(352).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(353).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(353).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(354).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(354).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(355).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(355).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(356).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(356).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(357).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(357).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(358).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(358).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(359).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(359).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(360).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(360).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(361).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(361).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(362).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(362).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(363).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(363).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(364).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(364).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(365).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(365).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(366).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(366).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(367).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(367).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(368).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(368).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(369).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(369).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(370).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(370).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(371).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(371).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(372).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(372).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(373).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(373).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(374).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(374).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(375).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(375).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(376).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(376).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(377).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(377).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(378).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(378).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(379).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(379).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(380).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(380).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(381).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(381).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(382).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(382).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(383).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(383).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(384).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(384).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(385).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(385).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(386).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(386).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(387).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(387).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(388).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(388).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(389).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(389).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(390).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(390).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(391).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(391).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(392).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(392).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(393).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(393).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(394).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(394).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(395).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(395).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(396).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(396).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(397).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(397).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(398).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(398).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(399).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(399).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(400).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(400).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(401).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(401).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(402).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(402).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(403).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(403).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(404).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(404).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(405).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(405).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(406).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(406).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(407).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(407).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(408).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(408).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(409).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(409).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(410).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(410).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(411).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(411).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(412).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(412).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(413).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(413).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(414).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(414).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(415).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(415).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(416).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(416).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(417).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(417).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(418).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(418).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(419).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(419).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(420).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(420).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(421).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(421).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(422).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(422).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(423).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(423).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(424).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(424).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(425).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(425).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(426).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(426).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(427).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(427).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(428).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(428).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(429).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(429).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(430).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(430).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(431).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(431).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(432).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(432).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(433).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(433).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(434).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(434).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(435).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(435).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(436).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(436).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(437).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(437).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(438).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(438).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(439).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(439).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(440).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(440).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(441).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(441).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(442).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(442).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(443).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(443).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(444).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(444).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(445).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(445).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(446).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(446).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(447).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(447).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(448).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(448).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(449).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(449).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(450).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(450).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(451).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(451).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(452).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(452).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(453).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(453).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(454).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(454).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(455).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(455).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(456).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(456).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(457).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(457).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(458).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(458).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(459).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(459).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(460).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(460).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(461).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(461).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(462).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(462).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(463).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(463).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(464).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(464).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(465).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(465).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(466).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(466).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(467).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(467).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(468).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(468).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(469).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(469).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(470).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(470).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(471).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(471).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(472).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(472).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(473).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(473).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(474).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(474).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(475).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(475).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(476).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(476).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(477).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(477).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(478).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(478).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(479).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(479).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(480).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(480).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(481).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(481).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(482).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(482).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(483).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(483).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(484).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(484).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(485).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(485).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(486).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(486).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(487).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(487).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(488).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(488).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(489).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(489).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(490).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(490).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(491).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(491).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(492).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(492).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(493).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(493).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(494).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(494).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(495).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(495).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(496).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(496).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(497).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(497).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(498).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(498).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.Rows.Get(499).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fspdMc_Sheet1.Rows.Get(499).ForeColor = System.Drawing.Color.Navy;
            this.fspdMc_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
            this.fspdMc_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.Blue;
            this.fspdMc_Sheet1.SheetCornerStyle.Parent = "CornerEnhanced";
            this.fspdMc_Sheet1.SheetCornerStyle.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.fspdMc_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(590, 24);
            this.label1.TabIndex = 4448;
            this.label1.Text = "供 应 商 信 息 管 理";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // grpBox
            // 
            this.grpBox.BackColor = System.Drawing.Color.Transparent;
            this.grpBox.Controls.Add(this.txtDH);
            this.grpBox.Controls.Add(this.txtLXR);
            this.grpBox.Controls.Add(this.label4);
            this.grpBox.Controls.Add(this.label6);
            this.grpBox.Controls.Add(this.txtDZ);
            this.grpBox.Controls.Add(this.label2);
            this.grpBox.Controls.Add(this.label8);
            this.grpBox.Controls.Add(this.txtGYSMC);
            this.grpBox.Controls.Add(this.txtGYSSLMC);
            this.grpBox.Controls.Add(this.label3);
            this.grpBox.Controls.Add(this.label5);
            this.grpBox.ForeColor = System.Drawing.Color.Navy;
            this.grpBox.Location = new System.Drawing.Point(8, 24);
            this.grpBox.Name = "grpBox";
            this.grpBox.Size = new System.Drawing.Size(572, 108);
            this.grpBox.TabIndex = 0;
            this.grpBox.TabStop = false;
            // 
            // txtDH
            // 
            this.txtDH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDH.ForeColor = System.Drawing.Color.Black;
            this.txtDH.Location = new System.Drawing.Point(122, 74);
            this.txtDH.MaxLength = 100;
            this.txtDH.Name = "txtDH";
            this.txtDH.ShortcutsEnabled = false;
            this.txtDH.Size = new System.Drawing.Size(106, 21);
            this.txtDH.TabIndex = 12;
            // 
            // txtLXR
            // 
            this.txtLXR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtLXR.ForeColor = System.Drawing.Color.Black;
            this.txtLXR.Location = new System.Drawing.Point(378, 74);
            this.txtLXR.MaxLength = 50;
            this.txtLXR.Name = "txtLXR";
            this.txtLXR.ShortcutsEnabled = false;
            this.txtLXR.Size = new System.Drawing.Size(153, 21);
            this.txtLXR.TabIndex = 14;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label4.Location = new System.Drawing.Point(75, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(44, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "电话:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label6.Location = new System.Drawing.Point(318, 79);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(57, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "联系人:";
            // 
            // txtDZ
            // 
            this.txtDZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDZ.ForeColor = System.Drawing.Color.Black;
            this.txtDZ.Location = new System.Drawing.Point(122, 47);
            this.txtDZ.MaxLength = 50;
            this.txtDZ.Name = "txtDZ";
            this.txtDZ.ShortcutsEnabled = false;
            this.txtDZ.Size = new System.Drawing.Size(409, 21);
            this.txtDZ.TabIndex = 10;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label2.Location = new System.Drawing.Point(75, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(44, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "地址:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.ForeColor = System.Drawing.Color.Red;
            this.label8.Location = new System.Drawing.Point(27, 25);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(11, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "*";
            // 
            // txtGYSMC
            // 
            this.txtGYSMC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtGYSMC.ForeColor = System.Drawing.Color.Black;
            this.txtGYSMC.Location = new System.Drawing.Point(122, 20);
            this.txtGYSMC.MaxLength = 100;
            this.txtGYSMC.Name = "txtGYSMC";
            this.txtGYSMC.ShortcutsEnabled = false;
            this.txtGYSMC.Size = new System.Drawing.Size(106, 21);
            this.txtGYSMC.TabIndex = 5;
            this.txtGYSMC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtZsMc_KeyPress);
            // 
            // txtGYSSLMC
            // 
            this.txtGYSSLMC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtGYSSLMC.ForeColor = System.Drawing.Color.Black;
            this.txtGYSSLMC.Location = new System.Drawing.Point(378, 20);
            this.txtGYSSLMC.MaxLength = 50;
            this.txtGYSSLMC.Name = "txtGYSSLMC";
            this.txtGYSSLMC.ShortcutsEnabled = false;
            this.txtGYSSLMC.Size = new System.Drawing.Size(153, 21);
            this.txtGYSSLMC.TabIndex = 7;
            this.txtGYSSLMC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSxMc_KeyPress);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label3.Location = new System.Drawing.Point(36, 25);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(83, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "供应商名称:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.DarkOliveGreen;
            this.label5.Location = new System.Drawing.Point(279, 25);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(96, 12);
            this.label5.TabIndex = 5;
            this.label5.Text = "客户名称缩写:";
            // 
            // PC07
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(590, 418);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnClear);
            this.Controls.Add(this.fspdMc);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.grpBox);
            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.Name = "PC07";
            this.Text = "供应商信息管理-PC07";
            this.Load += new System.EventHandler(this.WinFMD010_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WinFMD010_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.fspdMc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fspdMc_Sheet1)).EndInit();
            this.grpBox.ResumeLayout(false);
            this.grpBox.PerformLayout();
            this.ResumeLayout(false);

        }
Example #10
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer = outlinelook;

            FarPoint.Win.Spread.CellType.TextCellType objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();
            grdView.Sheets[0].ColumnCount   = colCnt;
            grdView.Sheets[0].RowCount      = 1;
            grdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            grdView.Sheets[0].Columns[colId].CellType        = objTextCell;
            grdView.Sheets[0].Columns[colbdid].CellType      = objTextCell;
            grdView.Sheets[0].Columns[coldispid].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colprdcat].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colhospdrgid].CellType = objTextCell;
            grdView.Sheets[0].Columns[coldrgid].CellType     = objTextCell;
            grdView.Sheets[0].Columns[coldfscode].CellType   = objTextCell;
            grdView.Sheets[0].Columns[coldfstext].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colpacksize].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colsigcode].CellType   = objTextCell;

            grdView.Sheets[0].Columns[colsigtext].CellType    = objTextCell;
            grdView.Sheets[0].Columns[colquantity].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colunitprice].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colchargeamt].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colreimbprice].CellType = objTextCell;
            grdView.Sheets[0].Columns[colreimbamt].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colprdsecode].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colclaimcont].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colclaimcat].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colmultidisp].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colsupplyfor].CellType  = objTextCell;
            grdView.Sheets[0].Columns[coledit].CellType       = objTextCell;

            grdView.Sheets[0].Columns[colId].Visible   = false;
            grdView.Sheets[0].Columns[coledit].Visible = false;
            grdView.Sheets[0].Columns[colbdid].Visible = false;

            grdView.Sheets[0].SheetName = "BillDips Items";

            grdView.Sheets[0].Columns[coldispid].Width    = 100;
            grdView.Sheets[0].Columns[colprdcat].Width    = 100;
            grdView.Sheets[0].Columns[colhospdrgid].Width = 100;
            grdView.Sheets[0].Columns[coldrgid].Width     = 100;
            grdView.Sheets[0].Columns[coldfscode].Width   = 100;
            grdView.Sheets[0].Columns[coldfstext].Width   = 100;
            grdView.Sheets[0].Columns[colpacksize].Width  = 100;
            grdView.Sheets[0].Columns[colsigcode].Width   = 100;
            grdView.Sheets[0].Columns[colsigtext].Width   = 100;
            grdView.Sheets[0].Columns[colquantity].Width  = 100;

            grdView.Sheets[0].Columns[colunitprice].Width  = 100;
            grdView.Sheets[0].Columns[colchargeamt].Width  = 100;
            grdView.Sheets[0].Columns[colreimbprice].Width = 100;
            grdView.Sheets[0].Columns[colreimbamt].Width   = 100;
            grdView.Sheets[0].Columns[colprdsecode].Width  = 100;
            grdView.Sheets[0].Columns[colclaimcont].Width  = 100;
            grdView.Sheets[0].Columns[colclaimcat].Width   = 100;
            grdView.Sheets[0].Columns[colmultidisp].Width  = 100;
            grdView.Sheets[0].Columns[colsupplyfor].Width  = 100;
            //grdView.Sheets[0].Columns[colinvno].Width = 100;

            grdView.Sheets[0].ColumnHeader.Cells[0, coldispid].Text    = "dispid";
            grdView.Sheets[0].ColumnHeader.Cells[0, colprdcat].Text    = "prdcat";
            grdView.Sheets[0].ColumnHeader.Cells[0, colhospdrgid].Text = "hospdrgid";
            grdView.Sheets[0].ColumnHeader.Cells[0, coldrgid].Text     = "drgid";
            grdView.Sheets[0].ColumnHeader.Cells[0, coldfscode].Text   = "dfscode";
            grdView.Sheets[0].ColumnHeader.Cells[0, coldfstext].Text   = "dfstext";
            grdView.Sheets[0].ColumnHeader.Cells[0, colpacksize].Text  = "packsize";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsigcode].Text   = "sigcode";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsigtext].Text   = "sigtext";
            grdView.Sheets[0].ColumnHeader.Cells[0, colquantity].Text  = "quantity";

            grdView.Sheets[0].ColumnHeader.Cells[0, colunitprice].Text  = "unitprice";
            grdView.Sheets[0].ColumnHeader.Cells[0, colchargeamt].Text  = "chargeamt";
            grdView.Sheets[0].ColumnHeader.Cells[0, colreimbprice].Text = "reimbprice";
            grdView.Sheets[0].ColumnHeader.Cells[0, colreimbamt].Text   = "reimbamt";
            grdView.Sheets[0].ColumnHeader.Cells[0, colprdsecode].Text  = "prdsecode";
            grdView.Sheets[0].ColumnHeader.Cells[0, colclaimcont].Text  = "claimcont";
            grdView.Sheets[0].ColumnHeader.Cells[0, colclaimcat].Text   = "claimcat";
            grdView.Sheets[0].ColumnHeader.Cells[0, colmultidisp].Text  = "multidisp";
            grdView.Sheets[0].ColumnHeader.Cells[0, colsupplyfor].Text  = "supplyfor";

            grdView.Sheets[0].RestrictRows = true;
        }
Example #11
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer = outlinelook;

            grdView.BorderStyle = BorderStyle.None;
            grdView.Sheets[0].Columns[0, 2].AllowAutoFilter = true;
            grdView.Sheets[0].Columns[0, 2].AllowAutoSort   = true;
            grdView.Sheets[0].AutoFilterMode = FarPoint.Win.Spread.AutoFilterMode.EnhancedContextMenu;

            FarPoint.Win.Spread.CellType.NumberCellType objNumCell = new FarPoint.Win.Spread.CellType.NumberCellType();
            objNumCell.DecimalPlaces = 0;
            objNumCell.MinimumValue  = 1;
            objNumCell.MaximumValue  = 9999;
            objNumCell.ShowSeparator = false;

            FarPoint.Win.Spread.CellType.DateTimeCellType datecell = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            datecell.DateSeparator  = " | ";
            datecell.TimeSeparator  = ".";
            datecell.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.ShortDateWithTime;

            FarPoint.Win.Spread.CellType.CurrencyCellType ctest       = new FarPoint.Win.Spread.CellType.CurrencyCellType();
            FarPoint.Win.Spread.CellType.TextCellType     objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();

            ctest.SetCalculatorText("Accept", "Cancel");

            //grdView.sheet
            grdView.Sheets.Count          = 2;
            grdView.Height                = 330;
            grdView.Width                 = 765;
            grdView.Sheets[0].SheetName   = "Drug Catalogue";
            grdView.Sheets[1].SheetName   = "นำเข้า";
            grdView.Sheets[0].ColumnCount = 21;
            grdView.Sheets[0].RowCount    = 1;
            grdView.Sheets[1].RowCount    = 1;

            grdView.Sheets[0].ColumnHeader.Cells[0, colCode].Text = "hospdrugcode";
            grdView.Sheets[0].ColumnHeader.Cells[0, colProd].Text = "productcat";
            grdView.Sheets[0].ColumnHeader.Cells[0, colTmt].Text  = "tmtid";
            grdView.Sheets[0].ColumnHeader.Cells[0, colSpec].Text = "specprep";
            grdView.Sheets[0].ColumnHeader.Cells[0, colGene].Text = "genericname";
            grdView.Sheets[0].ColumnHeader.Cells[0, colTrad].Text = "tradename";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDfs].Text  = "dfscode";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDos].Text  = "dosageform";
            grdView.Sheets[0].ColumnHeader.Cells[0, colStr].Text  = "strength";
            grdView.Sheets[0].ColumnHeader.Cells[0, colCont].Text = "content1";

            grdView.Sheets[0].ColumnHeader.Cells[0, colDist].Text  = "distributor";
            grdView.Sheets[0].ColumnHeader.Cells[0, colManu].Text  = "manufactrer";
            grdView.Sheets[0].ColumnHeader.Cells[0, colIsed].Text  = "ised";
            grdView.Sheets[0].ColumnHeader.Cells[0, colNdc].Text   = "ndc24";
            grdView.Sheets[0].ColumnHeader.Cells[0, colUnitS].Text = "unitsize";
            grdView.Sheets[0].ColumnHeader.Cells[0, colUnitP].Text = "unitprice";
            grdView.Sheets[0].ColumnHeader.Cells[0, colUpF].Text   = "updateflag";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDatC].Text  = "datechange";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDatU].Text  = "dateupdate";
            grdView.Sheets[0].ColumnHeader.Cells[0, colDatE].Text  = "dateeffect";

            grdView.Sheets[0].ColumnHeader.Cells[0, colID].Text = "drugcat_id";
            //grdView.Sheets[0].ColumnHeader.Cells[0, 0].Text = "hospdrugcode";

            grdView.Sheets[0].Columns[colID].Visible = false;

            grdView.Sheets[0].Columns[colCode].Width = 120;
            grdView.Sheets[0].Columns[colProd].Width = 120;
            grdView.Sheets[0].Columns[colTmt].Width  = 80;
            grdView.Sheets[0].Columns[colSpec].Width = 80;
            grdView.Sheets[0].Columns[colGene].Width = 250;
            grdView.Sheets[0].Columns[colTrad].Width = 250;
            grdView.Sheets[0].Columns[colDfs].Width  = 80;
            grdView.Sheets[0].Columns[colDos].Width  = 250;
            grdView.Sheets[0].Columns[colStr].Width  = 250;
            grdView.Sheets[0].Columns[colCont].Width = 250;

            grdView.Sheets[0].Columns[colDist].Width  = 80;
            grdView.Sheets[0].Columns[colManu].Width  = 250;
            grdView.Sheets[0].Columns[colIsed].Width  = 80;
            grdView.Sheets[0].Columns[colNdc].Width   = 80;
            grdView.Sheets[0].Columns[colUnitS].Width = 80;
            grdView.Sheets[0].Columns[colUnitP].Width = 80;
            grdView.Sheets[0].Columns[colUpF].Width   = 80;
            grdView.Sheets[0].Columns[colDatC].Width  = 140;
            grdView.Sheets[0].Columns[colDatU].Width  = 140;
            grdView.Sheets[0].Columns[colDatE].Width  = 140;


            grdView.Sheets[0].Columns[colCode].CellType = objTextCell;
            grdView.Sheets[0].Columns[colProd].CellType = objTextCell;
            grdView.Sheets[0].Columns[colTmt].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colSpec].CellType = objTextCell;
            grdView.Sheets[0].Columns[colGene].CellType = objTextCell;
            grdView.Sheets[0].Columns[colTrad].CellType = objTextCell;
            grdView.Sheets[0].Columns[colDfs].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colDos].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colStr].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colCont].CellType = objTextCell;

            grdView.Sheets[0].Columns[colDist].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colManu].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colIsed].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colNdc].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colUnitS].CellType = objTextCell;
            grdView.Sheets[0].Columns[colUnitP].CellType = objTextCell;
            grdView.Sheets[0].Columns[colUpF].CellType   = objTextCell;
            grdView.Sheets[0].Columns[colDatC].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colDatU].CellType  = objTextCell;
            grdView.Sheets[0].Columns[colDatE].CellType  = objTextCell;
        }