Exemplo n.º 1
0
        private void tool_cancelBorder_Click(object sender, EventArgs e)
        {
            Cell cell = DesignHelper.GetSelectedCell(sheet);

            if (cell != null)
            {
                FarPoint.Win.BevelBorder border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised, Color.Black, Color.Black, 1, false, false, false, false);
                cell.Border = border;
                List <CellStruct> list = DesignHelper.GetListCellStruct(cell, dt);
                foreach (CellStruct cellStruct in list)
                {
                    cellStruct.DrawInfo.BoundaryLine.SetNoBoundary();
                }
                tool_Save.Enabled = true;
            }
        }
Exemplo n.º 2
0
        //取消边框
        private void CancalBorder(object sender, EventArgs e)
        {
            CellRange range = sheet.GetSelection(0);

            if (range != null)
            {
                FarPoint.Win.BevelBorder border = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised, Color.Black, Color.Black, 1, false, false, false, false);
                for (int i = range.Row; i < range.Row + range.RowCount; i++)
                {
                    for (int j = range.Column; j < range.Column + range.ColumnCount; j++)
                    {
                        sheet.Cells[i, j].Border = border;
                    }
                }
                btn_save.Enabled = true;
            }
        }
        /// <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.TipAppearance         tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.BevelBorder                  bevelBorder1   = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
            FarPoint.Win.BevelBorder                  bevelBorder2   = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
            FarPoint.Win.Spread.CellType.TextCellType textCellType1  = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.LineBorder lineBorder1 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame);
            FarPoint.Win.LineBorder lineBorder2 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
            FarPoint.Win.LineBorder lineBorder3 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, true, false, true, true);
            FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.LineBorder lineBorder4 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, true, true);
            FarPoint.Win.LineBorder lineBorder5 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, false, false);
            this.neuGroupBox1      = new System.Windows.Forms.GroupBox();
            this.ntbIDNo           = new System.Windows.Forms.TextBox();
            this.neuLabel5         = new System.Windows.Forms.Label();
            this.ntbName           = new System.Windows.Forms.TextBox();
            this.neuLabel3         = new System.Windows.Forms.Label();
            this.cmbOperCode       = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
            this.neuLabel4         = new System.Windows.Forms.Label();
            this.cmbDept           = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
            this.lblDept           = new System.Windows.Forms.Label();
            this.neuTb_Inpatientno = new System.Windows.Forms.TextBox();
            this.neuLabel63        = new System.Windows.Forms.Label();
            this.cbOutDate         = new System.Windows.Forms.CheckBox();
            this.dtpEndDate        = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
            this.dtpBeginDate      = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
            this.neuLabel2         = new System.Windows.Forms.Label();
            this.neuLabel1         = new System.Windows.Forms.Label();
            this.neuSpread2        = new NineVigor.FrameWork.WinForms.Controls.NineSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.neuTBShangjiaHao  = new System.Windows.Forms.TextBox();
            this.neuLabel6         = new System.Windows.Forms.Label();
            this.neuGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.Controls.Add(this.neuTBShangjiaHao);
            this.neuGroupBox1.Controls.Add(this.neuLabel6);
            this.neuGroupBox1.Controls.Add(this.ntbIDNo);
            this.neuGroupBox1.Controls.Add(this.neuLabel5);
            this.neuGroupBox1.Controls.Add(this.ntbName);
            this.neuGroupBox1.Controls.Add(this.neuLabel3);
            this.neuGroupBox1.Controls.Add(this.cmbOperCode);
            this.neuGroupBox1.Controls.Add(this.neuLabel4);
            this.neuGroupBox1.Controls.Add(this.cmbDept);
            this.neuGroupBox1.Controls.Add(this.lblDept);
            this.neuGroupBox1.Controls.Add(this.neuTb_Inpatientno);
            this.neuGroupBox1.Controls.Add(this.neuLabel63);
            this.neuGroupBox1.Controls.Add(this.cbOutDate);
            this.neuGroupBox1.Controls.Add(this.dtpEndDate);
            this.neuGroupBox1.Controls.Add(this.dtpBeginDate);
            this.neuGroupBox1.Controls.Add(this.neuLabel2);
            this.neuGroupBox1.Controls.Add(this.neuLabel1);
            this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(975, 82);
            this.neuGroupBox1.TabIndex = 5;
            this.neuGroupBox1.TabStop  = false;
            //
            // ntbIDNo
            //

            this.ntbIDNo.Location  = new System.Drawing.Point(498, 51);
            this.ntbIDNo.MaxLength = 20;
            this.ntbIDNo.Name      = "ntbIDNo";
            this.ntbIDNo.Size      = new System.Drawing.Size(167, 21);

            this.ntbIDNo.TabIndex = 185;
            //
            // neuLabel5
            //
            this.neuLabel5.AutoSize = true;
            this.neuLabel5.Location = new System.Drawing.Point(434, 55);
            this.neuLabel5.Name     = "neuLabel5";
            this.neuLabel5.Size     = new System.Drawing.Size(65, 12);

            this.neuLabel5.TabIndex = 184;
            this.neuLabel5.Text     = "身份证号:";
            //
            // ntbName
            //

            this.ntbName.Location  = new System.Drawing.Point(337, 52);
            this.ntbName.MaxLength = 15;
            this.ntbName.Name      = "ntbName";
            this.ntbName.Size      = new System.Drawing.Size(87, 21);

            this.ntbName.TabIndex = 183;
            //
            // neuLabel3
            //
            this.neuLabel3.AutoSize = true;
            this.neuLabel3.Location = new System.Drawing.Point(294, 56);
            this.neuLabel3.Name     = "neuLabel3";
            this.neuLabel3.Size     = new System.Drawing.Size(41, 12);

            this.neuLabel3.TabIndex = 182;
            this.neuLabel3.Text     = "姓名:";
            //
            // cmbOperCode
            //
            this.cmbOperCode.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.cmbOperCode.DropDownHeight     = 424;
            this.cmbOperCode.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOperCode.Enabled            = false;
            this.cmbOperCode.FormattingEnabled  = true;
            this.cmbOperCode.IntegralHeight     = false;
            this.cmbOperCode.IsEnter2Tab        = false;
            this.cmbOperCode.IsFlat             = false;
            this.cmbOperCode.IsLike             = true;
            this.cmbOperCode.IsListOnly         = false;
            this.cmbOperCode.IsPopForm          = true;
            this.cmbOperCode.IsShowCustomerList = false;
            this.cmbOperCode.IsShowID           = false;
            this.cmbOperCode.Location           = new System.Drawing.Point(644, 22);
            this.cmbOperCode.Name             = "cmbOperCode";
            this.cmbOperCode.PopForm          = null;
            this.cmbOperCode.ShowCustomerList = false;

            this.cmbOperCode.Size = new System.Drawing.Size(132, 20);

            this.cmbOperCode.TabIndex   = 181;
            this.cmbOperCode.Tag        = "";
            this.cmbOperCode.ToolBarUse = false;
            //
            // neuLabel4
            //
            this.neuLabel4.AutoSize  = true;
            this.neuLabel4.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel4.Location  = new System.Drawing.Point(595, 27);
            this.neuLabel4.Name      = "neuLabel4";
            this.neuLabel4.Size      = new System.Drawing.Size(47, 12);

            this.neuLabel4.TabIndex = 180;
            this.neuLabel4.Text     = "回收人:";
            //
            // cmbDept
            //
            this.cmbDept.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.cmbDept.DropDownHeight     = 424;
            this.cmbDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDept.Enabled            = false;
            this.cmbDept.FormattingEnabled  = true;
            this.cmbDept.IntegralHeight     = false;
            this.cmbDept.IsEnter2Tab        = false;
            this.cmbDept.IsFlat             = false;
            this.cmbDept.IsLike             = true;
            this.cmbDept.IsListOnly         = false;
            this.cmbDept.IsPopForm          = true;
            this.cmbDept.IsShowCustomerList = false;
            this.cmbDept.IsShowID           = false;
            this.cmbDept.Location           = new System.Drawing.Point(447, 23);
            this.cmbDept.Name             = "cmbDept";
            this.cmbDept.PopForm          = null;
            this.cmbDept.ShowCustomerList = false;

            this.cmbDept.Size = new System.Drawing.Size(132, 20);

            this.cmbDept.TabIndex   = 179;
            this.cmbDept.Tag        = "";
            this.cmbDept.ToolBarUse = false;
            //
            // lblDept
            //
            this.lblDept.AutoSize  = true;
            this.lblDept.ForeColor = System.Drawing.Color.Blue;
            this.lblDept.Location  = new System.Drawing.Point(385, 27);
            this.lblDept.Name      = "lblDept";
            this.lblDept.Size      = new System.Drawing.Size(59, 12);

            this.lblDept.TabIndex = 178;
            this.lblDept.Text     = "回收部门:";
            //
            // neuTb_Inpatientno
            //

            this.neuTb_Inpatientno.Location  = new System.Drawing.Point(118, 50);
            this.neuTb_Inpatientno.MaxLength = 15;
            this.neuTb_Inpatientno.Name      = "neuTb_Inpatientno";
            this.neuTb_Inpatientno.Size      = new System.Drawing.Size(152, 21);

            this.neuTb_Inpatientno.TabIndex = 22;
            //
            // neuLabel63
            //
            this.neuLabel63.AutoSize = true;
            this.neuLabel63.Location = new System.Drawing.Point(7, 54);
            this.neuLabel63.Name     = "neuLabel63";
            this.neuLabel63.Size     = new System.Drawing.Size(113, 12);

            this.neuLabel63.TabIndex = 21;
            this.neuLabel63.Text     = "病案号(住院号):";
            //
            // cbOutDate
            //
            this.cbOutDate.AutoSize = true;
            this.cbOutDate.Location = new System.Drawing.Point(296, 25);
            this.cbOutDate.Name     = "cbOutDate";
            this.cbOutDate.Size     = new System.Drawing.Size(72, 16);
            this.cbOutDate.TabIndex = 5;
            this.cbOutDate.Text     = "回收日期";
            this.cbOutDate.UseVisualStyleBackColor = true;
            this.cbOutDate.CheckedChanged         += new System.EventHandler(this.cbOutDate_CheckedChanged);
            //
            // dtpEndDate
            //
            this.dtpEndDate.Enabled     = false;
            this.dtpEndDate.Format      = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpEndDate.IsEnter2Tab = false;
            this.dtpEndDate.Location    = new System.Drawing.Point(193, 22);
            this.dtpEndDate.Name        = "dtpEndDate";
            this.dtpEndDate.Size        = new System.Drawing.Size(97, 21);

            this.dtpEndDate.TabIndex = 1;
            //
            // dtpBeginDate
            //
            this.dtpBeginDate.Enabled     = false;
            this.dtpBeginDate.Format      = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpBeginDate.IsEnter2Tab = false;
            this.dtpBeginDate.Location    = new System.Drawing.Point(67, 22);
            this.dtpBeginDate.Name        = "dtpBeginDate";
            this.dtpBeginDate.Size        = new System.Drawing.Size(97, 21);

            this.dtpBeginDate.TabIndex = 1;
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize  = true;
            this.neuLabel2.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel2.Location  = new System.Drawing.Point(170, 26);
            this.neuLabel2.Name      = "neuLabel2";
            this.neuLabel2.Size      = new System.Drawing.Size(17, 12);

            this.neuLabel2.TabIndex = 0;
            this.neuLabel2.Text     = "至";
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize  = true;
            this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel1.Location  = new System.Drawing.Point(6, 26);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(59, 12);

            this.neuLabel1.TabIndex = 0;
            this.neuLabel1.Text     = "回收日期:";
            //
            // neuSpread2
            //
            this.neuSpread2.About = "3.0.2004.2005";
            this.neuSpread2.AccessibleDescription = "neuSpread2, Sheet1, Row 0, Column 0, ";
            this.neuSpread2.BackColor             = System.Drawing.Color.White;
            this.neuSpread2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
            this.neuSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread2.FileName = "";
            this.neuSpread2.Font     = new System.Drawing.Font("宋体", 10F);
            this.neuSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread2.IsAutoSaveGridStatus      = false;
            this.neuSpread2.IsCanCustomConfigColumn   = false;
            this.neuSpread2.IsShowExport    = true;
            this.neuSpread2.IsShowMenuStrip = true;
            this.neuSpread2.Location        = new System.Drawing.Point(0, 82);
            this.neuSpread2.Name            = "neuSpread2";
            this.neuSpread2.RightToLeft     = System.Windows.Forms.RightToLeft.No;
            this.neuSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread2.Size = new System.Drawing.Size(975, 336);

            this.neuSpread2.TabIndex                = 10;
            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.neuSpread2.TextTipAppearance       = tipAppearance1;
            this.neuSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // 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           = 10;
            this.neuSpread1_Sheet1.ColumnHeader.RowCount = 3;
            this.neuSpread1_Sheet1.RowCount = 5;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).BackColor           = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Border              = bevelBorder1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).ColumnSpan          = 10;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Font                = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value               = "病案回收库位查询";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).BackColor           = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).Border              = bevelBorder2;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).CellType            = textCellType1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).ColumnSpan          = 10;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).ForeColor           = System.Drawing.Color.Black;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Border              = lineBorder1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Value               = "科室名称";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 1).Value               = "病案号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 2).Value               = "住院次数";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 3).Value               = "患者姓名";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 4).Value               = "回收时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 5).Value               = "回收人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 6).Value               = "入院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 7).Value               = "出院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 8).Value               = "出院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 9).Value               = "上架号";
            this.neuSpread1_Sheet1.ColumnHeader.Columns.Default.VisualStyles        = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor              = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Border       = lineBorder2;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height        = 50F;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height        = 30F;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(2).Height        = 30F;
            this.neuSpread1_Sheet1.Columns.Get(0).Border = lineBorder3;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
            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               = 176F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType            = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "病案号";
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 99F;
            this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "住院次数";
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 42F;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "患者姓名";
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 81F;
            this.neuSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "回收时间";
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 148F;
            this.neuSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(5).Label               = "回收人";
            this.neuSpread1_Sheet1.Columns.Get(5).Width               = 84F;
            this.neuSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(6).Label               = "入院日期";
            this.neuSpread1_Sheet1.Columns.Get(6).Width               = 95F;
            this.neuSpread1_Sheet1.Columns.Get(7).Label               = "出院日期";
            this.neuSpread1_Sheet1.Columns.Get(7).Width               = 104F;
            this.neuSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(8).Label               = "出院日期";
            this.neuSpread1_Sheet1.Columns.Get(8).Visible             = false;
            this.neuSpread1_Sheet1.Columns.Get(8).Width               = 95F;
            this.neuSpread1_Sheet1.Columns.Get(9).Label               = "上架号";
            this.neuSpread1_Sheet1.Columns.Get(9).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(9).Width               = 188F;
            this.neuSpread1_Sheet1.DataAutoCellTypes   = false;
            this.neuSpread1_Sheet1.DataAutoSizeColumns = false;
            this.neuSpread1_Sheet1.DefaultStyle.Border = lineBorder4;
            this.neuSpread1_Sheet1.DefaultStyle.Font   = new System.Drawing.Font("宋体", 10F);
            this.neuSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault";
            this.neuSpread1_Sheet1.GrayAreaBackColor   = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.AutoText  = FarPoint.Win.Spread.HeaderAutoText.Blank;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable    = true;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width         = 21F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor       = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent          = "RowHeaderDefault";
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.VisualStyles    = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Rows.Default.VisualStyles    = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Visible             = false;
            this.neuSpread1_Sheet1.Rows.Default.Height           = 25F;
            this.neuSpread1_Sheet1.SelectionUnit                 = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.neuSpread1_Sheet1.SheetCornerHorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Border       = lineBorder5;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent       = "CornerDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.VisualStyles = FarPoint.Win.VisualStyles.On;
            this.neuSpread1_Sheet1.SheetCornerVerticalGridLine   = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
            this.neuSpread1_Sheet1.ReferenceStyle                = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // neuTBShangjiaHao
            //

            this.neuTBShangjiaHao.Location  = new System.Drawing.Point(735, 50);
            this.neuTBShangjiaHao.MaxLength = 20;
            this.neuTBShangjiaHao.Name      = "neuTBShangjiaHao";
            this.neuTBShangjiaHao.Size      = new System.Drawing.Size(167, 21);

            this.neuTBShangjiaHao.TabIndex = 187;
            //
            // neuLabel6
            //
            this.neuLabel6.AutoSize = true;
            this.neuLabel6.Location = new System.Drawing.Point(678, 55);
            this.neuLabel6.Name     = "neuLabel6";
            this.neuLabel6.Size     = new System.Drawing.Size(53, 12);

            this.neuLabel6.TabIndex = 186;
            this.neuLabel6.Text     = "上架号:";
            //
            // ucMetCasReCallQueryLocation
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread2);
            this.Controls.Add(this.neuGroupBox1);
            this.Name = "ucMetCasReCallQueryLocation";
            this.Size = new System.Drawing.Size(975, 418);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 4
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.BevelBorder bevelBorder1 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
            FarPoint.Win.BevelBorder bevelBorder2 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
            FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.LineBorder lineBorder1 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame);
            FarPoint.Win.LineBorder lineBorder2 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
            FarPoint.Win.LineBorder lineBorder3 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, true, false, true, true);
            FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.LineBorder           lineBorder4           = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, true, true);
            FarPoint.Win.LineBorder           lineBorder5           = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, false, false);
            FarPoint.Win.Spread.TipAppearance tipAppearance1        = new FarPoint.Win.Spread.TipAppearance();
            this.neuGroupBox1      = new System.Windows.Forms.GroupBox();
            this.neuLabel5         = new System.Windows.Forms.Label();
            this.neuTextBox1       = new System.Windows.Forms.TextBox();
            this.cmbOperCode       = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
            this.neuLabel4         = new System.Windows.Forms.Label();
            this.neuLabel3         = new System.Windows.Forms.Label();
            this.cmbDept           = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components);
            this.dtpEndDate        = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
            this.ntbNM             = new System.Windows.Forms.TextBox();
            this.dtpBeginDate      = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
            this.neuLabel2         = new System.Windows.Forms.Label();
            this.lblDept           = new System.Windows.Forms.Label();
            this.neuLabel1         = new System.Windows.Forms.Label();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.neuSpread2        = new NineVigor.FrameWork.WinForms.Controls.NineSpread();
            this.neuGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).BeginInit();
            this.SuspendLayout();
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.Controls.Add(this.neuLabel5);
            this.neuGroupBox1.Controls.Add(this.neuTextBox1);
            this.neuGroupBox1.Controls.Add(this.cmbOperCode);
            this.neuGroupBox1.Controls.Add(this.neuLabel4);
            this.neuGroupBox1.Controls.Add(this.neuLabel3);
            this.neuGroupBox1.Controls.Add(this.cmbDept);
            this.neuGroupBox1.Controls.Add(this.dtpEndDate);
            this.neuGroupBox1.Controls.Add(this.ntbNM);
            this.neuGroupBox1.Controls.Add(this.dtpBeginDate);
            this.neuGroupBox1.Controls.Add(this.neuLabel2);
            this.neuGroupBox1.Controls.Add(this.lblDept);
            this.neuGroupBox1.Controls.Add(this.neuLabel1);
            this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(885, 70);

            this.neuGroupBox1.TabIndex = 6;
            this.neuGroupBox1.TabStop  = false;
            //
            // neuLabel5
            //
            this.neuLabel5.AutoSize  = true;
            this.neuLabel5.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel5.Location  = new System.Drawing.Point(446, 47);
            this.neuLabel5.Name      = "neuLabel5";
            this.neuLabel5.Size      = new System.Drawing.Size(77, 12);

            this.neuLabel5.TabIndex = 14;
            this.neuLabel5.Text     = "指定打印号:";
            this.neuLabel5.Visible  = false;
            //
            // neuTextBox1
            //

            this.neuTextBox1.Location = new System.Drawing.Point(527, 43);
            this.neuTextBox1.Name     = "neuTextBox1";
            this.neuTextBox1.Size     = new System.Drawing.Size(149, 21);

            this.neuTextBox1.TabIndex = 15;
            this.neuTextBox1.Visible  = false;
            //
            // cmbOperCode
            //
            this.cmbOperCode.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.cmbOperCode.DropDownHeight     = 424;
            this.cmbOperCode.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOperCode.FormattingEnabled  = true;
            this.cmbOperCode.IntegralHeight     = false;
            this.cmbOperCode.IsEnter2Tab        = false;
            this.cmbOperCode.IsFlat             = false;
            this.cmbOperCode.IsLike             = true;
            this.cmbOperCode.IsListOnly         = false;
            this.cmbOperCode.IsPopForm          = true;
            this.cmbOperCode.IsShowCustomerList = false;
            this.cmbOperCode.IsShowID           = false;
            this.cmbOperCode.Location           = new System.Drawing.Point(67, 45);
            this.cmbOperCode.Name             = "cmbOperCode";
            this.cmbOperCode.PopForm          = null;
            this.cmbOperCode.ShowCustomerList = false;

            this.cmbOperCode.Size = new System.Drawing.Size(132, 20);

            this.cmbOperCode.TabIndex   = 13;
            this.cmbOperCode.Tag        = "";
            this.cmbOperCode.ToolBarUse = false;
            //
            // neuLabel4
            //
            this.neuLabel4.AutoSize  = true;
            this.neuLabel4.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel4.Location  = new System.Drawing.Point(18, 50);
            this.neuLabel4.Name      = "neuLabel4";
            this.neuLabel4.Size      = new System.Drawing.Size(47, 12);

            this.neuLabel4.TabIndex = 12;
            this.neuLabel4.Text     = "回收人:";
            //
            // neuLabel3
            //
            this.neuLabel3.AutoSize  = true;
            this.neuLabel3.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel3.Location  = new System.Drawing.Point(246, 49);
            this.neuLabel3.Name      = "neuLabel3";
            this.neuLabel3.Size      = new System.Drawing.Size(47, 12);

            this.neuLabel3.TabIndex = 10;
            this.neuLabel3.Text     = "病案号:";
            //
            // cmbDept
            //
            this.cmbDept.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.cmbDept.DropDownHeight     = 424;
            this.cmbDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDept.FormattingEnabled  = true;
            this.cmbDept.IntegralHeight     = false;
            this.cmbDept.IsEnter2Tab        = false;
            this.cmbDept.IsFlat             = false;
            this.cmbDept.IsLike             = true;
            this.cmbDept.IsListOnly         = false;
            this.cmbDept.IsPopForm          = true;
            this.cmbDept.IsShowCustomerList = false;
            this.cmbDept.IsShowID           = false;
            this.cmbDept.Location           = new System.Drawing.Point(474, 17);
            this.cmbDept.Name             = "cmbDept";
            this.cmbDept.PopForm          = null;
            this.cmbDept.ShowCustomerList = false;

            this.cmbDept.Size = new System.Drawing.Size(132, 20);

            this.cmbDept.TabIndex   = 3;
            this.cmbDept.Tag        = "";
            this.cmbDept.ToolBarUse = false;
            //
            // dtpEndDate
            //
            this.dtpEndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.dtpEndDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpEndDate.IsEnter2Tab  = false;
            this.dtpEndDate.Location     = new System.Drawing.Point(265, 17);
            this.dtpEndDate.Name         = "dtpEndDate";
            this.dtpEndDate.Size         = new System.Drawing.Size(160, 21);

            this.dtpEndDate.TabIndex = 1;
            //
            // ntbNM
            //

            this.ntbNM.Location = new System.Drawing.Point(299, 44);
            this.ntbNM.Name     = "ntbNM";
            this.ntbNM.Size     = new System.Drawing.Size(126, 21);

            this.ntbNM.TabIndex = 11;
            //
            // dtpBeginDate
            //
            this.dtpBeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.dtpBeginDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtpBeginDate.IsEnter2Tab  = false;
            this.dtpBeginDate.Location     = new System.Drawing.Point(67, 17);
            this.dtpBeginDate.Name         = "dtpBeginDate";
            this.dtpBeginDate.Size         = new System.Drawing.Size(165, 21);
            this.dtpBeginDate.TabIndex     = 1;
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize  = true;
            this.neuLabel2.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel2.Location  = new System.Drawing.Point(240, 21);
            this.neuLabel2.Name      = "neuLabel2";
            this.neuLabel2.Size      = new System.Drawing.Size(17, 12);

            this.neuLabel2.TabIndex = 0;
            this.neuLabel2.Text     = "至";
            //
            // lblDept
            //
            this.lblDept.AutoSize  = true;
            this.lblDept.ForeColor = System.Drawing.Color.Blue;
            this.lblDept.Location  = new System.Drawing.Point(437, 21);
            this.lblDept.Name      = "lblDept";
            this.lblDept.Size      = new System.Drawing.Size(35, 12);

            this.lblDept.TabIndex = 0;
            this.lblDept.Text     = "部门:";
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize  = true;
            this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel1.Location  = new System.Drawing.Point(6, 22);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(59, 12);

            this.neuLabel1.TabIndex = 0;
            this.neuLabel1.Text     = "回收日期:";
            //
            // 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           = 10;
            this.neuSpread1_Sheet1.ColumnHeader.RowCount = 3;
            this.neuSpread1_Sheet1.RowCount = 5;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).BackColor           = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Border              = bevelBorder1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).ColumnSpan          = 10;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Font                = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value               = "病案回收查询打印";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).BackColor           = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).Border              = bevelBorder2;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).CellType            = textCellType1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).ColumnSpan          = 10;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).ForeColor           = System.Drawing.Color.Black;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Border              = lineBorder1;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Value               = "科室名称";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 1).Value               = "病案号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 2).Value               = "住院次数";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 3).Value               = "患者姓名";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 4).Value               = "回收时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 5).Value               = "回收人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 6).Value               = "入院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 7).Value               = "出院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 8).Value               = "出院日期";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(2, 9).Value               = "上架号";
            this.neuSpread1_Sheet1.ColumnHeader.Columns.Default.VisualStyles        = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor              = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Border       = lineBorder2;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height        = 50F;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height        = 30F;
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(2).Height        = 30F;
            this.neuSpread1_Sheet1.Columns.Get(0).Border = lineBorder3;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
            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               = 176F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType            = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "病案号";
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 99F;
            this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "住院次数";
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 42F;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "患者姓名";
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 81F;
            this.neuSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "回收时间";
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 148F;
            this.neuSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(5).Label               = "回收人";
            this.neuSpread1_Sheet1.Columns.Get(5).Width               = 84F;
            this.neuSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(6).Label               = "入院日期";
            this.neuSpread1_Sheet1.Columns.Get(6).Width               = 95F;
            this.neuSpread1_Sheet1.Columns.Get(7).Label               = "出院日期";
            this.neuSpread1_Sheet1.Columns.Get(7).Width               = 104F;
            this.neuSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(8).Label               = "出院日期";
            this.neuSpread1_Sheet1.Columns.Get(8).Visible             = false;
            this.neuSpread1_Sheet1.Columns.Get(8).Width               = 95F;
            this.neuSpread1_Sheet1.Columns.Get(9).Label               = "上架号";
            this.neuSpread1_Sheet1.Columns.Get(9).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(9).Width               = 188F;
            this.neuSpread1_Sheet1.DataAutoCellTypes   = false;
            this.neuSpread1_Sheet1.DataAutoSizeColumns = false;
            this.neuSpread1_Sheet1.DefaultStyle.Border = lineBorder4;
            this.neuSpread1_Sheet1.DefaultStyle.Font   = new System.Drawing.Font("宋体", 10F);
            this.neuSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault";
            this.neuSpread1_Sheet1.GrayAreaBackColor   = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.AutoText  = FarPoint.Win.Spread.HeaderAutoText.Blank;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable    = true;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width         = 21F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor       = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent          = "RowHeaderDefault";
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.VisualStyles    = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Rows.Default.VisualStyles    = FarPoint.Win.VisualStyles.Off;
            this.neuSpread1_Sheet1.RowHeader.Visible             = false;
            this.neuSpread1_Sheet1.Rows.Default.Height           = 25F;
            this.neuSpread1_Sheet1.SelectionUnit                 = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.neuSpread1_Sheet1.SheetCornerHorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Border       = lineBorder5;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent       = "CornerDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.VisualStyles = FarPoint.Win.VisualStyles.On;
            this.neuSpread1_Sheet1.SheetCornerVerticalGridLine   = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
            this.neuSpread1_Sheet1.ReferenceStyle                = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // neuSpread2
            //
            this.neuSpread2.About = "3.0.2004.2005";
            this.neuSpread2.AccessibleDescription = "neuSpread2, Sheet1, Row 0, Column 0, ";
            this.neuSpread2.BackColor             = System.Drawing.Color.White;
            this.neuSpread2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
            this.neuSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread2.FileName = "";
            this.neuSpread2.Font     = new System.Drawing.Font("宋体", 10F);
            this.neuSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread2.IsAutoSaveGridStatus      = false;
            this.neuSpread2.IsCanCustomConfigColumn   = false;
            this.neuSpread2.IsShowExport    = true;
            this.neuSpread2.IsShowMenuStrip = true;
            this.neuSpread2.Location        = new System.Drawing.Point(0, 70);
            this.neuSpread2.Name            = "neuSpread2";
            this.neuSpread2.RightToLeft     = System.Windows.Forms.RightToLeft.No;
            this.neuSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread2.Size = new System.Drawing.Size(885, 503);

            this.neuSpread2.TabIndex                = 9;
            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.neuSpread2.TextTipAppearance       = tipAppearance1;
            this.neuSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // ucMetCasReCallPrintWithNo
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread2);
            this.Controls.Add(this.neuGroupBox1);
            this.Name = "ucMetCasReCallPrintWithNo";
            this.Size = new System.Drawing.Size(885, 573);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 5
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormsrwGh));
            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();
            System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("zh-CN", false);
            FarPoint.Win.ComplexBorder complexBorder17 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder18 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder19 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.ComplexBorder complexBorder20 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
            FarPoint.Win.BevelBorder bevelBorder1 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder bevelBorder2 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder bevelBorder3 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder bevelBorder4 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder bevelBorder5 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder bevelBorder6 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barButtonSave = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonrefresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonOut = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemplate = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox5 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem5 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox6 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            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.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView1 = new FarPoint.Win.Spread.SheetView();
            this.sheetView1 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView2 = new FarPoint.Win.Spread.SheetView();
            this.sheetView2 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView3 = new FarPoint.Win.Spread.SheetView();
            this.sheetView3 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView4 = new FarPoint.Win.Spread.SheetView();
            this.sheetView4 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView5 = new FarPoint.Win.Spread.SheetView();
            this.sheetView5 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet3 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_Sheet4 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView6 = new FarPoint.Win.Spread.SheetView();
            this.sheetView6 = new FarPoint.Win.Spread.SheetView();
            this.fpSpread1_sheetView7 = new FarPoint.Win.Spread.SheetView();
            this.sheetView7 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView7)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            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.barButtonSave,
            this.barButtonrefresh,
            this.barButtonOut,
            this.barButtonItemplate,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem3,
            this.barEditItem4,
            this.barEditItem5});
            this.barManager1.MainMenu = this.bar1;
            this.barManager1.MaxItemId = 11;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemComboBox1,
            this.repositoryItemTextEdit3,
            this.repositoryItemComboBox2,
            this.repositoryItemTextEdit4,
            this.repositoryItemComboBox3,
            this.repositoryItemTextEdit5,
            this.repositoryItemComboBox4,
            this.repositoryItemTextEdit6,
            this.repositoryItemTextEdit7,
            this.repositoryItemComboBox5,
            this.repositoryItemComboBox6,
            this.repositoryItemLookUpEdit1});
            // 
            // 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(this.barButtonSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonrefresh),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonOut),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemplate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem2, "", false, true, true, 100),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem5)});
            this.bar1.OptionsBar.MultiLine = true;
            this.bar1.OptionsBar.UseWholeRow = true;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonSave
            // 
            this.barButtonSave.Caption = "保存";
            this.barButtonSave.Id = 0;
            this.barButtonSave.ImageIndex = 9;
            this.barButtonSave.Name = "barButtonSave";
            this.barButtonSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonSave_ItemClick);
            // 
            // barButtonrefresh
            // 
            this.barButtonrefresh.Caption = "更新数据";
            this.barButtonrefresh.Id = 1;
            this.barButtonrefresh.ImageIndex = 5;
            this.barButtonrefresh.Name = "barButtonrefresh";
            this.barButtonrefresh.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonrefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonrefresh_ItemClick);
            // 
            // barButtonOut
            // 
            this.barButtonOut.Caption = "导出";
            this.barButtonOut.Id = 2;
            this.barButtonOut.ImageIndex = 3;
            this.barButtonOut.Name = "barButtonOut";
            this.barButtonOut.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonOut_ItemClick);
            // 
            // barButtonItemplate
            // 
            this.barButtonItemplate.Caption = "保存模板";
            this.barButtonItemplate.Id = 3;
            this.barButtonItemplate.ImageIndex = 7;
            this.barButtonItemplate.Name = "barButtonItemplate";
            this.barButtonItemplate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemplate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemplate_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "起始年";
            this.barEditItem1.Edit = this.repositoryItemComboBox1;
            this.barEditItem1.Id = 5;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barEditItem1.Width = 100;
            // 
            // 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.Items.AddRange(new object[] {
            "2000",
            "2001",
            "2002",
            "2003",
            "2004",
            "2005",
            "2006",
            "2007",
            "2008",
            "2009",
            "2010",
            "2011",
            "2012",
            "2013",
            "2014",
            "2015"});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "比较年";
            this.barEditItem2.Edit = this.repositoryItemComboBox2;
            this.barEditItem2.Id = 6;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barEditItem2.Width = 100;
            this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged);
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Items.AddRange(new object[] {
            "2000",
            "2001",
            "2002",
            "2003",
            "2004",
            "2005",
            "2006",
            "2007",
            "2008",
            "2009",
            "2010",
            "2011",
            "2012",
            "2013",
            "2014",
            "2015"});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "选择预测方案";
            this.barEditItem3.Edit = this.repositoryItemLookUpEdit1;
            this.barEditItem3.Id = 8;
            this.barEditItem3.Name = "barEditItem3";
            this.barEditItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barEditItem3.Width = 200;
            this.barEditItem3.EditValueChanged += new System.EventHandler(this.barEditItem3_EditValueChanged);
            // 
            // repositoryItemLookUpEdit1
            // 
            this.repositoryItemLookUpEdit1.AutoHeight = false;
            this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Title", "预测方案", 100),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StartYear", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EndYear", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserID", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Col1", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Col2", "", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "地区";
            this.barEditItem4.Edit = this.repositoryItemComboBox5;
            this.barEditItem4.Id = 9;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barEditItem4.Width = 100;
            this.barEditItem4.EditValueChanged += new System.EventHandler(this.barEditItem4_EditValueChanged);
            // 
            // repositoryItemComboBox5
            // 
            this.repositoryItemComboBox5.AutoHeight = false;
            this.repositoryItemComboBox5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox5.Name = "repositoryItemComboBox5";
            // 
            // barEditItem5
            // 
            this.barEditItem5.Caption = "电力类型";
            this.barEditItem5.Edit = this.repositoryItemComboBox6;
            this.barEditItem5.Id = 10;
            this.barEditItem5.Name = "barEditItem5";
            this.barEditItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barEditItem5.Width = 100;
            this.barEditItem5.EditValueChanged += new System.EventHandler(this.barEditItem5_EditValueChanged);
            // 
            // repositoryItemComboBox6
            // 
            this.repositoryItemComboBox6.AutoHeight = false;
            this.repositoryItemComboBox6.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox6.Items.AddRange(new object[] {
            "受端地区",
            "送端地区",
            "抽水蓄能地区"});
            this.repositoryItemComboBox6.Name = "repositoryItemComboBox6";
            // 
            // 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");
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.AutoHeight = false;
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // repositoryItemTextEdit4
            // 
            this.repositoryItemTextEdit4.AutoHeight = false;
            this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.AutoHeight = false;
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // repositoryItemComboBox4
            // 
            this.repositoryItemComboBox4.AutoHeight = false;
            this.repositoryItemComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox4.Name = "repositoryItemComboBox4";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.AutoHeight = false;
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            // 
            // repositoryItemTextEdit7
            // 
            this.repositoryItemTextEdit7.AutoHeight = false;
            this.repositoryItemTextEdit7.Name = "repositoryItemTextEdit7";
            // 
            // fpSpread1
            // 
            this.fpSpread1.AccessibleDescription = "fpSpread1, 主要经济指标, Row 14, Column 0, 7";
            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, 57);
            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_sheetView1,
            this.sheetView1,
            this.fpSpread1_sheetView2,
            this.sheetView2,
            this.fpSpread1_Sheet2,
            this.fpSpread1_sheetView3,
            this.sheetView3,
            this.fpSpread1_sheetView4,
            this.sheetView4,
            this.fpSpread1_sheetView5,
            this.sheetView5,
            this.fpSpread1_Sheet3,
            this.fpSpread1_Sheet4,
            this.fpSpread1_sheetView6,
            this.sheetView6,
            this.fpSpread1_sheetView7,
            this.sheetView7});
            this.fpSpread1.Size = new System.Drawing.Size(853, 357);
            this.fpSpread1.TabIndex = 4;
            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.820627802690583;
            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.TabIndexChanged += new System.EventHandler(this.fpSpread1_TabIndexChanged);
            this.fpSpread1.SheetTabClick += new FarPoint.Win.Spread.SheetTabClickEventHandler(this.fpSpread1_SheetTabClick);
            // 
            // 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 = 3;
            this.fpSpread1_Sheet1.RowCount = 15;
            this.fpSpread1_Sheet1.ActiveRowIndex = 14;
            this.fpSpread1_Sheet1.AutoUpdateNotes = true;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).ColumnSpan = 3;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.PopupNote;
            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(0, 1).Border = complexBorder17;
            this.fpSpread1_Sheet1.Cells.Get(0, 2).Border = complexBorder18;
            this.fpSpread1_Sheet1.Cells.Get(1, 0).ColumnSpan = 3;
            this.fpSpread1_Sheet1.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Cells.Get(1, 0).Value = "单位: 亿元、亿美元、%";
            this.fpSpread1_Sheet1.Cells.Get(1, 1).Border = complexBorder19;
            this.fpSpread1_Sheet1.Cells.Get(1, 2).Border = complexBorder20;
            this.fpSpread1_Sheet1.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(2, 0).Value = "序号";
            this.fpSpread1_Sheet1.Cells.Get(2, 1).Value = "项目";
            this.fpSpread1_Sheet1.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(3, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(3, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(3, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(3, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(3, 0).RowSpan = 4;
            this.fpSpread1_Sheet1.Cells.Get(3, 0).Value = 1;
            this.fpSpread1_Sheet1.Cells.Get(3, 1).Value = "GDP(2000年可比价)";
            this.fpSpread1_Sheet1.Cells.Get(4, 0).Border = bevelBorder1;
            this.fpSpread1_Sheet1.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(4, 1).Value = "其中:一产";
            this.fpSpread1_Sheet1.Cells.Get(5, 0).Border = bevelBorder2;
            this.fpSpread1_Sheet1.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(5, 1).Value = "    二产";
            this.fpSpread1_Sheet1.Cells.Get(6, 0).Border = bevelBorder3;
            this.fpSpread1_Sheet1.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(6, 1).Value = "      三产";
            this.fpSpread1_Sheet1.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(7, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(7, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(7, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(7, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(7, 0).RowSpan = 3;
            this.fpSpread1_Sheet1.Cells.Get(7, 0).Value = 2;
            this.fpSpread1_Sheet1.Cells.Get(7, 1).Value = "进出口总额";
            this.fpSpread1_Sheet1.Cells.Get(8, 0).Border = bevelBorder4;
            this.fpSpread1_Sheet1.Cells.Get(8, 1).Value = "其中:进口总额";
            this.fpSpread1_Sheet1.Cells.Get(9, 0).Border = bevelBorder5;
            this.fpSpread1_Sheet1.Cells.Get(9, 1).Value = "   出口总额";
            this.fpSpread1_Sheet1.Cells.Get(10, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(10, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(10, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(10, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(10, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(10, 0).Value = 3;
            this.fpSpread1_Sheet1.Cells.Get(10, 1).Value = "全社会固定资产投资";
            this.fpSpread1_Sheet1.Cells.Get(11, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(11, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(11, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(11, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(11, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(11, 0).Value = 4;
            this.fpSpread1_Sheet1.Cells.Get(11, 1).Value = "社会销售品零售总额";
            this.fpSpread1_Sheet1.Cells.Get(12, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(12, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(12, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(12, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(12, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(12, 0).Value = 5;
            this.fpSpread1_Sheet1.Cells.Get(12, 1).Value = "居民消费价格指数";
            this.fpSpread1_Sheet1.Cells.Get(13, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(13, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(13, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(13, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(13, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(13, 0).Value = 6;
            this.fpSpread1_Sheet1.Cells.Get(13, 1).Value = "城市常住人口(万人)";
            this.fpSpread1_Sheet1.Cells.Get(14, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Cells.Get(14, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone()));
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(14, 0).ParseFormatInfo)).NumberDecimalDigits = 0;
            ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet1.Cells.Get(14, 0).ParseFormatInfo)).NumberGroupSizes = new int[] {
        0};
            this.fpSpread1_Sheet1.Cells.Get(14, 0).ParseFormatString = "n";
            this.fpSpread1_Sheet1.Cells.Get(14, 0).Value = 7;
            this.fpSpread1_Sheet1.Cells.Get(14, 1).Value = "行政区区域面积(平方公里)";
            this.fpSpread1_Sheet1.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers;
            this.fpSpread1_Sheet1.Columns.Default.Width = 64F;
            this.fpSpread1_Sheet1.Columns.Get(0).Width = 176F;
            this.fpSpread1_Sheet1.Columns.Get(1).Width = 237F;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.Rows.Get(0).Height = 30F;
            // 
            // fpSpread1_sheetView1
            // 
            this.fpSpread1_sheetView1.Reset();
            this.fpSpread1_sheetView1.SheetName = "输变电设备情况表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView1.ColumnCount = 6;
            this.fpSpread1_sheetView1.RowCount = 6;
            this.fpSpread1_sheetView1.AutoUpdateNotes = true;
            this.fpSpread1_sheetView1.Cells.Get(0, 0).ColumnSpan = 6;
            this.fpSpread1_sheetView1.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_sheetView1.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(0, 0).Value = "本地区2009年底输变电设备情况表";
            this.fpSpread1_sheetView1.Cells.Get(1, 1).ColumnSpan = 6;
            this.fpSpread1_sheetView1.Cells.Get(1, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_sheetView1.Cells.Get(1, 1).Value = "单位:万千伏安、公里";
            this.fpSpread1_sheetView1.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 0).Value = "名称";
            this.fpSpread1_sheetView1.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 1).Value = "总容量";
            this.fpSpread1_sheetView1.Cells.Get(2, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 2).Value = "变电台数";
            this.fpSpread1_sheetView1.Cells.Get(2, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 3).Value = "导线型号";
            this.fpSpread1_sheetView1.Cells.Get(2, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 4).Value = "长度";
            this.fpSpread1_sheetView1.Cells.Get(2, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView1.Cells.Get(2, 5).Value = "备注";
            this.fpSpread1_sheetView1.Columns.Get(0).Width = 127F;
            this.fpSpread1_sheetView1.Columns.Get(1).Width = 90F;
            this.fpSpread1_sheetView1.Columns.Get(2).Width = 143F;
            this.fpSpread1_sheetView1.Columns.Get(3).Width = 217F;
            this.fpSpread1_sheetView1.RowHeader.Columns.Default.Resizable = false;
            // 
            // sheetView1
            // 
            this.sheetView1.Reset();
            this.sheetView1.SheetName = "无功补偿容量配置表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView1.ColumnCount = 7;
            this.sheetView1.RowCount = 5;
            this.sheetView1.AutoUpdateNotes = true;
            this.sheetView1.Cells.Get(0, 0).ColumnSpan = 7;
            this.sheetView1.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.sheetView1.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.sheetView1.Cells.Get(0, 0).Value = "附表3 本地区2009年底无功补偿容量配置表";
            this.sheetView1.Cells.Get(1, 0).ColumnSpan = 7;
            this.sheetView1.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.sheetView1.Cells.Get(1, 0).Value = "单位:万千乏";
            this.sheetView1.Cells.Get(2, 1).Value = "安装地点";
            this.sheetView1.Cells.Get(2, 2).Value = "可投切并联电容器";
            this.sheetView1.Cells.Get(2, 3).Value = "高压电抗器";
            this.sheetView1.Cells.Get(2, 4).Value = "低压电抗器";
            this.sheetView1.Cells.Get(2, 5).Value = "静止补偿器";
            this.sheetView1.Cells.Get(2, 6).Value = "备注";
            this.sheetView1.Cells.Get(3, 0).ColumnSpan = 2;
            this.sheetView1.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.sheetView1.Cells.Get(3, 0).Value = "全地区";
            this.sheetView1.Columns.Get(1).Width = 81F;
            this.sheetView1.Columns.Get(2).Width = 120F;
            this.sheetView1.Columns.Get(3).Width = 90F;
            this.sheetView1.Columns.Get(4).Width = 80F;
            this.sheetView1.Columns.Get(5).Width = 90F;
            this.sheetView1.Columns.Get(6).Width = 83F;
            this.sheetView1.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_sheetView2
            // 
            this.fpSpread1_sheetView2.Reset();
            this.fpSpread1_sheetView2.SheetName = "经济和电力发展实绩";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView2.ColumnCount = 2;
            this.fpSpread1_sheetView2.RowCount = 24;
            this.fpSpread1_sheetView2.AutoUpdateNotes = true;
            this.fpSpread1_sheetView2.Cells.Get(0, 0).ColumnSpan = 2;
            this.fpSpread1_sheetView2.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.fpSpread1_sheetView2.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView2.Cells.Get(0, 0).Value = "本地区年经济和电力发展实绩";
            this.fpSpread1_sheetView2.Cells.Get(1, 0).ColumnSpan = 2;
            this.fpSpread1_sheetView2.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_sheetView2.Cells.Get(1, 0).Value = "单位:万元、小时、万千瓦时、万千瓦、万人、千瓦时/人";
            this.fpSpread1_sheetView2.Cells.Get(3, 0).Value = "GDP(不变价)";
            this.fpSpread1_sheetView2.Cells.Get(4, 0).Value = "   其中:一产";
            this.fpSpread1_sheetView2.Cells.Get(5, 0).Value = "         二产  ";
            this.fpSpread1_sheetView2.Cells.Get(6, 0).Value = "         三产 ";
            this.fpSpread1_sheetView2.Cells.Get(7, 0).Value = "全社会用电量";
            this.fpSpread1_sheetView2.Cells.Get(8, 0).Value = "   其中:一产";
            this.fpSpread1_sheetView2.Cells.Get(9, 0).Value = "         二产";
            this.fpSpread1_sheetView2.Cells.Get(10, 0).Value = "         三产";
            this.fpSpread1_sheetView2.Cells.Get(11, 0).Value = "         居民 ";
            this.fpSpread1_sheetView2.Cells.Get(12, 0).Value = "供电量";
            this.fpSpread1_sheetView2.Cells.Get(13, 0).Value = "区内小机组发电量";
            this.fpSpread1_sheetView2.Cells.Get(14, 0).Value = "最高供电负荷";
            this.fpSpread1_sheetView2.Cells.Get(15, 0).Value = "Tmax";
            this.fpSpread1_sheetView2.Cells.Get(16, 0).Value = "区内小机组容量";
            this.fpSpread1_sheetView2.Cells.Get(17, 0).Value = "    其中:水电 ";
            this.fpSpread1_sheetView2.Cells.Get(18, 0).Value = "          火电";
            this.fpSpread1_sheetView2.Cells.Get(19, 0).Value = "           热电 ";
            this.fpSpread1_sheetView2.Cells.Get(20, 0).Value = "人口";
            this.fpSpread1_sheetView2.Cells.Get(21, 0).Value = "人均用电量";
            this.fpSpread1_sheetView2.Cells.Get(22, 0).Value = "人均生活用电量";
            this.fpSpread1_sheetView2.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_sheetView2.Columns.Get(0).Width = 211F;
            this.fpSpread1_sheetView2.Columns.Get(1).Width = 179F;
            this.fpSpread1_sheetView2.RowHeader.Columns.Default.Resizable = false;
            // 
            // sheetView2
            // 
            this.sheetView2.Reset();
            this.sheetView2.SheetName = "本地区分区县供用电实绩";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView2.ColumnCount = 2;
            this.sheetView2.RowCount = 4;
            this.sheetView2.AutoUpdateNotes = true;
            this.sheetView2.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.sheetView2.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.sheetView2.Cells.Get(0, 0).Value = "本地区分区县供用电实绩";
            this.sheetView2.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.sheetView2.Cells.Get(1, 0).Value = "单位:万千瓦、万千瓦时";
            this.sheetView2.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.sheetView2.Columns.Get(0).Width = 203F;
            this.sheetView2.Columns.Get(1).Width = 135F;
            this.sheetView2.RowHeader.Columns.Default.Resizable = false;
            // 
            // 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 = 0;
            this.fpSpread1_Sheet2.RowCount = 0;
            this.fpSpread1_Sheet2.AutoUpdateNotes = true;
            this.fpSpread1_Sheet2.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_sheetView3
            // 
            this.fpSpread1_sheetView3.Reset();
            this.fpSpread1_sheetView3.SheetName = "典型月负荷曲线表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView3.ColumnCount = 0;
            this.fpSpread1_sheetView3.RowCount = 0;
            this.fpSpread1_sheetView3.AutoUpdateNotes = true;
            this.fpSpread1_sheetView3.RowHeader.Columns.Default.Resizable = false;
            // 
            // sheetView3
            // 
            this.sheetView3.Reset();
            this.sheetView3.SheetName = "经济结构发展预测结果表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView3.ColumnCount = 0;
            this.sheetView3.RowCount = 0;
            this.sheetView3.AutoUpdateNotes = true;
            this.sheetView3.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_sheetView4
            // 
            this.fpSpread1_sheetView4.Reset();
            this.fpSpread1_sheetView4.SheetName = "本地区2010~2020年需电量预测表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView4.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView4.ColumnCount = 0;
            this.fpSpread1_sheetView4.RowCount = 0;
            this.fpSpread1_sheetView4.AutoUpdateNotes = true;
            this.fpSpread1_sheetView4.RowHeader.Columns.Default.Resizable = false;
            // 
            // sheetView4
            // 
            this.sheetView4.Reset();
            this.sheetView4.SheetName = "本地区2010~2020年最大负荷预测表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView4.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView4.ColumnCount = 0;
            this.sheetView4.RowCount = 0;
            this.sheetView4.AutoUpdateNotes = true;
            this.sheetView4.DefaultStyle.Border = bevelBorder6;
            this.sheetView4.DefaultStyle.Locked = false;
            this.sheetView4.DefaultStyle.Parent = "DataAreaDefault";
            this.sheetView4.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_sheetView5
            // 
            this.fpSpread1_sheetView5.Reset();
            this.fpSpread1_sheetView5.SheetName = "电力平衡表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView5.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView5.ColumnCount = 0;
            this.fpSpread1_sheetView5.RowCount = 0;
            this.fpSpread1_sheetView5.AutoUpdateNotes = true;
            this.fpSpread1_sheetView5.RowHeader.Columns.Default.Resizable = true;
            // 
            // sheetView5
            // 
            this.sheetView5.Reset();
            this.sheetView5.SheetName = "500kV变电容量平衡表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView5.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView5.ColumnCount = 0;
            this.sheetView5.RowCount = 0;
            this.sheetView5.AutoUpdateNotes = true;
            this.sheetView5.RowHeader.Columns.Default.Resizable = true;
            // 
            // fpSpread1_Sheet3
            // 
            this.fpSpread1_Sheet3.Reset();
            this.fpSpread1_Sheet3.SheetName = "220kV变电容量平衡表";
            // 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 = 0;
            this.fpSpread1_Sheet3.RowCount = 0;
            this.fpSpread1_Sheet3.AutoUpdateNotes = true;
            this.fpSpread1_Sheet3.RowHeader.Columns.Default.Resizable = true;
            // 
            // fpSpread1_Sheet4
            // 
            this.fpSpread1_Sheet4.Reset();
            this.fpSpread1_Sheet4.SheetName = "110kV变电容量平衡表";
            // 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 = 0;
            this.fpSpread1_Sheet4.RowCount = 0;
            this.fpSpread1_Sheet4.AutoUpdateNotes = true;
            this.fpSpread1_Sheet4.RowHeader.Columns.Default.Resizable = false;
            // 
            // fpSpread1_sheetView6
            // 
            this.fpSpread1_sheetView6.Reset();
            this.fpSpread1_sheetView6.SheetName = "无功平衡表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView6.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView6.ColumnCount = 0;
            this.fpSpread1_sheetView6.RowCount = 0;
            this.fpSpread1_sheetView6.AutoUpdateNotes = true;
            this.fpSpread1_sheetView6.RowHeader.Columns.Default.Resizable = true;
            // 
            // sheetView6
            // 
            this.sheetView6.Reset();
            this.sheetView6.SheetName = "“十二五”规划输变电建设项目明细表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView6.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView6.ColumnCount = 0;
            this.sheetView6.RowCount = 0;
            this.sheetView6.AutoUpdateNotes = true;
            this.sheetView6.RowHeader.Columns.Default.Resizable = true;
            // 
            // fpSpread1_sheetView7
            // 
            this.fpSpread1_sheetView7.Reset();
            this.fpSpread1_sheetView7.SheetName = "“十二五”电网输变电项目资金需求表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread1_sheetView7.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread1_sheetView7.ColumnCount = 0;
            this.fpSpread1_sheetView7.RowCount = 0;
            this.fpSpread1_sheetView7.AutoUpdateNotes = true;
            this.fpSpread1_sheetView7.RowHeader.Columns.Default.Resizable = true;
            // 
            // sheetView7
            // 
            this.sheetView7.Reset();
            this.sheetView7.SheetName = "“十二五”电网建设项目资金需求汇总表";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.sheetView7.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.sheetView7.ColumnCount = 0;
            this.sheetView7.RowCount = 0;
            this.sheetView7.AutoUpdateNotes = true;
            this.sheetView7.RowHeader.Columns.Default.Resizable = true;
            // 
            // FormsrwGh
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(853, 414);
            this.Controls.Add(this.fpSpread1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormsrwGh";
            this.Text = "FormsrwGh";
            this.Load += new System.EventHandler(this.FormsrwGh_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_sheetView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sheetView7)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 6
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.BevelBorder    bevelBorder85                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder86                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder43             = new FarPoint.Win.CompoundBorder(bevelBorder85, bevelBorder86);
     FarPoint.Win.BevelBorder    bevelBorder87                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder88                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder44             = new FarPoint.Win.CompoundBorder(bevelBorder87, bevelBorder88);
     FarPoint.Win.BevelBorder    bevelBorder89                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder90                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder45             = new FarPoint.Win.CompoundBorder(bevelBorder89, bevelBorder90);
     FarPoint.Win.BevelBorder    bevelBorder91                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder92                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder46             = new FarPoint.Win.CompoundBorder(bevelBorder91, bevelBorder92);
     FarPoint.Win.BevelBorder    bevelBorder93                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder94                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder47             = new FarPoint.Win.CompoundBorder(bevelBorder93, bevelBorder94);
     FarPoint.Win.BevelBorder    bevelBorder95                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder96                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder48             = new FarPoint.Win.CompoundBorder(bevelBorder95, bevelBorder96);
     FarPoint.Win.BevelBorder    bevelBorder97                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder98                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder49             = new FarPoint.Win.CompoundBorder(bevelBorder97, bevelBorder98);
     FarPoint.Win.BevelBorder    bevelBorder99                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder100               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder50             = new FarPoint.Win.CompoundBorder(bevelBorder99, bevelBorder100);
     FarPoint.Win.BevelBorder    bevelBorder101               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder102               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder51             = new FarPoint.Win.CompoundBorder(bevelBorder101, bevelBorder102);
     FarPoint.Win.BevelBorder    bevelBorder103               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder104               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder52             = new FarPoint.Win.CompoundBorder(bevelBorder103, bevelBorder104);
     FarPoint.Win.BevelBorder    bevelBorder105               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder106               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder53             = new FarPoint.Win.CompoundBorder(bevelBorder105, bevelBorder106);
     FarPoint.Win.BevelBorder    bevelBorder107               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder108               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder54             = new FarPoint.Win.CompoundBorder(bevelBorder107, bevelBorder108);
     FarPoint.Win.BevelBorder    bevelBorder109               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder110               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder55             = new FarPoint.Win.CompoundBorder(bevelBorder109, bevelBorder110);
     FarPoint.Win.BevelBorder    bevelBorder111               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder112               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder56             = new FarPoint.Win.CompoundBorder(bevelBorder111, bevelBorder112);
     FarPoint.Win.BevelBorder    bevelBorder113               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder114               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder57             = new FarPoint.Win.CompoundBorder(bevelBorder113, bevelBorder114);
     FarPoint.Win.BevelBorder    bevelBorder115               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder116               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder58             = new FarPoint.Win.CompoundBorder(bevelBorder115, bevelBorder116);
     FarPoint.Win.BevelBorder    bevelBorder117               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder118               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder59             = new FarPoint.Win.CompoundBorder(bevelBorder117, bevelBorder118);
     FarPoint.Win.BevelBorder    bevelBorder119               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder120               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder60             = new FarPoint.Win.CompoundBorder(bevelBorder119, bevelBorder120);
     FarPoint.Win.BevelBorder    bevelBorder121               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder122               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder61             = new FarPoint.Win.CompoundBorder(bevelBorder121, bevelBorder122);
     FarPoint.Win.BevelBorder    bevelBorder123               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder124               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder62             = new FarPoint.Win.CompoundBorder(bevelBorder123, bevelBorder124);
     FarPoint.Win.BevelBorder    bevelBorder125               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder    bevelBorder126               = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
     FarPoint.Win.CompoundBorder compoundBorder63             = new FarPoint.Win.CompoundBorder(bevelBorder125, bevelBorder126);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BUM010103));
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.spdWafBin        = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.spdWafBin_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.pnlSpread        = new System.Windows.Forms.Panel();
     this.spdSpread        = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.spdSpread_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.tpucBinMapView1  = new DACrux.TEST.Control.TPUBinMapView();
     this.toolStripLabel1  = new System.Windows.Forms.ToolStripLabel();
     this.txtLotID         = new System.Windows.Forms.TextBox();
     this.rdoMMG           = new System.Windows.Forms.RadioButton();
     this.rdoOper          = new System.Windows.Forms.RadioButton();
     this.label4           = new System.Windows.Forms.Label();
     this.cdvOperation     = new Miracom.UI.Controls.MCCodeView.MCCodeView();
     this.saveExcel        = new System.Windows.Forms.SaveFileDialog();
     this.cdvOper          = new Miracom.SmartWeb.UI.Controls.udcCUSCondition();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.cdvFactory       = new Miracom.SmartWeb.UI.Controls.udcCUSCondition();
     this.pnlMiddle.SuspendLayout();
     this.pnlCondition2.SuspendLayout();
     this.pnlCondition1.SuspendLayout();
     this.pnlWIPDetail.SuspendLayout();
     this.pnlDetailCondition2.SuspendLayout();
     this.pnlDetailCondition1.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlRASDetail.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.pnlDetailCondition3.SuspendLayout();
     this.pnlBUMPDetail.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spdWafBin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdWafBin_Sheet1)).BeginInit();
     this.pnlSpread.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spdSpread)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdSpread_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvOperation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // pnlMiddle
     //
     this.pnlMiddle.Size = new System.Drawing.Size(1059, 90);
     //
     // pnlCondition8
     //
     this.pnlCondition8.Location = new System.Drawing.Point(0, 180);
     //
     // pnlCondition7
     //
     this.pnlCondition7.Location = new System.Drawing.Point(0, 156);
     //
     // pnlCondition6
     //
     this.pnlCondition6.Location = new System.Drawing.Point(0, 132);
     //
     // pnlCondition5
     //
     this.pnlCondition5.Location = new System.Drawing.Point(0, 108);
     //
     // pnlCondition4
     //
     this.pnlCondition4.Location = new System.Drawing.Point(0, 84);
     //
     // pnlCondition3
     //
     this.pnlCondition3.Location = new System.Drawing.Point(0, 74);
     this.pnlCondition3.Size     = new System.Drawing.Size(1057, 10);
     //
     // pnlCondition2
     //
     this.pnlCondition2.Controls.Add(this.label1);
     this.pnlCondition2.Controls.Add(this.label2);
     this.pnlCondition2.Controls.Add(this.cdvOper);
     this.pnlCondition2.Controls.Add(this.cdvOperation);
     this.pnlCondition2.Controls.Add(this.label4);
     this.pnlCondition2.Controls.Add(this.txtLotID);
     this.pnlCondition2.Location = new System.Drawing.Point(0, 41);
     this.pnlCondition2.Size     = new System.Drawing.Size(1057, 33);
     //
     // pnlCondition1
     //
     this.pnlCondition1.Controls.Add(this.cdvFactory);
     this.pnlCondition1.Controls.Add(this.rdoOper);
     this.pnlCondition1.Controls.Add(this.rdoMMG);
     this.pnlCondition1.Size = new System.Drawing.Size(1057, 33);
     //
     // pnlWIPDetail
     //
     this.pnlWIPDetail.Location = new System.Drawing.Point(0, 176);
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.splitContainer1);
     this.pnlMain.Location = new System.Drawing.Point(0, 203);
     this.pnlMain.Size     = new System.Drawing.Size(1059, 397);
     //
     // btnDetail
     //
     this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // btnView
     //
     this.btnView.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnView.FlatAppearance.BorderSize  = 0;
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // btnExcelExport
     //
     this.btnExcelExport.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnExcelExport.FlatAppearance.BorderSize  = 0;
     this.btnExcelExport.Visible = false;
     this.btnExcelExport.Click  += new System.EventHandler(this.btnExcelExport_Click);
     //
     // btnClose
     //
     this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnClose.FlatAppearance.BorderSize  = 0;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnSort
     //
     this.btnSort.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     //
     // pnlRASDetail
     //
     this.pnlRASDetail.Location = new System.Drawing.Point(0, 116);
     //
     // pnlBUMPDetail
     //
     this.pnlBUMPDetail.Location = new System.Drawing.Point(0, 116);
     this.pnlBUMPDetail.Size     = new System.Drawing.Size(1059, 87);
     //
     // panel5
     //
     this.panel5.Size = new System.Drawing.Size(1057, 24);
     //
     // udcBUMPCondition9
     //
     this.udcBUMPCondition9.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition1
     //
     this.udcBUMPCondition1.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition2
     //
     this.udcBUMPCondition2.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition3
     //
     this.udcBUMPCondition3.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition4
     //
     this.udcBUMPCondition4.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition5
     //
     this.udcBUMPCondition5.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition6
     //
     this.udcBUMPCondition6.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition7
     //
     this.udcBUMPCondition7.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition8
     //
     this.udcBUMPCondition8.RefFactory = this.cdvFactory;
     //
     // panel6
     //
     this.panel6.Size = new System.Drawing.Size(1057, 24);
     //
     // panel7
     //
     this.panel7.Size = new System.Drawing.Size(1057, 24);
     //
     // udcBUMPCondition12
     //
     this.udcBUMPCondition12.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition11
     //
     this.udcBUMPCondition11.RefFactory = this.cdvFactory;
     //
     // udcBUMPCondition10
     //
     this.udcBUMPCondition10.RefFactory = this.cdvFactory;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.spdWafBin);
     this.splitContainer1.Panel1.Controls.Add(this.pnlSpread);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tpucBinMapView1);
     this.splitContainer1.Size             = new System.Drawing.Size(1053, 394);
     this.splitContainer1.SplitterDistance = 374;
     this.splitContainer1.TabIndex         = 0;
     //
     // spdWafBin
     //
     this.spdWafBin.About = "4.0.2001.2005";
     this.spdWafBin.AccessibleDescription = "spdWafBin, Sheet1, Row 0, Column 0, ";
     this.spdWafBin.BackColor             = System.Drawing.Color.White;
     this.spdWafBin.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.spdWafBin.Location             = new System.Drawing.Point(0, 310);
     this.spdWafBin.Name                 = "spdWafBin";
     this.spdWafBin.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.spdWafBin.RPT_IsPreCellsType   = true;
     this.spdWafBin.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.spdWafBin.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdWafBin_Sheet1
     });
     this.spdWafBin.Size       = new System.Drawing.Size(374, 84);
     this.spdWafBin.TabIndex   = 28;
     this.spdWafBin.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.spdWafBin_CellClick);
     //
     // spdWafBin_Sheet1
     //
     this.spdWafBin_Sheet1.Reset();
     this.spdWafBin_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdWafBin_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdWafBin_Sheet1.ColumnCount    = 0;
     this.spdWafBin_Sheet1.RowCount       = 0;
     this.spdWafBin_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdWafBin_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.spdWafBin.SetActiveViewport(0, 1, 1);
     //
     // pnlSpread
     //
     this.pnlSpread.BackColor = System.Drawing.SystemColors.Control;
     this.pnlSpread.Controls.Add(this.spdSpread);
     this.pnlSpread.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlSpread.Location = new System.Drawing.Point(0, 0);
     this.pnlSpread.Name     = "pnlSpread";
     this.pnlSpread.Size     = new System.Drawing.Size(374, 310);
     this.pnlSpread.TabIndex = 16;
     //
     // spdSpread
     //
     this.spdSpread.About = "4.0.2001.2005";
     this.spdSpread.AccessibleDescription = "spdSpread, Sheet1, Row 0, Column 0, Device";
     this.spdSpread.BackColor             = System.Drawing.Color.White;
     this.spdSpread.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spdSpread.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     this.spdSpread.Location             = new System.Drawing.Point(0, 0);
     this.spdSpread.Name                 = "spdSpread";
     this.spdSpread.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.spdSpread.RPT_IsPreCellsType   = true;
     this.spdSpread.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.spdSpread.ScrollTipPolicy      = FarPoint.Win.Spread.ScrollTipPolicy.Both;
     this.spdSpread.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.spdSpread_Sheet1
     });
     this.spdSpread.Size     = new System.Drawing.Size(374, 310);
     this.spdSpread.TabIndex = 29;
     this.spdSpread.TabStop  = false;
     this.spdSpread.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     //
     // spdSpread_Sheet1
     //
     this.spdSpread_Sheet1.Reset();
     this.spdSpread_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.spdSpread_Sheet1.ReferenceStyle        = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.spdSpread_Sheet1.ColumnCount           = 4;
     this.spdSpread_Sheet1.ColumnHeader.RowCount = 0;
     this.spdSpread_Sheet1.RowCount = 14;
     this.spdSpread_Sheet1.RowHeader.ColumnCount               = 0;
     this.spdSpread_Sheet1.Cells.Get(0, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(0, 0).Border              = compoundBorder43;
     this.spdSpread_Sheet1.Cells.Get(0, 0).Locked              = true;
     this.spdSpread_Sheet1.Cells.Get(0, 0).Value               = "Device";
     this.spdSpread_Sheet1.Cells.Get(0, 1).ColumnSpan          = 3;
     this.spdSpread_Sheet1.Cells.Get(1, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(1, 0).Border              = compoundBorder44;
     this.spdSpread_Sheet1.Cells.Get(1, 0).Value               = "Flow";
     this.spdSpread_Sheet1.Cells.Get(1, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(1, 2).Border              = compoundBorder45;
     this.spdSpread_Sheet1.Cells.Get(1, 2).Value               = "Customer";
     this.spdSpread_Sheet1.Cells.Get(2, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(2, 0).Border              = compoundBorder46;
     this.spdSpread_Sheet1.Cells.Get(2, 0).Value               = "Oper";
     this.spdSpread_Sheet1.Cells.Get(2, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(2, 2).Border              = compoundBorder47;
     this.spdSpread_Sheet1.Cells.Get(2, 2).Value               = "Next Oper";
     this.spdSpread_Sheet1.Cells.Get(3, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(3, 0).Border              = compoundBorder48;
     this.spdSpread_Sheet1.Cells.Get(3, 0).Value               = "Input Qty";
     this.spdSpread_Sheet1.Cells.Get(3, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(3, 2).Border              = compoundBorder49;
     this.spdSpread_Sheet1.Cells.Get(3, 2).Value               = "Good Qty";
     this.spdSpread_Sheet1.Cells.Get(4, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(4, 0).Border              = compoundBorder50;
     this.spdSpread_Sheet1.Cells.Get(4, 0).Value               = "Wafer In";
     this.spdSpread_Sheet1.Cells.Get(4, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(4, 2).Border              = compoundBorder51;
     this.spdSpread_Sheet1.Cells.Get(4, 2).Value               = "Wafer Out";
     this.spdSpread_Sheet1.Cells.Get(5, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(5, 0).Border              = compoundBorder52;
     this.spdSpread_Sheet1.Cells.Get(5, 0).Value               = "Lot Type";
     this.spdSpread_Sheet1.Cells.Get(5, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(5, 2).Border              = compoundBorder53;
     this.spdSpread_Sheet1.Cells.Get(5, 2).Value               = "Net Die";
     this.spdSpread_Sheet1.Cells.Get(6, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(6, 0).Border              = compoundBorder54;
     this.spdSpread_Sheet1.Cells.Get(6, 0).Value               = "Status";
     this.spdSpread_Sheet1.Cells.Get(6, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(6, 2).Border              = compoundBorder55;
     this.spdSpread_Sheet1.Cells.Get(6, 2).Value               = "Priority";
     this.spdSpread_Sheet1.Cells.Get(7, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(7, 0).Border              = compoundBorder56;
     this.spdSpread_Sheet1.Cells.Get(7, 0).Value               = "Input Time";
     this.spdSpread_Sheet1.Cells.Get(7, 1).ColumnSpan          = 3;
     this.spdSpread_Sheet1.Cells.Get(8, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(8, 0).Border              = compoundBorder57;
     this.spdSpread_Sheet1.Cells.Get(8, 0).Value               = "Test In Time";
     this.spdSpread_Sheet1.Cells.Get(9, 0).BackColor           = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(9, 0).Border              = compoundBorder58;
     this.spdSpread_Sheet1.Cells.Get(9, 0).Value               = "Stage";
     this.spdSpread_Sheet1.Cells.Get(9, 2).BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.spdSpread_Sheet1.Cells.Get(9, 2).Border              = compoundBorder59;
     this.spdSpread_Sheet1.Cells.Get(9, 2).Value               = "Equip ID";
     this.spdSpread_Sheet1.Cells.Get(10, 0).BackColor          = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(10, 0).Border             = compoundBorder60;
     this.spdSpread_Sheet1.Cells.Get(10, 0).Value              = "Location";
     this.spdSpread_Sheet1.Cells.Get(11, 0).BackColor          = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(11, 0).Border             = compoundBorder61;
     this.spdSpread_Sheet1.Cells.Get(11, 0).Value              = "Comment";
     this.spdSpread_Sheet1.Cells.Get(11, 1).ColumnSpan         = 3;
     this.spdSpread_Sheet1.Cells.Get(12, 0).BackColor          = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(12, 0).Border             = compoundBorder62;
     this.spdSpread_Sheet1.Cells.Get(12, 0).Value              = "Hold Code";
     this.spdSpread_Sheet1.Cells.Get(12, 1).ColumnSpan         = 3;
     this.spdSpread_Sheet1.Cells.Get(13, 0).BackColor          = System.Drawing.SystemColors.Control;
     this.spdSpread_Sheet1.Cells.Get(13, 0).Border             = compoundBorder63;
     this.spdSpread_Sheet1.Cells.Get(13, 0).Value              = "Hold Comment";
     this.spdSpread_Sheet1.Cells.Get(13, 1).ColumnSpan         = 3;
     this.spdSpread_Sheet1.Columns.Get(0).Width                = 85F;
     this.spdSpread_Sheet1.Columns.Get(1).Width                = 90F;
     this.spdSpread_Sheet1.Columns.Get(2).Width                = 80F;
     this.spdSpread_Sheet1.Columns.Get(3).Width                = 90F;
     this.spdSpread_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.spdSpread_Sheet1.Rows.Get(11).Height = 47F;
     this.spdSpread_Sheet1.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // tpucBinMapView1
     //
     this.tpucBinMapView1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.tpucBinMapView1.Location        = new System.Drawing.Point(0, 0);
     this.tpucBinMapView1.MAP_SERVER_IP   = "";
     this.tpucBinMapView1.MAP_SERVER_PORT = 0;
     this.tpucBinMapView1.Name            = "tpucBinMapView1";
     this.tpucBinMapView1.Size            = new System.Drawing.Size(675, 394);
     this.tpucBinMapView1.TabIndex        = 1;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(64, 22);
     this.toolStripLabel1.Text = "Wafer List";
     //
     // txtLotID
     //
     this.txtLotID.BackColor = System.Drawing.Color.White;
     this.txtLotID.Location  = new System.Drawing.Point(97, 6);
     this.txtLotID.Name      = "txtLotID";
     this.txtLotID.Size      = new System.Drawing.Size(188, 21);
     this.txtLotID.TabIndex  = 78;
     this.txtLotID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLotID_KeyPress);
     //
     // rdoMMG
     //
     this.rdoMMG.AutoSize = true;
     this.rdoMMG.Checked  = true;
     this.rdoMMG.Location = new System.Drawing.Point(31, 7);
     this.rdoMMG.Name     = "rdoMMG";
     this.rdoMMG.Size     = new System.Drawing.Size(79, 17);
     this.rdoMMG.TabIndex = 137;
     this.rdoMMG.TabStop  = true;
     this.rdoMMG.Text     = "Merge standard";
     this.rdoMMG.UseVisualStyleBackColor = true;
     this.rdoMMG.CheckedChanged         += new System.EventHandler(this.rdoMMG_CheckedChanged);
     //
     // rdoOper
     //
     this.rdoOper.AutoSize = true;
     this.rdoOper.Location = new System.Drawing.Point(127, 7);
     this.rdoOper.Name     = "rdoOper";
     this.rdoOper.Size     = new System.Drawing.Size(73, 17);
     this.rdoOper.TabIndex = 138;
     this.rdoOper.Text     = "Operation standard";
     this.rdoOper.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(864, 10);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(34, 13);
     this.label4.TabIndex = 139;
     this.label4.Text     = "Oper";
     this.label4.Visible  = false;
     //
     // cdvOperation
     //
     this.cdvOperation.BorderColor         = System.Drawing.Color.DarkGray;
     this.cdvOperation.BorderHotColor      = System.Drawing.Color.Black;
     this.cdvOperation.BtnFlatStyle        = System.Windows.Forms.FlatStyle.Standard;
     this.cdvOperation.BtnToolTipText      = "";
     this.cdvOperation.DescText            = "";
     this.cdvOperation.DisplaySubItemIndex = -1;
     this.cdvOperation.DisplayText         = "";
     this.cdvOperation.Enabled             = false;
     this.cdvOperation.Focusing            = null;
     this.cdvOperation.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdvOperation.Index                      = 0;
     this.cdvOperation.IsViewBtnImage             = true;
     this.cdvOperation.Location                   = new System.Drawing.Point(909, 6);
     this.cdvOperation.MaxLength                  = 32767;
     this.cdvOperation.MCViewStyle.BorderColor    = System.Drawing.Color.DarkGray;
     this.cdvOperation.MCViewStyle.BorderHotColor = System.Drawing.Color.Black;
     this.cdvOperation.MultiSelect                = false;
     this.cdvOperation.Name                       = "cdvOperation";
     this.cdvOperation.ReadOnly                   = false;
     this.cdvOperation.SearchSubItemIndex         = 0;
     this.cdvOperation.SelectedDescIndex          = -1;
     this.cdvOperation.SelectedDescToQueryText    = "";
     this.cdvOperation.SelectedSubItemIndex       = -1;
     this.cdvOperation.SelectedValueToQueryText   = "";
     this.cdvOperation.SelectionStart             = 0;
     this.cdvOperation.Size                       = new System.Drawing.Size(130, 21);
     this.cdvOperation.SmallImageList             = null;
     this.cdvOperation.StyleBorder                = System.Windows.Forms.BorderStyle.Fixed3D;
     this.cdvOperation.TabIndex                   = 140;
     this.cdvOperation.TextBoxToolTipText         = "";
     this.cdvOperation.TextBoxWidth               = 130;
     this.cdvOperation.Visible                    = false;
     this.cdvOperation.VisibleButton              = true;
     this.cdvOperation.VisibleColumnHeader        = false;
     this.cdvOperation.VisibleDescription         = false;
     //
     // saveExcel
     //
     this.saveExcel.DefaultExt = "xls";
     this.saveExcel.Filter     = "Excel files|*.xls";
     //
     // cdvOper
     //
     this.cdvOper.BackColor          = System.Drawing.Color.Transparent;
     this.cdvOper.bMultiSelect       = false;
     this.cdvOper.ConditionText      = "Operation";
     this.cdvOper.CondtionType       = Miracom.SmartWeb.UI.Controls.udcCondition.eConditionype.OPER;
     this.cdvOper.Font               = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvOper.Location           = new System.Drawing.Point(309, 6);
     this.cdvOper.MandatoryFlag      = false;
     this.cdvOper.Name               = "cdvOper";
     this.cdvOper.ParentValue        = "";
     this.cdvOper.sCodeColumnName    = "";
     this.cdvOper.sDynamicQuery      = "";
     this.cdvOper.sFactory           = "";
     this.cdvOper.Size               = new System.Drawing.Size(180, 21);
     this.cdvOper.sTableName         = "";
     this.cdvOper.sValueColumnName   = "";
     this.cdvOper.TabIndex           = 141;
     this.cdvOper.VisibleValueButton = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(28, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(43, 13);
     this.label2.TabIndex = 142;
     this.label2.Text     = "LOT_ID";
     //
     // label1
     //
     this.label1.Image      = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(18, 8);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(6, 17);
     this.label1.TabIndex   = 143;
     this.label1.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cdvFactory
     //
     this.cdvFactory.BackColor                 = System.Drawing.Color.Transparent;
     this.cdvFactory.bMultiSelect              = false;
     this.cdvFactory.ConditionText             = "Factory";
     this.cdvFactory.CondtionType              = Miracom.SmartWeb.UI.Controls.udcCondition.eConditionype.FACTORY;
     this.cdvFactory.ControlRef                = true;
     this.cdvFactory.Font                      = new System.Drawing.Font("Tahoma", 8.25F);
     this.cdvFactory.Location                  = new System.Drawing.Point(309, 6);
     this.cdvFactory.MandatoryFlag             = true;
     this.cdvFactory.Name                      = "cdvFactory";
     this.cdvFactory.ParentValue               = "";
     this.cdvFactory.sCodeColumnName           = "";
     this.cdvFactory.sDynamicQuery             = "";
     this.cdvFactory.sFactory                  = "";
     this.cdvFactory.Size                      = new System.Drawing.Size(180, 21);
     this.cdvFactory.sTableName                = "";
     this.cdvFactory.sValueColumnName          = "";
     this.cdvFactory.TabIndex                  = 139;
     this.cdvFactory.Visible                   = false;
     this.cdvFactory.VisibleValueButton        = true;
     this.cdvFactory.ValueSelectedItemChanged += new Miracom.UI.MCCodeViewSelChangedHandler(this.cdvFactory_ValueSelectedItemChanged);
     //
     // BUM010103
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BaseFormType        = Miracom.SmartWeb.UI.Controls.udcCUSReport002.eBaseFormType.BUMP_BASE;
     this.ConditionCount      = 3;
     this.FormStyle.BackColor = System.Drawing.SystemColors.Control;
     this.FormStyle.FormName  = null;
     this.Name  = "BUM010103";
     this.Size  = new System.Drawing.Size(1059, 600);
     this.Load += new System.EventHandler(this.YLD041003_Load);
     this.pnlMiddle.ResumeLayout(false);
     this.pnlCondition2.ResumeLayout(false);
     this.pnlCondition2.PerformLayout();
     this.pnlCondition1.ResumeLayout(false);
     this.pnlCondition1.PerformLayout();
     this.pnlWIPDetail.ResumeLayout(false);
     this.pnlDetailCondition2.ResumeLayout(false);
     this.pnlDetailCondition1.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlRASDetail.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.pnlDetailCondition3.ResumeLayout(false);
     this.pnlBUMPDetail.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spdWafBin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdWafBin_Sheet1)).EndInit();
     this.pnlSpread.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spdSpread)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spdSpread_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdvOperation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 7
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.BevelBorder    bevelBorder1                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
            FarPoint.Win.BevelBorder    bevelBorder2                = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Raised);
            FarPoint.Win.CompoundBorder compoundBorder1             = new FarPoint.Win.CompoundBorder(bevelBorder1, bevelBorder2);
            FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
            this.fpSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, 病区/床号";
            this.fpSpread1.AllowColumnMove       = true;
            this.fpSpread1.AllowRowMove          = true;
            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(645, 146);
            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           = 4;
            this.fpSpread1_Sheet1.RowCount              = 7;
            this.fpSpread1_Sheet1.Cells.Get(0, 0).Value = "病区/床号";
            this.fpSpread1_Sheet1.Cells.Get(0, 2).Value = "姓名/性别";
            this.fpSpread1_Sheet1.Cells.Get(1, 0).Value = "住院号";
            this.fpSpread1_Sheet1.Cells.Get(1, 2).Value = "手术类型";
            this.fpSpread1_Sheet1.Cells.Get(2, 0).Value = "手术台类型";
            this.fpSpread1_Sheet1.Cells.Get(2, 2).Value = "术前诊断";
            this.fpSpread1_Sheet1.Cells.Get(3, 0).Value = "手术名称";
            this.fpSpread1_Sheet1.Cells.Get(3, 2).Value = "手术时间";
            this.fpSpread1_Sheet1.Cells.Get(4, 0).Value = "麻醉方式";
            this.fpSpread1_Sheet1.Cells.Get(4, 2).Value = "申请医生";
            this.fpSpread1_Sheet1.Cells.Get(5, 0).Value = "手术医生";
            this.fpSpread1_Sheet1.Cells.Get(5, 2).Value = "是否特殊手术";
            this.fpSpread1_Sheet1.Cells.Get(6, 0).Value = "助手医生";
            this.fpSpread1_Sheet1.Cells.Get(6, 2).Value = "备注";
            textCellType1.Multiline = true;
            this.fpSpread1_Sheet1.Cells.Get(6, 3).CellType           = textCellType1;
            this.fpSpread1_Sheet1.ColumnHeader.Visible               = false;
            this.fpSpread1_Sheet1.Columns.Get(0).BackColor           = System.Drawing.Color.Linen;
            this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(0).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(0).Width               = 100F;
            this.fpSpread1_Sheet1.Columns.Get(1).CellType            = textCellType2;
            this.fpSpread1_Sheet1.Columns.Get(1).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(1).Width               = 202F;
            this.fpSpread1_Sheet1.Columns.Get(2).BackColor           = System.Drawing.Color.Linen;
            this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(2).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(2).Width               = 100F;
            textCellType3.Multiline  = true;
            textCellType3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            textCellType3.StringTrim = System.Drawing.StringTrimming.Character;
            this.fpSpread1_Sheet1.Columns.Get(3).CellType             = textCellType3;
            this.fpSpread1_Sheet1.Columns.Get(3).Locked               = false;
            this.fpSpread1_Sheet1.Columns.Get(3).Width                = 202F;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.Linen;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Border       = compoundBorder1;
            textCellType4.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Alpha;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.CellType = textCellType4;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Locked   = true;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent   = "HeaderDefault";
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucArrangementInfo
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.fpSpread1);
            this.Name = "ucArrangementInfo";
            this.Size = new System.Drawing.Size(645, 146);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Exemplo n.º 8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucOpsDocWorkDetail));
     FarPoint.Win.BevelBorder bevelBorder1 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered);
     FarPoint.Win.BevelBorder bevelBorder2 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, true, false, true, true);
     FarPoint.Win.LineBorder  lineBorder1  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder  lineBorder2  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame);
     FarPoint.Win.LineBorder  lineBorder3  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame);
     FarPoint.Win.LineBorder  lineBorder4  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder  lineBorder5  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder  lineBorder6  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder  lineBorder7  = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder  lineBorder8  = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, true, true);
     FarPoint.Win.LineBorder  lineBorder9  = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, true, false, true, true);
     FarPoint.Win.LineBorder  lineBorder10 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, true, true);
     FarPoint.Win.LineBorder  lineBorder11 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, true, true);
     FarPoint.Win.LineBorder  lineBorder12 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, true, true);
     FarPoint.Win.LineBorder  lineBorder13 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, true, true);
     FarPoint.Win.LineBorder  lineBorder14 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, false, false);
     FarPoint.Win.BevelBorder bevelBorder3 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
     FarPoint.Win.BevelBorder bevelBorder4 = new FarPoint.Win.BevelBorder(FarPoint.Win.BevelBorderType.Lowered, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 1, false, false, true, true);
     FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder15 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame);
     FarPoint.Win.LineBorder lineBorder16 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, true, true, false, true);
     FarPoint.Win.LineBorder lineBorder17 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black);
     FarPoint.Win.LineBorder lineBorder18 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, true, true, true);
     FarPoint.Win.LineBorder lineBorder19 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, true, false, true, true);
     FarPoint.Win.LineBorder lineBorder20 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, true, false, false, true);
     FarPoint.Win.LineBorder lineBorder21 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, true, false, true, true);
     FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder22 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, true, true);
     FarPoint.Win.LineBorder lineBorder23 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowFrame, 1, false, false, false, false);
     this.gTopControl        = new DevExpress.XtraEditors.GroupControl();
     this.tabControl1        = new DevExpress.XtraTab.XtraTabControl();
     this.tabAllInfo         = new DevExpress.XtraTab.XtraTabPage();
     this.nineSpread1        = new NineVigor.FrameWork.WinForms.Controls.NineSpread();
     this.nineSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.tabUnReCallInfo    = new DevExpress.XtraTab.XtraTabPage();
     this.nineSpread2        = new NineVigor.FrameWork.WinForms.Controls.NineSpread();
     this.nineSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.neuLabel1          = new NineVigor.FrameWork.WinForms.Controls.Common.NVLabel();
     this.dateTimeEnd        = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
     this.nvLabel2           = new NineVigor.FrameWork.WinForms.Controls.Common.NVLabel();
     this.dateTimeBegin      = new NineVigor.FrameWork.WinForms.Controls.Common.NVDateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.gTopControl)).BeginInit();
     this.gTopControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabAllInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread1_Sheet1)).BeginInit();
     this.tabUnReCallInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread2_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // gTopControl
     //
     this.gTopControl.AppearanceCaption.Font            = new System.Drawing.Font("Tahoma", 11.5F);
     this.gTopControl.AppearanceCaption.Options.UseFont = true;
     this.gTopControl.CaptionImage = ((System.Drawing.Image)(resources.GetObject("gTopControl.CaptionImage")));
     this.gTopControl.Controls.Add(this.dateTimeEnd);
     this.gTopControl.Controls.Add(this.nvLabel2);
     this.gTopControl.Controls.Add(this.dateTimeBegin);
     this.gTopControl.Controls.Add(this.neuLabel1);
     this.gTopControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gTopControl.Location = new System.Drawing.Point(0, 0);
     this.gTopControl.Name     = "gTopControl";
     this.gTopControl.Size     = new System.Drawing.Size(1037, 108);
     this.gTopControl.TabIndex = 10;
     this.gTopControl.Text     = "手术检索信息条件";
     //
     // tabControl1
     //
     this.tabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location        = new System.Drawing.Point(0, 108);
     this.tabControl1.Name            = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tabAllInfo;
     this.tabControl1.Size            = new System.Drawing.Size(1037, 366);
     this.tabControl1.TabIndex        = 11;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tabAllInfo,
         this.tabUnReCallInfo
     });
     //
     // tabAllInfo
     //
     this.tabAllInfo.Controls.Add(this.nineSpread1);
     this.tabAllInfo.Font  = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tabAllInfo.Image = ((System.Drawing.Image)(resources.GetObject("tabAllInfo.Image")));
     this.tabAllInfo.Name  = "tabAllInfo";
     this.tabAllInfo.Size  = new System.Drawing.Size(1031, 329);
     this.tabAllInfo.Text  = "手术信息汇总";
     //
     // nineSpread1
     //
     this.nineSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, ";
     this.nineSpread1.BackColor             = System.Drawing.Color.White;
     this.nineSpread1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.nineSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.nineSpread1.FileName = "";
     this.nineSpread1.Font     = new System.Drawing.Font("宋体", 10F);
     this.nineSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.nineSpread1.IsAutoSaveGridStatus      = false;
     this.nineSpread1.IsCanCustomConfigColumn   = false;
     this.nineSpread1.IsShowExport    = true;
     this.nineSpread1.IsShowMenuStrip = true;
     this.nineSpread1.Location        = new System.Drawing.Point(0, 0);
     this.nineSpread1.Name            = "nineSpread1";
     this.nineSpread1.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.nineSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.nineSpread1_Sheet1
     });
     this.nineSpread1.Size     = new System.Drawing.Size(1031, 329);
     this.nineSpread1.Style    = NineVigor.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.nineSpread1.TabIndex = 2;
     this.nineSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.nineSpread1.SetActiveViewport(0, 1, 0);
     //
     // nineSpread1_Sheet1
     //
     this.nineSpread1_Sheet1.Reset();
     nineSpread1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.nineSpread1_Sheet1.ReferenceStyle   = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     nineSpread1_Sheet1.ColumnCount           = 11;
     nineSpread1_Sheet1.ColumnHeader.RowCount = 4;
     nineSpread1_Sheet1.RowCount = 0;
     nineSpread1_Sheet1.RowHeader.ColumnCount = 0;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Border              = bevelBorder1;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).ColumnSpan          = 11;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Font                = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan             = 2;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value               = "手术信息汇总";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Border              = bevelBorder2;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).ColumnSpan          = 11;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).Value               = "查询时间:";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 0).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(2, 2).Border              = lineBorder1;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 0).Border              = lineBorder2;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 0).Value               = "科室编码";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 1).Border              = lineBorder3;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 1).Value               = "科室名称";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 2).Border              = lineBorder4;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 2).Value               = "手工电子登记门诊患者";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 3).Border              = lineBorder5;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 3).Value               = "手工电子登记住院患者";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 4).Value               = "电子申请术后登记门诊患者";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 5).Value               = "电子申请术后登记住院患者";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 6).Value               = "手工填报数据无明细";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 7).Value               = "手工填报数据有明细";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 8).Value               = "合计";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 9).Value               = "包含科室";
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 10).Border             = lineBorder6;
     this.nineSpread1_Sheet1.ColumnHeader.Cells.Get(3, 10).Value              = "查看明细";
     this.nineSpread1_Sheet1.ColumnHeader.Columns.Default.VisualStyles        = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor              = System.Drawing.Color.White;
     this.nineSpread1_Sheet1.ColumnHeader.DefaultStyle.Border             = lineBorder7;
     this.nineSpread1_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent             = "HeaderDefault";
     this.nineSpread1_Sheet1.ColumnHeader.DefaultStyle.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.ColumnHeader.HorizontalGridLine        = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread1_Sheet1.ColumnHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height        = 32F;
     this.nineSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height        = 0F;
     this.nineSpread1_Sheet1.ColumnHeader.Rows.Get(3).Height        = 32F;
     this.nineSpread1_Sheet1.ColumnHeader.VerticalGridLine          = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread1_Sheet1.Columns.Get(0).BackColor            = System.Drawing.Color.White;
     this.nineSpread1_Sheet1.Columns.Get(0).Border               = lineBorder8;
     this.nineSpread1_Sheet1.Columns.Get(0).Label                = "科室编码";
     this.nineSpread1_Sheet1.Columns.Get(0).Visible              = false;
     this.nineSpread1_Sheet1.Columns.Get(0).Width                = 79F;
     this.nineSpread1_Sheet1.Columns.Get(1).Border               = lineBorder9;
     this.nineSpread1_Sheet1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread1_Sheet1.Columns.Get(1).Label                = "科室名称";
     this.nineSpread1_Sheet1.Columns.Get(1).Width                = 190F;
     this.nineSpread1_Sheet1.Columns.Get(2).Border               = lineBorder10;
     this.nineSpread1_Sheet1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
     this.nineSpread1_Sheet1.Columns.Get(2).Label                = "手工电子登记门诊患者";
     this.nineSpread1_Sheet1.Columns.Get(2).Width                = 103F;
     this.nineSpread1_Sheet1.Columns.Get(3).Border               = lineBorder11;
     this.nineSpread1_Sheet1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
     this.nineSpread1_Sheet1.Columns.Get(3).Label                = "手工电子登记住院患者";
     this.nineSpread1_Sheet1.Columns.Get(3).Width                = 100F;
     this.nineSpread1_Sheet1.Columns.Get(4).Label                = "电子申请术后登记门诊患者";
     this.nineSpread1_Sheet1.Columns.Get(4).Width                = 100F;
     this.nineSpread1_Sheet1.Columns.Get(5).Label                = "电子申请术后登记住院患者";
     this.nineSpread1_Sheet1.Columns.Get(5).Width                = 99F;
     this.nineSpread1_Sheet1.Columns.Get(6).Label                = "手工填报数据无明细";
     this.nineSpread1_Sheet1.Columns.Get(6).Width                = 90F;
     this.nineSpread1_Sheet1.Columns.Get(7).Label                = "手工填报数据有明细";
     this.nineSpread1_Sheet1.Columns.Get(7).Width                = 89F;
     this.nineSpread1_Sheet1.Columns.Get(8).Label                = "合计";
     this.nineSpread1_Sheet1.Columns.Get(8).Width                = 89F;
     this.nineSpread1_Sheet1.Columns.Get(9).Label                = "包含科室";
     this.nineSpread1_Sheet1.Columns.Get(9).Width                = 222F;
     this.nineSpread1_Sheet1.Columns.Get(10).Border              = lineBorder12;
     this.nineSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
     this.nineSpread1_Sheet1.Columns.Get(10).Label               = "查看明细";
     this.nineSpread1_Sheet1.Columns.Get(10).Width               = 76F;
     this.nineSpread1_Sheet1.DataAutoCellTypes                         = false;
     this.nineSpread1_Sheet1.DataAutoSizeColumns                       = false;
     this.nineSpread1_Sheet1.DefaultStyle.Border                       = lineBorder13;
     this.nineSpread1_Sheet1.DefaultStyle.Font                         = new System.Drawing.Font("宋体", 10F);
     this.nineSpread1_Sheet1.DefaultStyle.NoteIndicatorColor           = System.Drawing.Color.Red;
     this.nineSpread1_Sheet1.DefaultStyle.Parent                       = "DataAreaDefault";
     this.nineSpread1_Sheet1.GrayAreaBackColor                         = System.Drawing.Color.White;
     this.nineSpread1_Sheet1.RowHeader.AutoText                        = FarPoint.Win.Spread.HeaderAutoText.Blank;
     this.nineSpread1_Sheet1.RowHeader.Columns.Default.Resizable       = false;
     this.nineSpread1_Sheet1.RowHeader.Columns.Default.VisualStyles    = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.RowHeader.DefaultStyle.BackColor          = System.Drawing.Color.White;
     this.nineSpread1_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread1_Sheet1.RowHeader.DefaultStyle.Parent             = "RowHeaderDefault";
     this.nineSpread1_Sheet1.RowHeader.DefaultStyle.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.RowHeader.HorizontalGridLine              = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread1_Sheet1.RowHeader.Rows.Default.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread1_Sheet1.RowHeader.VerticalGridLine                = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread1_Sheet1.RowHeader.Visible                         = false;
     this.nineSpread1_Sheet1.Rows.Default.Height                       = 25F;
     this.nineSpread1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.nineSpread1_Sheet1.SheetCornerHorizontalGridLine       = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
     this.nineSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
     this.nineSpread1_Sheet1.SheetCornerStyle.Border             = lineBorder14;
     this.nineSpread1_Sheet1.SheetCornerStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread1_Sheet1.SheetCornerStyle.Parent             = "CornerDefault";
     this.nineSpread1_Sheet1.SheetCornerStyle.VisualStyles       = FarPoint.Win.VisualStyles.On;
     this.nineSpread1_Sheet1.SheetCornerVerticalGridLine         = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
     this.nineSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // tabUnReCallInfo
     //
     this.tabUnReCallInfo.Controls.Add(this.nineSpread2);
     this.tabUnReCallInfo.Image = ((System.Drawing.Image)(resources.GetObject("tabUnReCallInfo.Image")));
     this.tabUnReCallInfo.Name  = "tabUnReCallInfo";
     this.tabUnReCallInfo.Size  = new System.Drawing.Size(1031, 331);
     this.tabUnReCallInfo.Text  = "手术明细列表";
     //
     // nineSpread2
     //
     this.nineSpread2.AccessibleDescription = "nineSpread2, Sheet1, Row 0, Column 0, ";
     this.nineSpread2.BackColor             = System.Drawing.Color.White;
     this.nineSpread2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.nineSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.nineSpread2.FileName = "";
     this.nineSpread2.Font     = new System.Drawing.Font("宋体", 10F);
     this.nineSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.nineSpread2.IsAutoSaveGridStatus      = false;
     this.nineSpread2.IsCanCustomConfigColumn   = false;
     this.nineSpread2.IsShowExport    = true;
     this.nineSpread2.IsShowMenuStrip = true;
     this.nineSpread2.Location        = new System.Drawing.Point(0, 0);
     this.nineSpread2.Name            = "nineSpread2";
     this.nineSpread2.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.nineSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.nineSpread2_Sheet1
     });
     this.nineSpread2.Size     = new System.Drawing.Size(1031, 331);
     this.nineSpread2.Style    = NineVigor.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.nineSpread2.TabIndex = 3;
     this.nineSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     //
     // nineSpread2_Sheet1
     //
     this.nineSpread2_Sheet1.Reset();
     nineSpread2_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.nineSpread2_Sheet1.ReferenceStyle   = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     nineSpread2_Sheet1.ColumnCount           = 18;
     nineSpread2_Sheet1.ColumnHeader.RowCount = 3;
     nineSpread2_Sheet1.RowCount = 5;
     nineSpread2_Sheet1.RowHeader.ColumnCount = 0;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).BackColor           = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Border              = bevelBorder3;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).ColumnSpan          = 18;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Font                = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value               = "手术明细信息列表";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).BackColor           = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).Border              = bevelBorder4;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).CellType            = textCellType1;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).ColumnSpan          = 18;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).ForeColor           = System.Drawing.Color.Black;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 0).Border              = lineBorder15;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 0).Value               = "住院流水号";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 1).Border              = lineBorder16;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 1).Value               = "序号";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 2).Border              = lineBorder17;
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 2).Value               = "类型";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 3).Value               = "患者分类";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 4).Value               = "卡号/住院号";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 5).Value               = "姓名";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 6).Value               = "性别";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 7).Value               = "手术日期";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 8).Value               = "手术名称";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 9).Value               = "手术种类";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 10).Value              = "术者";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 11).Value              = "一助";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 12).Value              = "手术执行部门";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 13).Value              = "手术登记人";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 14).Value              = "手术登记日期";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 15).Value              = "登记时患者所在科室";
     this.nineSpread2_Sheet1.ColumnHeader.Cells.Get(2, 16).Value              = "当时医生所在科室";
     this.nineSpread2_Sheet1.ColumnHeader.Columns.Default.VisualStyles        = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.ColumnHeader.DefaultStyle.BackColor              = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.ColumnHeader.DefaultStyle.Border             = lineBorder18;
     this.nineSpread2_Sheet1.ColumnHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread2_Sheet1.ColumnHeader.DefaultStyle.Parent             = "HeaderDefault";
     this.nineSpread2_Sheet1.ColumnHeader.DefaultStyle.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.ColumnHeader.HorizontalGridLine        = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread2_Sheet1.ColumnHeader.Rows.Default.VisualStyles = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.ColumnHeader.Rows.Get(0).Height        = 37F;
     this.nineSpread2_Sheet1.ColumnHeader.Rows.Get(1).Height        = 30F;
     this.nineSpread2_Sheet1.ColumnHeader.Rows.Get(2).Height        = 30F;
     this.nineSpread2_Sheet1.ColumnHeader.VerticalGridLine          = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread2_Sheet1.Columns.Get(0).Border = lineBorder19;
     this.nineSpread2_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.nineSpread2_Sheet1.Columns.Get(0).Label                = "住院流水号";
     this.nineSpread2_Sheet1.Columns.Get(0).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.nineSpread2_Sheet1.Columns.Get(0).Visible              = false;
     this.nineSpread2_Sheet1.Columns.Get(0).Width                = 118F;
     this.nineSpread2_Sheet1.Columns.Get(1).Border               = lineBorder20;
     this.nineSpread2_Sheet1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(1).Label                = "序号";
     this.nineSpread2_Sheet1.Columns.Get(1).Width                = 61F;
     this.nineSpread2_Sheet1.Columns.Get(2).Border               = lineBorder21;
     this.nineSpread2_Sheet1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(2).Label                = "类型";
     this.nineSpread2_Sheet1.Columns.Get(2).Width                = 86F;
     this.nineSpread2_Sheet1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.nineSpread2_Sheet1.Columns.Get(3).Label                = "患者分类";
     this.nineSpread2_Sheet1.Columns.Get(3).Width                = 66F;
     this.nineSpread2_Sheet1.Columns.Get(4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(4).Label                = "卡号/住院号";
     this.nineSpread2_Sheet1.Columns.Get(4).Width                = 93F;
     this.nineSpread2_Sheet1.Columns.Get(5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(5).Label                = "姓名";
     this.nineSpread2_Sheet1.Columns.Get(6).CellType             = textCellType2;
     this.nineSpread2_Sheet1.Columns.Get(6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(6).Label                = "性别";
     this.nineSpread2_Sheet1.Columns.Get(6).Width                = 57F;
     this.nineSpread2_Sheet1.Columns.Get(7).Label                = "手术日期";
     this.nineSpread2_Sheet1.Columns.Get(7).Width                = 110F;
     this.nineSpread2_Sheet1.Columns.Get(8).Label                = "手术名称";
     this.nineSpread2_Sheet1.Columns.Get(8).Width                = 107F;
     this.nineSpread2_Sheet1.Columns.Get(9).Label                = "手术种类";
     this.nineSpread2_Sheet1.Columns.Get(9).Width                = 83F;
     this.nineSpread2_Sheet1.Columns.Get(10).Label               = "术者";
     this.nineSpread2_Sheet1.Columns.Get(10).Width               = 79F;
     this.nineSpread2_Sheet1.Columns.Get(11).Label               = "一助";
     this.nineSpread2_Sheet1.Columns.Get(11).Width               = 68F;
     this.nineSpread2_Sheet1.Columns.Get(12).Label               = "手术执行部门";
     this.nineSpread2_Sheet1.Columns.Get(12).Width               = 115F;
     this.nineSpread2_Sheet1.Columns.Get(13).Label               = "手术登记人";
     this.nineSpread2_Sheet1.Columns.Get(13).Width               = 83F;
     this.nineSpread2_Sheet1.Columns.Get(14).Label               = "手术登记日期";
     this.nineSpread2_Sheet1.Columns.Get(14).Width               = 103F;
     this.nineSpread2_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(15).Label               = "登记时患者所在科室";
     this.nineSpread2_Sheet1.Columns.Get(15).Width               = 132F;
     this.nineSpread2_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.nineSpread2_Sheet1.Columns.Get(16).Label               = "当时医生所在科室";
     this.nineSpread2_Sheet1.Columns.Get(16).Width               = 120F;
     this.nineSpread2_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
     this.nineSpread2_Sheet1.Columns.Get(17).Width               = 79F;
     this.nineSpread2_Sheet1.DataAutoCellTypes                         = false;
     this.nineSpread2_Sheet1.DataAutoSizeColumns                       = false;
     this.nineSpread2_Sheet1.DefaultStyle.Border                       = lineBorder22;
     this.nineSpread2_Sheet1.DefaultStyle.Font                         = new System.Drawing.Font("宋体", 10F);
     this.nineSpread2_Sheet1.DefaultStyle.NoteIndicatorColor           = System.Drawing.Color.Red;
     this.nineSpread2_Sheet1.DefaultStyle.Parent                       = "DataAreaDefault";
     this.nineSpread2_Sheet1.GrayAreaBackColor                         = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.RowHeader.AutoText                        = FarPoint.Win.Spread.HeaderAutoText.Blank;
     this.nineSpread2_Sheet1.RowHeader.Columns.Default.Resizable       = false;
     this.nineSpread2_Sheet1.RowHeader.Columns.Default.VisualStyles    = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.RowHeader.DefaultStyle.BackColor          = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.RowHeader.DefaultStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread2_Sheet1.RowHeader.DefaultStyle.Parent             = "RowHeaderDefault";
     this.nineSpread2_Sheet1.RowHeader.DefaultStyle.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.RowHeader.HorizontalGridLine              = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread2_Sheet1.RowHeader.Rows.Default.VisualStyles       = FarPoint.Win.VisualStyles.Off;
     this.nineSpread2_Sheet1.RowHeader.VerticalGridLine                = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlLightLight);
     this.nineSpread2_Sheet1.RowHeader.Visible                         = false;
     this.nineSpread2_Sheet1.Rows.Default.Height                       = 25F;
     this.nineSpread2_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.nineSpread2_Sheet1.SheetCornerHorizontalGridLine       = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
     this.nineSpread2_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
     this.nineSpread2_Sheet1.SheetCornerStyle.Border             = lineBorder23;
     this.nineSpread2_Sheet1.SheetCornerStyle.NoteIndicatorColor = System.Drawing.Color.Red;
     this.nineSpread2_Sheet1.SheetCornerStyle.Parent             = "CornerDefault";
     this.nineSpread2_Sheet1.SheetCornerStyle.VisualStyles       = FarPoint.Win.VisualStyles.On;
     this.nineSpread2_Sheet1.SheetCornerVerticalGridLine         = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.None);
     this.nineSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // neuLabel1
     //
     this.neuLabel1.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.neuLabel1.Location        = new System.Drawing.Point(10, 41);
     this.neuLabel1.Name            = "neuLabel1";
     this.neuLabel1.Size            = new System.Drawing.Size(64, 16);
     this.neuLabel1.TabIndex        = 16;
     this.neuLabel1.Text            = "统计日期";
     //
     // dateTimeEnd
     //
     this.dateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimeEnd.Font         = new System.Drawing.Font("宋体", 14.25F);
     this.dateTimeEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimeEnd.IsEnter2Tab  = false;
     this.dateTimeEnd.Location     = new System.Drawing.Point(309, 36);
     this.dateTimeEnd.Name         = "dateTimeEnd";
     this.dateTimeEnd.Size         = new System.Drawing.Size(200, 29);
     this.dateTimeEnd.Style        = NineVigor.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.dateTimeEnd.TabIndex     = 23;
     //
     // nvLabel2
     //
     this.nvLabel2.Appearance.Font = new System.Drawing.Font("宋体", 12F);
     this.nvLabel2.Location        = new System.Drawing.Point(287, 42);
     this.nvLabel2.Name            = "nvLabel2";
     this.nvLabel2.Size            = new System.Drawing.Size(16, 16);
     this.nvLabel2.TabIndex        = 22;
     this.nvLabel2.Text            = "至";
     //
     // dateTimeBegin
     //
     this.dateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimeBegin.Font         = new System.Drawing.Font("宋体", 14.25F);
     this.dateTimeBegin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimeBegin.IsEnter2Tab  = false;
     this.dateTimeBegin.Location     = new System.Drawing.Point(79, 35);
     this.dateTimeBegin.Name         = "dateTimeBegin";
     this.dateTimeBegin.Size         = new System.Drawing.Size(200, 29);
     this.dateTimeBegin.Style        = NineVigor.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.dateTimeBegin.TabIndex     = 21;
     //
     // ucOpsDocWorkDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.gTopControl);
     this.Name = "ucOpsDocWorkDetail";
     this.Size = new System.Drawing.Size(1037, 474);
     ((System.ComponentModel.ISupportInitialize)(this.gTopControl)).EndInit();
     this.gTopControl.ResumeLayout(false);
     this.gTopControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabAllInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread1_Sheet1)).EndInit();
     this.tabUnReCallInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nineSpread2_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }