Beispiel #1
1
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
      this.components = new System.ComponentModel.Container();
      System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("en-US", false);
      FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType1 = new FarPoint.Win.Spread.CellType.ButtonCellType();
      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.ComboBoxCellType comboBoxCellType1 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
      this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
      this.sheet1 = new FarPoint.Win.Spread.SheetView();
      this.tmTick = new System.Windows.Forms.Timer(this.components);
      ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.sheet1)).BeginInit();
      this.SuspendLayout();
      // 
      // fpSpread1
      // 
      this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, ";
      this.fpSpread1.AllowUndo = false;
      this.fpSpread1.AllowUserZoom = false;
      this.fpSpread1.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.fpSpread1.AutoClipboard = false;
      this.fpSpread1.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Collapse;
      this.fpSpread1.BorderStyle = System.Windows.Forms.BorderStyle.None;
      this.fpSpread1.CellNoteIndicatorVisible = false;
      this.fpSpread1.ColumnSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
      this.fpSpread1.EnableCrossSheetReference = false;
      this.fpSpread1.HorizontalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("");
      this.fpSpread1.HorizontalScrollBar.Name = "";
      this.fpSpread1.HorizontalScrollBar.TabIndex = 8;
      this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
      this.fpSpread1.Location = new System.Drawing.Point(0, 0);
      this.fpSpread1.Margin = new System.Windows.Forms.Padding(0);
      this.fpSpread1.MoveActiveOnFocus = false;
      this.fpSpread1.Name = "fpSpread1";
      this.fpSpread1.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
      this.fpSpread1.SelectionBlockOptions = FarPoint.Win.Spread.SelectionBlockOptions.None;
      this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
            this.sheet1});
      this.fpSpread1.Size = new System.Drawing.Size(399, 499);
      this.fpSpread1.SpreadScaleMode = FarPoint.Win.Spread.ScaleMode.ZoomDpiSupport;
      this.fpSpread1.TabIndex = 0;
      this.fpSpread1.TabStrip.ButtonPolicy = FarPoint.Win.Spread.TabStripButtonPolicy.Never;
      this.fpSpread1.VerticalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("");
      this.fpSpread1.VerticalScrollBar.Name = "";
      this.fpSpread1.VerticalScrollBar.TabIndex = 9;
      this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
      this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
      this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
      this.fpSpread1.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ButtonClicked);
      this.fpSpread1.ComboCloseUp += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ComboCloseUp);
      this.fpSpread1.ComboSelChange += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ComboSelChange);
      this.fpSpread1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fpSpread1_KeyDown);
      // 
      // sheet1
      // 
      this.sheet1.Reset();
      this.sheet1.SheetName = "Sheet1";
      // Formulas and custom names must be loaded with R1C1 reference style
      this.sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
      this.sheet1.ColumnCount = 20;
      this.sheet1.RowCount = 25;
      this.sheet1.AllowNoteEdit = false;
      this.sheet1.AutoCalculation = false;
      this.sheet1.AutoGenerateColumns = false;
      this.sheet1.AutoUpdateNotes = false;
      this.sheet1.Cells.Get(0, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 0).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(0, 0).Locked = true;
      this.sheet1.Cells.Get(0, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 1).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 1).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 2).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 2).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 2).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 3).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 3).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 3).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 4).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 4).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 4).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 5).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 5).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 5).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 6).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 6).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 6).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 7).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 7).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 7).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 8).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 8).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 8).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 9).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 9).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 9).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 10).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 10).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 10).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 11).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 11).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 11).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 12).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 12).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 12).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 13).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 13).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 13).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 14).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 14).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 14).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 15).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 15).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 15).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 16).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 16).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 16).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 17).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 17).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 17).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 18).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 18).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 18).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(0, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(0, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(0, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      buttonCellType1.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
      buttonCellType1.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.Show;
      buttonCellType1.Text = "&New Game";
      this.sheet1.Cells.Get(1, 1).CellType = buttonCellType1;
      this.sheet1.Cells.Get(1, 1).ColumnSpan = 3;
      this.sheet1.Cells.Get(1, 1).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 1).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 2).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 2).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 2).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 3).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 3).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 3).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 4).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 4).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 4).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 5).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 5).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 5).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 6).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 6).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 6).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 7).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 7).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 7).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 8).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 8).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 8).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 9).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 9).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 9).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 10).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 10).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 10).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 11).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 11).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 11).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 12).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 12).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 12).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 13).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 13).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 13).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 14).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 14).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 14).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 15).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 15).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 15).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(1, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(1, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(1, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 1).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 1).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 2).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 2).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 2).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 3).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 3).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 3).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 4).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 4).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 4).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 5).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 5).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 5).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 6).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 6).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 6).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 7).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 7).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 7).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 8).BackColor = System.Drawing.SystemColors.ControlLight;
      textCellType1.ReadOnly = true;
      this.sheet1.Cells.Get(2, 8).CellType = textCellType1;
      this.sheet1.Cells.Get(2, 8).ColumnSpan = 2;
      this.sheet1.Cells.Get(2, 8).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(2, 8).Value = "Score:";
      this.sheet1.Cells.Get(2, 8).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 9).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 9).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 9).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 10).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 10).ColumnSpan = 5;
      this.sheet1.Cells.Get(2, 10).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(2, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
      this.sheet1.Cells.Get(2, 10).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
      ((System.Globalization.NumberFormatInfo)(this.sheet1.Cells.Get(2, 10).ParseFormatInfo)).NumberDecimalDigits = 0;
      ((System.Globalization.NumberFormatInfo)(this.sheet1.Cells.Get(2, 10).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
      this.sheet1.Cells.Get(2, 10).ParseFormatString = "n";
      this.sheet1.Cells.Get(2, 10).Value = 0;
      this.sheet1.Cells.Get(2, 10).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 11).BackColor = System.Drawing.SystemColors.ControlLight;
      textCellType2.ReadOnly = true;
      this.sheet1.Cells.Get(2, 11).CellType = textCellType2;
      this.sheet1.Cells.Get(2, 11).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(2, 11).Value = "Score:";
      this.sheet1.Cells.Get(2, 11).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 13).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 13).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 13).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 14).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 14).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 14).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 15).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 15).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 15).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(2, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(2, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(2, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      textCellType3.HotkeyPrefix = System.Drawing.Text.HotkeyPrefix.Show;
      textCellType3.ReadOnly = true;
      this.sheet1.Cells.Get(3, 1).CellType = textCellType3;
      this.sheet1.Cells.Get(3, 1).ColumnSpan = 2;
      this.sheet1.Cells.Get(3, 1).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(3, 1).Value = "&Level";
      this.sheet1.Cells.Get(3, 1).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 2).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 2).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 2).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 3).BackColor = System.Drawing.Color.White;
      comboBoxCellType1.AutoSearch = FarPoint.Win.AutoSearch.None;
      comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
      comboBoxCellType1.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.ItemData;
      comboBoxCellType1.ItemData = new string[] {
        "1",
        "2",
        "3"};
      comboBoxCellType1.Items = new string[] {
        "Slow",
        "Normal",
        "Fast"};
      this.sheet1.Cells.Get(3, 3).CellType = comboBoxCellType1;
      this.sheet1.Cells.Get(3, 3).ColumnSpan = 3;
      this.sheet1.Cells.Get(3, 3).ForeColor = System.Drawing.Color.Black;
      this.sheet1.Cells.Get(3, 3).Value = "2";
      this.sheet1.Cells.Get(3, 3).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 4).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 4).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 4).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 5).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 5).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 5).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 6).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 6).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 6).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 7).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 7).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 7).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 8).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 8).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 8).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 9).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 9).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 9).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 10).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 10).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 10).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 11).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 11).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 11).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 12).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 12).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 12).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 13).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 13).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 13).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 14).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 14).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 14).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 15).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 15).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 15).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(3, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(3, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(3, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 1).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 1).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 2).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 2).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 2).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 3).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 3).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 3).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 4).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 4).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 4).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 5).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 5).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 5).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 6).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 6).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 6).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 7).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 7).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 7).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 8).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 8).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 8).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 9).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 9).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 9).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 10).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 10).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 10).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 11).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 11).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 11).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 12).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 12).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 12).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 13).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 13).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 13).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 14).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 14).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 14).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 15).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 15).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 15).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 16).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 16).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 16).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 17).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 17).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 17).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 18).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(4, 18).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(4, 18).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(4, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(5, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(5, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(5, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(5, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(5, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(5, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(6, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(6, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(6, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(6, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(6, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(6, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(7, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(7, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(7, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(7, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(7, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(7, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(8, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(8, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(9, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(9, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(9, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(9, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(9, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(9, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(10, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(10, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(10, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(10, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(10, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(10, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(11, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(11, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(11, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(11, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(11, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(11, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(12, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(12, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(12, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(12, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(12, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(12, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(13, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(13, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(14, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(14, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(14, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(14, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(14, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(14, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(15, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(15, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(15, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(15, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(15, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(15, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(16, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(16, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(16, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(16, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(16, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(16, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(17, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(17, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(17, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(17, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(17, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(17, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(18, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(18, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(19, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(19, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(19, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(19, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(19, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(19, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(20, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(20, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(20, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(20, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(20, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(20, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(21, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(21, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(21, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(21, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(21, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(21, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(22, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(22, 0).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(22, 0).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(22, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(22, 19).ForeColor = System.Drawing.Color.Silver;
      this.sheet1.Cells.Get(22, 19).VisualStyles = FarPoint.Win.VisualStyles.Off;
      this.sheet1.Cells.Get(23, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(23, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(24, 0).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(24, 1).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.Cells.Get(24, 1).ColumnSpan = 18;
      this.sheet1.Cells.Get(24, 19).BackColor = System.Drawing.SystemColors.ControlLight;
      this.sheet1.ColumnFooter.Columns.Default.Width = 20F;
      this.sheet1.ColumnHeader.Visible = false;
      this.sheet1.Columns.Default.Width = 20F;
      this.sheet1.DataAutoCellTypes = false;
      this.sheet1.DataAutoHeadings = false;
      this.sheet1.DataAutoSizeColumns = false;
      this.sheet1.DrawingContainer.ContainedObjects.AddRange(new object[] {
            ((object)(resources.GetObject("resource.ContainedObjects")))});
      this.sheet1.DrawingContainer.FlipHorizontal = false;
      this.sheet1.DrawingContainer.FlipVertical = false;
      this.sheet1.DrawingContainer.IgnoreUpdateShapeLocation = false;
      this.sheet1.HorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.SystemColors.ControlLight);
      this.sheet1.RowHeader.Columns.Default.Resizable = false;
      this.sheet1.RowHeader.Visible = false;
      this.sheet1.SelectionStyle = FarPoint.Win.Spread.SelectionStyles.None;
      this.sheet1.SheetCornerHorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlLight);
      this.sheet1.VerticalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlLight);
      this.sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
      // 
      // tmTick
      // 
      this.tmTick.Interval = 400;
      this.tmTick.Tick += new System.EventHandler(this.tmTick_Tick);
      // 
      // Form2
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
      this.ClientSize = new System.Drawing.Size(398, 499);
      this.Controls.Add(this.fpSpread1);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
      this.MaximizeBox = false;
      this.MinimizeBox = false;
      this.Name = "Form2";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "Form2";
      ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.sheet1)).EndInit();
      this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15", "DataAreaDefault");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("Excel-0-16");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType2 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("Excel-0-17");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType3 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("Excel-0-18");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType4 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle5 = new FarPoint.Win.Spread.NamedStyle("Excel-0-19");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType5 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle6 = new FarPoint.Win.Spread.NamedStyle("Excel-0-20");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType6 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle7 = new FarPoint.Win.Spread.NamedStyle("Excel-0-21");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType7 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle8 = new FarPoint.Win.Spread.NamedStyle("Excel-0-22");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType8 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle9 = new FarPoint.Win.Spread.NamedStyle("Excel-0-23");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType9 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle10 = new FarPoint.Win.Spread.NamedStyle("Excel-0-24");
            FarPoint.Win.ComplexBorder complexBorder1 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType10 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle11 = new FarPoint.Win.Spread.NamedStyle("Excel-0-25");
            FarPoint.Win.ComplexBorder complexBorder2 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType11 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle12 = new FarPoint.Win.Spread.NamedStyle("Excel-0-26");
            FarPoint.Win.ComplexBorder complexBorder3 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType12 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle13 = new FarPoint.Win.Spread.NamedStyle("Excel-0-27");
            FarPoint.Win.ComplexBorder complexBorder4 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType13 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle14 = new FarPoint.Win.Spread.NamedStyle("Excel-0-28");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType14 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle15 = new FarPoint.Win.Spread.NamedStyle("Excel-0-29");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType15 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle16 = new FarPoint.Win.Spread.NamedStyle("Excel-0-30");
            FarPoint.Win.ComplexBorder complexBorder5 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType16 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle17 = new FarPoint.Win.Spread.NamedStyle("Excel-0-31");
            FarPoint.Win.ComplexBorder complexBorder6 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType17 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle18 = new FarPoint.Win.Spread.NamedStyle("Excel-0-32");
            FarPoint.Win.ComplexBorder complexBorder7 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType18 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle19 = new FarPoint.Win.Spread.NamedStyle("Excel-0-33");
            FarPoint.Win.ComplexBorder complexBorder8 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType19 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle20 = new FarPoint.Win.Spread.NamedStyle("Excel-0-34");
            FarPoint.Win.ComplexBorder complexBorder9 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType20 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle21 = new FarPoint.Win.Spread.NamedStyle("Excel-0-35");
            FarPoint.Win.ComplexBorder complexBorder10 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType21 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle22 = new FarPoint.Win.Spread.NamedStyle("Excel-0-36");
            FarPoint.Win.ComplexBorder complexBorder11 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType22 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle23 = new FarPoint.Win.Spread.NamedStyle("Excel-0-37");
            FarPoint.Win.ComplexBorder complexBorder12 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType23 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle24 = new FarPoint.Win.Spread.NamedStyle("Excel-0-38");
            FarPoint.Win.ComplexBorder complexBorder13 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType24 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle25 = new FarPoint.Win.Spread.NamedStyle("Excel-0-39");
            FarPoint.Win.ComplexBorder complexBorder14 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType25 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle26 = new FarPoint.Win.Spread.NamedStyle("Excel-0-40");
            FarPoint.Win.ComplexBorder complexBorder15 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType26 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle27 = new FarPoint.Win.Spread.NamedStyle("Excel-0-41");
            FarPoint.Win.ComplexBorder complexBorder16 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType27 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle28 = new FarPoint.Win.Spread.NamedStyle("Excel-0-42");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType28 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle29 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-基本数据");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType29 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle30 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-筹措表");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType30 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle31 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-还本付息表");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType31 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle32 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-成本费用表");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType32 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle33 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-全投资");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType33 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle34 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-资本金");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType34 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle35 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-损益表");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType35 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle36 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-一览表");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType36 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle37 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-参数");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType37 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.NamedStyle namedStyle38 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-投资资金");
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType38 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType39 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder17 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder18 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType1 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder19 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType2 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder20 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType3 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder21 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType4 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder22 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType5 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder23 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType6 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder24 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType7 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder25 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType8 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder26 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType40 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder27 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType41 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder28 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType42 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder29 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType43 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType44 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder30 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType45 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder31 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType46 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder32 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType47 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder33 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType48 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder34 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType49 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder35 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType50 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder36 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType51 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder37 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType52 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder38 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType53 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder39 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType54 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder40 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType55 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder41 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType56 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder42 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType57 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder43 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType58 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder44 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType59 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder45 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType60 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder46 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType61 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder47 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType62 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder48 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType63 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder49 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType64 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder50 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType65 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder51 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType66 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType67 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType9 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType10 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType();
            System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("zh-CN", false);
            FarPoint.Win.ComplexBorder complexBorder52 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType14 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder53 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder54 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder55 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType11 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder56 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder57 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder58 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType12 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder59 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType19 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder60 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType13 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder61 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType14 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder62 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType15 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder63 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType20 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder64 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType21 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder65 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType68 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder66 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder67 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder68 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder69 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder70 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder71 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType69 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder72 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder73 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder74 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder75 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder76 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder77 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder78 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType22 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder79 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder80 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType16 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder81 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder82 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType17 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder83 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder84 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType18 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder85 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder86 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType19 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder87 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder88 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType20 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder89 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder90 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType21 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder91 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder92 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType22 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder93 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder94 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType23 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder95 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType70 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder96 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType24 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder97 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder98 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType25 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder99 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType71 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder100 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType26 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder101 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder102 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType27 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder103 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.GeneralCellType generalCellType72 = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.ComplexBorder complexBorder104 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType28 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder105 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder106 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType29 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder107 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder108 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType23 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder109 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder110 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType30 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder111 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder112 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType24 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder113 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder114 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType31 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder115 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder116 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.ComplexBorder complexBorder117 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder118 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType32 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder119 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder120 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType33 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder121 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder122 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType34 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder123 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder124 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType25 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder125 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder126 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.NumberCellType numberCellType26 = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.ComplexBorder complexBorder127 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder128 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.Spread.CellType.PercentCellType percentCellType35 = new FarPoint.Win.Spread.CellType.PercentCellType();
            FarPoint.Win.ComplexBorder complexBorder129 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder130 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder131 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder132 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder133 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder134 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder135 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder136 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder137 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder138 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder139 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder140 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder141 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder142 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder143 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder144 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder145 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder146 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder147 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder148 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder149 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder150 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder151 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder152 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEconomyAnalysis));
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ChapterNameTextEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.RemarkMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
            this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet3 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet4 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet5 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet6 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet7 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet8 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet9 = new FarPoint.Win.Spread.SheetView();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barList = new DevExpress.XtraBars.BarSubItem();
            this.barAdditem = new DevExpress.XtraBars.BarButtonItem();
            this.barAdd1item = new DevExpress.XtraBars.BarButtonItem();
            this.barEdititem = new DevExpress.XtraBars.BarButtonItem();
            this.barDelitem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barCS = new DevExpress.XtraBars.BarButtonItem();
            this.barSave = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barPrint = new DevExpress.XtraBars.BarButtonItem();
            this.barClose = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.textBox1);
            this.splitContainerControl1.Panel2.Controls.Add(this.fpSpread1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(822, 453);
            this.splitContainerControl1.SplitterPosition = 199;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // treeList1
            // 
            this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1,
            this.treeListColumn2,
            this.treeListColumn3,
            this.treeListColumn4,
            this.treeListColumn5});
            this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList1.KeyFieldName = "UID";
            this.treeList1.Location = new System.Drawing.Point(0, 0);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsBehavior.AutoFocusNewNode = true;
            this.treeList1.OptionsSelection.InvertSelection = true;
            this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.ChapterNameTextEdit,
            this.RemarkMemoExEdit});
            this.treeList1.Size = new System.Drawing.Size(193, 447);
            this.treeList1.TabIndex = 0;
            this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
            this.treeList1.DoubleClick += new System.EventHandler(this.treeList1_DoubleClick);
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "目录";
            this.treeListColumn1.ColumnEdit = this.ChapterNameTextEdit;
            this.treeListColumn1.FieldName = "Title";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.OptionsColumn.AllowEdit = false;
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // ChapterNameTextEdit
            // 
            this.ChapterNameTextEdit.AutoHeight = false;
            this.ChapterNameTextEdit.MaxLength = 100;
            this.ChapterNameTextEdit.Name = "ChapterNameTextEdit";
            // 
            // treeListColumn2
            // 
            this.treeListColumn2.Caption = "备注";
            this.treeListColumn2.ColumnEdit = this.RemarkMemoExEdit;
            this.treeListColumn2.FieldName = "Remark";
            this.treeListColumn2.Name = "treeListColumn2";
            // 
            // RemarkMemoExEdit
            // 
            this.RemarkMemoExEdit.AutoHeight = false;
            this.RemarkMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.RemarkMemoExEdit.MaxLength = 300;
            this.RemarkMemoExEdit.Name = "RemarkMemoExEdit";
            this.RemarkMemoExEdit.ReadOnly = true;
            // 
            // treeListColumn3
            // 
            this.treeListColumn3.Caption = "UID";
            this.treeListColumn3.FieldName = "UID";
            this.treeListColumn3.Name = "treeListColumn3";
            this.treeListColumn3.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // treeListColumn4
            // 
            this.treeListColumn4.Caption = "ParentId";
            this.treeListColumn4.FieldName = "ParentID";
            this.treeListColumn4.Name = "treeListColumn4";
            this.treeListColumn4.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // treeListColumn5
            // 
            this.treeListColumn5.Caption = "创建日期";
            this.treeListColumn5.FieldName = "CreateDate";
            this.treeListColumn5.Name = "treeListColumn5";
            this.treeListColumn5.OptionsColumn.ShowInCustomizationForm = false;
            this.treeListColumn5.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(118, -385);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 1;
            // 
            // fpSpread1
            // 
            this.fpSpread1.AccessibleDescription = "fpSpread1, 还本付息表, Row 0, Column 0, 附表3   借款还本付息计算表";
            this.fpSpread1.AllowCellOverflow = true;
            this.fpSpread1.AllowUserFormulas = true;
            this.fpSpread1.BackColor = System.Drawing.SystemColors.Control;
            this.fpSpread1.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Collapse;
            this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name = "fpSpread1";
            namedStyle1.CellType = generalCellType1;
            namedStyle1.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle1.Locked = false;
            namedStyle1.Parent = "DataAreaDefault";
            namedStyle1.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle2.CellType = generalCellType2;
            namedStyle2.Locked = false;
            namedStyle2.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom;
            namedStyle3.CellType = generalCellType3;
            namedStyle3.Locked = false;
            namedStyle3.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom;
            namedStyle4.CellType = generalCellType4;
            namedStyle4.Locked = false;
            namedStyle4.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom;
            namedStyle5.CellType = generalCellType5;
            namedStyle5.Locked = false;
            namedStyle5.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom;
            namedStyle6.CellType = generalCellType6;
            namedStyle6.Locked = false;
            namedStyle6.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom;
            namedStyle7.CellType = generalCellType7;
            namedStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle7.Locked = false;
            namedStyle7.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle8.CellType = generalCellType8;
            namedStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle8.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle8.Locked = false;
            namedStyle8.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle9.CellType = generalCellType9;
            namedStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle9.Locked = false;
            namedStyle9.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle10.Border = complexBorder1;
            namedStyle10.CellType = generalCellType10;
            namedStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle10.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            namedStyle10.Locked = false;
            namedStyle10.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle11.Border = complexBorder2;
            namedStyle11.CellType = generalCellType11;
            namedStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle11.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle11.Locked = false;
            namedStyle11.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle12.Border = complexBorder3;
            namedStyle12.CellType = generalCellType12;
            namedStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle12.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            namedStyle12.Locked = false;
            namedStyle12.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle13.Border = complexBorder4;
            namedStyle13.CellType = generalCellType13;
            namedStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle13.Locked = false;
            namedStyle13.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle14.CellType = generalCellType14;
            namedStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle14.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            namedStyle14.Locked = false;
            namedStyle14.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle15.CellType = generalCellType15;
            namedStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle15.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle15.Locked = false;
            namedStyle15.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle16.Border = complexBorder5;
            namedStyle16.CellType = generalCellType16;
            namedStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle16.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle16.Locked = false;
            namedStyle16.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle17.Border = complexBorder6;
            namedStyle17.CellType = generalCellType17;
            namedStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle17.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle17.Locked = false;
            namedStyle17.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle18.Border = complexBorder7;
            namedStyle18.CellType = generalCellType18;
            namedStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle18.Locked = false;
            namedStyle18.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle19.Border = complexBorder8;
            namedStyle19.CellType = generalCellType19;
            namedStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle19.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            namedStyle19.Locked = false;
            namedStyle19.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle20.Border = complexBorder9;
            namedStyle20.CellType = generalCellType20;
            namedStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle20.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            namedStyle20.Locked = false;
            namedStyle20.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle21.Border = complexBorder10;
            namedStyle21.CellType = generalCellType21;
            namedStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle21.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            namedStyle21.Locked = false;
            namedStyle21.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle22.Border = complexBorder11;
            namedStyle22.CellType = generalCellType22;
            namedStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle22.Locked = false;
            namedStyle22.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle23.Border = complexBorder12;
            namedStyle23.CellType = generalCellType23;
            namedStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle23.Locked = false;
            namedStyle23.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle24.Border = complexBorder13;
            namedStyle24.CellType = generalCellType24;
            namedStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle24.Locked = false;
            namedStyle24.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle25.Border = complexBorder14;
            namedStyle25.CellType = generalCellType25;
            namedStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle25.Locked = false;
            namedStyle25.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle26.Border = complexBorder15;
            namedStyle26.CellType = generalCellType26;
            namedStyle26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle26.Locked = false;
            namedStyle26.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle27.Border = complexBorder16;
            namedStyle27.CellType = generalCellType27;
            namedStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle27.Locked = false;
            namedStyle27.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle28.CellType = generalCellType28;
            namedStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            namedStyle28.Locked = false;
            namedStyle28.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle29.CellType = generalCellType29;
            namedStyle29.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle29.Locked = false;
            namedStyle29.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle30.CellType = generalCellType30;
            namedStyle30.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle30.Locked = false;
            namedStyle30.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle31.CellType = generalCellType31;
            namedStyle31.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle31.Locked = false;
            namedStyle31.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle32.CellType = generalCellType32;
            namedStyle32.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle32.Locked = false;
            namedStyle32.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle33.CellType = generalCellType33;
            namedStyle33.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle33.Locked = false;
            namedStyle33.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle34.CellType = generalCellType34;
            namedStyle34.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle34.Locked = false;
            namedStyle34.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle35.CellType = generalCellType35;
            namedStyle35.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle35.Locked = false;
            namedStyle35.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle36.CellType = generalCellType36;
            namedStyle36.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle36.Locked = false;
            namedStyle36.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle37.CellType = generalCellType37;
            namedStyle37.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle37.Locked = false;
            namedStyle37.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            namedStyle38.CellType = generalCellType38;
            namedStyle38.Font = new System.Drawing.Font("宋体", 9F);
            namedStyle38.Locked = false;
            namedStyle38.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
            namedStyle1,
            namedStyle2,
            namedStyle3,
            namedStyle4,
            namedStyle5,
            namedStyle6,
            namedStyle7,
            namedStyle8,
            namedStyle9,
            namedStyle10,
            namedStyle11,
            namedStyle12,
            namedStyle13,
            namedStyle14,
            namedStyle15,
            namedStyle16,
            namedStyle17,
            namedStyle18,
            namedStyle19,
            namedStyle20,
            namedStyle21,
            namedStyle22,
            namedStyle23,
            namedStyle24,
            namedStyle25,
            namedStyle26,
            namedStyle27,
            namedStyle28,
            namedStyle29,
            namedStyle30,
            namedStyle31,
            namedStyle32,
            namedStyle33,
            namedStyle34,
            namedStyle35,
            namedStyle36,
            namedStyle37,
            namedStyle38});
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
            this.fpSpread1_Sheet1,
            this.fpSpread1_Sheet2,
            this.fpSpread1_Sheet3,
            this.fpSpread1_Sheet4,
            this.fpSpread1_Sheet5,
            this.fpSpread1_Sheet6,
            this.fpSpread1_Sheet7,
            this.fpSpread1_Sheet8,
            this.fpSpread1_Sheet9});
            this.fpSpread1.Size = new System.Drawing.Size(613, 447);
            this.fpSpread1.TabIndex = 0;
            this.fpSpread1.TabStrip.ActiveSheetTab.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.fpSpread1.TabStrip.ActiveSheetTab.Size = -1;
            this.fpSpread1.TabStrip.DefaultSheetTab.Font = new System.Drawing.Font("Tahoma", 8F);
            this.fpSpread1.TabStrip.DefaultSheetTab.Size = -1;
            this.fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always;
            this.fpSpread1.TabStripRatio = 0.664188351920694;
            tipAppearance1.BackColor = System.Drawing.SystemColors.Info;
            tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText;
            this.fpSpread1.TextTipAppearance = tipAppearance1;
            this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
            this.fpSpread1.Change += new FarPoint.Win.Spread.ChangeEventHandler(this.fpSpread1_Change);
            this.fpSpread1.ActiveSheetIndex = 2;
            // 
            // fpSpread1_Sheet1
            // 
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "基本数据";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ColumnCount = 2;
            this.fpSpread1_Sheet1.RowCount = 14;
            this.fpSpread1_Sheet1.AutoUpdateNotes = true;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).CellType = generalCellType39;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).ColumnSpan = 2;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).Value = "附表1  电网规划经济评价基本数据";
            this.fpSpread1_Sheet1.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(1, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet1.Cells.Get(1, 0).Value = " ";
            this.fpSpread1_Sheet1.Cells.Get(1, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Cells.Get(2, 0).StyleName = "Excel-0-24";
            this.fpSpread1_Sheet1.Cells.Get(2, 0).Value = "经营成本";
            this.fpSpread1_Sheet1.Cells.Get(2, 1).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet1.Cells.Get(2, 1).Value = "新增固定资产原值的5%";
            this.fpSpread1_Sheet1.Cells.Get(3, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(3, 0).Value = "还贷期";
            this.fpSpread1_Sheet1.Cells.Get(3, 1).Border = complexBorder17;
            numberCellType1.DecimalPlaces = 0;
            numberCellType1.MaximumValue = 10000000;
            numberCellType1.MinimumValue = -10000000;
            this.fpSpread1_Sheet1.Cells.Get(3, 1).CellType = numberCellType1;
            this.fpSpread1_Sheet1.Cells.Get(3, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(4, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(4, 0).Value = "实际贷款年利率";
            this.fpSpread1_Sheet1.Cells.Get(4, 1).Border = complexBorder18;
            percentCellType1.FixedPoint = true;
            percentCellType1.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(4, 1).CellType = percentCellType1;
            this.fpSpread1_Sheet1.Cells.Get(4, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(5, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(5, 0).Value = "折旧率";
            this.fpSpread1_Sheet1.Cells.Get(5, 1).Border = complexBorder19;
            percentCellType2.FixedPoint = true;
            percentCellType2.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(5, 1).CellType = percentCellType2;
            this.fpSpread1_Sheet1.Cells.Get(5, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(6, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(6, 0).Value = "固定资产残值";
            this.fpSpread1_Sheet1.Cells.Get(6, 1).Border = complexBorder20;
            percentCellType3.FixedPoint = true;
            percentCellType3.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(6, 1).CellType = percentCellType3;
            this.fpSpread1_Sheet1.Cells.Get(6, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(7, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(7, 0).Value = "城建及教育附加税";
            this.fpSpread1_Sheet1.Cells.Get(7, 1).Border = complexBorder21;
            percentCellType4.FixedPoint = true;
            percentCellType4.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(7, 1).CellType = percentCellType4;
            this.fpSpread1_Sheet1.Cells.Get(7, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(8, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(8, 0).Value = "公积金、公益金率";
            this.fpSpread1_Sheet1.Cells.Get(8, 1).Border = complexBorder22;
            percentCellType5.FixedPoint = true;
            percentCellType5.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(8, 1).CellType = percentCellType5;
            this.fpSpread1_Sheet1.Cells.Get(8, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(9, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(9, 0).Value = "所得税率";
            this.fpSpread1_Sheet1.Cells.Get(9, 1).Border = complexBorder23;
            percentCellType6.FixedPoint = true;
            percentCellType6.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(9, 1).CellType = percentCellType6;
            this.fpSpread1_Sheet1.Cells.Get(9, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(10, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(10, 0).Value = "折旧还贷率";
            this.fpSpread1_Sheet1.Cells.Get(10, 1).Border = complexBorder24;
            percentCellType7.FixedPoint = true;
            percentCellType7.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(10, 1).CellType = percentCellType7;
            this.fpSpread1_Sheet1.Cells.Get(10, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(11, 0).StyleName = "Excel-0-26";
            this.fpSpread1_Sheet1.Cells.Get(11, 0).Value = "股本金分利";
            this.fpSpread1_Sheet1.Cells.Get(11, 1).Border = complexBorder25;
            percentCellType8.FixedPoint = true;
            percentCellType8.PercentSign = "%";
            this.fpSpread1_Sheet1.Cells.Get(11, 1).CellType = percentCellType8;
            this.fpSpread1_Sheet1.Cells.Get(11, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet1.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet1.Cells.Get(12, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet1.Cells.Get(13, 0).StyleName = "Excel-0-28";
            this.fpSpread1_Sheet1.Cells.Get(13, 0).Value = "注:城市维护建设税税率:";
            this.fpSpread1_Sheet1.Cells.Get(13, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet1.Cells.Get(13, 1).Value = "市区7%,县镇5%,其它地区1%;教育费附加3%";
            this.fpSpread1_Sheet1.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet1.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet1.Columns.Get(0).Width = 160F;
            this.fpSpread1_Sheet1.Columns.Get(1).Width = 284F;
            this.fpSpread1_Sheet1.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.Rows.Get(0).Height = 30F;
            // 
            // fpSpread1_Sheet2
            // 
            this.fpSpread1_Sheet2.Reset();
            this.fpSpread1_Sheet2.SheetName = "筹措表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet2.ColumnCount = 50;
            this.fpSpread1_Sheet2.RowCount = 15;
            this.fpSpread1_Sheet2.AutoUpdateNotes = true;
            this.fpSpread1_Sheet2.Cells.Get(0, 0).StyleName = "Excel-0-29";
            this.fpSpread1_Sheet2.Cells.Get(0, 0).Value = "附表2 投资总额和资金筹措表";
            this.fpSpread1_Sheet2.Cells.Get(0, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(0, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(0, 3).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(1, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(1, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(1, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(1, 3).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(2, 0).Border = complexBorder26;
            this.fpSpread1_Sheet2.Cells.Get(2, 0).CellType = generalCellType40;
            this.fpSpread1_Sheet2.Cells.Get(2, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(2, 0).Value = "序   号";
            this.fpSpread1_Sheet2.Cells.Get(2, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(2, 1).Border = complexBorder27;
            this.fpSpread1_Sheet2.Cells.Get(2, 1).CellType = generalCellType41;
            this.fpSpread1_Sheet2.Cells.Get(2, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(2, 1).Value = "项   目";
            this.fpSpread1_Sheet2.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(2, 2).StyleName = "Excel-0-29";
            this.fpSpread1_Sheet2.Cells.Get(2, 3).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet2.Cells.Get(3, 0).Border = complexBorder28;
            this.fpSpread1_Sheet2.Cells.Get(3, 0).CellType = generalCellType42;
            this.fpSpread1_Sheet2.Cells.Get(3, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(3, 0).Value = 1;
            this.fpSpread1_Sheet2.Cells.Get(3, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(3, 1).Border = complexBorder29;
            this.fpSpread1_Sheet2.Cells.Get(3, 1).CellType = generalCellType43;
            this.fpSpread1_Sheet2.Cells.Get(3, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(3, 1).Value = "投资总额";
            this.fpSpread1_Sheet2.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(3, 2).CellType = generalCellType44;
            this.fpSpread1_Sheet2.Cells.Get(3, 2).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet2.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(4, 0).Border = complexBorder30;
            this.fpSpread1_Sheet2.Cells.Get(4, 0).CellType = generalCellType45;
            this.fpSpread1_Sheet2.Cells.Get(4, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(4, 0).Value = 1.1;
            this.fpSpread1_Sheet2.Cells.Get(4, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(4, 1).Border = complexBorder31;
            this.fpSpread1_Sheet2.Cells.Get(4, 1).CellType = generalCellType46;
            this.fpSpread1_Sheet2.Cells.Get(4, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(4, 1).Value = "建设静态投资";
            this.fpSpread1_Sheet2.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(4, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet2.Cells.Get(5, 0).Border = complexBorder32;
            this.fpSpread1_Sheet2.Cells.Get(5, 0).CellType = generalCellType47;
            this.fpSpread1_Sheet2.Cells.Get(5, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(5, 0).Value = 1.2;
            this.fpSpread1_Sheet2.Cells.Get(5, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(5, 1).Border = complexBorder33;
            this.fpSpread1_Sheet2.Cells.Get(5, 1).CellType = generalCellType48;
            this.fpSpread1_Sheet2.Cells.Get(5, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(5, 1).Value = "建设期利息";
            this.fpSpread1_Sheet2.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(6, 0).Border = complexBorder34;
            this.fpSpread1_Sheet2.Cells.Get(6, 0).CellType = generalCellType49;
            this.fpSpread1_Sheet2.Cells.Get(6, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(6, 0).Value = 1.3;
            this.fpSpread1_Sheet2.Cells.Get(6, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(6, 1).Border = complexBorder35;
            this.fpSpread1_Sheet2.Cells.Get(6, 1).CellType = generalCellType50;
            this.fpSpread1_Sheet2.Cells.Get(6, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(6, 1).Value = "建设动态投资";
            this.fpSpread1_Sheet2.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(7, 0).Border = complexBorder36;
            this.fpSpread1_Sheet2.Cells.Get(7, 0).CellType = generalCellType51;
            this.fpSpread1_Sheet2.Cells.Get(7, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(7, 0).Value = 2;
            this.fpSpread1_Sheet2.Cells.Get(7, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(7, 1).Border = complexBorder37;
            this.fpSpread1_Sheet2.Cells.Get(7, 1).CellType = generalCellType52;
            this.fpSpread1_Sheet2.Cells.Get(7, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(7, 1).Value = "固定资产原值";
            this.fpSpread1_Sheet2.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(8, 0).Border = complexBorder38;
            this.fpSpread1_Sheet2.Cells.Get(8, 0).CellType = generalCellType53;
            this.fpSpread1_Sheet2.Cells.Get(8, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(8, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(8, 0).Value = 3;
            this.fpSpread1_Sheet2.Cells.Get(8, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(8, 1).Border = complexBorder39;
            this.fpSpread1_Sheet2.Cells.Get(8, 1).CellType = generalCellType54;
            this.fpSpread1_Sheet2.Cells.Get(8, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(8, 1).Value = "流动资金";
            this.fpSpread1_Sheet2.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(9, 0).Border = complexBorder40;
            this.fpSpread1_Sheet2.Cells.Get(9, 0).CellType = generalCellType55;
            this.fpSpread1_Sheet2.Cells.Get(9, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(9, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(9, 0).Value = 4;
            this.fpSpread1_Sheet2.Cells.Get(9, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(9, 1).Border = complexBorder41;
            this.fpSpread1_Sheet2.Cells.Get(9, 1).CellType = generalCellType56;
            this.fpSpread1_Sheet2.Cells.Get(9, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(9, 1).Value = "建设资金筹措";
            this.fpSpread1_Sheet2.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(10, 0).Border = complexBorder42;
            this.fpSpread1_Sheet2.Cells.Get(10, 0).CellType = generalCellType57;
            this.fpSpread1_Sheet2.Cells.Get(10, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(10, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(10, 0).Value = 4.1;
            this.fpSpread1_Sheet2.Cells.Get(10, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(10, 1).Border = complexBorder43;
            this.fpSpread1_Sheet2.Cells.Get(10, 1).CellType = generalCellType58;
            this.fpSpread1_Sheet2.Cells.Get(10, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(10, 1).Value = "资本金";
            this.fpSpread1_Sheet2.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(11, 0).Border = complexBorder44;
            this.fpSpread1_Sheet2.Cells.Get(11, 0).CellType = generalCellType59;
            this.fpSpread1_Sheet2.Cells.Get(11, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(11, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(11, 0).Value = 4.2;
            this.fpSpread1_Sheet2.Cells.Get(11, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(11, 1).Border = complexBorder45;
            this.fpSpread1_Sheet2.Cells.Get(11, 1).CellType = generalCellType60;
            this.fpSpread1_Sheet2.Cells.Get(11, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(11, 1).Value = "融资";
            this.fpSpread1_Sheet2.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(12, 0).Border = complexBorder46;
            this.fpSpread1_Sheet2.Cells.Get(12, 0).CellType = generalCellType61;
            this.fpSpread1_Sheet2.Cells.Get(12, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(12, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(12, 0).Value = 5;
            this.fpSpread1_Sheet2.Cells.Get(12, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(12, 1).Border = complexBorder47;
            this.fpSpread1_Sheet2.Cells.Get(12, 1).CellType = generalCellType62;
            this.fpSpread1_Sheet2.Cells.Get(12, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(12, 1).Value = "流动资金筹措";
            this.fpSpread1_Sheet2.Cells.Get(12, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(13, 0).Border = complexBorder48;
            this.fpSpread1_Sheet2.Cells.Get(13, 0).CellType = generalCellType63;
            this.fpSpread1_Sheet2.Cells.Get(13, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(13, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(13, 0).Value = 5.1;
            this.fpSpread1_Sheet2.Cells.Get(13, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(13, 1).Border = complexBorder49;
            this.fpSpread1_Sheet2.Cells.Get(13, 1).CellType = generalCellType64;
            this.fpSpread1_Sheet2.Cells.Get(13, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(13, 1).Value = "自有";
            this.fpSpread1_Sheet2.Cells.Get(13, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(14, 0).Border = complexBorder50;
            this.fpSpread1_Sheet2.Cells.Get(14, 0).CellType = generalCellType65;
            this.fpSpread1_Sheet2.Cells.Get(14, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(14, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet2.Cells.Get(14, 0).Value = 5.2;
            this.fpSpread1_Sheet2.Cells.Get(14, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.Cells.Get(14, 1).Border = complexBorder51;
            this.fpSpread1_Sheet2.Cells.Get(14, 1).CellType = generalCellType66;
            this.fpSpread1_Sheet2.Cells.Get(14, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet2.Cells.Get(14, 1).Value = "借款";
            this.fpSpread1_Sheet2.Cells.Get(14, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet2.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet2.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet2.Columns.Get(0).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(0).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(1).Width = 143F;
            this.fpSpread1_Sheet2.Columns.Get(2).Width = 59F;
            this.fpSpread1_Sheet2.Columns.Get(3).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(3).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(4).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(4).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(5).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(5).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(6).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(6).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(7).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(7).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(8).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(8).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(9).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(9).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(10).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(10).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(11).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(11).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(12).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(12).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(13).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(13).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(14).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(14).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(15).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(15).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(16).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(16).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(17).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(17).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(18).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(18).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(19).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(19).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(20).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(20).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(21).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(21).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(22).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(22).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(23).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(23).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(24).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(24).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(25).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(25).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(26).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(26).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(27).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(27).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(28).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(28).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(29).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(29).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(30).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(30).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(31).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(31).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(32).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(32).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(33).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(33).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(34).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(34).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(35).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(35).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(36).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(36).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(37).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(37).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(38).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(38).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(39).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(39).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(40).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(40).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(41).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(41).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(42).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(42).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(43).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(43).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(44).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(44).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(45).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(45).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(46).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(46).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(47).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(47).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(48).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(48).Width = 61F;
            this.fpSpread1_Sheet2.Columns.Get(49).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet2.Columns.Get(49).Width = 61F;
            this.fpSpread1_Sheet2.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet2.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_Sheet3
            // 
            this.fpSpread1_Sheet3.Reset();
            this.fpSpread1_Sheet3.SheetName = "还本付息表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet3.ColumnCount = 255;
            this.fpSpread1_Sheet3.RowCount = 65535;
            this.fpSpread1_Sheet3.AutoUpdateNotes = true;
            this.fpSpread1_Sheet3.Cells.Get(0, 0).CellType = generalCellType67;
            this.fpSpread1_Sheet3.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet3.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet3.Cells.Get(0, 0).Value = "附表3   借款还本付息计算表";
            this.fpSpread1_Sheet3.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet3.Cells.Get(2, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet3.Cells.Get(3, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet3.Cells.Get(3, 0).Value = "融资";
            this.fpSpread1_Sheet3.Cells.Get(4, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet3.Cells.Get(4, 0).Value = "还贷要求";
            this.fpSpread1_Sheet3.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet3.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet3.Columns.Get(0).Width = 112F;
            this.fpSpread1_Sheet3.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet3.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet3.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.MultiRange;
            // 
            // fpSpread1_Sheet4
            // 
            this.fpSpread1_Sheet4.Reset();
            this.fpSpread1_Sheet4.SheetName = "成本费用表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet4.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet4.ColumnCount = 100;
            this.fpSpread1_Sheet4.RowCount = 9;
            this.fpSpread1_Sheet4.AutoUpdateNotes = true;
            this.fpSpread1_Sheet4.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet4.Cells.Get(0, 0).Value = "附表4 总成本费用估算表";
            this.fpSpread1_Sheet4.Cells.Get(1, 1).Value = "  ";
            this.fpSpread1_Sheet4.Cells.Get(2, 0).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet4.Cells.Get(2, 0).Value = "序  号";
            this.fpSpread1_Sheet4.Cells.Get(2, 1).StyleName = "Excel-0-33";
            this.fpSpread1_Sheet4.Cells.Get(2, 1).Value = "项      目";
            this.fpSpread1_Sheet4.Cells.Get(3, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(3, 0).Value = 1;
            this.fpSpread1_Sheet4.Cells.Get(3, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(3, 1).Value = "售电量";
            numberCellType2.DecimalPlaces = 0;
            numberCellType2.MaximumValue = 10000000;
            numberCellType2.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 2).CellType = numberCellType2;
            numberCellType3.DecimalPlaces = 0;
            numberCellType3.MaximumValue = 10000000;
            numberCellType3.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 3).CellType = numberCellType3;
            numberCellType4.DecimalPlaces = 0;
            numberCellType4.MaximumValue = 10000000;
            numberCellType4.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 4).CellType = numberCellType4;
            numberCellType5.DecimalPlaces = 0;
            numberCellType5.MaximumValue = 10000000;
            numberCellType5.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 5).CellType = numberCellType5;
            numberCellType6.DecimalPlaces = 0;
            numberCellType6.MaximumValue = 10000000;
            numberCellType6.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 6).CellType = numberCellType6;
            numberCellType7.DecimalPlaces = 0;
            numberCellType7.MaximumValue = 10000000;
            numberCellType7.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 7).CellType = numberCellType7;
            numberCellType8.DecimalPlaces = 0;
            numberCellType8.MaximumValue = 10000000;
            numberCellType8.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 8).CellType = numberCellType8;
            numberCellType9.DecimalPlaces = 0;
            numberCellType9.MaximumValue = 10000000;
            numberCellType9.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 9).CellType = numberCellType9;
            numberCellType10.DecimalPlaces = 0;
            numberCellType10.MaximumValue = 10000000;
            numberCellType10.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 10).CellType = numberCellType10;
            numberCellType11.DecimalPlaces = 0;
            numberCellType11.MaximumValue = 10000000;
            numberCellType11.MinimumValue = -10000000;
            this.fpSpread1_Sheet4.Cells.Get(3, 11).CellType = numberCellType11;
            this.fpSpread1_Sheet4.Cells.Get(4, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(4, 0).Value = 2;
            this.fpSpread1_Sheet4.Cells.Get(4, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(4, 1).Value = "经营成本";
            this.fpSpread1_Sheet4.Cells.Get(5, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(5, 0).Value = 3;
            this.fpSpread1_Sheet4.Cells.Get(5, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(5, 1).Value = "折旧费";
            this.fpSpread1_Sheet4.Cells.Get(6, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(6, 0).Value = 4;
            this.fpSpread1_Sheet4.Cells.Get(6, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(6, 1).Value = "财务费用";
            this.fpSpread1_Sheet4.Cells.Get(7, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(7, 0).Value = 5;
            this.fpSpread1_Sheet4.Cells.Get(7, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(7, 1).Value = "生产成本(2+3)";
            this.fpSpread1_Sheet4.Cells.Get(8, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet4.Cells.Get(8, 0).Value = 6;
            this.fpSpread1_Sheet4.Cells.Get(8, 1).StyleName = "Excel-0-34";
            this.fpSpread1_Sheet4.Cells.Get(8, 1).Value = "输变电总成本(4+5)";
            this.fpSpread1_Sheet4.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet4.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet4.Columns.Get(0).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(0).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(1).Width = 113F;
            this.fpSpread1_Sheet4.Columns.Get(2).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(2).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(3).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(3).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(4).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(4).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(5).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(5).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(6).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(6).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(7).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(7).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(8).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(8).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(9).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(9).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(10).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(10).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(11).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(11).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(12).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(12).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(13).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(13).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(14).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(14).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(15).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(15).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(16).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(16).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(17).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(17).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(18).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(18).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(19).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(19).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(20).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(20).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(21).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(21).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(22).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(22).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(23).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(23).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(24).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(24).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(25).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(25).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(26).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(26).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(27).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(27).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(28).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(28).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(29).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(29).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(30).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(30).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(31).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(31).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(32).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(32).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(33).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(33).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(34).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(34).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(35).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(35).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(36).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(36).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(37).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(37).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(38).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(38).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(39).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(39).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(40).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(40).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(41).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(41).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(42).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(42).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(43).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(43).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(44).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(44).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(45).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(45).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(46).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(46).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(47).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(47).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(48).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(48).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(49).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(49).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(50).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(50).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(51).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(51).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(52).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(52).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(53).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(53).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(54).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(54).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(55).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(55).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(56).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(56).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(57).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(57).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(58).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(58).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(59).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(59).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(60).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(60).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(61).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(61).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(62).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(62).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(63).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(63).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(64).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(64).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(65).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(65).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(66).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(66).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(67).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(67).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(68).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(68).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(69).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(69).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(70).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(70).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(71).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(71).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(72).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(72).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(73).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(73).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(74).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(74).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(75).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(75).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(76).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(76).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(77).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(77).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(78).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(78).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(79).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(79).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(80).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(80).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(81).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(81).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(82).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(82).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(83).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(83).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(84).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(84).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(85).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(85).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(86).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(86).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(87).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(87).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(88).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(88).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(89).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(89).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(90).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(90).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(91).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(91).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(92).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(92).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(93).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(93).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(94).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(94).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(95).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(95).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(96).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(96).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(97).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(97).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(98).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(98).Width = 61F;
            this.fpSpread1_Sheet4.Columns.Get(99).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet4.Columns.Get(99).Width = 61F;
            this.fpSpread1_Sheet4.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet4.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_Sheet5
            // 
            this.fpSpread1_Sheet5.Reset();
            this.fpSpread1_Sheet5.SheetName = "全投资";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet5.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet5.ColumnCount = 100;
            this.fpSpread1_Sheet5.RowCount = 20;
            this.fpSpread1_Sheet5.ActiveColumnIndex = 4;
            this.fpSpread1_Sheet5.ActiveRowIndex = 19;
            this.fpSpread1_Sheet5.AutoUpdateNotes = true;
            this.fpSpread1_Sheet5.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet5.Cells.Get(0, 0).Value = "附表5 现金流量表";
            this.fpSpread1_Sheet5.Cells.Get(2, 0).StyleName = "Excel-0-35";
            this.fpSpread1_Sheet5.Cells.Get(2, 0).Value = "序   号";
            this.fpSpread1_Sheet5.Cells.Get(2, 1).StyleName = "Excel-0-36";
            this.fpSpread1_Sheet5.Cells.Get(2, 1).Value = "     项     目";
            this.fpSpread1_Sheet5.Cells.Get(3, 0).StyleName = "Excel-0-37";
            this.fpSpread1_Sheet5.Cells.Get(3, 1).StyleName = "Excel-0-38";
            this.fpSpread1_Sheet5.Cells.Get(4, 0).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet5.Cells.Get(4, 0).Value = 1;
            this.fpSpread1_Sheet5.Cells.Get(4, 1).StyleName = "Excel-0-39";
            this.fpSpread1_Sheet5.Cells.Get(4, 1).Value = "现金流入";
            this.fpSpread1_Sheet5.Cells.Get(5, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(5, 0).Value = 1.1;
            this.fpSpread1_Sheet5.Cells.Get(5, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(5, 1).Value = "销售加价收入";
            this.fpSpread1_Sheet5.Cells.Get(6, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(6, 0).Value = 1.2;
            this.fpSpread1_Sheet5.Cells.Get(6, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(6, 1).Value = "回收流动资金";
            this.fpSpread1_Sheet5.Cells.Get(7, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(7, 0).Value = 1.3;
            this.fpSpread1_Sheet5.Cells.Get(7, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(7, 1).Value = "回收固定资产余值";
            this.fpSpread1_Sheet5.Cells.Get(8, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(8, 0).Value = 2;
            this.fpSpread1_Sheet5.Cells.Get(8, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(8, 1).Value = "现金流出";
            this.fpSpread1_Sheet5.Cells.Get(9, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(9, 0).Value = 2.1;
            this.fpSpread1_Sheet5.Cells.Get(9, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(9, 1).Value = "建设投资";
            this.fpSpread1_Sheet5.Cells.Get(10, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(10, 0).Value = 2.2;
            this.fpSpread1_Sheet5.Cells.Get(10, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(10, 1).Value = "流动资金";
            this.fpSpread1_Sheet5.Cells.Get(11, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(11, 0).Value = 2.3;
            this.fpSpread1_Sheet5.Cells.Get(11, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(11, 1).Value = "经营成本";
            this.fpSpread1_Sheet5.Cells.Get(12, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(12, 0).Value = 2.4;
            this.fpSpread1_Sheet5.Cells.Get(12, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(12, 1).Value = "销售税金";
            this.fpSpread1_Sheet5.Cells.Get(13, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(13, 0).Value = 2.5;
            this.fpSpread1_Sheet5.Cells.Get(13, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(13, 1).Value = "所得税";
            this.fpSpread1_Sheet5.Cells.Get(14, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(14, 0).Value = 3;
            this.fpSpread1_Sheet5.Cells.Get(14, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(14, 1).Value = "净现金流量";
            this.fpSpread1_Sheet5.Cells.Get(15, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(15, 0).Value = 4;
            this.fpSpread1_Sheet5.Cells.Get(15, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(15, 1).Value = "累计净现金流量";
            this.fpSpread1_Sheet5.Cells.Get(16, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(16, 0).Value = 5;
            this.fpSpread1_Sheet5.Cells.Get(16, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(16, 1).Value = "净现金流量现值";
            this.fpSpread1_Sheet5.Cells.Get(17, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet5.Cells.Get(17, 0).Value = 6;
            this.fpSpread1_Sheet5.Cells.Get(17, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet5.Cells.Get(17, 1).Value = "净现金流量现值累计";
            this.fpSpread1_Sheet5.Cells.Get(19, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 0).Value = "内部收益率";
            percentCellType9.FixedPoint = true;
            percentCellType9.PercentSign = "%";
            this.fpSpread1_Sheet5.Cells.Get(19, 1).CellType = percentCellType9;
            this.fpSpread1_Sheet5.Cells.Get(19, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 3).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 3).Value = "净现值";
            numberCellType12.DecimalPlaces = 0;
            numberCellType12.MaximumValue = 10000000;
            numberCellType12.MinimumValue = -9999999;
            this.fpSpread1_Sheet5.Cells.Get(19, 4).CellType = numberCellType12;
            this.fpSpread1_Sheet5.Cells.Get(19, 5).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 5).Value = "万元";
            this.fpSpread1_Sheet5.Cells.Get(19, 6).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 7).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 7).Value = "回收期";
            this.fpSpread1_Sheet5.Cells.Get(19, 9).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet5.Cells.Get(19, 9).Value = "年";
            this.fpSpread1_Sheet5.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet5.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet5.Columns.Get(0).Width = 71F;
            this.fpSpread1_Sheet5.Columns.Get(1).Width = 154F;
            this.fpSpread1_Sheet5.Columns.Get(2).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(2).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(3).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(3).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(4).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(4).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(5).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(5).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(6).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(6).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(7).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(7).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(8).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(8).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(9).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(9).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(10).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(10).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(11).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(11).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(12).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(12).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(13).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(13).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(14).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(14).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(15).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(15).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(16).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(16).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(17).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(17).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(18).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(18).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(19).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(19).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(20).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(20).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(21).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(21).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(22).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(22).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(23).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(23).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(24).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(24).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(25).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(25).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(26).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(26).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(27).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(27).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(28).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(28).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(29).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(29).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(30).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(30).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(31).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(31).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(32).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(32).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(33).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(33).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(34).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(34).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(35).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(35).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(36).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(36).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(37).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(37).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(38).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(38).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(39).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(39).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(40).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(40).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(41).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(41).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(42).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(42).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(43).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(43).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(44).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(44).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(45).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(45).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(46).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(46).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(47).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(47).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(48).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(48).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(49).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(49).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(50).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(50).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(51).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(51).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(52).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(52).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(53).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(53).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(54).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(54).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(55).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(55).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(56).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(56).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(57).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(57).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(58).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(58).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(59).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(59).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(60).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(60).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(61).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(61).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(62).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(62).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(63).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(63).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(64).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(64).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(65).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(65).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(66).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(66).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(67).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(67).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(68).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(68).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(69).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(69).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(70).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(70).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(71).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(71).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(72).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(72).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(73).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(73).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(74).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(74).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(75).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(75).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(76).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(76).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(77).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(77).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(78).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(78).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(79).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(79).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(80).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(80).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(81).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(81).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(82).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(82).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(83).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(83).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(84).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(84).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(85).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(85).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(86).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(86).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(87).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(87).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(88).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(88).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(89).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(89).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(90).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(90).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(91).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(91).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(92).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(92).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(93).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(93).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(94).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(94).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(95).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(95).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(96).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(96).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(97).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(97).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(98).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(98).Width = 61F;
            this.fpSpread1_Sheet5.Columns.Get(99).StyleName = "Excel-0-21";
            this.fpSpread1_Sheet5.Columns.Get(99).Width = 61F;
            this.fpSpread1_Sheet5.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet5.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_Sheet6
            // 
            this.fpSpread1_Sheet6.Reset();
            this.fpSpread1_Sheet6.SheetName = "资本金";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet6.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet6.ColumnCount = 255;
            this.fpSpread1_Sheet6.RowCount = 20;
            this.fpSpread1_Sheet6.ActiveColumnIndex = 4;
            this.fpSpread1_Sheet6.ActiveRowIndex = 19;
            this.fpSpread1_Sheet6.AutoUpdateNotes = true;
            this.fpSpread1_Sheet6.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet6.Cells.Get(0, 0).Value = "附表6   资  本  金  现  金  流  量  表";
            this.fpSpread1_Sheet6.Cells.Get(2, 0).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet6.Cells.Get(2, 0).Value = "序   号";
            this.fpSpread1_Sheet6.Cells.Get(2, 1).StyleName = "Excel-0-39";
            this.fpSpread1_Sheet6.Cells.Get(2, 1).Value = "     项     目";
            this.fpSpread1_Sheet6.Cells.Get(3, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(3, 1).StyleName = "Excel-0-40";
            this.fpSpread1_Sheet6.Cells.Get(4, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(4, 0).Value = 1;
            this.fpSpread1_Sheet6.Cells.Get(4, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(4, 1).Value = "现金流入";
            this.fpSpread1_Sheet6.Cells.Get(5, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(5, 0).Value = 1.1;
            this.fpSpread1_Sheet6.Cells.Get(5, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(5, 1).Value = "资本金分利";
            this.fpSpread1_Sheet6.Cells.Get(6, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(6, 0).Value = 1.2;
            this.fpSpread1_Sheet6.Cells.Get(6, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(6, 1).Value = "回收流动资金";
            this.fpSpread1_Sheet6.Cells.Get(7, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(7, 0).Value = 1.3;
            this.fpSpread1_Sheet6.Cells.Get(7, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(7, 1).Value = "回收固定资产余值";
            this.fpSpread1_Sheet6.Cells.Get(8, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(8, 0).Value = 1.4;
            this.fpSpread1_Sheet6.Cells.Get(8, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(8, 1).Value = "回收折旧费";
            this.fpSpread1_Sheet6.Cells.Get(9, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(9, 0).Value = 1.5;
            this.fpSpread1_Sheet6.Cells.Get(9, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(9, 1).Value = "回收余留公积金";
            this.fpSpread1_Sheet6.Cells.Get(10, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(10, 0).Value = 2;
            this.fpSpread1_Sheet6.Cells.Get(10, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(10, 1).Value = "现金流出";
            this.fpSpread1_Sheet6.Cells.Get(11, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(11, 0).Value = 2.1;
            this.fpSpread1_Sheet6.Cells.Get(11, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(11, 1).Value = "建设投资";
            this.fpSpread1_Sheet6.Cells.Get(12, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(12, 0).Value = 2.2;
            this.fpSpread1_Sheet6.Cells.Get(12, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(12, 1).Value = "流动资金";
            this.fpSpread1_Sheet6.Cells.Get(13, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(13, 0).Value = 2.3;
            this.fpSpread1_Sheet6.Cells.Get(13, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(13, 1).Value = "其它";
            this.fpSpread1_Sheet6.Cells.Get(14, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(14, 0).Value = 3;
            this.fpSpread1_Sheet6.Cells.Get(14, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(14, 1).Value = "净现金流量";
            this.fpSpread1_Sheet6.Cells.Get(15, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(15, 0).Value = 4;
            this.fpSpread1_Sheet6.Cells.Get(15, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(15, 1).Value = "累计净现金流量";
            this.fpSpread1_Sheet6.Cells.Get(16, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(16, 0).Value = 5;
            this.fpSpread1_Sheet6.Cells.Get(16, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(16, 1).Value = "净现金流量现值";
            this.fpSpread1_Sheet6.Cells.Get(17, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet6.Cells.Get(17, 0).Value = 6;
            this.fpSpread1_Sheet6.Cells.Get(17, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet6.Cells.Get(17, 1).Value = "净现金流量现值累计";
            this.fpSpread1_Sheet6.Cells.Get(19, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 0).Value = "内部收益率";
            percentCellType10.FixedPoint = true;
            percentCellType10.PercentSign = "%";
            this.fpSpread1_Sheet6.Cells.Get(19, 1).CellType = percentCellType10;
            this.fpSpread1_Sheet6.Cells.Get(19, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 3).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 3).Value = "净现值";
            numberCellType13.DecimalPlaces = 0;
            numberCellType13.MaximumValue = 100000000;
            numberCellType13.MinimumValue = -100000000;
            this.fpSpread1_Sheet6.Cells.Get(19, 4).CellType = numberCellType13;
            this.fpSpread1_Sheet6.Cells.Get(19, 4).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet6.Cells.Get(19, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet6.Cells.Get(19, 5).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 5).Value = "万元";
            this.fpSpread1_Sheet6.Cells.Get(19, 6).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 7).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 7).Value = "回收期";
            this.fpSpread1_Sheet6.Cells.Get(19, 8).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 9).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet6.Cells.Get(19, 9).Value = "年";
            this.fpSpread1_Sheet6.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet6.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet6.Columns.Get(0).Width = 76F;
            this.fpSpread1_Sheet6.Columns.Get(1).Width = 160F;
            this.fpSpread1_Sheet6.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet6.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_Sheet7
            // 
            this.fpSpread1_Sheet7.Reset();
            this.fpSpread1_Sheet7.SheetName = "损益表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet7.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet7.ColumnCount = 255;
            this.fpSpread1_Sheet7.RowCount = 13;
            this.fpSpread1_Sheet7.ActiveColumnIndex = 1;
            this.fpSpread1_Sheet7.AutoUpdateNotes = true;
            this.fpSpread1_Sheet7.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet7.Cells.Get(0, 0).Value = "附表7 损益表";
            this.fpSpread1_Sheet7.Cells.Get(2, 0).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet7.Cells.Get(2, 0).Value = "序 号";
            this.fpSpread1_Sheet7.Cells.Get(2, 1).StyleName = "Excel-0-41";
            this.fpSpread1_Sheet7.Cells.Get(2, 1).Value = "项      目";
            this.fpSpread1_Sheet7.Cells.Get(3, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(3, 0).Value = 1;
            this.fpSpread1_Sheet7.Cells.Get(3, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(3, 1).Value = "销售收入";
            this.fpSpread1_Sheet7.Cells.Get(4, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(4, 0).Value = 1.1;
            this.fpSpread1_Sheet7.Cells.Get(4, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(4, 1).Value = "电量加价(不含税)";
            this.fpSpread1_Sheet7.Cells.Get(5, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(5, 0).Value = 1.2;
            this.fpSpread1_Sheet7.Cells.Get(5, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(5, 1).Value = "售电量";
            this.fpSpread1_Sheet7.Cells.Get(6, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(6, 0).Value = 2;
            this.fpSpread1_Sheet7.Cells.Get(6, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(6, 1).Value = "销售税金及附加";
            this.fpSpread1_Sheet7.Cells.Get(7, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(7, 0).Value = 3;
            this.fpSpread1_Sheet7.Cells.Get(7, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(7, 1).Value = "总成本费用";
            this.fpSpread1_Sheet7.Cells.Get(8, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(8, 0).Value = 4;
            this.fpSpread1_Sheet7.Cells.Get(8, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(8, 1).Value = "销售利润";
            this.fpSpread1_Sheet7.Cells.Get(9, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(9, 0).Value = 5;
            this.fpSpread1_Sheet7.Cells.Get(9, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(9, 1).Value = "所得税";
            this.fpSpread1_Sheet7.Cells.Get(10, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(10, 0).Value = 6;
            this.fpSpread1_Sheet7.Cells.Get(10, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(10, 1).Value = "公积金、公益金";
            this.fpSpread1_Sheet7.Cells.Get(11, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(11, 0).Value = 7;
            this.fpSpread1_Sheet7.Cells.Get(11, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(11, 1).Value = "偿还建设投资借款";
            this.fpSpread1_Sheet7.Cells.Get(12, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet7.Cells.Get(12, 0).Value = 8;
            this.fpSpread1_Sheet7.Cells.Get(12, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet7.Cells.Get(12, 1).Value = "资本金分利";
            this.fpSpread1_Sheet7.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet7.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet7.Columns.Get(1).Width = 142F;
            this.fpSpread1_Sheet7.Columns.Get(4).Width = 63F;
            this.fpSpread1_Sheet7.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet7.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_Sheet8
            // 
            this.fpSpread1_Sheet8.Reset();
            this.fpSpread1_Sheet8.SheetName = "一览表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet8.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet8.ColumnCount = 4;
            this.fpSpread1_Sheet8.RowCount = 21;
            this.fpSpread1_Sheet8.ActiveColumnIndex = 1;
            this.fpSpread1_Sheet8.ActiveRowIndex = 17;
            this.fpSpread1_Sheet8.AutoUpdateNotes = true;
            this.fpSpread1_Sheet8.Cells.Get(0, 0).ColumnSpan = 4;
            this.fpSpread1_Sheet8.Cells.Get(0, 0).StyleName = "Excel-0-22";
            this.fpSpread1_Sheet8.Cells.Get(0, 0).Value = "附表8   工  程  经  济  效  益  指  标  一  览  表";
            this.fpSpread1_Sheet8.Cells.Get(0, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(0, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(1, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(1, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(1, 2).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(2, 0).StyleName = "Excel-0-25";
            this.fpSpread1_Sheet8.Cells.Get(2, 0).Value = "  序    号";
            this.fpSpread1_Sheet8.Cells.Get(2, 1).StyleName = "Excel-0-39";
            this.fpSpread1_Sheet8.Cells.Get(2, 1).Value = "项       目";
            this.fpSpread1_Sheet8.Cells.Get(2, 2).StyleName = "Excel-0-39";
            this.fpSpread1_Sheet8.Cells.Get(2, 2).Value = "单   位";
            this.fpSpread1_Sheet8.Cells.Get(2, 3).StyleName = "Excel-0-39";
            this.fpSpread1_Sheet8.Cells.Get(2, 3).Value = "指   标";
            this.fpSpread1_Sheet8.Cells.Get(3, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(3, 0).Value = 1;
            this.fpSpread1_Sheet8.Cells.Get(3, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(3, 1).Value = "输变电静态投资";
            this.fpSpread1_Sheet8.Cells.Get(3, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(3, 2).Value = "万元";
            this.fpSpread1_Sheet8.Cells.Get(3, 3).Border = complexBorder52;
            numberCellType14.DecimalPlaces = 0;
            numberCellType14.MaximumValue = 10000000;
            numberCellType14.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(3, 3).CellType = numberCellType14;
            this.fpSpread1_Sheet8.Cells.Get(3, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(4, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(4, 0).Value = 2;
            this.fpSpread1_Sheet8.Cells.Get(4, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(4, 1).Value = "建设期利息";
            this.fpSpread1_Sheet8.Cells.Get(4, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(4, 2).Value = "万元";
            this.fpSpread1_Sheet8.Cells.Get(4, 3).Border = complexBorder53;
            numberCellType15.DecimalPlaces = 0;
            numberCellType15.MaximumValue = 10000000;
            numberCellType15.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(4, 3).CellType = numberCellType15;
            this.fpSpread1_Sheet8.Cells.Get(4, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(4, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(5, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(5, 0).Value = 3;
            this.fpSpread1_Sheet8.Cells.Get(5, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(5, 1).Value = "输变电动态投资";
            this.fpSpread1_Sheet8.Cells.Get(5, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(5, 2).Value = "万元";
            this.fpSpread1_Sheet8.Cells.Get(5, 3).Border = complexBorder54;
            numberCellType16.DecimalPlaces = 0;
            numberCellType16.MaximumValue = 10000000;
            numberCellType16.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(5, 3).CellType = numberCellType16;
            this.fpSpread1_Sheet8.Cells.Get(5, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(6, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(6, 0).Value = 4;
            this.fpSpread1_Sheet8.Cells.Get(6, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(6, 1).Value = "内部收益率(全部投资)";
            this.fpSpread1_Sheet8.Cells.Get(6, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(6, 2).Value = "%";
            this.fpSpread1_Sheet8.Cells.Get(6, 3).Border = complexBorder55;
            percentCellType11.FixedPoint = true;
            percentCellType11.PercentSign = "%";
            this.fpSpread1_Sheet8.Cells.Get(6, 3).CellType = percentCellType11;
            this.fpSpread1_Sheet8.Cells.Get(6, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(7, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(7, 0).Value = 5;
            this.fpSpread1_Sheet8.Cells.Get(7, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(7, 1).Value = "净现值";
            this.fpSpread1_Sheet8.Cells.Get(7, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(7, 2).Value = "万元";
            this.fpSpread1_Sheet8.Cells.Get(7, 3).Border = complexBorder56;
            numberCellType17.DecimalPlaces = 0;
            numberCellType17.MaximumValue = 10000000;
            numberCellType17.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(7, 3).CellType = numberCellType17;
            this.fpSpread1_Sheet8.Cells.Get(7, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(8, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(8, 0).Value = 6;
            this.fpSpread1_Sheet8.Cells.Get(8, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(8, 1).Value = "投资回收期";
            this.fpSpread1_Sheet8.Cells.Get(8, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(8, 2).Value = "年";
            this.fpSpread1_Sheet8.Cells.Get(8, 3).Border = complexBorder57;
            numberCellType18.DecimalPlaces = 1;
            numberCellType18.FixedPoint = false;
            numberCellType18.MaximumValue = 10000000;
            numberCellType18.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(8, 3).CellType = numberCellType18;
            this.fpSpread1_Sheet8.Cells.Get(8, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(9, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(9, 0).Value = 7;
            this.fpSpread1_Sheet8.Cells.Get(9, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(9, 1).Value = "内部收益率(资本金)";
            this.fpSpread1_Sheet8.Cells.Get(9, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(9, 2).Value = "%";
            this.fpSpread1_Sheet8.Cells.Get(9, 3).Border = complexBorder58;
            percentCellType12.FixedPoint = true;
            percentCellType12.PercentSign = "%";
            this.fpSpread1_Sheet8.Cells.Get(9, 3).CellType = percentCellType12;
            this.fpSpread1_Sheet8.Cells.Get(9, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(10, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(10, 0).Value = 8;
            this.fpSpread1_Sheet8.Cells.Get(10, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(10, 1).Value = "净现值";
            this.fpSpread1_Sheet8.Cells.Get(10, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(10, 2).Value = "万元";
            this.fpSpread1_Sheet8.Cells.Get(10, 3).Border = complexBorder59;
            numberCellType19.DecimalPlaces = 0;
            numberCellType19.MaximumValue = 10000000;
            numberCellType19.MinimumValue = -10000000;
            this.fpSpread1_Sheet8.Cells.Get(10, 3).CellType = numberCellType19;
            this.fpSpread1_Sheet8.Cells.Get(10, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(10, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(11, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(11, 0).Value = 9;
            this.fpSpread1_Sheet8.Cells.Get(11, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(11, 1).Value = "投资利润率";
            this.fpSpread1_Sheet8.Cells.Get(11, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(11, 2).Value = "%";
            this.fpSpread1_Sheet8.Cells.Get(11, 3).Border = complexBorder60;
            percentCellType13.FixedPoint = true;
            percentCellType13.PercentSign = "%";
            this.fpSpread1_Sheet8.Cells.Get(11, 3).CellType = percentCellType13;
            this.fpSpread1_Sheet8.Cells.Get(11, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(11, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(12, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(12, 0).Value = 10;
            this.fpSpread1_Sheet8.Cells.Get(12, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(12, 1).Value = "投资利税率";
            this.fpSpread1_Sheet8.Cells.Get(12, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(12, 2).Value = "%";
            this.fpSpread1_Sheet8.Cells.Get(12, 3).Border = complexBorder61;
            percentCellType14.FixedPoint = true;
            percentCellType14.PercentSign = "%";
            this.fpSpread1_Sheet8.Cells.Get(12, 3).CellType = percentCellType14;
            this.fpSpread1_Sheet8.Cells.Get(12, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(12, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(13, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(13, 0).Value = 11;
            this.fpSpread1_Sheet8.Cells.Get(13, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(13, 1).Value = "资本金净利润率";
            this.fpSpread1_Sheet8.Cells.Get(13, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(13, 2).Value = "%";
            this.fpSpread1_Sheet8.Cells.Get(13, 3).Border = complexBorder62;
            percentCellType15.FixedPoint = true;
            percentCellType15.PercentSign = "%";
            this.fpSpread1_Sheet8.Cells.Get(13, 3).CellType = percentCellType15;
            this.fpSpread1_Sheet8.Cells.Get(13, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(13, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(14, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(14, 0).Value = 12;
            this.fpSpread1_Sheet8.Cells.Get(14, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(14, 1).Value = "电网电量不含税加价(还贷期间)";
            this.fpSpread1_Sheet8.Cells.Get(14, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(14, 2).Value = "元/千瓦时";
            this.fpSpread1_Sheet8.Cells.Get(14, 3).Border = complexBorder63;
            numberCellType20.DecimalPlaces = 4;
            this.fpSpread1_Sheet8.Cells.Get(14, 3).CellType = numberCellType20;
            this.fpSpread1_Sheet8.Cells.Get(14, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(14, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(15, 0).StyleName = "Excel-0-31";
            this.fpSpread1_Sheet8.Cells.Get(15, 0).Value = 13;
            this.fpSpread1_Sheet8.Cells.Get(15, 1).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(15, 1).Value = "电网电量不含税加价(还贷后)";
            this.fpSpread1_Sheet8.Cells.Get(15, 2).StyleName = "Excel-0-32";
            this.fpSpread1_Sheet8.Cells.Get(15, 2).Value = "元/千瓦时";
            this.fpSpread1_Sheet8.Cells.Get(15, 3).Border = complexBorder64;
            numberCellType21.DecimalPlaces = 4;
            this.fpSpread1_Sheet8.Cells.Get(15, 3).CellType = numberCellType21;
            this.fpSpread1_Sheet8.Cells.Get(15, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(15, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(16, 0).Border = complexBorder65;
            this.fpSpread1_Sheet8.Cells.Get(16, 0).CellType = generalCellType68;
            this.fpSpread1_Sheet8.Cells.Get(16, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(16, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet8.Cells.Get(16, 0).Value = 14;
            this.fpSpread1_Sheet8.Cells.Get(16, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(16, 1).Border = complexBorder66;
            this.fpSpread1_Sheet8.Cells.Get(16, 1).Value = "单位电量输配电成本(不含网费,不含税)";
            this.fpSpread1_Sheet8.Cells.Get(16, 2).Border = complexBorder67;
            this.fpSpread1_Sheet8.Cells.Get(16, 2).Value = "元/兆瓦时";
            this.fpSpread1_Sheet8.Cells.Get(16, 3).Border = complexBorder68;
            this.fpSpread1_Sheet8.Cells.Get(17, 0).Border = complexBorder69;
            this.fpSpread1_Sheet8.Cells.Get(17, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet8.Cells.Get(17, 0).Value = 15;
            this.fpSpread1_Sheet8.Cells.Get(17, 1).Border = complexBorder70;
            this.fpSpread1_Sheet8.Cells.Get(17, 1).Value = "单位电量输配电成本(不含网费,含税)";
            this.fpSpread1_Sheet8.Cells.Get(17, 2).Border = complexBorder71;
            this.fpSpread1_Sheet8.Cells.Get(17, 2).CellType = generalCellType69;
            this.fpSpread1_Sheet8.Cells.Get(17, 2).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_Sheet8.Cells.Get(17, 2).Value = "元/兆瓦时";
            this.fpSpread1_Sheet8.Cells.Get(17, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpSpread1_Sheet8.Cells.Get(17, 3).Border = complexBorder72;
            this.fpSpread1_Sheet8.Cells.Get(18, 0).Border = complexBorder73;
            this.fpSpread1_Sheet8.Cells.Get(18, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet8.Cells.Get(18, 0).Value = 16;
            this.fpSpread1_Sheet8.Cells.Get(18, 1).Border = complexBorder74;
            this.fpSpread1_Sheet8.Cells.Get(18, 1).Value = "单位电量输配电成本(含网费,含税)";
            this.fpSpread1_Sheet8.Cells.Get(18, 2).Border = complexBorder75;
            this.fpSpread1_Sheet8.Cells.Get(18, 2).Value = "元/兆瓦时";
            this.fpSpread1_Sheet8.Cells.Get(18, 3).Border = complexBorder76;
            this.fpSpread1_Sheet8.Cells.Get(20, 0).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(20, 0).Value = "备注:";
            this.fpSpread1_Sheet8.Cells.Get(20, 1).StyleName = "Excel-0-23";
            this.fpSpread1_Sheet8.Cells.Get(20, 1).Value = "含税价=不含税价×1.17";
            this.fpSpread1_Sheet8.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet8.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet8.Columns.Get(0).Width = 106F;
            this.fpSpread1_Sheet8.Columns.Get(1).Width = 199F;
            this.fpSpread1_Sheet8.Columns.Get(2).Width = 79F;
            this.fpSpread1_Sheet8.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet8.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet8.Rows.Get(0).Height = 21F;
            // 
            // fpSpread1_Sheet9
            // 
            this.fpSpread1_Sheet9.Reset();
            this.fpSpread1_Sheet9.SheetName = "参数";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet9.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet9.ColumnCount = 4;
            this.fpSpread1_Sheet9.RowCount = 27;
            this.fpSpread1_Sheet9.AutoUpdateNotes = true;
            this.fpSpread1_Sheet9.Cells.Get(0, 0).ColumnSpan = 4;
            this.fpSpread1_Sheet9.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(0, 0).Value = "参数设置";
            this.fpSpread1_Sheet9.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(1, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(1, 1).Value = "      ";
            this.fpSpread1_Sheet9.Cells.Get(1, 2).Value = " ";
            this.fpSpread1_Sheet9.Cells.Get(2, 0).Border = complexBorder77;
            this.fpSpread1_Sheet9.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(2, 0).Value = "还贷期";
            this.fpSpread1_Sheet9.Cells.Get(2, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(2, 1).Border = complexBorder78;
            numberCellType22.DecimalPlaces = 0;
            numberCellType22.FixedPoint = false;
            numberCellType22.MaximumValue = 9999999;
            numberCellType22.MinimumValue = -9999999;
            this.fpSpread1_Sheet9.Cells.Get(2, 1).CellType = numberCellType22;
            this.fpSpread1_Sheet9.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(2, 1).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(2, 2).Border = complexBorder79;
            this.fpSpread1_Sheet9.Cells.Get(2, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(2, 2).Value = "教育费附加";
            this.fpSpread1_Sheet9.Cells.Get(2, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(2, 3).Border = complexBorder80;
            percentCellType16.FixedPoint = true;
            percentCellType16.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(2, 3).CellType = percentCellType16;
            this.fpSpread1_Sheet9.Cells.Get(2, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(2, 3).Value = 0.03;
            this.fpSpread1_Sheet9.Cells.Get(2, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(3, 0).Border = complexBorder81;
            this.fpSpread1_Sheet9.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(3, 0).Value = "实际贷款年利率";
            this.fpSpread1_Sheet9.Cells.Get(3, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(3, 1).Border = complexBorder82;
            percentCellType17.FixedPoint = true;
            percentCellType17.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(3, 1).CellType = percentCellType17;
            this.fpSpread1_Sheet9.Cells.Get(3, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(3, 1).Value = 0.06;
            this.fpSpread1_Sheet9.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(3, 2).Border = complexBorder83;
            this.fpSpread1_Sheet9.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(3, 2).Value = "动态投资分额";
            this.fpSpread1_Sheet9.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(3, 3).Border = complexBorder84;
            percentCellType18.FixedPoint = true;
            percentCellType18.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(3, 3).CellType = percentCellType18;
            this.fpSpread1_Sheet9.Cells.Get(3, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(3, 3).Value = 0.8;
            this.fpSpread1_Sheet9.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(4, 0).Border = complexBorder85;
            this.fpSpread1_Sheet9.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(4, 0).Value = "折旧率";
            this.fpSpread1_Sheet9.Cells.Get(4, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(4, 1).Border = complexBorder86;
            percentCellType19.FixedPoint = true;
            percentCellType19.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(4, 1).CellType = percentCellType19;
            this.fpSpread1_Sheet9.Cells.Get(4, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(4, 1).Value = 0.0475;
            this.fpSpread1_Sheet9.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(4, 2).Border = complexBorder87;
            this.fpSpread1_Sheet9.Cells.Get(4, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(4, 2).Value = "流动资金比率";
            this.fpSpread1_Sheet9.Cells.Get(4, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(4, 3).Border = complexBorder88;
            percentCellType20.FixedPoint = true;
            percentCellType20.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(4, 3).CellType = percentCellType20;
            this.fpSpread1_Sheet9.Cells.Get(4, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(4, 3).Value = 0.01;
            this.fpSpread1_Sheet9.Cells.Get(4, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(5, 0).Border = complexBorder89;
            this.fpSpread1_Sheet9.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(5, 0).Value = "固定资产残值";
            this.fpSpread1_Sheet9.Cells.Get(5, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(5, 1).Border = complexBorder90;
            percentCellType21.FixedPoint = true;
            percentCellType21.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(5, 1).CellType = percentCellType21;
            this.fpSpread1_Sheet9.Cells.Get(5, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(5, 1).Value = 0.05;
            this.fpSpread1_Sheet9.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(5, 2).Border = complexBorder91;
            this.fpSpread1_Sheet9.Cells.Get(5, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(5, 2).Value = "资本金比率";
            this.fpSpread1_Sheet9.Cells.Get(5, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(5, 3).Border = complexBorder92;
            percentCellType22.FixedPoint = true;
            percentCellType22.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(5, 3).CellType = percentCellType22;
            this.fpSpread1_Sheet9.Cells.Get(5, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(5, 3).Value = 0.2;
            this.fpSpread1_Sheet9.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(6, 0).Border = complexBorder93;
            this.fpSpread1_Sheet9.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(6, 0).Value = "城建及教育附加税";
            this.fpSpread1_Sheet9.Cells.Get(6, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(6, 1).Border = complexBorder94;
            percentCellType23.FixedPoint = true;
            percentCellType23.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(6, 1).CellType = percentCellType23;
            this.fpSpread1_Sheet9.Cells.Get(6, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(6, 1).Value = 0.1;
            this.fpSpread1_Sheet9.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(6, 2).Border = complexBorder95;
            this.fpSpread1_Sheet9.Cells.Get(6, 2).CellType = generalCellType70;
            this.fpSpread1_Sheet9.Cells.Get(6, 2).Font = new System.Drawing.Font("宋体", 9F);
            this.fpSpread1_Sheet9.Cells.Get(6, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(6, 2).Value = "自有资金比率";
            this.fpSpread1_Sheet9.Cells.Get(6, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(6, 3).Border = complexBorder96;
            percentCellType24.FixedPoint = true;
            percentCellType24.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(6, 3).CellType = percentCellType24;
            this.fpSpread1_Sheet9.Cells.Get(6, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(6, 3).Value = 0.3;
            this.fpSpread1_Sheet9.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(7, 0).Border = complexBorder97;
            this.fpSpread1_Sheet9.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(7, 0).Value = "公积金,公益金率";
            this.fpSpread1_Sheet9.Cells.Get(7, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(7, 1).Border = complexBorder98;
            percentCellType25.FixedPoint = true;
            percentCellType25.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(7, 1).CellType = percentCellType25;
            this.fpSpread1_Sheet9.Cells.Get(7, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(7, 1).Value = 0.15;
            this.fpSpread1_Sheet9.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(7, 2).Border = complexBorder99;
            this.fpSpread1_Sheet9.Cells.Get(7, 2).CellType = generalCellType71;
            this.fpSpread1_Sheet9.Cells.Get(7, 2).Font = new System.Drawing.Font("宋体", 9F);
            this.fpSpread1_Sheet9.Cells.Get(7, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(7, 2).Value = "存贷利率比";
            this.fpSpread1_Sheet9.Cells.Get(7, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(7, 3).Border = complexBorder100;
            percentCellType26.FixedPoint = true;
            percentCellType26.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(7, 3).CellType = percentCellType26;
            this.fpSpread1_Sheet9.Cells.Get(7, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(7, 3).Value = 0.5;
            this.fpSpread1_Sheet9.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(8, 0).Border = complexBorder101;
            this.fpSpread1_Sheet9.Cells.Get(8, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(8, 0).Value = "所得税率";
            this.fpSpread1_Sheet9.Cells.Get(8, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(8, 1).Border = complexBorder102;
            percentCellType27.FixedPoint = true;
            percentCellType27.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(8, 1).CellType = percentCellType27;
            this.fpSpread1_Sheet9.Cells.Get(8, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(8, 1).Value = 0.33;
            this.fpSpread1_Sheet9.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(8, 2).Border = complexBorder103;
            this.fpSpread1_Sheet9.Cells.Get(8, 2).CellType = generalCellType72;
            this.fpSpread1_Sheet9.Cells.Get(8, 2).Font = new System.Drawing.Font("宋体", 9F);
            this.fpSpread1_Sheet9.Cells.Get(8, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(8, 2).Value = "经营成本";
            this.fpSpread1_Sheet9.Cells.Get(8, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(8, 3).Border = complexBorder104;
            percentCellType28.FixedPoint = true;
            percentCellType28.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(8, 3).CellType = percentCellType28;
            this.fpSpread1_Sheet9.Cells.Get(8, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(8, 3).Value = 0.05;
            this.fpSpread1_Sheet9.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(9, 0).Border = complexBorder105;
            this.fpSpread1_Sheet9.Cells.Get(9, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(9, 0).Value = "折旧还贷率";
            this.fpSpread1_Sheet9.Cells.Get(9, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(9, 1).Border = complexBorder106;
            percentCellType29.FixedPoint = true;
            percentCellType29.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(9, 1).CellType = percentCellType29;
            this.fpSpread1_Sheet9.Cells.Get(9, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(9, 1).Value = 1;
            this.fpSpread1_Sheet9.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(9, 2).Border = complexBorder107;
            this.fpSpread1_Sheet9.Cells.Get(9, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(9, 2).Value = "开始建设年度";
            this.fpSpread1_Sheet9.Cells.Get(9, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(9, 3).Border = complexBorder108;
            numberCellType23.DecimalPlaces = 0;
            numberCellType23.MaximumValue = 999999999;
            numberCellType23.MinimumValue = -999999900;
            this.fpSpread1_Sheet9.Cells.Get(9, 3).CellType = numberCellType23;
            this.fpSpread1_Sheet9.Cells.Get(9, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(9, 3).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(10, 0).Border = complexBorder109;
            this.fpSpread1_Sheet9.Cells.Get(10, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(10, 0).Value = "股本金分利";
            this.fpSpread1_Sheet9.Cells.Get(10, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(10, 1).Border = complexBorder110;
            percentCellType30.FixedPoint = true;
            percentCellType30.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(10, 1).CellType = percentCellType30;
            this.fpSpread1_Sheet9.Cells.Get(10, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(10, 1).Value = 0.057;
            this.fpSpread1_Sheet9.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(10, 2).Border = complexBorder111;
            this.fpSpread1_Sheet9.Cells.Get(10, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(10, 2).Value = "建设年限";
            this.fpSpread1_Sheet9.Cells.Get(10, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(10, 3).Border = complexBorder112;
            numberCellType24.DecimalPlaces = 0;
            numberCellType24.MaximumValue = 9999999;
            numberCellType24.MinimumValue = -999999900;
            this.fpSpread1_Sheet9.Cells.Get(10, 3).CellType = numberCellType24;
            this.fpSpread1_Sheet9.Cells.Get(10, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(10, 3).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(10, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(11, 0).Border = complexBorder113;
            this.fpSpread1_Sheet9.Cells.Get(11, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(11, 0).Value = "城市维护及建设税税率";
            this.fpSpread1_Sheet9.Cells.Get(11, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(11, 1).Border = complexBorder114;
            percentCellType31.FixedPoint = true;
            percentCellType31.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(11, 1).CellType = percentCellType31;
            this.fpSpread1_Sheet9.Cells.Get(11, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(11, 1).Value = 0.07;
            this.fpSpread1_Sheet9.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(11, 2).Border = complexBorder115;
            this.fpSpread1_Sheet9.Cells.Get(11, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(11, 2).Value = "售电量";
            this.fpSpread1_Sheet9.Cells.Get(11, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(11, 3).Border = complexBorder116;
            textCellType1.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric;
            textCellType1.MaxLength = 12;
            this.fpSpread1_Sheet9.Cells.Get(11, 3).CellType = textCellType1;
            this.fpSpread1_Sheet9.Cells.Get(11, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(11, 3).Value = "0";
            this.fpSpread1_Sheet9.Cells.Get(11, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(12, 0).Border = complexBorder117;
            this.fpSpread1_Sheet9.Cells.Get(12, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(12, 0).Value = "县镇维护及建设税税率";
            this.fpSpread1_Sheet9.Cells.Get(12, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(12, 1).Border = complexBorder118;
            percentCellType32.FixedPoint = true;
            percentCellType32.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(12, 1).CellType = percentCellType32;
            this.fpSpread1_Sheet9.Cells.Get(12, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(12, 1).Value = 0.05;
            this.fpSpread1_Sheet9.Cells.Get(12, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(12, 2).Border = complexBorder119;
            this.fpSpread1_Sheet9.Cells.Get(12, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(12, 2).Value = "售电率";
            this.fpSpread1_Sheet9.Cells.Get(12, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(12, 3).Border = complexBorder120;
            percentCellType33.FixedPoint = true;
            percentCellType33.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(12, 3).CellType = percentCellType33;
            this.fpSpread1_Sheet9.Cells.Get(12, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(12, 3).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(13, 0).Border = complexBorder121;
            this.fpSpread1_Sheet9.Cells.Get(13, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(13, 0).Value = "其它地区维护及建设税税率";
            this.fpSpread1_Sheet9.Cells.Get(13, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(13, 1).Border = complexBorder122;
            percentCellType34.FixedPoint = true;
            percentCellType34.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(13, 1).CellType = percentCellType34;
            this.fpSpread1_Sheet9.Cells.Get(13, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(13, 1).Value = 0.01;
            this.fpSpread1_Sheet9.Cells.Get(13, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(13, 2).Border = complexBorder123;
            this.fpSpread1_Sheet9.Cells.Get(13, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(13, 2).Value = "项目计算期";
            this.fpSpread1_Sheet9.Cells.Get(13, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(13, 3).Border = complexBorder124;
            numberCellType25.DecimalPlaces = 0;
            numberCellType25.MaximumValue = 9999999;
            numberCellType25.MinimumValue = -999999900;
            this.fpSpread1_Sheet9.Cells.Get(13, 3).CellType = numberCellType25;
            this.fpSpread1_Sheet9.Cells.Get(13, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(13, 3).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(13, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(14, 0).Border = complexBorder125;
            this.fpSpread1_Sheet9.Cells.Get(14, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(14, 0).Value = "还贷系数";
            this.fpSpread1_Sheet9.Cells.Get(14, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(14, 1).Border = complexBorder126;
            numberCellType26.DecimalPlaces = 0;
            numberCellType26.MaximumValue = 10000000;
            numberCellType26.MinimumValue = -10000000;
            this.fpSpread1_Sheet9.Cells.Get(14, 1).CellType = numberCellType26;
            this.fpSpread1_Sheet9.Cells.Get(14, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(14, 1).Value = 0;
            this.fpSpread1_Sheet9.Cells.Get(14, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(14, 2).Border = complexBorder127;
            this.fpSpread1_Sheet9.Cells.Get(14, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(14, 2).Value = "银行利率";
            this.fpSpread1_Sheet9.Cells.Get(14, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(14, 3).Border = complexBorder128;
            percentCellType35.FixedPoint = true;
            percentCellType35.PercentSign = "%";
            this.fpSpread1_Sheet9.Cells.Get(14, 3).CellType = percentCellType35;
            this.fpSpread1_Sheet9.Cells.Get(14, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet9.Cells.Get(14, 3).Value = 0.08;
            this.fpSpread1_Sheet9.Cells.Get(14, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet9.Cells.Get(15, 0).Border = complexBorder129;
            this.fpSpread1_Sheet9.Cells.Get(15, 0).Value = "投资年度";
            this.fpSpread1_Sheet9.Cells.Get(16, 0).Border = complexBorder130;
            this.fpSpread1_Sheet9.Cells.Get(16, 0).Value = "投资金额";
            this.fpSpread1_Sheet9.Cells.Get(17, 0).Border = complexBorder131;
            this.fpSpread1_Sheet9.Cells.Get(17, 0).Value = "逐年投资比例";
            this.fpSpread1_Sheet9.Cells.Get(18, 0).Border = complexBorder132;
            this.fpSpread1_Sheet9.Cells.Get(18, 0).Value = "增售电量";
            this.fpSpread1_Sheet9.Cells.Get(19, 0).Border = complexBorder133;
            this.fpSpread1_Sheet9.Cells.Get(19, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(19, 0).Value = "线损率";
            this.fpSpread1_Sheet9.Cells.Get(19, 1).Border = complexBorder134;
            this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo)).PercentDecimalDigits = 1;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(19, 1).Value = 0.045;
            this.fpSpread1_Sheet9.Cells.Get(19, 2).Border = complexBorder135;
            this.fpSpread1_Sheet9.Cells.Get(19, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(19, 2).Value = "维护修理费";
            this.fpSpread1_Sheet9.Cells.Get(19, 3).Border = complexBorder136;
            this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo)).PercentDecimalDigits = 1;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(19, 3).Value = 0.025;
            this.fpSpread1_Sheet9.Cells.Get(20, 0).Border = complexBorder137;
            this.fpSpread1_Sheet9.Cells.Get(20, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(20, 0).Value = "年人均工资";
            this.fpSpread1_Sheet9.Cells.Get(20, 1).Border = complexBorder138;
            this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatString = "n";
            this.fpSpread1_Sheet9.Cells.Get(20, 1).Value = 50000;
            this.fpSpread1_Sheet9.Cells.Get(20, 2).Border = complexBorder139;
            this.fpSpread1_Sheet9.Cells.Get(20, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(20, 2).Value = "保险费率";
            this.fpSpread1_Sheet9.Cells.Get(20, 3).Border = complexBorder140;
            this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(20, 3).Value = 0.0025;
            this.fpSpread1_Sheet9.Cells.Get(21, 0).Border = complexBorder141;
            this.fpSpread1_Sheet9.Cells.Get(21, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(21, 0).Value = "福利保险系数";
            this.fpSpread1_Sheet9.Cells.Get(21, 1).Border = complexBorder142;
            this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo)).PercentDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(21, 1).Value = 0.53;
            this.fpSpread1_Sheet9.Cells.Get(21, 2).Border = complexBorder143;
            this.fpSpread1_Sheet9.Cells.Get(21, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(21, 2).Value = "其他费用";
            this.fpSpread1_Sheet9.Cells.Get(21, 3).Border = complexBorder144;
            this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo)).PercentDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(21, 3).Value = 0.02;
            this.fpSpread1_Sheet9.Cells.Get(22, 0).Border = complexBorder145;
            this.fpSpread1_Sheet9.Cells.Get(22, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(22, 0).Value = "材料费";
            this.fpSpread1_Sheet9.Cells.Get(22, 1).Border = complexBorder146;
            this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo)).PercentDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(22, 1).Value = 0.02;
            this.fpSpread1_Sheet9.Cells.Get(22, 2).Border = complexBorder147;
            this.fpSpread1_Sheet9.Cells.Get(22, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(22, 2).Value = "内部收益率";
            this.fpSpread1_Sheet9.Cells.Get(22, 3).Border = complexBorder148;
            this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo)).PercentDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo)).PercentGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatString = "P";
            this.fpSpread1_Sheet9.Cells.Get(22, 3).Value = 0.07;
            this.fpSpread1_Sheet9.Cells.Get(23, 0).Border = complexBorder149;
            this.fpSpread1_Sheet9.Cells.Get(23, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(23, 0).Value = "定员";
            this.fpSpread1_Sheet9.Cells.Get(23, 1).Border = complexBorder150;
            this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatString = "n";
            this.fpSpread1_Sheet9.Cells.Get(23, 1).Value = 485;
            this.fpSpread1_Sheet9.Cells.Get(23, 2).Border = complexBorder151;
            this.fpSpread1_Sheet9.Cells.Get(23, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet9.Cells.Get(23, 2).Value = "购电价";
            this.fpSpread1_Sheet9.Cells.Get(23, 3).Border = complexBorder152;
            this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatString = "N";
            this.fpSpread1_Sheet9.Cells.Get(23, 3).Value = 338.12;
            this.fpSpread1_Sheet9.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet9.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet9.Columns.Get(0).Width = 202F;
            this.fpSpread1_Sheet9.Columns.Get(1).Width = 128F;
            this.fpSpread1_Sheet9.Columns.Get(2).Width = 129F;
            this.fpSpread1_Sheet9.Columns.Get(3).Width = 109F;
            this.fpSpread1_Sheet9.DefaultStyleName = "Excel-0-15";
            this.fpSpread1_Sheet9.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet9.CellChanged += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread1_Sheet9_CellChanged);
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = false;
            this.barManager1.AllowQuickCustomization = false;
            this.barManager1.AllowShowToolbarsPopup = false;
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Images = this.imageList1;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem1,
            this.barClose,
            this.barList,
            this.barAdditem,
            this.barAdd1item,
            this.barEdititem,
            this.barDelitem,
            this.barButtonItem2,
            this.barPrint,
            this.barCS,
            this.barSave,
            this.barButtonItem3,
            this.barButtonItem5,
            this.barButtonItem4});
            this.barManager1.MaxItemId = 27;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox1});
            // 
            // bar1
            // 
            this.bar1.BarName = "Custom 1";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 0;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barList, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCS),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.barPrint),
            new DevExpress.XtraBars.LinkPersistInfo(this.barClose)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barList
            // 
            this.barList.Caption = "目录维护";
            this.barList.Id = 12;
            this.barList.ImageIndex = 27;
            this.barList.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barAdditem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barAdd1item),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEdititem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barDelitem)});
            this.barList.Name = "barList";
            // 
            // barAdditem
            // 
            this.barAdditem.Caption = "添加目录";
            this.barAdditem.Id = 13;
            this.barAdditem.ImageIndex = 2;
            this.barAdditem.Name = "barAdditem";
            this.barAdditem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdditem_ItemClick);
            // 
            // barAdd1item
            // 
            this.barAdd1item.Caption = "添加子目录";
            this.barAdd1item.Id = 14;
            this.barAdd1item.ImageIndex = 1;
            this.barAdd1item.Name = "barAdd1item";
            this.barAdd1item.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barAdd1item.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd1item_ItemClick);
            // 
            // barEdititem
            // 
            this.barEdititem.Caption = "修改目录";
            this.barEdititem.Id = 15;
            this.barEdititem.ImageIndex = 26;
            this.barEdititem.Name = "barEdititem";
            this.barEdititem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdititem_ItemClick);
            // 
            // barDelitem
            // 
            this.barDelitem.Caption = "删除目录";
            this.barDelitem.Id = 16;
            this.barDelitem.ImageIndex = 3;
            this.barDelitem.Name = "barDelitem";
            this.barDelitem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDelitem_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "打开";
            this.barButtonItem4.Id = 26;
            this.barButtonItem4.ImageIndex = 24;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barCS
            // 
            this.barCS.Caption = "参数设置";
            this.barCS.Id = 21;
            this.barCS.ImageIndex = 8;
            this.barCS.Name = "barCS";
            this.barCS.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barCS.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barCS_ItemClick);
            // 
            // barSave
            // 
            this.barSave.Caption = "保存";
            this.barSave.Id = 22;
            this.barSave.ImageIndex = 9;
            this.barSave.Name = "barSave";
            this.barSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSave_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "保存模板";
            this.barButtonItem3.Id = 23;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "导出Excel";
            this.barButtonItem5.Id = 25;
            this.barButtonItem5.ImageIndex = 17;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            // 
            // barPrint
            // 
            this.barPrint.Caption = "选择";
            this.barPrint.Id = 19;
            this.barPrint.ImageIndex = 28;
            this.barPrint.Name = "barPrint";
            this.barPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick);
            // 
            // barClose
            // 
            this.barClose.Caption = "关闭";
            this.barClose.Id = 5;
            this.barClose.ImageIndex = 30;
            this.barClose.Name = "barClose";
            this.barClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "新建.ico");
            this.imageList1.Images.SetKeyName(1, "添加下级.ico");
            this.imageList1.Images.SetKeyName(2, "添加同级.ico");
            this.imageList1.Images.SetKeyName(3, "删除.ico");
            this.imageList1.Images.SetKeyName(4, "关闭.ico");
            this.imageList1.Images.SetKeyName(5, "修改.ico");
            this.imageList1.Images.SetKeyName(6, "打印.ico");
            this.imageList1.Images.SetKeyName(7, "新建.ico");
            this.imageList1.Images.SetKeyName(8, "发送.ico");
            this.imageList1.Images.SetKeyName(9, "保存.ico");
            this.imageList1.Images.SetKeyName(10, "审批.ico");
            this.imageList1.Images.SetKeyName(11, "新建.ico");
            this.imageList1.Images.SetKeyName(12, "修改.ico");
            this.imageList1.Images.SetKeyName(13, "关闭.ico");
            this.imageList1.Images.SetKeyName(14, "打印.ico");
            this.imageList1.Images.SetKeyName(15, "三等功发1.ico");
            this.imageList1.Images.SetKeyName(16, "审核.ico");
            this.imageList1.Images.SetKeyName(17, "35.ico");
            this.imageList1.Images.SetKeyName(18, "布局.ico");
            this.imageList1.Images.SetKeyName(19, "审批.ico");
            this.imageList1.Images.SetKeyName(20, "关闭.ico");
            this.imageList1.Images.SetKeyName(21, "修改.ico");
            this.imageList1.Images.SetKeyName(22, "新建.ico");
            this.imageList1.Images.SetKeyName(23, "查询.ico");
            this.imageList1.Images.SetKeyName(24, "审核.ico");
            this.imageList1.Images.SetKeyName(25, "作废.ico");
            this.imageList1.Images.SetKeyName(26, "修改.ico");
            this.imageList1.Images.SetKeyName(27, "新建.ico");
            this.imageList1.Images.SetKeyName(28, "审批.ico");
            this.imageList1.Images.SetKeyName(29, "三等功发1.ico");
            this.imageList1.Images.SetKeyName(30, "关闭.ico");
            this.imageList1.Images.SetKeyName(31, "打回重新编.ico");
            this.imageList1.Images.SetKeyName(32, "books.ico");
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "添加文字资料";
            this.barButtonItem2.Id = 17;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // repositoryItemComboBox1
            // 
            this.repositoryItemComboBox1.AutoHeight = false;
            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            // 
            // FrmEconomyAnalysis
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(822, 487);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FrmEconomyAnalysis";
            this.Text = "经济分析";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmLayoutContents_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEconomyAnalysis_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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();
     FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.ファイルToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.取消終了ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.終了ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.編集ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.新規ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.訂正ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.削除ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.更新ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.表示ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.検索ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.出力ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.ソートToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.出力ToolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.印刷ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.cSV出力ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.連携ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.ダウンロードToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fpSpread1                 = new FarPoint.Win.Spread.FpSpread();
     this.fpSpread1_Sheet1          = new FarPoint.Win.Spread.SheetView();
     this.seibunMasterBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gcShortcut1               = new GrapeCity.Win.Editors.GcShortcut(this.components);
     this.listColumn4               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn5               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn6               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn7               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn8               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn9               = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn10              = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn11              = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn12              = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn13              = new GrapeCity.Win.Editors.ListColumn();
     this.tabControl1               = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.tabPage3        = new System.Windows.Forms.TabPage();
     this.label1          = new System.Windows.Forms.Label();
     this.gcComboBox1     = new GrapeCity.Win.Editors.GcComboBox(this.components);
     this.dropDownButton1 = new GrapeCity.Win.Editors.DropDownButton();
     this.listColumn1     = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn2     = new GrapeCity.Win.Editors.ListColumn();
     this.listColumn3     = new GrapeCity.Win.Editors.ListColumn();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seibunMasterBindingSource)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcComboBox1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ファイルToolStripMenuItem,
         this.編集ToolStripMenuItem,
         this.表示ToolStripMenuItem,
         this.出力ToolStripMenuItem1,
         this.連携ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1064, 26);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // ファイルToolStripMenuItem
     //
     this.ファイルToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.取消終了ToolStripMenuItem,
         this.終了ToolStripMenuItem
     });
     this.ファイルToolStripMenuItem.Name = "ファイルToolStripMenuItem";
     this.ファイルToolStripMenuItem.Size = new System.Drawing.Size(68, 22);
     this.ファイルToolStripMenuItem.Text = "ファイル";
     //
     // 取消終了ToolStripMenuItem
     //
     this.取消終了ToolStripMenuItem.Name = "取消終了ToolStripMenuItem";
     this.取消終了ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.取消終了ToolStripMenuItem.Text = "取消終了";
     //
     // 終了ToolStripMenuItem
     //
     this.終了ToolStripMenuItem.Name = "終了ToolStripMenuItem";
     this.終了ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.終了ToolStripMenuItem.Text = "終了";
     //
     // 編集ToolStripMenuItem
     //
     this.編集ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新規ToolStripMenuItem,
         this.訂正ToolStripMenuItem,
         this.削除ToolStripMenuItem,
         this.更新ToolStripMenuItem
     });
     this.編集ToolStripMenuItem.Name = "編集ToolStripMenuItem";
     this.編集ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);
     this.編集ToolStripMenuItem.Text = "編集";
     //
     // 新規ToolStripMenuItem
     //
     this.新規ToolStripMenuItem.Name = "新規ToolStripMenuItem";
     this.新規ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.新規ToolStripMenuItem.Text = "新規";
     //
     // 訂正ToolStripMenuItem
     //
     this.訂正ToolStripMenuItem.Name = "訂正ToolStripMenuItem";
     this.訂正ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.訂正ToolStripMenuItem.Text = "訂正";
     //
     // 削除ToolStripMenuItem
     //
     this.削除ToolStripMenuItem.Name = "削除ToolStripMenuItem";
     this.削除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.削除ToolStripMenuItem.Text = "削除";
     //
     // 更新ToolStripMenuItem
     //
     this.更新ToolStripMenuItem.Name = "更新ToolStripMenuItem";
     this.更新ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.更新ToolStripMenuItem.Text = "更新";
     //
     // 表示ToolStripMenuItem
     //
     this.表示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.検索ToolStripMenuItem,
         this.出力ToolStripMenuItem,
         this.ソートToolStripMenuItem
     });
     this.表示ToolStripMenuItem.Name = "表示ToolStripMenuItem";
     this.表示ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);
     this.表示ToolStripMenuItem.Text = "表示";
     //
     // 検索ToolStripMenuItem
     //
     this.検索ToolStripMenuItem.Name = "検索ToolStripMenuItem";
     this.検索ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.検索ToolStripMenuItem.Text = "検索";
     //
     // 出力ToolStripMenuItem
     //
     this.出力ToolStripMenuItem.Name = "出力ToolStripMenuItem";
     this.出力ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.出力ToolStripMenuItem.Text = "リフレッシュ";
     //
     // ソートToolStripMenuItem
     //
     this.ソートToolStripMenuItem.Name = "ソートToolStripMenuItem";
     this.ソートToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.ソートToolStripMenuItem.Text = "ソート";
     //
     // 出力ToolStripMenuItem1
     //
     this.出力ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.印刷ToolStripMenuItem,
         this.cSV出力ToolStripMenuItem
     });
     this.出力ToolStripMenuItem1.Name = "出力ToolStripMenuItem1";
     this.出力ToolStripMenuItem1.Size = new System.Drawing.Size(44, 22);
     this.出力ToolStripMenuItem1.Text = "出力";
     //
     // 印刷ToolStripMenuItem
     //
     this.印刷ToolStripMenuItem.Name = "印刷ToolStripMenuItem";
     this.印刷ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.印刷ToolStripMenuItem.Text = "印刷";
     //
     // cSV出力ToolStripMenuItem
     //
     this.cSV出力ToolStripMenuItem.Name = "cSV出力ToolStripMenuItem";
     this.cSV出力ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.cSV出力ToolStripMenuItem.Text = "CSV出力";
     //
     // 連携ToolStripMenuItem
     //
     this.連携ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ダウンロードToolStripMenuItem
     });
     this.連携ToolStripMenuItem.Name = "連携ToolStripMenuItem";
     this.連携ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);
     this.連携ToolStripMenuItem.Text = "連携";
     //
     // ダウンロードToolStripMenuItem
     //
     this.ダウンロードToolStripMenuItem.Name = "ダウンロードToolStripMenuItem";
     this.ダウンロードToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.ダウンロードToolStripMenuItem.Text = "ダウンロード";
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription = "";
     this.fpSpread1.Location = new System.Drawing.Point(12, 216);
     this.fpSpread1.Name     = "fpSpread1";
     this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpSpread1_Sheet1
     });
     this.fpSpread1.Size     = new System.Drawing.Size(651, 305);
     this.fpSpread1.TabIndex = 1;
     //
     // fpSpread1_Sheet1
     //
     this.fpSpread1_Sheet1.Reset();
     this.fpSpread1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpSpread1_Sheet1.ReferenceStyle            = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpSpread1_Sheet1.ColumnCount               = 11;
     this.fpSpread1_Sheet1.ActiveColumnIndex         = -1;
     this.fpSpread1_Sheet1.ActiveRowIndex            = -1;
     this.fpSpread1_Sheet1.Columns.Get(0).CellType   = textCellType1;
     this.fpSpread1_Sheet1.Columns.Get(0).DataField  = "SeibunCode";
     this.fpSpread1_Sheet1.Columns.Get(1).CellType   = textCellType2;
     this.fpSpread1_Sheet1.Columns.Get(1).DataField  = "SeibunMei";
     this.fpSpread1_Sheet1.Columns.Get(2).CellType   = textCellType3;
     this.fpSpread1_Sheet1.Columns.Get(2).DataField  = "SeibunKana";
     this.fpSpread1_Sheet1.Columns.Get(3).CellType   = textCellType4;
     this.fpSpread1_Sheet1.Columns.Get(3).DataField  = "ApplyStartYmd";
     this.fpSpread1_Sheet1.Columns.Get(4).CellType   = textCellType5;
     this.fpSpread1_Sheet1.Columns.Get(4).DataField  = "ApplyEndYmd";
     this.fpSpread1_Sheet1.Columns.Get(5).DataField  = "InsertUserId";
     this.fpSpread1_Sheet1.Columns.Get(6).DataField  = "InsertNitiji";
     this.fpSpread1_Sheet1.Columns.Get(7).DataField  = "UpdateUserId";
     this.fpSpread1_Sheet1.Columns.Get(8).DataField  = "UpdateNitiji";
     this.fpSpread1_Sheet1.Columns.Get(9).CellType   = textCellType6;
     this.fpSpread1_Sheet1.Columns.Get(9).DataField  = "UpdateProgramId";
     this.fpSpread1_Sheet1.Columns.Get(10).DataField = "KanriZokusei";
     this.fpSpread1_Sheet1.DataMember     = "";
     this.fpSpread1_Sheet1.DataSource     = this.seibunMasterBindingSource;
     this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // seibunMasterBindingSource
     //
     this.seibunMasterBindingSource.DataSource = typeof(B2.BestFunction.Entities.SeibunMaster);
     //
     // listColumn4
     //
     this.listColumn4.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn4.DataPropertyName = "SeibunCode";
     this.listColumn4.Header.Text      = "SeibunCode";
     //
     // listColumn5
     //
     this.listColumn5.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn5.DataPropertyName = "SeibunMei";
     this.listColumn5.Header.Text      = "SeibunMei";
     //
     // listColumn6
     //
     this.listColumn6.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn6.DataPropertyName = "SeibunKana";
     this.listColumn6.Header.Text      = "SeibunKana";
     //
     // listColumn7
     //
     this.listColumn7.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn7.DataPropertyName = "ApplyStartYmd";
     this.listColumn7.Header.Text      = "ApplyStartYmd";
     //
     // listColumn8
     //
     this.listColumn8.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn8.DataPropertyName = "ApplyEndYmd";
     this.listColumn8.Header.Text      = "ApplyEndYmd";
     //
     // listColumn9
     //
     this.listColumn9.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn9.DataPropertyName = "InsertUserId";
     this.listColumn9.Header.Text      = "InsertUserId";
     //
     // listColumn10
     //
     this.listColumn10.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn10.DataPropertyName = "InsertNitiji";
     this.listColumn10.Header.Text      = "InsertNitiji";
     //
     // listColumn11
     //
     this.listColumn11.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn11.DataPropertyName = "UpdateUserId";
     this.listColumn11.Header.Text      = "UpdateUserId";
     //
     // listColumn12
     //
     this.listColumn12.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn12.DataPropertyName = "UpdateNitiji";
     this.listColumn12.Header.Text      = "UpdateNitiji";
     //
     // listColumn13
     //
     this.listColumn13.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn13.DataPropertyName = "UpdateProgramId";
     this.listColumn13.Header.Text      = "UpdateProgramId";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(686, 216);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(348, 305);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(340, 279);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "薬局情報-1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(270, 77);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "薬局情報-2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(270, 77);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "薬局情報-3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "成分コード";
     //
     // gcComboBox1
     //
     this.gcComboBox1.AutoGenerateColumns = false;
     this.gcComboBox1.DataSource          = this.seibunMasterBindingSource;
     this.gcComboBox1.ListColumns.AddRange(new GrapeCity.Win.Editors.ListColumn[] {
         this.listColumn1,
         this.listColumn2,
         this.listColumn3
     });
     this.gcComboBox1.Location = new System.Drawing.Point(601, 68);
     this.gcComboBox1.Name     = "gcComboBox1";
     this.gcShortcut1.SetShortcuts(this.gcComboBox1, new GrapeCity.Win.Editors.ShortcutCollection(new System.Windows.Forms.Keys[] {
         System.Windows.Forms.Keys.F2,
         ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Return)))
     }, new object[] {
         ((object)(this.gcComboBox1)),
         ((object)(this.gcComboBox1))
     }, new string[] {
         "ShortcutClear",
         "ApplyRecommendedValue"
     }));
     this.gcComboBox1.SideButtons.AddRange(new GrapeCity.Win.Editors.SideButtonBase[] {
         this.dropDownButton1
     });
     this.gcComboBox1.Size     = new System.Drawing.Size(120, 20);
     this.gcComboBox1.TabIndex = 3;
     //
     // dropDownButton1
     //
     this.dropDownButton1.Name = "dropDownButton1";
     //
     // listColumn1
     //
     this.listColumn1.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn1.DataPropertyName = "成分】コード";
     this.listColumn1.Header.Text      = "SeibunCode";
     //
     // listColumn2
     //
     this.listColumn2.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn2.DataPropertyName = "成分名";
     this.listColumn2.Header.Text      = "SeibunMei";
     //
     // listColumn3
     //
     this.listColumn3.DataDisplayType  = GrapeCity.Win.Editors.DataDisplayType.Text;
     this.listColumn3.DataPropertyName = "成分フリガナ";
     this.listColumn3.Header.Text      = "SeibunKana";
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1064, 582);
     this.Controls.Add(this.gcComboBox1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.fpSpread1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "frmMain";
     this.Text            = "frmMain";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seibunMasterBindingSource)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcComboBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #4
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);

        }
Beispiel #5
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance         tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            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();
            FarPoint.Win.Spread.CellType.TextCellType textCellType6  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType7  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType8  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType9  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
            this.panel1           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.panel3           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.splitter1        = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.panel2           = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuGroupBox1     = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.txtCardNo        = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label4           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtInvoice       = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label3           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtName          = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.label1           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.groupBox2        = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.neuLabel1        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbSeeFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.chbSeeFlag       = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbState         = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.checkBox5        = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbOper          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.checkBox4        = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbDoct          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cmbDept          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.dateEnd          = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dateBegin        = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.checkBox1        = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.label2           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.checkBox3        = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.checkBox2        = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.groupBox1        = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.panel2.SuspendLayout();
            this.neuGroupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Controls.Add(this.splitter1);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(681, 476);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 2;
            //
            // panel3
            //
            this.panel3.Controls.Add(this.fpSpread1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(250, 0);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(431, 476);
            this.panel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel3.TabIndex = 2;
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1";
            this.fpSpread1.BackColor             = System.Drawing.Color.White;
            this.fpSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread1.FileName = "";
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.IsAutoSaveGridStatus      = false;
            this.fpSpread1.IsCanCustomConfigColumn   = false;
            this.fpSpread1.Location = new System.Drawing.Point(0, 0);
            this.fpSpread1.Name     = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                    = new System.Drawing.Size(431, 476);
            this.fpSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.fpSpread1.TabIndex                = 0;
            tipAppearance1.BackColor               = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                    = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor               = System.Drawing.SystemColors.InfoText;
            this.fpSpread1.TextTipAppearance       = tipAppearance1;
            this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpSpread1_Sheet1
            //
            this.fpSpread1_Sheet1.Reset();
            this.fpSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_Sheet1.ColumnCount    = 18;
            this.fpSpread1_Sheet1.RowCount       = 0;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value                = "病历号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value                = "姓名";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value                = "初/复诊";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value                = "合同单位";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value                = "挂号级别";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value                = "挂号费";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value                = "挂号时间";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value                = "挂号科室";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value                = "挂号医生";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value                = "序号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value               = "预约号?";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value               = "有效?";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value               = "看诊?";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value               = "挂号员";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value               = "操作时间";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value               = "处方号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value               = "联系电话";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value               = "家庭地址";
            this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27F;
            this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(0).CellType         = textCellType1;
            this.fpSpread1_Sheet1.Columns.Get(0).Label            = "病历号";
            this.fpSpread1_Sheet1.Columns.Get(0).Width            = 76F;
            this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(1).CellType         = textCellType2;
            this.fpSpread1_Sheet1.Columns.Get(1).Label            = "姓名";
            this.fpSpread1_Sheet1.Columns.Get(1).Width            = 59F;
            this.fpSpread1_Sheet1.Columns.Get(2).CellType         = textCellType3;
            this.fpSpread1_Sheet1.Columns.Get(2).Label            = "初/复诊";
            this.fpSpread1_Sheet1.Columns.Get(2).Width            = 57F;
            this.fpSpread1_Sheet1.Columns.Get(3).CellType         = textCellType4;
            this.fpSpread1_Sheet1.Columns.Get(3).Label            = "合同单位";
            this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(4).CellType         = textCellType5;
            this.fpSpread1_Sheet1.Columns.Get(4).Label            = "挂号级别";
            this.fpSpread1_Sheet1.Columns.Get(4).Width            = 74F;
            this.fpSpread1_Sheet1.Columns.Get(5).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(5).Label            = "挂号费";
            this.fpSpread1_Sheet1.Columns.Get(5).Width            = 66F;
            this.fpSpread1_Sheet1.Columns.Get(6).Label            = "挂号时间";
            this.fpSpread1_Sheet1.Columns.Get(6).Width            = 130F;
            this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(7).CellType         = textCellType6;
            this.fpSpread1_Sheet1.Columns.Get(7).Label            = "挂号科室";
            this.fpSpread1_Sheet1.Columns.Get(7).Width            = 76F;
            this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(8).CellType         = textCellType7;
            this.fpSpread1_Sheet1.Columns.Get(8).Label            = "挂号医生";
            this.fpSpread1_Sheet1.Columns.Get(8).Width            = 76F;
            this.fpSpread1_Sheet1.Columns.Get(9).AllowAutoSort    = true;
            this.fpSpread1_Sheet1.Columns.Get(9).CellType         = textCellType8;
            this.fpSpread1_Sheet1.Columns.Get(9).Label            = "序号";
            this.fpSpread1_Sheet1.Columns.Get(9).Width            = 55F;
            this.fpSpread1_Sheet1.Columns.Get(10).CellType        = textCellType9;
            this.fpSpread1_Sheet1.Columns.Get(10).Label           = "预约号?";
            this.fpSpread1_Sheet1.Columns.Get(10).Width           = 57F;
            this.fpSpread1_Sheet1.Columns.Get(11).CellType        = textCellType10;
            this.fpSpread1_Sheet1.Columns.Get(11).Label           = "有效?";
            this.fpSpread1_Sheet1.Columns.Get(11).Width           = 45F;
            this.fpSpread1_Sheet1.Columns.Get(12).CellType        = textCellType11;
            this.fpSpread1_Sheet1.Columns.Get(12).Label           = "看诊?";
            this.fpSpread1_Sheet1.Columns.Get(12).Width           = 45F;
            this.fpSpread1_Sheet1.Columns.Get(13).AllowAutoSort   = true;
            this.fpSpread1_Sheet1.Columns.Get(13).CellType        = textCellType12;
            this.fpSpread1_Sheet1.Columns.Get(13).Label           = "挂号员";
            this.fpSpread1_Sheet1.Columns.Get(13).Width           = 67F;
            this.fpSpread1_Sheet1.Columns.Get(14).AllowAutoSort   = true;
            this.fpSpread1_Sheet1.Columns.Get(14).Label           = "操作时间";
            this.fpSpread1_Sheet1.Columns.Get(14).Width           = 140F;
            this.fpSpread1_Sheet1.Columns.Get(15).AllowAutoSort   = true;
            this.fpSpread1_Sheet1.Columns.Get(15).Label           = "处方号";
            this.fpSpread1_Sheet1.Columns.Get(15).Visible         = false;
            this.fpSpread1_Sheet1.Columns.Get(15).Width           = 82F;
            this.fpSpread1_Sheet1.GrayAreaBackColor = System.Drawing.SystemColors.Window;
            this.fpSpread1_Sheet1.OperationMode     = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable    = false;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).AllowAutoSort = true;
            this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width         = 28F;
            this.fpSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread1_Sheet1.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread1_Sheet1.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread1.SetActiveViewport(1, 0);
            //
            // splitter1
            //
            this.splitter1.Location = new System.Drawing.Point(247, 0);
            this.splitter1.Name     = "splitter1";
            this.splitter1.Size     = new System.Drawing.Size(3, 476);
            this.splitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.splitter1.TabIndex = 1;
            this.splitter1.TabStop  = false;
            //
            // panel2
            //
            this.panel2.BackColor = System.Drawing.Color.Linen;
            this.panel2.Controls.Add(this.neuGroupBox1);
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(247, 476);
            this.panel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel2.TabIndex = 0;
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.Controls.Add(this.txtCardNo);
            this.neuGroupBox1.Controls.Add(this.label4);
            this.neuGroupBox1.Controls.Add(this.txtInvoice);
            this.neuGroupBox1.Controls.Add(this.label3);
            this.neuGroupBox1.Controls.Add(this.txtName);
            this.neuGroupBox1.Controls.Add(this.label1);
            this.neuGroupBox1.Location = new System.Drawing.Point(10, 19);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(226, 112);
            this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox1.TabIndex = 11;
            this.neuGroupBox1.TabStop  = false;
            this.neuGroupBox1.Text     = "单条件查询";
            //
            // txtCardNo
            //
            this.txtCardNo.IsEnter2Tab = false;
            this.txtCardNo.Location    = new System.Drawing.Point(65, 14);
            this.txtCardNo.MaxLength   = 10;
            this.txtCardNo.Name        = "txtCardNo";
            this.txtCardNo.Size        = new System.Drawing.Size(145, 21);
            this.txtCardNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCardNo.TabIndex    = 4;
            //
            // label4
            //
            this.label4.Location = new System.Drawing.Point(12, 79);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(47, 14);
            this.label4.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label4.TabIndex = 10;
            this.label4.Text     = "发票号";
            //
            // txtInvoice
            //
            this.txtInvoice.IsEnter2Tab = false;
            this.txtInvoice.Location    = new System.Drawing.Point(65, 76);
            this.txtInvoice.Name        = "txtInvoice";
            this.txtInvoice.Size        = new System.Drawing.Size(145, 21);
            this.txtInvoice.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtInvoice.TabIndex    = 7;
            //
            // label3
            //
            this.label3.Location = new System.Drawing.Point(12, 46);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(50, 23);
            this.label3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label3.TabIndex = 9;
            this.label3.Text     = "姓  名";
            //
            // txtName
            //
            this.txtName.IsEnter2Tab = false;
            this.txtName.Location    = new System.Drawing.Point(65, 45);
            this.txtName.Name        = "txtName";
            this.txtName.Size        = new System.Drawing.Size(145, 21);
            this.txtName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtName.TabIndex    = 6;
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(12, 17);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(100, 23);
            this.label1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label1.TabIndex = 5;
            this.label1.Text     = "病历号";
            //
            // groupBox2
            //
            this.groupBox2.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.groupBox2.Controls.Add(this.neuLabel1);
            this.groupBox2.Controls.Add(this.cmbSeeFlag);
            this.groupBox2.Controls.Add(this.chbSeeFlag);
            this.groupBox2.Controls.Add(this.cmbState);
            this.groupBox2.Controls.Add(this.checkBox5);
            this.groupBox2.Controls.Add(this.cmbOper);
            this.groupBox2.Controls.Add(this.checkBox4);
            this.groupBox2.Controls.Add(this.cmbDoct);
            this.groupBox2.Controls.Add(this.cmbDept);
            this.groupBox2.Controls.Add(this.dateEnd);
            this.groupBox2.Controls.Add(this.dateBegin);
            this.groupBox2.Controls.Add(this.checkBox1);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.checkBox3);
            this.groupBox2.Controls.Add(this.checkBox2);
            this.groupBox2.Location = new System.Drawing.Point(10, 137);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(226, 316);
            this.groupBox2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "批量查询";
            //
            // neuLabel1
            //
            this.neuLabel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
            this.neuLabel1.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.neuLabel1.Location  = new System.Drawing.Point(3, 267);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(220, 46);
            this.neuLabel1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex  = 1;
            this.neuLabel1.Text      = "提示:批量查询时,由于数据量可能很大,为了节约查询时间,建议与时间段进行组合查询";
            //
            // cmbSeeFlag
            //
            this.cmbSeeFlag.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbSeeFlag.FormattingEnabled = true;
            this.cmbSeeFlag.IsEnter2Tab       = false;
            this.cmbSeeFlag.IsFlat            = true;
            this.cmbSeeFlag.IsLike            = true;
            this.cmbSeeFlag.Items.AddRange(new object[] {
                "否",
                "是"
            });
            this.cmbSeeFlag.Location         = new System.Drawing.Point(93, 224);
            this.cmbSeeFlag.Name             = "cmbSeeFlag";
            this.cmbSeeFlag.PopForm          = null;
            this.cmbSeeFlag.ShowCustomerList = false;
            this.cmbSeeFlag.ShowID           = false;
            this.cmbSeeFlag.Size             = new System.Drawing.Size(116, 20);
            this.cmbSeeFlag.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbSeeFlag.TabIndex         = 14;
            this.cmbSeeFlag.Tag        = "";
            this.cmbSeeFlag.ToolBarUse = false;
            //
            // chbSeeFlag
            //
            this.chbSeeFlag.AutoSize = true;
            this.chbSeeFlag.Location = new System.Drawing.Point(14, 225);
            this.chbSeeFlag.Name     = "chbSeeFlag";
            this.chbSeeFlag.Size     = new System.Drawing.Size(72, 16);
            this.chbSeeFlag.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.chbSeeFlag.TabIndex = 13;
            this.chbSeeFlag.Text     = "是否看诊";
            this.chbSeeFlag.UseVisualStyleBackColor = true;
            //
            // cmbState
            //
            this.cmbState.ArrowBackColor = System.Drawing.Color.Silver;
            this.cmbState.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbState.IsEnter2Tab    = false;
            this.cmbState.IsFlat         = false;
            this.cmbState.IsLike         = true;
            this.cmbState.Items.AddRange(new object[] {
                "退号",
                "有效",
                "作废"
            });
            this.cmbState.Location         = new System.Drawing.Point(93, 196);
            this.cmbState.Name             = "cmbState";
            this.cmbState.PopForm          = null;
            this.cmbState.ShowCustomerList = false;
            this.cmbState.ShowID           = false;
            this.cmbState.Size             = new System.Drawing.Size(116, 20);
            this.cmbState.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbState.TabIndex         = 11;
            this.cmbState.Tag        = "";
            this.cmbState.ToolBarUse = false;
            //
            // checkBox5
            //
            this.checkBox5.Location = new System.Drawing.Point(14, 194);
            this.checkBox5.Name     = "checkBox5";
            this.checkBox5.Size     = new System.Drawing.Size(104, 24);
            this.checkBox5.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.checkBox5.TabIndex = 12;
            this.checkBox5.Text     = "挂号状态";
            //
            // cmbOper
            //
            this.cmbOper.ArrowBackColor   = System.Drawing.Color.Silver;
            this.cmbOper.IsEnter2Tab      = false;
            this.cmbOper.IsFlat           = false;
            this.cmbOper.IsLike           = true;
            this.cmbOper.Location         = new System.Drawing.Point(94, 167);
            this.cmbOper.Name             = "cmbOper";
            this.cmbOper.PopForm          = null;
            this.cmbOper.ShowCustomerList = false;
            this.cmbOper.ShowID           = false;
            this.cmbOper.Size             = new System.Drawing.Size(116, 20);
            this.cmbOper.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbOper.TabIndex         = 9;
            this.cmbOper.Tag        = "";
            this.cmbOper.ToolBarUse = false;
            //
            // checkBox4
            //
            this.checkBox4.Location = new System.Drawing.Point(14, 165);
            this.checkBox4.Name     = "checkBox4";
            this.checkBox4.Size     = new System.Drawing.Size(104, 24);
            this.checkBox4.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.checkBox4.TabIndex = 10;
            this.checkBox4.Text     = "操作员";
            //
            // cmbDoct
            //
            this.cmbDoct.ArrowBackColor   = System.Drawing.Color.Silver;
            this.cmbDoct.IsEnter2Tab      = false;
            this.cmbDoct.IsFlat           = false;
            this.cmbDoct.IsLike           = true;
            this.cmbDoct.Location         = new System.Drawing.Point(94, 138);
            this.cmbDoct.Name             = "cmbDoct";
            this.cmbDoct.PopForm          = null;
            this.cmbDoct.ShowCustomerList = false;
            this.cmbDoct.ShowID           = false;
            this.cmbDoct.Size             = new System.Drawing.Size(116, 20);
            this.cmbDoct.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbDoct.TabIndex         = 3;
            this.cmbDoct.Tag        = "";
            this.cmbDoct.ToolBarUse = false;
            //
            // cmbDept
            //
            this.cmbDept.ArrowBackColor   = System.Drawing.Color.Silver;
            this.cmbDept.IsEnter2Tab      = false;
            this.cmbDept.IsFlat           = false;
            this.cmbDept.IsLike           = true;
            this.cmbDept.Location         = new System.Drawing.Point(94, 108);
            this.cmbDept.Name             = "cmbDept";
            this.cmbDept.PopForm          = null;
            this.cmbDept.ShowCustomerList = false;
            this.cmbDept.ShowID           = false;
            this.cmbDept.Size             = new System.Drawing.Size(116, 20);
            this.cmbDept.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbDept.TabIndex         = 2;
            this.cmbDept.Tag        = "";
            this.cmbDept.ToolBarUse = false;
            //
            // dateEnd
            //
            this.dateEnd.IsEnter2Tab = false;
            this.dateEnd.Location    = new System.Drawing.Point(94, 67);
            this.dateEnd.Name        = "dateEnd";
            this.dateEnd.Size        = new System.Drawing.Size(116, 21);
            this.dateEnd.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dateEnd.TabIndex    = 1;
            //
            // dateBegin
            //
            this.dateBegin.IsEnter2Tab = false;
            this.dateBegin.Location    = new System.Drawing.Point(94, 38);
            this.dateBegin.Name        = "dateBegin";
            this.dateBegin.Size        = new System.Drawing.Size(116, 21);
            this.dateBegin.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dateBegin.TabIndex    = 0;
            //
            // checkBox1
            //
            this.checkBox1.Location = new System.Drawing.Point(14, 37);
            this.checkBox1.Name     = "checkBox1";
            this.checkBox1.Size     = new System.Drawing.Size(104, 24);
            this.checkBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text     = "开始日期";
            //
            // label2
            //
            this.label2.Location = new System.Drawing.Point(30, 71);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(100, 23);
            this.label2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.label2.TabIndex = 6;
            this.label2.Text     = "结束日期";
            //
            // checkBox3
            //
            this.checkBox3.Location = new System.Drawing.Point(14, 136);
            this.checkBox3.Name     = "checkBox3";
            this.checkBox3.Size     = new System.Drawing.Size(104, 24);
            this.checkBox3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.checkBox3.TabIndex = 8;
            this.checkBox3.Text     = "挂号医生";
            //
            // checkBox2
            //
            this.checkBox2.Location = new System.Drawing.Point(14, 106);
            this.checkBox2.Name     = "checkBox2";
            this.checkBox2.Size     = new System.Drawing.Size(104, 24);
            this.checkBox2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.checkBox2.TabIndex = 7;
            this.checkBox2.Text     = "挂号科室";
            //
            // groupBox1
            //
            this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Font     = new System.Drawing.Font("宋体", 1F);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(247, 2);
            this.groupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop  = false;
            //
            // ucQueryRegister
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.Controls.Add(this.panel1);
            this.Name = "ucQueryRegister";
            this.Size = new System.Drawing.Size(681, 476);
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
        }
Beispiel #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;

            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;
        }
 /// <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.CellType.ColumnHeaderRenderer columnHeaderRenderer2          = new FarPoint.Win.Spread.CellType.ColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.RowHeaderRenderer    rowHeaderRenderer2             = new FarPoint.Win.Spread.CellType.RowHeaderRenderer();
     FarPoint.Win.Spread.CellType.ColumnHeaderRenderer columnHeaderRenderer1          = new FarPoint.Win.Spread.CellType.ColumnHeaderRenderer();
     FarPoint.Win.Spread.CellType.RowHeaderRenderer    rowHeaderRenderer1             = new FarPoint.Win.Spread.CellType.RowHeaderRenderer();
     FarPoint.Win.Spread.DefaultFocusIndicatorRenderer defaultFocusIndicatorRenderer1 = new FarPoint.Win.Spread.DefaultFocusIndicatorRenderer();
     FarPoint.Win.Spread.DefaultScrollBarRenderer      defaultScrollBarRenderer1      = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("HeaderDefault");
     FarPoint.Win.Spread.CellType.ColumnHeaderRenderer columnHeaderRenderer3 = new FarPoint.Win.Spread.CellType.ColumnHeaderRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("RowHeaderDefault");
     FarPoint.Win.Spread.CellType.RowHeaderRenderer rowHeaderRenderer3 = new FarPoint.Win.Spread.CellType.RowHeaderRenderer();
     FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("CornerDefault");
     FarPoint.Win.Spread.CellType.CornerRenderer cornerRenderer1 = new FarPoint.Win.Spread.CellType.CornerRenderer();
     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.DefaultScrollBarRenderer  defaultScrollBarRenderer2 = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     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.ComboBoxCellType comboBoxCellType1         = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType4         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType5         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType6         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.DataItems        = new FarPoint.Win.Spread.FpSpread();
     this.DataItems_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.Button_ok        = new System.Windows.Forms.Button();
     this.Button_cancel    = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DataItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataItems_Sheet1)).BeginInit();
     this.SuspendLayout();
     columnHeaderRenderer2.BackColor         = System.Drawing.SystemColors.Control;
     columnHeaderRenderer2.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     columnHeaderRenderer2.ForeColor         = System.Drawing.SystemColors.ControlText;
     columnHeaderRenderer2.Name              = "columnHeaderRenderer2";
     columnHeaderRenderer2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     columnHeaderRenderer2.TextRotationAngle = 0;
     rowHeaderRenderer2.BackColor            = System.Drawing.SystemColors.Control;
     rowHeaderRenderer2.Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     rowHeaderRenderer2.ForeColor            = System.Drawing.SystemColors.ControlText;
     rowHeaderRenderer2.Name                 = "rowHeaderRenderer2";
     rowHeaderRenderer2.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     rowHeaderRenderer2.TextRotationAngle    = 0;
     columnHeaderRenderer1.BackColor         = System.Drawing.SystemColors.Control;
     columnHeaderRenderer1.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     columnHeaderRenderer1.ForeColor         = System.Drawing.SystemColors.ControlText;
     columnHeaderRenderer1.Name              = "columnHeaderRenderer1";
     columnHeaderRenderer1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     columnHeaderRenderer1.TextRotationAngle = 0;
     rowHeaderRenderer1.BackColor            = System.Drawing.SystemColors.Control;
     rowHeaderRenderer1.Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     rowHeaderRenderer1.ForeColor            = System.Drawing.SystemColors.ControlText;
     rowHeaderRenderer1.Name                 = "rowHeaderRenderer1";
     rowHeaderRenderer1.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     rowHeaderRenderer1.TextRotationAngle    = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.DataItems);
     this.groupBox2.Location = new System.Drawing.Point(8, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(774, 331);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "数据项属性";
     //
     // DataItems
     //
     this.DataItems.AccessibleDescription = "DataItems, Sheet_DataItems";
     this.DataItems.BackColor             = System.Drawing.SystemColors.Control;
     this.DataItems.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.DataItems.FocusRenderer = defaultFocusIndicatorRenderer1;
     this.DataItems.HorizontalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.DataItems.HorizontalScrollBar.Name     = "";
     this.DataItems.HorizontalScrollBar.Renderer = defaultScrollBarRenderer1;
     this.DataItems.HorizontalScrollBar.TabIndex = 8;
     this.DataItems.HorizontalScrollBarPolicy    = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.DataItems.Location                 = new System.Drawing.Point(3, 17);
     this.DataItems.Name                     = "DataItems";
     namedStyle1.BackColor                   = System.Drawing.SystemColors.Control;
     namedStyle1.ForeColor                   = System.Drawing.SystemColors.ControlText;
     namedStyle1.HorizontalAlignment         = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     columnHeaderRenderer3.BackColor         = System.Drawing.SystemColors.Control;
     columnHeaderRenderer3.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     columnHeaderRenderer3.ForeColor         = System.Drawing.SystemColors.ControlText;
     columnHeaderRenderer3.Name              = "";
     columnHeaderRenderer3.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     columnHeaderRenderer3.TextRotationAngle = 0;
     namedStyle1.Renderer                    = columnHeaderRenderer3;
     namedStyle1.VerticalAlignment           = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     namedStyle2.BackColor                   = System.Drawing.SystemColors.Control;
     namedStyle2.ForeColor                   = System.Drawing.SystemColors.ControlText;
     namedStyle2.HorizontalAlignment         = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     rowHeaderRenderer3.BackColor            = System.Drawing.SystemColors.Control;
     rowHeaderRenderer3.Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     rowHeaderRenderer3.ForeColor            = System.Drawing.SystemColors.ControlText;
     rowHeaderRenderer3.Name                 = "";
     rowHeaderRenderer3.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     rowHeaderRenderer3.TextRotationAngle    = 0;
     namedStyle2.Renderer                    = rowHeaderRenderer3;
     namedStyle2.VerticalAlignment           = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     namedStyle3.BackColor                   = System.Drawing.SystemColors.Control;
     namedStyle3.ForeColor                   = System.Drawing.SystemColors.ControlText;
     namedStyle3.HorizontalAlignment         = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     namedStyle3.Renderer                    = cornerRenderer1;
     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.DataItems.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
         namedStyle1,
         namedStyle2,
         namedStyle3,
         namedStyle4
     });
     this.DataItems.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.DataItems.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.DataItems_Sheet1
     });
     this.DataItems.Size     = new System.Drawing.Size(768, 311);
     this.DataItems.Skin     = FarPoint.Win.Spread.DefaultSpreadSkins.Classic;
     this.DataItems.TabIndex = 0;
     this.DataItems.VerticalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.DataItems.VerticalScrollBar.Name     = "";
     this.DataItems.VerticalScrollBar.Renderer = defaultScrollBarRenderer2;
     this.DataItems.VerticalScrollBar.TabIndex = 9;
     this.DataItems.VerticalScrollBarPolicy    = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     //
     // DataItems_Sheet1
     //
     this.DataItems_Sheet1.Reset();
     this.DataItems_Sheet1.SheetName = "Sheet_DataItems";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.DataItems_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.DataItems_Sheet1.ColumnCount    = 9;
     this.DataItems_Sheet1.RowCount       = 0;
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "区域";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "名称";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "类型";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "值唯一";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "不允许空";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "不可复制";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "可平行";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "只读";
     this.DataItems_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "关键值";
     this.DataItems_Sheet1.ColumnHeader.DefaultStyle.Parent   = "HeaderDefault";
     this.DataItems_Sheet1.Columns.Get(0).CellType            = textCellType1;
     this.DataItems_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(0).Label               = "区域";
     this.DataItems_Sheet1.Columns.Get(0).Width               = 120F;
     this.DataItems_Sheet1.Columns.Get(1).CellType            = textCellType2;
     this.DataItems_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(1).Label               = "名称";
     this.DataItems_Sheet1.Columns.Get(1).Width               = 157F;
     comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
     comboBoxCellType1.Items       = new string[] {
         "文本",
         "长文本",
         "数字",
         "掩码",
         "日期时间",
         "下拉框",
         "百分号",
         "图片",
         "超链接",
         "货币",
         "复选框",
         "上下标",
         "条形码",
         "删除线"
     };
     this.DataItems_Sheet1.Columns.Get(2).CellType             = comboBoxCellType1;
     this.DataItems_Sheet1.Columns.Get(2).Font                 = new System.Drawing.Font("宋体", 10.5F);
     this.DataItems_Sheet1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(2).Label                = "类型";
     this.DataItems_Sheet1.Columns.Get(2).Width                = 96F;
     this.DataItems_Sheet1.Columns.Get(3).CellType             = checkBoxCellType1;
     this.DataItems_Sheet1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(3).Label                = "值唯一";
     this.DataItems_Sheet1.Columns.Get(3).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(3).Width                = 71F;
     this.DataItems_Sheet1.Columns.Get(4).CellType             = checkBoxCellType2;
     this.DataItems_Sheet1.Columns.Get(4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(4).Label                = "不允许空";
     this.DataItems_Sheet1.Columns.Get(4).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(4).Width                = 69F;
     this.DataItems_Sheet1.Columns.Get(5).CellType             = checkBoxCellType3;
     this.DataItems_Sheet1.Columns.Get(5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(5).Label                = "不可复制";
     this.DataItems_Sheet1.Columns.Get(5).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(5).Width                = 61F;
     this.DataItems_Sheet1.Columns.Get(6).CellType             = checkBoxCellType4;
     this.DataItems_Sheet1.Columns.Get(6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(6).Label                = "可平行";
     this.DataItems_Sheet1.Columns.Get(6).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(6).Width                = 57F;
     this.DataItems_Sheet1.Columns.Get(7).CellType             = checkBoxCellType5;
     this.DataItems_Sheet1.Columns.Get(7).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(7).Label                = "只读";
     this.DataItems_Sheet1.Columns.Get(7).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(8).CellType             = checkBoxCellType6;
     this.DataItems_Sheet1.Columns.Get(8).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.DataItems_Sheet1.Columns.Get(8).Label                = "关键值";
     this.DataItems_Sheet1.Columns.Get(8).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.DataItems_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.DataItems_Sheet1.RowHeader.DefaultStyle.Parent       = "RowHeaderDefault";
     this.DataItems_Sheet1.RowHeader.Visible       = false;
     this.DataItems_Sheet1.SheetCornerStyle.Parent = "CornerDefault";
     this.DataItems_Sheet1.VisualStyles            = FarPoint.Win.VisualStyles.Off;
     this.DataItems_Sheet1.ReferenceStyle          = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.DataItems.SetActiveViewport(0, 1, 0);
     //
     // Button_ok
     //
     this.Button_ok.Location = new System.Drawing.Point(608, 357);
     this.Button_ok.Name     = "Button_ok";
     this.Button_ok.Size     = new System.Drawing.Size(75, 23);
     this.Button_ok.TabIndex = 6;
     this.Button_ok.Text     = "确定";
     this.Button_ok.UseVisualStyleBackColor = true;
     this.Button_ok.Click += new System.EventHandler(this.Button_ok_Click);
     //
     // Button_cancel
     //
     this.Button_cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.Button_cancel.Location                = new System.Drawing.Point(701, 357);
     this.Button_cancel.Name                    = "Button_cancel";
     this.Button_cancel.Size                    = new System.Drawing.Size(75, 23);
     this.Button_cancel.TabIndex                = 7;
     this.Button_cancel.Text                    = "取消";
     this.Button_cancel.UseVisualStyleBackColor = true;
     this.Button_cancel.Click                  += new System.EventHandler(this.Button_cancel_Click);
     //
     // SheetDataItemDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(794, 390);
     this.Controls.Add(this.Button_cancel);
     this.Controls.Add(this.Button_ok);
     this.Controls.Add(this.groupBox2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SheetDataItemDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.DataItemForm_Load);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DataItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataItems_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #8
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance         tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            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();
            FarPoint.Win.Spread.CellType.TextCellType textCellType6  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType7  = new FarPoint.Win.Spread.CellType.TextCellType();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, ";
            this.neuSpread1.BackColor             = System.Drawing.Color.White;
            this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread1.FileName = "";
            this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.IsAutoSaveGridStatus      = false;
            this.neuSpread1.IsCanCustomConfigColumn   = false;
            this.neuSpread1.Location = new System.Drawing.Point(0, 0);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(510, 155);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 0;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick);
            this.neuSpread1.KeyDown                += new System.Windows.Forms.KeyEventHandler(this.neuSpread1_KeyDown);
            //
            // neuSpread1_Sheet1
            //
            this.neuSpread1_Sheet1.Reset();
            this.neuSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet1.ColumnCount    = 7;
            this.neuSpread1_Sheet1.RowCount       = 1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "处方号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "卡号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "姓名";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "挂号科室";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "挂号级别";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "挂号时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "有效性";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType            = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).Label                = "处方号";
            this.neuSpread1_Sheet1.Columns.Get(0).Width                = 67F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType             = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(1).Label                = "卡号";
            this.neuSpread1_Sheet1.Columns.Get(1).Width                = 81F;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType             = textCellType3;
            this.neuSpread1_Sheet1.Columns.Get(2).Label                = "姓名";
            this.neuSpread1_Sheet1.Columns.Get(3).CellType             = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(3).Label                = "挂号科室";
            this.neuSpread1_Sheet1.Columns.Get(4).CellType             = textCellType5;
            this.neuSpread1_Sheet1.Columns.Get(4).Label                = "挂号级别";
            this.neuSpread1_Sheet1.Columns.Get(5).CellType             = textCellType6;
            this.neuSpread1_Sheet1.Columns.Get(5).Label                = "挂号时间";
            this.neuSpread1_Sheet1.Columns.Get(6).CellType             = textCellType7;
            this.neuSpread1_Sheet1.Columns.Get(6).Label                = "有效性";
            this.neuSpread1_Sheet1.OperationMode                       = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.SelectionPolicy                     = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.neuSpread1_Sheet1.SelectionUnit                       = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.neuSpread1_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucShowPatients
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread1);
            this.Name   = "ucShowPatients";
            this.Size   = new System.Drawing.Size(510, 155);
            this.Enter += new System.EventHandler(this.ucShowPatients_Enter);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #9
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;
        }
Beispiel #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(TRN030_TransferList));
     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();
     this.fpView                       = new FarPoint.Win.Spread.FpSpread();
     this.cmsOperation                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shtView                      = new FarPoint.Win.Spread.SheetView();
     this.pictureBox1                  = new System.Windows.Forms.PictureBox();
     this.txtSearch                    = new EVOFramework.Windows.Forms.EVOTextBox();
     this.stcHead                      = new EVOFramework.Windows.Forms.EVOLabel();
     this.stcDash                      = new EVOFramework.Windows.Forms.EVOLabel();
     this.stcPeriod                    = new EVOFramework.Windows.Forms.EVOLabel();
     this.dtPeriodBegin                = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.dtPeriodEnd                  = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).BeginInit();
     this.cmsOperation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.txtSearch);
     this.pnlContainer.Controls.Add(this.pictureBox1);
     this.pnlContainer.Controls.Add(this.fpView);
     this.pnlContainer.Controls.Add(this.dtPeriodEnd);
     this.pnlContainer.Controls.Add(this.stcDash);
     this.pnlContainer.Controls.Add(this.stcHead);
     this.pnlContainer.Controls.Add(this.dtPeriodBegin);
     this.pnlContainer.Controls.Add(this.stcPeriod);
     this.pnlContainer.Font      = new System.Drawing.Font("Tahoma", 12F);
     this.pnlContainer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.pnlContainer.Size      = new System.Drawing.Size(820, 399);
     //
     // fpView
     //
     this.fpView.About = "2.5.2015.2005";
     this.fpView.AccessibleDescription = "fpView, Sheet1";
     this.fpView.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.fpView.BackColor                 = System.Drawing.Color.AliceBlue;
     this.fpView.ContextMenuStrip          = this.cmsOperation;
     this.fpView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.Location             = new System.Drawing.Point(12, 86);
     this.fpView.Name                 = "fpView";
     this.fpView.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpView.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpView.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtView
     });
     this.fpView.Size     = new System.Drawing.Size(799, 301);
     this.fpView.TabIndex = 0;
     this.fpView.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpView_CellDoubleClick);
     this.fpView.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.fpView_KeyDown);
     this.fpView.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.fpView_KeyPress);
     this.fpView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fpView_MouseDown);
     //
     // cmsOperation
     //
     this.cmsOperation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.deleteGroupToolStripMenuItem
     });
     this.cmsOperation.Name = "cmsOperation";
     this.cmsOperation.Size = new System.Drawing.Size(138, 70);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Name   = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.editToolStripMenuItem.Text   = "Edit";
     this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // deleteGroupToolStripMenuItem
     //
     this.deleteGroupToolStripMenuItem.Name   = "deleteGroupToolStripMenuItem";
     this.deleteGroupToolStripMenuItem.Size   = new System.Drawing.Size(137, 22);
     this.deleteGroupToolStripMenuItem.Text   = "Delete Group";
     this.deleteGroupToolStripMenuItem.Click += new System.EventHandler(this.deleteGroupToolStripMenuItem_Click);
     //
     // shtView
     //
     this.shtView.Reset();
     this.shtView.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtView.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtView.ColumnCount         = 14;
     this.shtView.RowCount            = 0;
     this.shtView.AutoGenerateColumns = false;
     this.shtView.ColumnHeader.Cells.Get(0, 0).Value  = "Transfer Date";
     this.shtView.ColumnHeader.Cells.Get(0, 1).Value  = "Transfer No";
     this.shtView.ColumnHeader.Cells.Get(0, 2).Value  = "Sub Type";
     this.shtView.ColumnHeader.Cells.Get(0, 3).Value  = "For Customer";
     this.shtView.ColumnHeader.Cells.Get(0, 4).Value  = "For Machine";
     this.shtView.ColumnHeader.Cells.Get(0, 5).Value  = "From Loc";
     this.shtView.ColumnHeader.Cells.Get(0, 6).Value  = "To Loc";
     this.shtView.ColumnHeader.Cells.Get(0, 7).Value  = "Part No.";
     this.shtView.ColumnHeader.Cells.Get(0, 8).Value  = "Part Name";
     this.shtView.ColumnHeader.Cells.Get(0, 9).Value  = "Lot No";
     this.shtView.ColumnHeader.Cells.Get(0, 10).Value = "Transfer Qty";
     this.shtView.ColumnHeader.Cells.Get(0, 11).Value = "Remark";
     this.shtView.ColumnHeader.Cells.Get(0, 12).Value = "TransID";
     this.shtView.ColumnHeader.Cells.Get(0, 13).Value = "RefNo";
     this.shtView.ColumnHeader.Rows.Get(0).Height     = 40F;
     this.shtView.Columns.Get(0).AllowAutoFilter      = true;
     this.shtView.Columns.Get(0).AllowAutoSort        = true;
     dateTimeCellType1.Calendar                       = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar")));
     dateTimeCellType1.DateDefault                    = new System.DateTime(2012, 1, 20, 11, 24, 7, 0);
     dateTimeCellType1.TimeDefault                    = new System.DateTime(2012, 1, 20, 11, 24, 7, 0);
     dateTimeCellType1.TwoDigitYearMax                = 2029;
     this.shtView.Columns.Get(0).CellType             = dateTimeCellType1;
     this.shtView.Columns.Get(0).Label                = "Transfer Date";
     this.shtView.Columns.Get(0).Tag                  = "Transfer Date";
     this.shtView.Columns.Get(0).Width                = 120F;
     this.shtView.Columns.Get(1).AllowAutoFilter      = true;
     this.shtView.Columns.Get(1).AllowAutoSort        = true;
     this.shtView.Columns.Get(1).Label                = "Transfer No";
     this.shtView.Columns.Get(1).Tag                  = "Transfer No";
     this.shtView.Columns.Get(1).Width                = 150F;
     this.shtView.Columns.Get(2).AllowAutoFilter      = true;
     this.shtView.Columns.Get(2).AllowAutoSort        = true;
     this.shtView.Columns.Get(2).Label                = "Sub Type";
     this.shtView.Columns.Get(2).Tag                  = "SubType";
     this.shtView.Columns.Get(2).Width                = 118F;
     this.shtView.Columns.Get(3).AllowAutoFilter      = true;
     this.shtView.Columns.Get(3).AllowAutoSort        = true;
     this.shtView.Columns.Get(3).Label                = "For Customer";
     this.shtView.Columns.Get(3).Tag                  = "ForCustomer";
     this.shtView.Columns.Get(3).Visible              = false;
     this.shtView.Columns.Get(3).Width                = 149F;
     this.shtView.Columns.Get(4).AllowAutoFilter      = true;
     this.shtView.Columns.Get(4).AllowAutoSort        = true;
     this.shtView.Columns.Get(4).Label                = "For Machine";
     this.shtView.Columns.Get(4).Tag                  = "ForMachine";
     this.shtView.Columns.Get(4).Visible              = false;
     this.shtView.Columns.Get(4).Width                = 151F;
     this.shtView.Columns.Get(5).AllowAutoFilter      = true;
     this.shtView.Columns.Get(5).AllowAutoSort        = true;
     this.shtView.Columns.Get(5).CellType             = textCellType1;
     this.shtView.Columns.Get(5).Label                = "From Loc";
     this.shtView.Columns.Get(5).Tag                  = "From Loc";
     this.shtView.Columns.Get(5).Width                = 118F;
     this.shtView.Columns.Get(6).AllowAutoFilter      = true;
     this.shtView.Columns.Get(6).AllowAutoSort        = true;
     this.shtView.Columns.Get(6).CellType             = textCellType2;
     this.shtView.Columns.Get(6).Label                = "To Loc";
     this.shtView.Columns.Get(6).Tag                  = "To Loc";
     this.shtView.Columns.Get(6).Width                = 102F;
     this.shtView.Columns.Get(7).AllowAutoFilter      = true;
     this.shtView.Columns.Get(7).AllowAutoSort        = true;
     this.shtView.Columns.Get(7).Label                = "Part No.";
     this.shtView.Columns.Get(7).Tag                  = "Part No";
     this.shtView.Columns.Get(7).Width                = 120F;
     this.shtView.Columns.Get(8).AllowAutoFilter      = true;
     this.shtView.Columns.Get(8).AllowAutoSort        = true;
     this.shtView.Columns.Get(8).Label                = "Part Name";
     this.shtView.Columns.Get(8).Tag                  = "Part Name";
     this.shtView.Columns.Get(8).Width                = 120F;
     this.shtView.Columns.Get(9).AllowAutoFilter      = true;
     this.shtView.Columns.Get(9).AllowAutoSort        = true;
     this.shtView.Columns.Get(9).CellType             = textCellType3;
     this.shtView.Columns.Get(9).Label                = "Lot No";
     this.shtView.Columns.Get(9).Tag                  = "Lot No";
     this.shtView.Columns.Get(9).Width                = 101F;
     this.shtView.Columns.Get(10).AllowAutoFilter     = true;
     this.shtView.Columns.Get(10).AllowAutoSort       = true;
     this.shtView.Columns.Get(10).Label               = "Transfer Qty";
     this.shtView.Columns.Get(10).Tag                 = "Transfer Qty";
     this.shtView.Columns.Get(10).Width               = 120F;
     this.shtView.Columns.Get(11).AllowAutoFilter     = true;
     this.shtView.Columns.Get(11).AllowAutoSort       = true;
     this.shtView.Columns.Get(11).CellType            = textCellType4;
     this.shtView.Columns.Get(11).Label               = "Remark";
     this.shtView.Columns.Get(11).Tag                 = "Remark";
     this.shtView.Columns.Get(11).Width               = 110F;
     this.shtView.Columns.Get(12).AllowAutoFilter     = true;
     this.shtView.Columns.Get(12).AllowAutoSort       = true;
     this.shtView.Columns.Get(12).Label               = "TransID";
     this.shtView.Columns.Get(12).Tag                 = "TransID";
     this.shtView.Columns.Get(12).Visible             = false;
     this.shtView.Columns.Get(12).Width               = 173F;
     this.shtView.Columns.Get(13).AllowAutoFilter     = true;
     this.shtView.Columns.Get(13).AllowAutoSort       = true;
     this.shtView.Columns.Get(13).Label               = "RefNo";
     this.shtView.Columns.Get(13).Tag                 = "RefNo";
     this.shtView.Columns.Get(13).Visible             = false;
     this.shtView.Columns.Get(13).Width               = 173F;
     this.shtView.DataAutoCellTypes                   = false;
     this.shtView.DataAutoHeadings                    = false;
     this.shtView.DataAutoSizeColumns                 = false;
     this.shtView.RowHeader.Columns.Default.Resizable = true;
     this.shtView.SelectionPolicy                     = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtView.SelectionUnit                       = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.shtView.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpView.SetActiveViewport(0, 1, 0);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Rubik.Forms.Properties.Resources.FIND_TEXT;
     this.pictureBox1.Location = new System.Drawing.Point(17, 51);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(35, 29);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.AppearanceName         = "";
     this.txtSearch.AppearanceReadOnlyName = "";
     this.txtSearch.BackColor           = System.Drawing.Color.White;
     this.txtSearch.ControlID           = "";
     this.txtSearch.DisableRestrictChar = true;
     this.txtSearch.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtSearch.ForeColor    = System.Drawing.Color.Black;
     this.txtSearch.HelpButton   = null;
     this.txtSearch.Location     = new System.Drawing.Point(65, 54);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.PathString   = null;
     this.txtSearch.PathValue    = "";
     this.txtSearch.Size         = new System.Drawing.Size(743, 26);
     this.txtSearch.TabIndex     = 7;
     this.txtSearch.TabStop      = false;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // stcHead
     //
     this.stcHead.AppearanceName = "Title";
     this.stcHead.AutoSize       = true;
     this.stcHead.ControlID      = "";
     this.stcHead.Font           = new System.Drawing.Font("Tahoma", 20F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.stcHead.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.stcHead.Location       = new System.Drawing.Point(9, 9);
     this.stcHead.Margin         = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.stcHead.Name           = "stcHead";
     this.stcHead.PathString     = null;
     this.stcHead.PathValue      = "Transfer List";
     this.stcHead.Size           = new System.Drawing.Size(185, 33);
     this.stcHead.TabIndex       = 37;
     this.stcHead.Text           = "Transfer List";
     //
     // stcDash
     //
     this.stcDash.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.stcDash.AppearanceName = "";
     this.stcDash.ControlID      = "";
     this.stcDash.Location       = new System.Drawing.Point(602, 10);
     this.stcDash.Name           = "stcDash";
     this.stcDash.PathString     = null;
     this.stcDash.PathValue      = "-";
     this.stcDash.Size           = new System.Drawing.Size(15, 30);
     this.stcDash.TabIndex       = 1;
     this.stcDash.Text           = "-";
     this.stcDash.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // stcPeriod
     //
     this.stcPeriod.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.stcPeriod.AppearanceName = "";
     this.stcPeriod.ControlID      = "";
     this.stcPeriod.Location       = new System.Drawing.Point(341, 10);
     this.stcPeriod.Name           = "stcPeriod";
     this.stcPeriod.PathString     = null;
     this.stcPeriod.PathValue      = "Period";
     this.stcPeriod.Size           = new System.Drawing.Size(64, 30);
     this.stcPeriod.TabIndex       = 0;
     this.stcPeriod.Text           = "Period";
     this.stcPeriod.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtPeriodBegin
     //
     this.dtPeriodBegin.Anchor                 = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtPeriodBegin.AppearanceName         = "";
     this.dtPeriodBegin.AppearanceReadOnlyName = "";
     this.dtPeriodBegin.BackColor              = System.Drawing.Color.Transparent;
     this.dtPeriodBegin.ControlID              = "";
     this.dtPeriodBegin.Format                 = "dd/MM/yyyy";
     this.dtPeriodBegin.Location               = new System.Drawing.Point(411, 15);
     this.dtPeriodBegin.MinimumSize            = new System.Drawing.Size(100, 0);
     this.dtPeriodBegin.Name       = "dtPeriodBegin";
     this.dtPeriodBegin.NZValue    = ((EVOFramework.NZDateTime)(resources.GetObject("dtPeriodBegin.NZValue")));
     this.dtPeriodBegin.PathString = null;
     this.dtPeriodBegin.PathValue  = ((object)(resources.GetObject("dtPeriodBegin.PathValue")));
     this.dtPeriodBegin.ReadOnly   = false;
     this.dtPeriodBegin.ShowButton = true;
     this.dtPeriodBegin.Size       = new System.Drawing.Size(185, 20);
     this.dtPeriodBegin.TabIndex   = 2;
     this.dtPeriodBegin.Value      = null;
     this.dtPeriodBegin.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.dtPeriodBegin_KeyPress);
     //
     // dtPeriodEnd
     //
     this.dtPeriodEnd.Anchor                 = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtPeriodEnd.AppearanceName         = "";
     this.dtPeriodEnd.AppearanceReadOnlyName = "";
     this.dtPeriodEnd.BackColor              = System.Drawing.Color.Transparent;
     this.dtPeriodEnd.ControlID              = "";
     this.dtPeriodEnd.Format                 = "dd/MM/yyyy";
     this.dtPeriodEnd.Location               = new System.Drawing.Point(623, 15);
     this.dtPeriodEnd.MinimumSize            = new System.Drawing.Size(100, 0);
     this.dtPeriodEnd.Name       = "dtPeriodEnd";
     this.dtPeriodEnd.NZValue    = ((EVOFramework.NZDateTime)(resources.GetObject("dtPeriodEnd.NZValue")));
     this.dtPeriodEnd.PathString = null;
     this.dtPeriodEnd.PathValue  = ((object)(resources.GetObject("dtPeriodEnd.PathValue")));
     this.dtPeriodEnd.ReadOnly   = false;
     this.dtPeriodEnd.ShowButton = true;
     this.dtPeriodEnd.Size       = new System.Drawing.Size(185, 20);
     this.dtPeriodEnd.TabIndex   = 3;
     this.dtPeriodEnd.Value      = null;
     this.dtPeriodEnd.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.dtPeriodEnd_KeyPress);
     //
     // TRN030_TransferList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(820, 424);
     this.ExportObject        = this.fpView;
     this.Name  = "TRN030_TransferList";
     this.Text  = "Transfer";
     this.Load += new System.EventHandler(this.TRN030_Load);
     this.Controls.SetChildIndex(this.pnlContainer, 0);
     this.pnlContainer.ResumeLayout(false);
     this.pnlContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).EndInit();
     this.cmsOperation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.TipAppearance         tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.CellType.TextCellType textCellType1  = new FarPoint.Win.Spread.CellType.TextCellType();
     this.fpSpreadFeeDetail = new FarPoint.Win.Spread.FpSpread();
     this.SheetFeeDetail    = new FarPoint.Win.Spread.SheetView();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpreadFeeDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetFeeDetail)).BeginInit();
     this.SuspendLayout();
     //
     // fpSpreadFeeDetail
     //
     this.fpSpreadFeeDetail.About = "3.0.2004.2005";
     this.fpSpreadFeeDetail.AccessibleDescription = "fpSpreadFeeDetail, Sheet1, Row 0, Column 0, ";
     this.fpSpreadFeeDetail.BackColor             = System.Drawing.Color.Transparent;
     this.fpSpreadFeeDetail.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.fpSpreadFeeDetail.Location    = new System.Drawing.Point(0, 0);
     this.fpSpreadFeeDetail.Name        = "fpSpreadFeeDetail";
     this.fpSpreadFeeDetail.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fpSpreadFeeDetail.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.SheetFeeDetail
     });
     this.fpSpreadFeeDetail.Size              = new System.Drawing.Size(662, 361);
     this.fpSpreadFeeDetail.TabIndex          = 1;
     tipAppearance1.BackColor                 = System.Drawing.SystemColors.Info;
     tipAppearance1.Font                      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     tipAppearance1.ForeColor                 = System.Drawing.SystemColors.InfoText;
     this.fpSpreadFeeDetail.TextTipAppearance = tipAppearance1;
     //
     // SheetFeeDetail
     //
     this.SheetFeeDetail.Reset();
     this.SheetFeeDetail.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.SheetFeeDetail.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.SheetFeeDetail.ColumnCount    = 504;
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 0).Value  = "发票号码";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 1).Value  = "划价收费";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 2).Value  = "状态";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 3).Value  = "录入来源";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 4).Value  = "项目编码";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 5).Value  = "项目名称";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 6).Value  = "组";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 7).Value  = "组名";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 8).Value  = "内部序号";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 9).Value  = "序列号";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 10).Value = "规格";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 11).Value = "数量";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 12).Value = "单价";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 13).Value = "总金额";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 14).Value = "自付金额";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 15).Value = "记帐金额";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 16).Value = "开单科室";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 17).Value = "开单医生";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 18).Value = "录入人";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 19).Value = "录入时间";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 20).Value = "执行科室";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 21).Value = "收款员";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 22).Value = "收费日期";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 23).Value = "确认执行时间";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 24).Value = "确认执行科室";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 25).Value = "确认执行人";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 26).Value = "确认执行时间";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 27).Value = "退费操作员";
     this.SheetFeeDetail.ColumnHeader.Cells.Get(0, 28).Value = "退费时间";
     this.SheetFeeDetail.Columns.Get(0).CellType             = textCellType1;
     this.SheetFeeDetail.Columns.Get(0).Label  = "发票号码";
     this.SheetFeeDetail.Columns.Get(0).Width  = 100F;
     this.SheetFeeDetail.Columns.Get(2).Label  = "状态";
     this.SheetFeeDetail.Columns.Get(2).Width  = 40F;
     this.SheetFeeDetail.Columns.Get(4).Label  = "项目编码";
     this.SheetFeeDetail.Columns.Get(4).Width  = 100F;
     this.SheetFeeDetail.Columns.Get(5).Label  = "项目名称";
     this.SheetFeeDetail.Columns.Get(5).Width  = 100F;
     this.SheetFeeDetail.Columns.Get(6).Label  = "组";
     this.SheetFeeDetail.Columns.Get(6).Width  = 25F;
     this.SheetFeeDetail.Columns.Get(7).Label  = "组名";
     this.SheetFeeDetail.Columns.Get(7).Width  = 69F;
     this.SheetFeeDetail.Columns.Get(18).Label = "录入人";
     this.SheetFeeDetail.Columns.Get(18).Width = 100F;
     this.SheetFeeDetail.Columns.Get(23).Label = "确认执行时间";
     this.SheetFeeDetail.Columns.Get(23).Width = 100F;
     this.SheetFeeDetail.DataAutoSizeColumns   = false;
     this.SheetFeeDetail.OperationMode         = FarPoint.Win.Spread.OperationMode.SingleSelect;
     this.SheetFeeDetail.RowHeader.Columns.Default.Resizable = false;
     this.SheetFeeDetail.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.SheetFeeDetail.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.SheetFeeDetail.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // ucInvoiceInfoQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.fpSpreadFeeDetail);
     this.Name = "ucInvoiceInfoQuery";
     this.Size = new System.Drawing.Size(662, 361);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpreadFeeDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetFeeDetail)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #12
0
        private void bbtnStart_Click(object sender, EventArgs e)
        {
            BISTel.PeakPerformance.Client.CommonUtil.GZip gZip = new BISTel.PeakPerformance.Client.CommonUtil.GZip();
            FarPoint.Win.Spread.CellType.TextCellType     tc   = new FarPoint.Win.Spread.CellType.TextCellType();

            pgBarModel.Value        = 0;
            pgBarData.Value         = 0;
            pgBarDataTemp.Value     = 0;
            pgBarOOC.Value          = 0;
            pgBarModelContext.Value = 0;

            string _startDate = BISTel.eSPC.Page.Common.CommonPageUtil.StartDate(StartDate.Value.ToString());
            string _endDate   = BISTel.eSPC.Page.Common.CommonPageUtil.EndDate(EndDate.Value.ToString());

            if (this.bsprData.ActiveSheet.RowCount > 0)
            {
                if (this.srtLstProductID.Count > 0)
                {
                    pgBarModel.Maximum = this.bsprData.ActiveSheet.RowCount;

                    for (int i = 0; i < this.bsprData.ActiveSheet.RowCount; i++)
                    {
                        pgBarData.Value         = 0;
                        pgBarDataTemp.Value     = 0;
                        pgBarOOC.Value          = 0;
                        pgBarModelContext.Value = 0;

                        this.bsprBLOBData.ClearHead();
                        this.bsprBLOBData.AddHeadComplete();
                        this.bsprBLOBData.UseSpreadEdit       = false;
                        this.bsprBLOBData.AutoGenerateColumns = true;
                        this.bsprBLOBData.UseAutoSort         = false;

                        this.bsprTempTrxData.ClearHead();
                        this.bsprTempTrxData.AddHeadComplete();
                        this.bsprTempTrxData.UseSpreadEdit       = false;
                        this.bsprTempTrxData.AutoGenerateColumns = true;
                        this.bsprTempTrxData.UseAutoSort         = false;

                        this.bsprOOCTRXData.ClearHead();
                        this.bsprOOCTRXData.AddHeadComplete();
                        this.bsprOOCTRXData.UseSpreadEdit       = false;
                        this.bsprOOCTRXData.AutoGenerateColumns = true;
                        this.bsprOOCTRXData.UseAutoSort         = false;

                        this.bsprContextMSTData.ClearHead();
                        this.bsprContextMSTData.AddHeadComplete();
                        this.bsprContextMSTData.UseSpreadEdit       = false;
                        this.bsprContextMSTData.AutoGenerateColumns = true;
                        this.bsprContextMSTData.UseAutoSort         = false;

                        this.bsprData.ActiveSheet.Rows[i].BackColor = Color.Yellow;
                        Thread.Sleep(50);
                        Application.DoEvents();

                        string     _sModelConfigRawid = this.bsprData.ActiveSheet.Cells[i, 0].Text.ToString();
                        LinkedList lnkListTemp        = new LinkedList();
                        lnkListTemp.Add("MODEL_CONFIG_RAWID", _sModelConfigRawid);
                        lnkListTemp.Add("START_DTTS", _startDate);
                        lnkListTemp.Add("END_DTTS", _endDate);

                        #region DATA_TRX_SPC BLOB안에 PRODUCT_ID 바꾸기
                        DataSet _dsTemp = this._wsSPC.GetSPCBLOBData(lnkListTemp.GetSerialData());
                        this.bsprBLOBData.DataSource = _dsTemp;
                        if (_dsTemp.Tables[0].Rows.Count > 0)
                        {
                            pgBarData.Maximum = this.bsprBLOBData.ActiveSheet.RowCount;
                            this.bsprBLOBData.ActiveSheet.Cells[0, 0, this.bsprBLOBData.ActiveSheet.RowCount - 1, this.bsprBLOBData.ActiveSheet.ColumnCount - 1].CellType = tc;
                            for (int j = 0; j < this.bsprBLOBData.ActiveSheet.RowCount; j++)
                            {
                                string _sDataRawid = this.bsprBLOBData.ActiveSheet.Cells[j, 0].Text.ToString();
                                this.bsprBLOBData.ActiveSheet.Rows[j].BackColor = Color.Yellow;
                                Thread.Sleep(50);
                                Application.DoEvents();
                                //BLOB안에 DATA를 바꾸자.
                                object File_Data = _dsTemp.Tables[0].Rows[j][COLUMN.FILE_DATA];
                                //StreamReader sr = gZip.DecompressForStream(File_Data);
                                StreamReader  sr         = CommonUtility.ConvertBLOBToStreamReader(File_Data);
                                string        _sline     = string.Empty;
                                StringBuilder sbFileData = new StringBuilder();
                                while (sr.Peek() > -1)
                                {
                                    _sline = sr.ReadLine();
                                    if (_sline.IndexOf("PRODUCT_ID") == 0)
                                    {
                                        string[] strArrTemp = _sline.Split('\t');
                                        for (int k = 0; k < this.srtLstProductID.Count; k++)
                                        {
                                            string sTempKey   = this.srtLstProductID.GetKey(k).ToString();
                                            string sTempValue = this.srtLstProductID.GetByIndex(k).ToString();
                                            for (int idxTemp = 0; idxTemp < strArrTemp.Length; idxTemp++)
                                            {
                                                if (strArrTemp[idxTemp].Equals(sTempKey))
                                                {
                                                    strArrTemp[idxTemp] = sTempValue;
                                                }
                                            }
                                        }
                                        _sline = "";
                                        for (int idxTemp_1 = 0; idxTemp_1 < strArrTemp.Length; idxTemp_1++)
                                        {
                                            _sline += "\t" + strArrTemp[idxTemp_1];
                                        }
                                        _sline = _sline.Substring(1);
                                    }
                                    sbFileData.AppendLine(_sline);
                                }
                                string       _sFileData          = sbFileData.ToString();
                                byte[]       btBlob              = Encoding.Default.GetBytes(_sFileData);
                                MemoryStream msDestination       = new MemoryStream(btBlob.Length);
                                GZipStream   compressedzipStream = new GZipStream(msDestination, CompressionMode.Compress, true);
                                compressedzipStream.Write(btBlob, 0, btBlob.Length);
                                compressedzipStream.Close();
                                msDestination.Position = 0;
                                btBlob = new byte[msDestination.Length];
                                msDestination.Read(btBlob, 0, (int)msDestination.Length);
                                LinkedList fieldData = new LinkedList();
                                fieldData.Add("RAWID", _sDataRawid);
                                fieldData.Add("FILE_DATA", btBlob);
                                bool bResult = this._wsSPC.ModifySPCBLOBData(fieldData.GetSerialData());
                                if (!bResult)
                                {
                                    MSGHandler.DisplayMessage(MSGType.Error, "SPC_INFO_ERROR_PARSING", null, null);
                                    return;
                                }

                                this.bsprBLOBData.ActiveSheet.Rows[j].BackColor = Color.LightGreen;
                                pgBarData.Increment(1);
                                Thread.Sleep(50);
                                Application.DoEvents();
                            }
                        }
                        else
                        {
                            pgBarData.Maximum = 1;
                            pgBarData.Value   = 1;
                        }
                        #endregion

                        #region DATA_TEMP_TRX_SPC안에 PRODUCT_ID 바꾸기

                        DataSet _dsTempTrx = this._wsSPC.GetSPCTempTrxData(lnkListTemp.GetSerialData());
                        if (_dsTempTrx != null && _dsTempTrx.Tables != null && _dsTempTrx.Tables[0].Rows.Count > 0)
                        {
                            this.bsprTempTrxData.DataSource = _dsTempTrx;

                            pgBarDataTemp.Maximum = this.bsprTempTrxData.ActiveSheet.RowCount;
                            this.bsprTempTrxData.ActiveSheet.Cells[0, 0, this.bsprTempTrxData.ActiveSheet.RowCount - 1, this.bsprTempTrxData.ActiveSheet.ColumnCount - 1].CellType = tc;
                            for (int j = 0; j < this.bsprTempTrxData.ActiveSheet.RowCount; j++)
                            {
                                string _sDataRawid = this.bsprTempTrxData.ActiveSheet.Cells[j, 0].Text.ToString();
                                this.bsprTempTrxData.ActiveSheet.Rows[j].BackColor = Color.Yellow;
                                Thread.Sleep(50);
                                Application.DoEvents();
                                //CLOB안에 DATA를 바꾸자.
                                string sContext_List = _dsTempTrx.Tables[0].Rows[j][COLUMN.CONTEXT_LIST].ToString();
                                if (sContext_List.IndexOf("PRODUCT_ID") > -1)
                                {
                                    string[] strArrTemp = sContext_List.Split('\t');
                                    for (int idxTemp = 0; idxTemp < strArrTemp.Length; idxTemp++)
                                    {
                                        if (strArrTemp[idxTemp].Split('=').Length > 1)
                                        {
                                            if (strArrTemp[idxTemp].Split('=')[0].Equals("PRODUCT_ID"))
                                            {
                                                if (this.srtLstProductID.Contains(strArrTemp[idxTemp].Split('=')[1]))
                                                {
                                                    int    _idxOfKey  = this.srtLstProductID.IndexOfKey(strArrTemp[idxTemp].Split('=')[1]);
                                                    string sTempKey   = this.srtLstProductID.GetKey(_idxOfKey).ToString();
                                                    string sTempValue = this.srtLstProductID.GetByIndex(_idxOfKey).ToString();
                                                    strArrTemp[idxTemp] = strArrTemp[idxTemp].Replace(sTempKey, sTempValue);
                                                }
                                            }
                                            else if (strArrTemp[idxTemp].Split('=')[0].Equals("CONTEXT_KEY"))
                                            {
                                                string[] strContextKeyValueTemp = strArrTemp[idxTemp].Split('=')[1].Split(';');
                                                if (strContextKeyValueTemp.Length > 0)
                                                {
                                                    for (int _iTemp = 0; _iTemp < strContextKeyValueTemp.Length; _iTemp++)
                                                    {
                                                        if (this.srtLstProductID.Contains(strContextKeyValueTemp[_iTemp]))
                                                        {
                                                            strContextKeyValueTemp[_iTemp] = this.srtLstProductID[strContextKeyValueTemp[_iTemp]].ToString();
                                                        }
                                                    }
                                                    string _sTemp = "";
                                                    for (int _idx = 0; _idx < strContextKeyValueTemp.Length; _idx++)
                                                    {
                                                        _sTemp += ";" + strContextKeyValueTemp[_idx];
                                                    }
                                                    _sTemp = _sTemp.Substring(1);
                                                    strArrTemp[idxTemp] = "CONTEXT_KEY=" + _sTemp;
                                                }
                                            }
                                        }
                                    }

                                    sContext_List = "";
                                    for (int idxTemp_1 = 0; idxTemp_1 < strArrTemp.Length; idxTemp_1++)
                                    {
                                        sContext_List += "\t" + strArrTemp[idxTemp_1];
                                    }
                                    sContext_List = sContext_List.Substring(1);
                                }

                                LinkedList fieldData = new LinkedList();
                                fieldData.Add("RAWID", _sDataRawid);
                                fieldData.Add("CONTEXT_LIST", sContext_List);
                                bool bResult = this._wsSPC.ModifySPCTempTrxData(fieldData.GetSerialData());
                                if (!bResult)
                                {
                                    MSGHandler.DisplayMessage(MSGType.Error, "SPC_INFO_ERROR_PARSING", null, null);
                                    return;
                                }

                                this.bsprTempTrxData.ActiveSheet.Rows[j].BackColor = Color.LightGreen;
                                pgBarDataTemp.Increment(1);
                                Thread.Sleep(50);
                                Application.DoEvents();
                            }
                        }
                        else
                        {
                            pgBarDataTemp.Maximum = 1;
                            pgBarDataTemp.Value   = 1;
                        }
                        #endregion

                        #region OOC_TRX_SPC 안에 PRODUCT_ID 바꾸기

                        DataSet _dsTempOOCTrx = this._wsSPC.GetSPCOOCData(lnkListTemp.GetSerialData());
                        if (_dsTempOOCTrx != null && _dsTempOOCTrx.Tables != null && _dsTempOOCTrx.Tables[0].Rows.Count > 0)
                        {
                            this.bsprOOCTRXData.DataSource = _dsTempOOCTrx;

                            pgBarOOC.Maximum = this.bsprOOCTRXData.ActiveSheet.RowCount;
                            this.bsprOOCTRXData.ActiveSheet.Cells[0, 0, this.bsprOOCTRXData.ActiveSheet.RowCount - 1, this.bsprOOCTRXData.ActiveSheet.ColumnCount - 1].CellType = tc;
                            for (int j = 0; j < this.bsprOOCTRXData.ActiveSheet.RowCount; j++)
                            {
                                string _sDataRawid = this.bsprOOCTRXData.ActiveSheet.Cells[j, 0].Text.ToString();
                                this.bsprOOCTRXData.ActiveSheet.Rows[j].BackColor = Color.Yellow;
                                Thread.Sleep(50);
                                Application.DoEvents();
                                //CLOB안에 DATA를 바꾸자.
                                string sContext_List = _dsTempOOCTrx.Tables[0].Rows[j][COLUMN.CONTEXT_LIST].ToString();
                                if (sContext_List.IndexOf("PRODUCT_ID") > -1)
                                {
                                    string[] strArrTemp = sContext_List.Split('\t');
                                    for (int idxTemp = 0; idxTemp < strArrTemp.Length; idxTemp++)
                                    {
                                        if (strArrTemp[idxTemp].Split('=').Length > 1)
                                        {
                                            if (strArrTemp[idxTemp].Split('=')[0].Equals("PRODUCT_ID"))
                                            {
                                                if (this.srtLstProductID.Contains(strArrTemp[idxTemp].Split('=')[1]))
                                                {
                                                    int    _idxOfKey  = this.srtLstProductID.IndexOfKey(strArrTemp[idxTemp].Split('=')[1]);
                                                    string sTempKey   = this.srtLstProductID.GetKey(_idxOfKey).ToString();
                                                    string sTempValue = this.srtLstProductID.GetByIndex(_idxOfKey).ToString();
                                                    strArrTemp[idxTemp] = strArrTemp[idxTemp].Replace(sTempKey, sTempValue);
                                                }
                                            }
                                            else if (strArrTemp[idxTemp].Split('=')[0].Equals("CONTEXT_KEY"))
                                            {
                                                string[] strContextKeyValueTemp = strArrTemp[idxTemp].Split('=')[1].Split(';');
                                                if (strContextKeyValueTemp.Length > 0)
                                                {
                                                    for (int _iTemp = 0; _iTemp < strContextKeyValueTemp.Length; _iTemp++)
                                                    {
                                                        if (this.srtLstProductID.Contains(strContextKeyValueTemp[_iTemp]))
                                                        {
                                                            strContextKeyValueTemp[_iTemp] = this.srtLstProductID[strContextKeyValueTemp[_iTemp]].ToString();
                                                        }
                                                    }
                                                    string _sTemp = "";
                                                    for (int _idx = 0; _idx < strContextKeyValueTemp.Length; _idx++)
                                                    {
                                                        _sTemp += ";" + strContextKeyValueTemp[_idx];
                                                    }
                                                    _sTemp = _sTemp.Substring(1);
                                                    strArrTemp[idxTemp] = "CONTEXT_KEY=" + _sTemp;
                                                }
                                            }
                                        }
                                    }

                                    sContext_List = "";
                                    for (int idxTemp_1 = 0; idxTemp_1 < strArrTemp.Length; idxTemp_1++)
                                    {
                                        sContext_List += "\t" + strArrTemp[idxTemp_1];
                                    }
                                    sContext_List = sContext_List.Substring(1);
                                }

                                LinkedList fieldData = new LinkedList();
                                fieldData.Add("RAWID", _sDataRawid);
                                fieldData.Add("CONTEXT_LIST", sContext_List);
                                bool bResult = this._wsSPC.ModifySPCOOCData(fieldData.GetSerialData());
                                if (!bResult)
                                {
                                    MSGHandler.DisplayMessage(MSGType.Error, "SPC_INFO_ERROR_PARSING", null, null);
                                    return;
                                }

                                this.bsprOOCTRXData.ActiveSheet.Rows[j].BackColor = Color.LightGreen;
                                pgBarOOC.Increment(1);
                                Thread.Sleep(50);
                                Application.DoEvents();
                            }
                        }
                        else
                        {
                            pgBarOOC.Maximum = 1;
                            pgBarOOC.Value   = 1;
                        }
                        #endregion

                        #region MODEL_CONTEXT_MST_SPC 안에 PRODUCT_ID 바꾸기

                        DataSet _dsTempModelContext = this._wsSPC.GetSPCModelContextData(lnkListTemp.GetSerialData());
                        if (_dsTempModelContext != null && _dsTempModelContext.Tables != null && _dsTempModelContext.Tables[0].Rows.Count > 0)
                        {
                            this.bsprContextMSTData.DataSource = _dsTempModelContext;

                            pgBarModelContext.Maximum = this.bsprContextMSTData.ActiveSheet.RowCount;
                            this.bsprContextMSTData.ActiveSheet.Cells[0, 0, this.bsprContextMSTData.ActiveSheet.RowCount - 1, this.bsprContextMSTData.ActiveSheet.ColumnCount - 1].CellType = tc;
                            for (int j = 0; j < this.bsprContextMSTData.ActiveSheet.RowCount; j++)
                            {
                                string _sDataRawid = this.bsprContextMSTData.ActiveSheet.Cells[j, 0].Text.ToString();
                                this.bsprContextMSTData.ActiveSheet.Rows[j].BackColor = Color.Yellow;
                                Thread.Sleep(50);
                                Application.DoEvents();
                                //CONTEXT_VALUE안에 DATA를 바꾸자.
                                string   sContext_Value = _dsTempModelContext.Tables[0].Rows[j][COLUMN.CONTEXT_VALUE].ToString();
                                string[] strArrTemp     = sContext_Value.Split(';');
                                for (int idxTemp = 0; idxTemp < strArrTemp.Length; idxTemp++)
                                {
                                    if (this.srtLstProductID.Contains(strArrTemp[idxTemp]))
                                    {
                                        string sTempValue = this.srtLstProductID[strArrTemp[idxTemp]].ToString();
                                        strArrTemp[idxTemp] = sTempValue;
                                    }
                                }

                                sContext_Value = "";
                                for (int idxTemp_1 = 0; idxTemp_1 < strArrTemp.Length; idxTemp_1++)
                                {
                                    sContext_Value += ";" + strArrTemp[idxTemp_1];
                                }
                                sContext_Value = sContext_Value.Substring(1);

                                LinkedList fieldData = new LinkedList();
                                fieldData.Add("RAWID", _sDataRawid);
                                fieldData.Add("CONTEXT_VALUE", sContext_Value);
                                bool bResult = this._wsSPC.ModifySPCModelContextData(fieldData.GetSerialData());
                                if (!bResult)
                                {
                                    MSGHandler.DisplayMessage(MSGType.Error, "SPC_INFO_ERROR_PARSING", null, null);
                                    return;
                                }

                                this.bsprContextMSTData.ActiveSheet.Rows[j].BackColor = Color.LightGreen;
                                pgBarModelContext.Increment(1);
                                Thread.Sleep(50);
                                Application.DoEvents();
                            }
                        }
                        else
                        {
                            pgBarModelContext.Maximum = 1;
                            pgBarModelContext.Value   = 1;
                        }
                        #endregion

                        this.bsprData.ActiveSheet.Rows[i].BackColor = Color.LightGreen;
                        pgBarModel.Increment(1);
                        Thread.Sleep(50);
                        Application.DoEvents();
                    }
                }
                else
                {
                    MSGHandler.DisplayMessage(MSGType.Information, "SPC_INFO_NO_INFO_PROD_MAPPING", null, null);
                    return;
                }
            }
            else
            {
                MSGHandler.DisplayMessage(MSGType.Information, "Please search SPC Model first.");
                return;
            }
        }
Beispiel #13
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            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();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType6     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType7     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType8     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType9     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType10    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType11    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType12    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            this.neuGroupBox1      = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.cmbIdCardType     = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cmbCardType       = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.txtsiNo           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtCountry        = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtAge            = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtSex            = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtNation         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.txtName           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuLabel12        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtIdCardNO       = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuLabel11        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel10        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel9         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel5         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel4         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel3         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel2         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtMarkNo         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.lblCardNo         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lblCardType       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtpay            = new Neusoft.FrameWork.WinForms.Controls.NeuNumericTextBox();
            this.neuLabel6         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.btnShow           = new System.Windows.Forms.Button();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.spHistory         = new FarPoint.Win.Spread.SheetView();
            this.spcard            = new FarPoint.Win.Spread.SheetView();
            this.neuGroupBox2      = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.panelPatient      = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.ucRegPatientInfo1 = new Neusoft.HISFC.Components.Account.Controls.ucRegPatientInfo();
            this.gbPrePay          = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.txtVacancy        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbPayType        = new Neusoft.HISFC.Components.Account.Controls.cmbPayType(this.components);
            this.neuLabel13        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spHistory)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spcard)).BeginInit();
            this.neuGroupBox2.SuspendLayout();
            this.panelPatient.SuspendLayout();
            this.gbPrePay.SuspendLayout();
            this.SuspendLayout();
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.BackColor = System.Drawing.Color.Transparent;
            this.neuGroupBox1.Controls.Add(this.cmbIdCardType);
            this.neuGroupBox1.Controls.Add(this.cmbCardType);
            this.neuGroupBox1.Controls.Add(this.txtsiNo);
            this.neuGroupBox1.Controls.Add(this.txtCountry);
            this.neuGroupBox1.Controls.Add(this.txtAge);
            this.neuGroupBox1.Controls.Add(this.txtSex);
            this.neuGroupBox1.Controls.Add(this.txtNation);
            this.neuGroupBox1.Controls.Add(this.txtName);
            this.neuGroupBox1.Controls.Add(this.neuLabel12);
            this.neuGroupBox1.Controls.Add(this.txtIdCardNO);
            this.neuGroupBox1.Controls.Add(this.neuLabel11);
            this.neuGroupBox1.Controls.Add(this.neuLabel10);
            this.neuGroupBox1.Controls.Add(this.neuLabel9);
            this.neuGroupBox1.Controls.Add(this.neuLabel5);
            this.neuGroupBox1.Controls.Add(this.neuLabel4);
            this.neuGroupBox1.Controls.Add(this.neuLabel3);
            this.neuGroupBox1.Controls.Add(this.neuLabel2);
            this.neuGroupBox1.Controls.Add(this.txtMarkNo);
            this.neuGroupBox1.Controls.Add(this.lblCardNo);
            this.neuGroupBox1.Controls.Add(this.lblCardType);
            this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuGroupBox1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(826, 75);
            this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox1.TabIndex = 0;
            this.neuGroupBox1.TabStop  = false;
            //
            // cmbIdCardType
            //
            this.cmbIdCardType.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbIdCardType.Enabled            = false;
            this.cmbIdCardType.FormattingEnabled  = true;
            this.cmbIdCardType.IsEnter2Tab        = false;
            this.cmbIdCardType.IsFlat             = false;
            this.cmbIdCardType.IsLike             = true;
            this.cmbIdCardType.IsListOnly         = false;
            this.cmbIdCardType.IsPopForm          = true;
            this.cmbIdCardType.IsShowCustomerList = false;
            this.cmbIdCardType.IsShowID           = false;
            this.cmbIdCardType.Location           = new System.Drawing.Point(68, 47);
            this.cmbIdCardType.Name             = "cmbIdCardType";
            this.cmbIdCardType.PopForm          = null;
            this.cmbIdCardType.ShowCustomerList = false;
            this.cmbIdCardType.ShowID           = false;
            this.cmbIdCardType.Size             = new System.Drawing.Size(117, 20);
            this.cmbIdCardType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbIdCardType.TabIndex         = 26;
            this.cmbIdCardType.Tag        = "";
            this.cmbIdCardType.ToolBarUse = false;
            //
            // cmbCardType
            //
            this.cmbCardType.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbCardType.Enabled            = false;
            this.cmbCardType.FormattingEnabled  = true;
            this.cmbCardType.IsEnter2Tab        = false;
            this.cmbCardType.IsFlat             = false;
            this.cmbCardType.IsLike             = true;
            this.cmbCardType.IsListOnly         = false;
            this.cmbCardType.IsPopForm          = true;
            this.cmbCardType.IsShowCustomerList = false;
            this.cmbCardType.IsShowID           = false;
            this.cmbCardType.Location           = new System.Drawing.Point(253, 13);
            this.cmbCardType.Name             = "cmbCardType";
            this.cmbCardType.PopForm          = null;
            this.cmbCardType.ShowCustomerList = false;
            this.cmbCardType.ShowID           = false;
            this.cmbCardType.Size             = new System.Drawing.Size(127, 20);
            this.cmbCardType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbCardType.TabIndex         = 25;
            this.cmbCardType.Tag        = "";
            this.cmbCardType.ToolBarUse = false;
            //
            // txtsiNo
            //
            this.txtsiNo.Enabled     = false;
            this.txtsiNo.IsEnter2Tab = false;
            this.txtsiNo.Location    = new System.Drawing.Point(721, 47);
            this.txtsiNo.Name        = "txtsiNo";
            this.txtsiNo.Size        = new System.Drawing.Size(93, 21);
            this.txtsiNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtsiNo.TabIndex    = 23;
            //
            // txtCountry
            //
            this.txtCountry.Enabled     = false;
            this.txtCountry.IsEnter2Tab = false;
            this.txtCountry.Location    = new System.Drawing.Point(566, 47);
            this.txtCountry.Name        = "txtCountry";
            this.txtCountry.Size        = new System.Drawing.Size(84, 21);
            this.txtCountry.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCountry.TabIndex    = 22;
            //
            // txtAge
            //
            this.txtAge.Enabled     = false;
            this.txtAge.IsEnter2Tab = false;
            this.txtAge.Location    = new System.Drawing.Point(719, 13);
            this.txtAge.Name        = "txtAge";
            this.txtAge.Size        = new System.Drawing.Size(93, 21);
            this.txtAge.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtAge.TabIndex    = 21;
            //
            // txtSex
            //
            this.txtSex.Enabled     = false;
            this.txtSex.IsEnter2Tab = false;
            this.txtSex.Location    = new System.Drawing.Point(566, 13);
            this.txtSex.Name        = "txtSex";
            this.txtSex.Size        = new System.Drawing.Size(83, 21);
            this.txtSex.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtSex.TabIndex    = 20;
            //
            // txtNation
            //
            this.txtNation.Enabled     = false;
            this.txtNation.IsEnter2Tab = false;
            this.txtNation.Location    = new System.Drawing.Point(428, 47);
            this.txtNation.Name        = "txtNation";
            this.txtNation.Size        = new System.Drawing.Size(93, 21);
            this.txtNation.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtNation.TabIndex    = 19;
            //
            // txtName
            //
            this.txtName.Enabled     = false;
            this.txtName.IsEnter2Tab = false;
            this.txtName.Location    = new System.Drawing.Point(427, 13);
            this.txtName.Name        = "txtName";
            this.txtName.Size        = new System.Drawing.Size(93, 21);
            this.txtName.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtName.TabIndex    = 18;
            //
            // neuLabel12
            //
            this.neuLabel12.AutoSize = true;
            this.neuLabel12.Location = new System.Drawing.Point(657, 19);
            this.neuLabel12.Name     = "neuLabel12";
            this.neuLabel12.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel12.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel12.TabIndex = 17;
            this.neuLabel12.Text     = "年  龄:";
            //
            // txtIdCardNO
            //
            this.txtIdCardNO.Enabled     = false;
            this.txtIdCardNO.IsEnter2Tab = false;
            this.txtIdCardNO.Location    = new System.Drawing.Point(254, 47);
            this.txtIdCardNO.Name        = "txtIdCardNO";
            this.txtIdCardNO.Size        = new System.Drawing.Size(126, 21);
            this.txtIdCardNO.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtIdCardNO.TabIndex    = 15;
            //
            // neuLabel11
            //
            this.neuLabel11.AutoSize = true;
            this.neuLabel11.Location = new System.Drawing.Point(659, 52);
            this.neuLabel11.Name     = "neuLabel11";
            this.neuLabel11.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel11.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel11.TabIndex = 14;
            this.neuLabel11.Text     = "医疗证号:";
            //
            // neuLabel10
            //
            this.neuLabel10.AutoSize = true;
            this.neuLabel10.Location = new System.Drawing.Point(529, 52);
            this.neuLabel10.Name     = "neuLabel10";
            this.neuLabel10.Size     = new System.Drawing.Size(41, 12);
            this.neuLabel10.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel10.TabIndex = 13;
            this.neuLabel10.Text     = "电话:";
            //
            // neuLabel9
            //
            this.neuLabel9.AutoSize = true;
            this.neuLabel9.Location = new System.Drawing.Point(390, 52);
            this.neuLabel9.Name     = "neuLabel9";
            this.neuLabel9.Size     = new System.Drawing.Size(41, 12);
            this.neuLabel9.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel9.TabIndex = 12;
            this.neuLabel9.Text     = "民族:";
            //
            // neuLabel5
            //
            this.neuLabel5.AutoSize  = true;
            this.neuLabel5.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel5.Location  = new System.Drawing.Point(194, 52);
            this.neuLabel5.Name      = "neuLabel5";
            this.neuLabel5.Size      = new System.Drawing.Size(65, 12);
            this.neuLabel5.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel5.TabIndex  = 11;
            this.neuLabel5.Text      = "证 件 号:";
            //
            // neuLabel4
            //
            this.neuLabel4.AutoSize = true;
            this.neuLabel4.Location = new System.Drawing.Point(529, 19);
            this.neuLabel4.Name     = "neuLabel4";
            this.neuLabel4.Size     = new System.Drawing.Size(41, 12);
            this.neuLabel4.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel4.TabIndex = 10;
            this.neuLabel4.Text     = "性别:";
            //
            // neuLabel3
            //
            this.neuLabel3.AutoSize = true;
            this.neuLabel3.Location = new System.Drawing.Point(7, 51);
            this.neuLabel3.Name     = "neuLabel3";
            this.neuLabel3.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel3.TabIndex = 9;
            this.neuLabel3.Text     = "证件类型:";
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize = true;
            this.neuLabel2.Location = new System.Drawing.Point(390, 19);
            this.neuLabel2.Name     = "neuLabel2";
            this.neuLabel2.Size     = new System.Drawing.Size(41, 12);
            this.neuLabel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel2.TabIndex = 8;
            this.neuLabel2.Text     = "姓名:";
            //
            // txtMarkNo
            //
            this.txtMarkNo.IsEnter2Tab = false;
            this.txtMarkNo.Location    = new System.Drawing.Point(67, 13);
            this.txtMarkNo.Name        = "txtMarkNo";
            this.txtMarkNo.Size        = new System.Drawing.Size(118, 21);
            this.txtMarkNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtMarkNo.TabIndex    = 7;
            //
            // lblCardNo
            //
            this.lblCardNo.AutoSize  = true;
            this.lblCardNo.ForeColor = System.Drawing.Color.Blue;
            this.lblCardNo.Location  = new System.Drawing.Point(6, 19);
            this.lblCardNo.Name      = "lblCardNo";
            this.lblCardNo.Size      = new System.Drawing.Size(65, 12);
            this.lblCardNo.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblCardNo.TabIndex  = 6;
            this.lblCardNo.Text      = "就诊卡号:";
            //
            // lblCardType
            //
            this.lblCardType.AutoSize = true;
            this.lblCardType.Location = new System.Drawing.Point(194, 19);
            this.lblCardType.Name     = "lblCardType";
            this.lblCardType.Size     = new System.Drawing.Size(65, 12);
            this.lblCardType.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblCardType.TabIndex = 4;
            this.lblCardType.Text     = "卡 类 型:";
            //
            // txtpay
            //
            this.txtpay.AllowNegative           = false;
            this.txtpay.BackColor               = System.Drawing.Color.White;
            this.txtpay.IsAutoRemoveDecimalZero = false;
            this.txtpay.IsEnter2Tab             = false;
            this.txtpay.Location                = new System.Drawing.Point(256, 20);
            this.txtpay.Name                    = "txtpay";
            this.txtpay.NumericPrecision        = 11;
            this.txtpay.NumericScaleOnFocus     = 2;
            this.txtpay.NumericScaleOnLostFocus = 2;
            this.txtpay.NumericValue            = new decimal(new int[] {
                0,
                0,
                0,
                0
            });
            this.txtpay.SetRange          = new System.Drawing.Size(-1, -1);
            this.txtpay.Size              = new System.Drawing.Size(124, 21);
            this.txtpay.Style             = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtpay.TabIndex          = 15;
            this.txtpay.Text              = "0.00";
            this.txtpay.TextAlign         = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtpay.UseGroupSeperator = true;
            this.txtpay.ZeroIsValid       = true;
            this.txtpay.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.txtpay_KeyDown);
            this.txtpay.Enter            += new System.EventHandler(this.txtpay_Enter);
            //
            // neuLabel6
            //
            this.neuLabel6.AutoSize = true;
            this.neuLabel6.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuLabel6.Location = new System.Drawing.Point(194, 25);
            this.neuLabel6.Name     = "neuLabel6";
            this.neuLabel6.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel6.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel6.TabIndex = 10;
            this.neuLabel6.Text     = "金    额:";
            //
            // btnShow
            //
            this.btnShow.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.btnShow.Location = new System.Drawing.Point(3, 279);
            this.btnShow.Name     = "btnShow";
            this.btnShow.Size     = new System.Drawing.Size(820, 21);
            this.btnShow.TabIndex = 2;
            this.btnShow.Text     = "  患  者  详  细  信  息";
            this.btnShow.UseVisualStyleBackColor = true;
            this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
            //
            // neuSpread1
            //
            this.neuSpread1.About = "3.0.2004.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, 就诊卡信息";
            this.neuSpread1.BackColor             = System.Drawing.Color.White;
            this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread1.FileName = "";
            this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.IsAutoSaveGridStatus      = false;
            this.neuSpread1.IsCanCustomConfigColumn   = false;
            this.neuSpread1.Location = new System.Drawing.Point(3, 17);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1,
                this.spHistory,
                this.spcard
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(820, 262);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 1;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.ActiveSheetIndex        = 1;
            //
            // neuSpread1_Sheet1
            //
            this.neuSpread1_Sheet1.Reset();
            this.neuSpread1_Sheet1.SheetName = "预交金信息";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet1.ColumnCount    = 5;
            this.neuSpread1_Sheet1.RowCount       = 0;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "票据号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "状态";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "金额";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "操作员";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).AllowAutoSort        = true;
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label               = "票据号";
            this.neuSpread1_Sheet1.Columns.Get(0).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(0).Width               = 177F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType            = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "状态";
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 107F;
            this.neuSpread1_Sheet1.Columns.Get(2).AllowAutoSort       = true;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType            = textCellType3;
            this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "金额";
            this.neuSpread1_Sheet1.Columns.Get(2).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 151F;
            this.neuSpread1_Sheet1.Columns.Get(3).AllowAutoSort       = true;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType            = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "时间";
            this.neuSpread1_Sheet1.Columns.Get(3).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 163F;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType            = textCellType5;
            this.neuSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "操作员";
            this.neuSpread1_Sheet1.Columns.Get(4).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 171F;
            this.neuSpread1_Sheet1.GrayAreaBackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.OperationMode     = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(0, 1, 0);
            //
            // spHistory
            //
            this.spHistory.Reset();
            this.spHistory.SheetName = "预交金历史数据";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.spHistory.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.spHistory.ColumnCount    = 5;
            this.spHistory.RowCount       = 1;
            this.spHistory.ColumnHeader.Cells.Get(0, 0).Value  = "票据号";
            this.spHistory.ColumnHeader.Cells.Get(0, 1).Value  = "状态";
            this.spHistory.ColumnHeader.Cells.Get(0, 2).Value  = "金额";
            this.spHistory.ColumnHeader.Cells.Get(0, 3).Value  = "时间";
            this.spHistory.ColumnHeader.Cells.Get(0, 4).Value  = "操作员";
            this.spHistory.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.spHistory.ColumnHeader.DefaultStyle.Locked    = false;
            this.spHistory.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.spHistory.Columns.Get(0).CellType             = textCellType6;
            this.spHistory.Columns.Get(0).Label                = "票据号";
            this.spHistory.Columns.Get(0).Locked               = true;
            this.spHistory.Columns.Get(0).Width                = 177F;
            this.spHistory.Columns.Get(1).CellType             = textCellType7;
            this.spHistory.Columns.Get(1).Label                = "状态";
            this.spHistory.Columns.Get(1).Locked               = true;
            this.spHistory.Columns.Get(1).Width                = 107F;
            this.spHistory.Columns.Get(2).CellType             = textCellType8;
            this.spHistory.Columns.Get(2).Label                = "金额";
            this.spHistory.Columns.Get(2).Locked               = true;
            this.spHistory.Columns.Get(2).Width                = 151F;
            this.spHistory.Columns.Get(3).CellType             = textCellType9;
            this.spHistory.Columns.Get(3).Label                = "时间";
            this.spHistory.Columns.Get(3).Locked               = true;
            this.spHistory.Columns.Get(3).Width                = 163F;
            this.spHistory.Columns.Get(4).CellType             = textCellType10;
            this.spHistory.Columns.Get(4).Label                = "操作员";
            this.spHistory.Columns.Get(4).Locked               = true;
            this.spHistory.Columns.Get(4).Width                = 171F;
            this.spHistory.GrayAreaBackColor                   = System.Drawing.Color.White;
            this.spHistory.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.spHistory.RowHeader.Columns.Default.Resizable = false;
            this.spHistory.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.spHistory.RowHeader.DefaultStyle.Locked       = false;
            this.spHistory.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.spHistory.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.spHistory.SheetCornerStyle.Locked             = false;
            this.spHistory.SheetCornerStyle.Parent             = "HeaderDefault";
            this.spHistory.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // spcard
            //
            this.spcard.Reset();
            this.spcard.SheetName = "就诊卡信息";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.spcard.ReferenceStyle    = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.spcard.ColumnCount       = 3;
            this.spcard.RowCount          = 0;
            this.spcard.ActiveColumnIndex = 1;
            this.spcard.ColumnHeader.Cells.Get(0, 0).Value  = "就诊卡号";
            this.spcard.ColumnHeader.Cells.Get(0, 1).Value  = "卡类型";
            this.spcard.ColumnHeader.Cells.Get(0, 2).Value  = "状态";
            this.spcard.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.spcard.ColumnHeader.DefaultStyle.Locked    = false;
            this.spcard.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.spcard.Columns.Get(0).CellType             = textCellType11;
            this.spcard.Columns.Get(0).Label                = "就诊卡号";
            this.spcard.Columns.Get(0).Locked               = true;
            this.spcard.Columns.Get(0).Width                = 102F;
            this.spcard.Columns.Get(1).CellType             = textCellType12;
            this.spcard.Columns.Get(1).Label                = "卡类型";
            this.spcard.Columns.Get(1).Locked               = true;
            this.spcard.Columns.Get(1).Width                = 114F;
            this.spcard.Columns.Get(2).CellType             = checkBoxCellType1;
            this.spcard.Columns.Get(2).Label                = "状态";
            this.spcard.Columns.Get(2).Locked               = true;
            this.spcard.Columns.Get(2).Width                = 124F;
            this.spcard.GrayAreaBackColor                   = System.Drawing.Color.White;
            this.spcard.RowHeader.Columns.Default.Resizable = false;
            this.spcard.RowHeader.Columns.Get(0).Width      = 37F;
            this.spcard.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.spcard.RowHeader.DefaultStyle.Locked       = false;
            this.spcard.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.spcard.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.spcard.SheetCornerStyle.Locked             = false;
            this.spcard.SheetCornerStyle.Parent             = "HeaderDefault";
            this.spcard.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(2, 1, 0);
            //
            // neuGroupBox2
            //
            this.neuGroupBox2.Controls.Add(this.neuSpread1);
            this.neuGroupBox2.Controls.Add(this.btnShow);
            this.neuGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuGroupBox2.Location = new System.Drawing.Point(0, 123);
            this.neuGroupBox2.Name     = "neuGroupBox2";
            this.neuGroupBox2.Size     = new System.Drawing.Size(826, 303);
            this.neuGroupBox2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox2.TabIndex = 1;
            this.neuGroupBox2.TabStop  = false;
            //
            // panelPatient
            //
            this.panelPatient.Controls.Add(this.ucRegPatientInfo1);
            this.panelPatient.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.panelPatient.Location = new System.Drawing.Point(0, 426);
            this.panelPatient.Name     = "panelPatient";
            this.panelPatient.Size     = new System.Drawing.Size(826, 241);
            this.panelPatient.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panelPatient.TabIndex = 2;
            //
            // ucRegPatientInfo1
            //
            this.ucRegPatientInfo1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(247)))), ((int)(((byte)(213)))));
            this.ucRegPatientInfo1.CardNO              = "";
            this.ucRegPatientInfo1.CardWay             = false;
            this.ucRegPatientInfo1.Dock                = System.Windows.Forms.DockStyle.Fill;
            this.ucRegPatientInfo1.IsEnableEntry       = true;
            this.ucRegPatientInfo1.IsEnableIDENO       = true;
            this.ucRegPatientInfo1.IsEnableIDEType     = true;
            this.ucRegPatientInfo1.IsEnablePact        = true;
            this.ucRegPatientInfo1.IsEnableSiNO        = true;
            this.ucRegPatientInfo1.IsEnableVip         = true;
            this.ucRegPatientInfo1.IsInputBirthDay     = false;
            this.ucRegPatientInfo1.IsInputIDENO        = false;
            this.ucRegPatientInfo1.IsInputIDEType      = false;
            this.ucRegPatientInfo1.IsInputName         = true;
            this.ucRegPatientInfo1.IsInputPact         = true;
            this.ucRegPatientInfo1.IsInputSex          = true;
            this.ucRegPatientInfo1.IsInputSiNo         = false;
            this.ucRegPatientInfo1.IsLocalOperation    = true;
            this.ucRegPatientInfo1.IsMustInputTabIndex = false;
            this.ucRegPatientInfo1.IsPrint             = false;
            this.ucRegPatientInfo1.IsShowTitle         = true;
            this.ucRegPatientInfo1.IsTreatment         = false;
            this.ucRegPatientInfo1.Location            = new System.Drawing.Point(0, 0);
            this.ucRegPatientInfo1.McardNO             = "";
            this.ucRegPatientInfo1.Name                = "ucRegPatientInfo1";
            this.ucRegPatientInfo1.Size                = new System.Drawing.Size(826, 241);
            this.ucRegPatientInfo1.TabIndex            = 0;
            //
            // gbPrePay
            //
            this.gbPrePay.Controls.Add(this.txtVacancy);
            this.gbPrePay.Controls.Add(this.cmbPayType);
            this.gbPrePay.Controls.Add(this.neuLabel13);
            this.gbPrePay.Controls.Add(this.neuLabel1);
            this.gbPrePay.Controls.Add(this.txtpay);
            this.gbPrePay.Controls.Add(this.neuLabel6);
            this.gbPrePay.Dock     = System.Windows.Forms.DockStyle.Top;
            this.gbPrePay.Location = new System.Drawing.Point(0, 75);
            this.gbPrePay.Name     = "gbPrePay";
            this.gbPrePay.Size     = new System.Drawing.Size(826, 48);
            this.gbPrePay.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.gbPrePay.TabIndex = 3;
            this.gbPrePay.TabStop  = false;
            //
            // txtVacancy
            //
            this.txtVacancy.Font      = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtVacancy.ForeColor = System.Drawing.Color.Red;
            this.txtVacancy.Location  = new System.Drawing.Point(469, 15);
            this.txtVacancy.Name      = "txtVacancy";
            this.txtVacancy.Size      = new System.Drawing.Size(260, 25);
            this.txtVacancy.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtVacancy.TabIndex  = 20;
            this.txtVacancy.Tag       = "";
            //
            // cmbPayType
            //
            this.cmbPayType.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbPayType.FormattingEnabled  = true;
            this.cmbPayType.IsEnter2Tab        = false;
            this.cmbPayType.IsFlat             = false;
            this.cmbPayType.IsLike             = true;
            this.cmbPayType.IsListOnly         = false;
            this.cmbPayType.IsPopForm          = true;
            this.cmbPayType.IsShowCustomerList = false;
            this.cmbPayType.IsShowID           = false;
            this.cmbPayType.Location           = new System.Drawing.Point(68, 20);
            this.cmbPayType.Name             = "cmbPayType";
            this.cmbPayType.Pop              = true;
            this.cmbPayType.PopForm          = null;
            this.cmbPayType.ShowCustomerList = false;
            this.cmbPayType.ShowID           = false;
            this.cmbPayType.Size             = new System.Drawing.Size(117, 20);
            this.cmbPayType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbPayType.TabIndex         = 19;
            this.cmbPayType.Tag              = "";
            this.cmbPayType.ToolBarUse       = false;
            this.cmbPayType.WorkUnit         = "";
            //
            // neuLabel13
            //
            this.neuLabel13.AutoSize = true;
            this.neuLabel13.Location = new System.Drawing.Point(8, 25);
            this.neuLabel13.Name     = "neuLabel13";
            this.neuLabel13.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel13.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel13.TabIndex = 18;
            this.neuLabel13.Text     = "支付方式:";
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(407, 25);
            this.neuLabel1.Name     = "neuLabel1";
            this.neuLabel1.Size     = new System.Drawing.Size(65, 12);
            this.neuLabel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex = 16;
            this.neuLabel1.Text     = "帐户余额:";
            //
            // ucAccount
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.Transparent;
            this.Controls.Add(this.neuGroupBox2);
            this.Controls.Add(this.gbPrePay);
            this.Controls.Add(this.panelPatient);
            this.Controls.Add(this.neuGroupBox1);
            this.Name  = "ucAccount";
            this.Size  = new System.Drawing.Size(826, 667);
            this.Load += new System.EventHandler(this.ucAccount_Load);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spHistory)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spcard)).EndInit();
            this.neuGroupBox2.ResumeLayout(false);
            this.panelPatient.ResumeLayout(false);
            this.gbPrePay.ResumeLayout(false);
            this.gbPrePay.PerformLayout();
            this.ResumeLayout(false);
        }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStaff));
     FarPoint.Win.Spread.DefaultScrollBarRenderer   defaultScrollBarRenderer3 = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     FarPoint.Win.Spread.DefaultScrollBarRenderer   defaultScrollBarRenderer4 = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     FarPoint.Win.Spread.CellType.CheckBoxCellType  checkBoxCellType2         = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType9             = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType10            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType11            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType12            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType13            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType14            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType15            = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType16            = new FarPoint.Win.Spread.CellType.TextCellType();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbSearch           = new System.Windows.Forms.ToolStripButton();
     this.tsbAddNew           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDelete           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPrint            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbClose            = new System.Windows.Forms.ToolStripButton();
     this.grbSearch           = new System.Windows.Forms.GroupBox();
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.comboBox2              = new System.Windows.Forms.ComboBox();
     this.comboBox1              = new System.Windows.Forms.ComboBox();
     this.label6                 = new System.Windows.Forms.Label();
     this.txtMemberCode          = new System.Windows.Forms.TextBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.txtName                = new System.Windows.Forms.TextBox();
     this.fpsSearchResult        = new FarPoint.Win.Spread.FpSpread();
     this.fpsSearchResult_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.statusStrip1           = new System.Windows.Forms.StatusStrip();
     this.tssSearchCount         = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1.SuspendLayout();
     this.grbSearch.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpsSearchResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpsSearchResult_Sheet1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbSearch,
         this.tsbAddNew,
         this.toolStripSeparator2,
         this.tsbDelete,
         this.toolStripSeparator3,
         this.tsbPrint,
         this.toolStripSeparator1,
         this.tsbClose
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(963, 48);
     this.toolStrip1.TabIndex = 17;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbSearch
     //
     this.tsbSearch.AutoSize = false;
     this.tsbSearch.Image    = global::BSSoft.iBeef.Properties.Resources.magnifying_glass;
     this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSearch.Name              = "tsbSearch";
     this.tsbSearch.Size              = new System.Drawing.Size(55, 45);
     this.tsbSearch.Text              = "ค้นหา";
     this.tsbSearch.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbSearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // tsbAddNew
     //
     this.tsbAddNew.AutoSize = false;
     this.tsbAddNew.Image    = global::BSSoft.iBeef.Properties.Resources.add_button;
     this.tsbAddNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddNew.Name              = "tsbAddNew";
     this.tsbAddNew.Size              = new System.Drawing.Size(55, 45);
     this.tsbAddNew.Text              = "เพิ่มใหม่";
     this.tsbAddNew.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbAddNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbAddNew.Click            += new System.EventHandler(this.tsbAddNew_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 48);
     //
     // tsbDelete
     //
     this.tsbDelete.AutoSize = false;
     this.tsbDelete.Enabled  = false;
     this.tsbDelete.Image    = global::BSSoft.iBeef.Properties.Resources.garbage;
     this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDelete.Name              = "tsbDelete";
     this.tsbDelete.Size              = new System.Drawing.Size(55, 45);
     this.tsbDelete.Text              = "ลบ";
     this.tsbDelete.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 48);
     //
     // tsbPrint
     //
     this.tsbPrint.AutoSize = false;
     this.tsbPrint.Enabled  = false;
     this.tsbPrint.Image    = global::BSSoft.iBeef.Properties.Resources.printer;
     this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbPrint.Name              = "tsbPrint";
     this.tsbPrint.Size              = new System.Drawing.Size(55, 45);
     this.tsbPrint.Text              = "พิมพ์";
     this.tsbPrint.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 48);
     //
     // tsbClose
     //
     this.tsbClose.AutoSize = false;
     this.tsbClose.Image    = global::BSSoft.iBeef.Properties.Resources.close;
     this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbClose.Name              = "tsbClose";
     this.tsbClose.Size              = new System.Drawing.Size(55, 45);
     this.tsbClose.Text              = "ปิด";
     this.tsbClose.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbClose.Click            += new System.EventHandler(this.tsbClose_Click);
     //
     // grbSearch
     //
     this.grbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.grbSearch.Controls.Add(this.checkBox1);
     this.grbSearch.Controls.Add(this.label3);
     this.grbSearch.Controls.Add(this.label2);
     this.grbSearch.Controls.Add(this.comboBox2);
     this.grbSearch.Controls.Add(this.comboBox1);
     this.grbSearch.Controls.Add(this.label6);
     this.grbSearch.Controls.Add(this.txtMemberCode);
     this.grbSearch.Controls.Add(this.label1);
     this.grbSearch.Controls.Add(this.txtName);
     this.grbSearch.Location = new System.Drawing.Point(8, 66);
     this.grbSearch.Margin   = new System.Windows.Forms.Padding(4);
     this.grbSearch.Name     = "grbSearch";
     this.grbSearch.Padding  = new System.Windows.Forms.Padding(4);
     this.grbSearch.Size     = new System.Drawing.Size(945, 106);
     this.grbSearch.TabIndex = 0;
     this.grbSearch.TabStop  = false;
     this.grbSearch.Text     = "ค้นหา";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(111, 81);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(166, 20);
     this.checkBox1.TabIndex = 5;
     this.checkBox1.Text     = "แสดงเฉพาะที่ยกเลิกใช้งานแล้ว";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(399, 54);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 16);
     this.label3.TabIndex = 15;
     this.label3.Text     = "ฝ่าย:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(37, 16);
     this.label2.TabIndex = 14;
     this.label2.Text     = "แผนก:";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(501, 51);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(227, 24);
     this.comboBox2.TabIndex = 4;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(111, 51);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(227, 24);
     this.comboBox1.TabIndex = 3;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(23, 27);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(71, 16);
     this.label6.TabIndex = 11;
     this.label6.Text     = "รหัสพนักงาน:";
     //
     // txtMemberCode
     //
     this.txtMemberCode.Location  = new System.Drawing.Point(111, 24);
     this.txtMemberCode.Margin    = new System.Windows.Forms.Padding(4);
     this.txtMemberCode.MaxLength = 50;
     this.txtMemberCode.Name      = "txtMemberCode";
     this.txtMemberCode.Size      = new System.Drawing.Size(227, 22);
     this.txtMemberCode.TabIndex  = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(397, 27);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "ชื่อ-สกุล:";
     //
     // txtName
     //
     this.txtName.Location  = new System.Drawing.Point(501, 24);
     this.txtName.Margin    = new System.Windows.Forms.Padding(4);
     this.txtName.MaxLength = 50;
     this.txtName.Name      = "txtName";
     this.txtName.Size      = new System.Drawing.Size(227, 22);
     this.txtName.TabIndex  = 2;
     //
     // fpsSearchResult
     //
     this.fpsSearchResult.About = "4.0.2001.2005";
     this.fpsSearchResult.AccessibleDescription = "fpsSearchResult, Sheet1";
     this.fpsSearchResult.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.fpsSearchResult.BackColor     = System.Drawing.SystemColors.Control;
     this.fpsSearchResult.FocusRenderer = ((FarPoint.Win.Spread.IFocusIndicatorRenderer)(resources.GetObject("fpsSearchResult.FocusRenderer")));
     this.fpsSearchResult.HorizontalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.fpsSearchResult.HorizontalScrollBar.Name     = "";
     this.fpsSearchResult.HorizontalScrollBar.Renderer = defaultScrollBarRenderer3;
     this.fpsSearchResult.HorizontalScrollBar.TabIndex = 17;
     this.fpsSearchResult.HorizontalScrollBarPolicy    = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpsSearchResult.Location    = new System.Drawing.Point(8, 180);
     this.fpsSearchResult.Margin      = new System.Windows.Forms.Padding(4);
     this.fpsSearchResult.Name        = "fpsSearchResult";
     this.fpsSearchResult.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fpsSearchResult.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpsSearchResult_Sheet1
     });
     this.fpsSearchResult.Size     = new System.Drawing.Size(945, 252);
     this.fpsSearchResult.Skin     = FarPoint.Win.Spread.DefaultSpreadSkins.Classic;
     this.fpsSearchResult.TabIndex = 6;
     this.fpsSearchResult.VerticalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.fpsSearchResult.VerticalScrollBar.Name     = "";
     this.fpsSearchResult.VerticalScrollBar.Renderer = defaultScrollBarRenderer4;
     this.fpsSearchResult.VerticalScrollBar.TabIndex = 18;
     this.fpsSearchResult.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpsSearchResult_ButtonClicked);
     this.fpsSearchResult.DoubleClick   += new System.EventHandler(this.fpsSearchResult_DoubleClick);
     //
     // fpsSearchResult_Sheet1
     //
     this.fpsSearchResult_Sheet1.Reset();
     this.fpsSearchResult_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpsSearchResult_Sheet1.ReferenceStyle        = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpsSearchResult_Sheet1.ColumnCount           = 9;
     this.fpsSearchResult_Sheet1.ColumnHeader.RowCount = 2;
     this.fpsSearchResult_Sheet1.RowCount = 0;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 0).Value               = "...";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 1).Value               = "สถานะ";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 2).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 2).Value               = "รหัสพนักงาน";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 3).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 3).Value               = "ชื่อ-สกุล";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 4).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 4).Value               = "แผนก";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 5).RowSpan             = 2;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 5).Value               = "ฝ่าย";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 6).ColumnSpan          = 3;
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(0, 6).Value               = "สิทธิ์ใช้งานโปรแกรม";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(1, 6).Value               = "มีสิทธิ์ใช้งาน";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(1, 7).Value               = "User Name";
     this.fpsSearchResult_Sheet1.ColumnHeader.Cells.Get(1, 8).Value               = "รหัสผ่าน";
     this.fpsSearchResult_Sheet1.ColumnHeader.DefaultStyle.Parent   = "HeaderDefault";
     this.fpsSearchResult_Sheet1.Columns.Get(0).CellType            = checkBoxCellType2;
     this.fpsSearchResult_Sheet1.Columns.Get(0).Resizable           = false;
     this.fpsSearchResult_Sheet1.Columns.Get(0).Width               = 25F;
     this.fpsSearchResult_Sheet1.Columns.Get(1).CellType            = textCellType9;
     this.fpsSearchResult_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpsSearchResult_Sheet1.Columns.Get(1).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(1).Width               = 105F;
     this.fpsSearchResult_Sheet1.Columns.Get(2).CellType            = textCellType10;
     this.fpsSearchResult_Sheet1.Columns.Get(2).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(2).Width               = 99F;
     this.fpsSearchResult_Sheet1.Columns.Get(3).CellType            = textCellType11;
     this.fpsSearchResult_Sheet1.Columns.Get(3).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(3).Width               = 166F;
     this.fpsSearchResult_Sheet1.Columns.Get(4).CellType            = textCellType12;
     this.fpsSearchResult_Sheet1.Columns.Get(4).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(4).Width               = 123F;
     this.fpsSearchResult_Sheet1.Columns.Get(5).CellType            = textCellType13;
     this.fpsSearchResult_Sheet1.Columns.Get(5).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(5).Width               = 116F;
     this.fpsSearchResult_Sheet1.Columns.Get(6).CellType            = textCellType14;
     this.fpsSearchResult_Sheet1.Columns.Get(6).Label               = "มีสิทธิ์ใช้งาน";
     this.fpsSearchResult_Sheet1.Columns.Get(6).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(6).Width               = 100F;
     this.fpsSearchResult_Sheet1.Columns.Get(7).CellType            = textCellType15;
     this.fpsSearchResult_Sheet1.Columns.Get(7).Label               = "User Name";
     this.fpsSearchResult_Sheet1.Columns.Get(7).Locked              = true;
     this.fpsSearchResult_Sheet1.Columns.Get(7).Width               = 100F;
     textCellType16.PasswordChar = '*';
     this.fpsSearchResult_Sheet1.Columns.Get(8).CellType             = textCellType16;
     this.fpsSearchResult_Sheet1.Columns.Get(8).Label                = "รหัสผ่าน";
     this.fpsSearchResult_Sheet1.Columns.Get(8).Locked               = true;
     this.fpsSearchResult_Sheet1.Columns.Get(8).Width                = 100F;
     this.fpsSearchResult_Sheet1.RowHeader.Columns.Default.Resizable = true;
     this.fpsSearchResult_Sheet1.RowHeader.DefaultStyle.Parent       = "RowHeaderDefault";
     this.fpsSearchResult_Sheet1.SheetCornerStyle.Parent             = "CornerDefault";
     this.fpsSearchResult_Sheet1.RowChanged    += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpsSearchResult_Sheet1_RowChanged);
     this.fpsSearchResult_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpsSearchResult.SetActiveViewport(0, 1, 0);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tssSearchCount
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 442);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 19, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(963, 22);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tssSearchCount
     //
     this.tssSearchCount.Name = "tssSearchCount";
     this.tssSearchCount.Size = new System.Drawing.Size(114, 17);
     this.tssSearchCount.Text = "ผลการค้นหา 0 รายการ";
     //
     // frmStaff
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(963, 464);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.fpsSearchResult);
     this.Controls.Add(this.grbSearch);
     this.Controls.Add(this.toolStrip1);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.Margin      = new System.Windows.Forms.Padding(4);
     this.Name        = "frmStaff";
     this.Text        = "รายชื่อพนักงาน";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmStaff_FormClosed);
     this.Load       += new System.EventHandler(this.frmStaff_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.grbSearch.ResumeLayout(false);
     this.grbSearch.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpsSearchResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpsSearchResult_Sheet1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #15
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。


        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType3   = new FarPoint.Win.Spread.CellType.NumberCellType();
            this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.cmbState          = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.btnQuery          = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.dtEnd             = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dtBegin           = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.neuLabel2         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel4         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.neuSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView();
            this.neuPanel2         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.btnCancel         = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btnMerge          = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.neuLabel3         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).BeginInit();
            this.neuPanel2.SuspendLayout();
            this.SuspendLayout();
            //
            // neuPanel1
            //
            this.neuPanel1.Controls.Add(this.cmbState);
            this.neuPanel1.Controls.Add(this.btnQuery);
            this.neuPanel1.Controls.Add(this.dtEnd);
            this.neuPanel1.Controls.Add(this.dtBegin);
            this.neuPanel1.Controls.Add(this.neuLabel2);
            this.neuPanel1.Controls.Add(this.neuLabel4);
            this.neuPanel1.Controls.Add(this.neuLabel1);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel1.Location = new System.Drawing.Point(0, 0);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(646, 37);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 0;
            this.neuPanel1.Visible  = false;
            //
            // cmbState
            //
            this.cmbState.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbState.FormattingEnabled = true;
            this.cmbState.IsEnter2Tab       = false;
            this.cmbState.IsFlat            = true;
            this.cmbState.IsLike            = true;
            this.cmbState.Items.AddRange(new object[] {
                "计划[0]",
                "采购[1]",
                "审核[2]",
                "入库[3]",
                "作废[4]"
            });
            this.cmbState.Location         = new System.Drawing.Point(468, 6);
            this.cmbState.Name             = "cmbState";
            this.cmbState.PopForm          = null;
            this.cmbState.ShowCustomerList = false;
            this.cmbState.ShowID           = false;
            this.cmbState.Size             = new System.Drawing.Size(77, 20);
            this.cmbState.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbState.TabIndex         = 3;
            this.cmbState.Tag        = "";
            this.cmbState.Text       = "计划[0]";
            this.cmbState.ToolBarUse = false;
            //
            // btnQuery
            //
            this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnQuery.Location   = new System.Drawing.Point(554, 6);
            this.btnQuery.Name       = "btnQuery";
            this.btnQuery.Size       = new System.Drawing.Size(86, 23);
            this.btnQuery.Style      = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnQuery.TabIndex   = 2;
            this.btnQuery.Text       = "查  询";
            this.btnQuery.Type       = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnQuery.UseVisualStyleBackColor = true;
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            //
            // dtEnd
            //
            this.dtEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.dtEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtEnd.IsEnter2Tab  = false;
            this.dtEnd.Location     = new System.Drawing.Point(275, 7);
            this.dtEnd.Name         = "dtEnd";
            this.dtEnd.Size         = new System.Drawing.Size(144, 21);
            this.dtEnd.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtEnd.TabIndex     = 1;
            //
            // dtBegin
            //
            this.dtBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.dtBegin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtBegin.IsEnter2Tab  = false;
            this.dtBegin.Location     = new System.Drawing.Point(58, 7);
            this.dtBegin.Name         = "dtBegin";
            this.dtBegin.Size         = new System.Drawing.Size(144, 21);
            this.dtBegin.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtBegin.TabIndex     = 1;
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize  = true;
            this.neuLabel2.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel2.Location  = new System.Drawing.Point(207, 11);
            this.neuLabel2.Name      = "neuLabel2";
            this.neuLabel2.Size      = new System.Drawing.Size(65, 12);
            this.neuLabel2.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel2.TabIndex  = 0;
            this.neuLabel2.Text      = "-终止时间";
            //
            // neuLabel4
            //
            this.neuLabel4.AutoSize  = true;
            this.neuLabel4.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel4.Location  = new System.Drawing.Point(423, 11);
            this.neuLabel4.Name      = "neuLabel4";
            this.neuLabel4.Size      = new System.Drawing.Size(41, 12);
            this.neuLabel4.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel4.TabIndex  = 0;
            this.neuLabel4.Text      = "状 态";
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize  = true;
            this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel1.Location  = new System.Drawing.Point(3, 11);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(53, 12);
            this.neuLabel1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex  = 0;
            this.neuLabel1.Text      = "起始时间";
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, 列表";
            this.neuSpread1.BackColor             = System.Drawing.Color.White;
            this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread1.FileName = "";
            this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.IsAutoSaveGridStatus      = false;
            this.neuSpread1.IsCanCustomConfigColumn   = false;
            this.neuSpread1.Location = new System.Drawing.Point(0, 37);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1,
                this.neuSpread1_Sheet2
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(646, 277);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 1;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick);
            //
            // neuSpread1_Sheet1
            //
            this.neuSpread1_Sheet1.Reset();
            this.neuSpread1_Sheet1.SheetName = "列表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet1.ColumnCount    = 3;
            this.neuSpread1_Sheet1.RowCount       = 0;
            this.neuSpread1_Sheet1.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin3", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true);
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "选 中";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "单 据 号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "计 划 人";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label             = "选 中";
            this.neuSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Width             = 58F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType          = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(1).Label             = "单 据 号";
            this.neuSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(1).Width             = 146F;
            this.neuSpread1_Sheet1.Columns.Get(2).Label             = "计 划 人";
            this.neuSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(2).Width             = 117F;
            this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 0);
            //
            // neuSpread1_Sheet2
            //
            this.neuSpread1_Sheet2.Reset();
            this.neuSpread1_Sheet2.SheetName = "明细";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet2.ColumnCount    = 7;
            this.neuSpread1_Sheet2.RowCount       = 0;
            this.neuSpread1_Sheet2.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin3", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true);
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 0).Value  = "商 品 名 称";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 1).Value  = " 规 格";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 2).Value  = "计划数量";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 3).Value  = "单 位";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 4).Value  = "本科室库存量";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 5).Value  = "全院库存量";
            this.neuSpread1_Sheet2.ColumnHeader.Cells.Get(0, 6).Value  = "备注";
            this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet2.Columns.Get(0).Label                = "商 品 名 称";
            this.neuSpread1_Sheet2.Columns.Get(0).Width                = 120F;
            this.neuSpread1_Sheet2.Columns.Get(1).Label                = " 规 格";
            this.neuSpread1_Sheet2.Columns.Get(1).Width                = 80F;
            this.neuSpread1_Sheet2.Columns.Get(2).CellType             = numberCellType1;
            this.neuSpread1_Sheet2.Columns.Get(2).Label                = "计划数量";
            this.neuSpread1_Sheet2.Columns.Get(2).Width                = 80F;
            this.neuSpread1_Sheet2.Columns.Get(4).CellType             = numberCellType2;
            this.neuSpread1_Sheet2.Columns.Get(4).Label                = "本科室库存量";
            this.neuSpread1_Sheet2.Columns.Get(4).Width                = 85F;
            this.neuSpread1_Sheet2.Columns.Get(5).CellType             = numberCellType3;
            this.neuSpread1_Sheet2.Columns.Get(5).Label                = "全院库存量";
            this.neuSpread1_Sheet2.Columns.Get(5).Width                = 85F;
            this.neuSpread1_Sheet2.Columns.Get(6).Label                = "备注";
            this.neuSpread1_Sheet2.Columns.Get(6).Width                = 77F;
            this.neuSpread1_Sheet2.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread1_Sheet2.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet2.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet2.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet2.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet2.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet2.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet2.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet2.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet2.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 1, 0);
            //
            // neuPanel2
            //
            this.neuPanel2.Controls.Add(this.btnCancel);
            this.neuPanel2.Controls.Add(this.btnMerge);
            this.neuPanel2.Controls.Add(this.neuLabel3);
            this.neuPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.neuPanel2.Location = new System.Drawing.Point(0, 314);
            this.neuPanel2.Name     = "neuPanel2";
            this.neuPanel2.Size     = new System.Drawing.Size(646, 33);
            this.neuPanel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel2.TabIndex = 2;
            //
            // btnCancel
            //
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location   = new System.Drawing.Point(554, 6);
            this.btnCancel.Name       = "btnCancel";
            this.btnCancel.Size       = new System.Drawing.Size(86, 23);
            this.btnCancel.Style      = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnCancel.TabIndex   = 1;
            this.btnCancel.Text       = "取  消";
            this.btnCancel.Type       = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnMerge
            //
            this.btnMerge.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMerge.Location   = new System.Drawing.Point(468, 6);
            this.btnMerge.Name       = "btnMerge";
            this.btnMerge.Size       = new System.Drawing.Size(77, 23);
            this.btnMerge.Style      = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnMerge.TabIndex   = 1;
            this.btnMerge.Text       = "确  定";
            this.btnMerge.Type       = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnMerge.UseVisualStyleBackColor = true;
            this.btnMerge.Click += new System.EventHandler(this.btnMerge_Click);
            //
            // neuLabel3
            //
            this.neuLabel3.AutoSize  = true;
            this.neuLabel3.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel3.Location  = new System.Drawing.Point(3, 11);
            this.neuLabel3.Name      = "neuLabel3";
            this.neuLabel3.Size      = new System.Drawing.Size(275, 12);
            this.neuLabel3.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel3.TabIndex  = 0;
            this.neuLabel3.Text      = "双击单据查看计划单明细 选中多张计划单进行合并";
            //
            // ucPlanList
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.White;
            this.Controls.Add(this.neuSpread1);
            this.Controls.Add(this.neuPanel2);
            this.Controls.Add(this.neuPanel1);
            this.Name  = "ucPlanList";
            this.Size  = new System.Drawing.Size(646, 347);
            this.Load += new System.EventHandler(this.ucPlanList_Load);
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).EndInit();
            this.neuPanel2.ResumeLayout(false);
            this.neuPanel2.PerformLayout();
            this.ResumeLayout(false);
        }