/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.tbAdd = new System.Windows.Forms.ToolStripButton(); this.tbDelete = new System.Windows.Forms.ToolStripButton(); this.fpInterfaces = new FarPoint.Win.Spread.FpSpread(); this.fpInterfaces_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.toolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpInterfaces)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpInterfaces_Sheet1)).BeginInit(); this.SuspendLayout(); // // toolStrip // this.toolStrip.BackColor = System.Drawing.Color.Transparent; this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbAdd, this.tbDelete }); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.ShowItemToolTips = false; this.toolStrip.Size = new System.Drawing.Size(574, 25); this.toolStrip.TabIndex = 12; // // tbAdd // this.tbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbAdd.Name = "tbAdd"; this.tbAdd.Size = new System.Drawing.Size(36, 22); this.tbAdd.Text = "添加"; this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click); // // tbDelete // this.tbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbDelete.Name = "tbDelete"; this.tbDelete.Size = new System.Drawing.Size(36, 22); this.tbDelete.Text = "删除"; this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click); // // fpInterfaces // this.fpInterfaces.About = "2.5.2007.2005"; this.fpInterfaces.AccessibleDescription = "fpInterfaces, Sheet1"; this.fpInterfaces.BackColor = System.Drawing.SystemColors.Control; this.fpInterfaces.Dock = System.Windows.Forms.DockStyle.Fill; this.fpInterfaces.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpInterfaces.Location = new System.Drawing.Point(0, 25); this.fpInterfaces.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.fpInterfaces.Name = "fpInterfaces"; this.fpInterfaces.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpInterfaces_Sheet1 }); this.fpInterfaces.Size = new System.Drawing.Size(574, 367); this.fpInterfaces.TabIndex = 13; 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.fpInterfaces.TextTipAppearance = tipAppearance1; this.fpInterfaces.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpInterfaces.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpInterfaces_ButtonClicked); this.fpInterfaces.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpInterfaces_CellDoubleClick); this.fpInterfaces.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpInterfaces_CellClick); // // fpInterfaces_Sheet1 // this.fpInterfaces_Sheet1.Reset(); this.fpInterfaces_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpInterfaces_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpInterfaces_Sheet1.ColumnCount = 3; this.fpInterfaces_Sheet1.RowCount = 0; this.fpInterfaces_Sheet1.RowHeader.ColumnCount = 0; this.fpInterfaces_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "Dll名称"; this.fpInterfaces_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "实现类名称"; this.fpInterfaces_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "值"; this.fpInterfaces_Sheet1.Columns.Get(0).Label = "Dll名称"; this.fpInterfaces_Sheet1.Columns.Get(0).Width = 137F; this.fpInterfaces_Sheet1.Columns.Get(1).Label = "实现类名称"; this.fpInterfaces_Sheet1.Columns.Get(1).Locked = true; this.fpInterfaces_Sheet1.Columns.Get(1).Width = 268F; this.fpInterfaces_Sheet1.Columns.Get(2).CellType = textCellType1; this.fpInterfaces_Sheet1.Columns.Get(2).Label = "值"; this.fpInterfaces_Sheet1.Columns.Get(2).Width = 163F; this.fpInterfaces_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpInterfaces_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpInterfaces_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpInterfaces.SetActiveViewport(1, 0); // // ucINeedDatasList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fpInterfaces); this.Controls.Add(this.toolStrip); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "ucINeedDatasList"; this.Size = new System.Drawing.Size(574, 392); this.Load += new System.EventHandler(this.ucINeedDatasList_Load); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpInterfaces)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpInterfaces_Sheet1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportCustomSetting)); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.TipAppearance tipAppearance3 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.TipAppearance tipAppearance4 = new FarPoint.Win.Spread.TipAppearance(); this.toolStripMain = new System.Windows.Forms.ToolStrip(); this.tbSave = new System.Windows.Forms.ToolStripButton(); this.tbShareSetting = new System.Windows.Forms.ToolStripButton(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPageColumnSetting = new System.Windows.Forms.TabPage(); this.splitContainerColumn = new System.Windows.Forms.SplitContainer(); this.fpColumnShows = new FarPoint.Win.Spread.FpSpread(); this.fpColumnShows_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.toolStripColumn = new System.Windows.Forms.ToolStrip(); this.tbColumnUp = new System.Windows.Forms.ToolStripButton(); this.tbColumnDown = new System.Windows.Forms.ToolStripButton(); this.tbRefreshColumn = new System.Windows.Forms.ToolStripButton(); this.fpColumnUnShows = new FarPoint.Win.Spread.FpSpread(); this.fpColumnUnShows_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.tabPageConditionSetting = new System.Windows.Forms.TabPage(); this.splitContainerCondition = new System.Windows.Forms.SplitContainer(); this.fpConditionShows = new FarPoint.Win.Spread.FpSpread(); this.fpConditionShows_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.toolStripCondition = new System.Windows.Forms.ToolStrip(); this.tbConditionUp = new System.Windows.Forms.ToolStripButton(); this.tbConditionDown = new System.Windows.Forms.ToolStripButton(); this.tbRefreshCondition = new System.Windows.Forms.ToolStripButton(); this.fpConditionUnShows = new FarPoint.Win.Spread.FpSpread(); this.fpConditionUnShows_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.tabPagePrint = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.toolStripMain.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabPageColumnSetting.SuspendLayout(); this.splitContainerColumn.Panel1.SuspendLayout(); this.splitContainerColumn.Panel2.SuspendLayout(); this.splitContainerColumn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnShows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnShows_Sheet1)).BeginInit(); this.toolStripColumn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnUnShows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnUnShows_Sheet1)).BeginInit(); this.tabPageConditionSetting.SuspendLayout(); this.splitContainerCondition.Panel1.SuspendLayout(); this.splitContainerCondition.Panel2.SuspendLayout(); this.splitContainerCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionShows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionShows_Sheet1)).BeginInit(); this.toolStripCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionUnShows)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionUnShows_Sheet1)).BeginInit(); this.tabPagePrint.SuspendLayout(); this.SuspendLayout(); // // toolStripMain // this.toolStripMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbSave, this.tbShareSetting }); this.toolStripMain.Location = new System.Drawing.Point(0, 0); this.toolStripMain.Name = "toolStripMain"; this.toolStripMain.ShowItemToolTips = false; this.toolStripMain.Size = new System.Drawing.Size(612, 39); this.toolStripMain.TabIndex = 29; // // tbSave // this.tbSave.Image = global::QuickReportCore.Properties.Resources.save; this.tbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbSave.Name = "tbSave"; this.tbSave.Size = new System.Drawing.Size(68, 36); this.tbSave.Text = "保存"; this.tbSave.Click += new System.EventHandler(this.tbSave_Click); // // tbShareSetting // this.tbShareSetting.Image = global::QuickReportCore.Properties.Resources.share_setting; this.tbShareSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tbShareSetting.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbShareSetting.Name = "tbShareSetting"; this.tbShareSetting.Size = new System.Drawing.Size(92, 36); this.tbShareSetting.Text = "共享设置"; this.tbShareSetting.Click += new System.EventHandler(this.tbShareSetting_Click); // // tabControl // this.tabControl.Controls.Add(this.tabPageColumnSetting); this.tabControl.Controls.Add(this.tabPageConditionSetting); this.tabControl.Controls.Add(this.tabPagePrint); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 39); this.tabControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(612, 360); this.tabControl.TabIndex = 30; // // tabPageColumnSetting // this.tabPageColumnSetting.Controls.Add(this.splitContainerColumn); this.tabPageColumnSetting.Location = new System.Drawing.Point(4, 26); this.tabPageColumnSetting.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabPageColumnSetting.Name = "tabPageColumnSetting"; this.tabPageColumnSetting.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabPageColumnSetting.Size = new System.Drawing.Size(604, 330); this.tabPageColumnSetting.TabIndex = 0; this.tabPageColumnSetting.Text = "列"; this.tabPageColumnSetting.UseVisualStyleBackColor = true; // // splitContainerColumn // this.splitContainerColumn.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerColumn.Location = new System.Drawing.Point(3, 4); this.splitContainerColumn.Name = "splitContainerColumn"; // // splitContainerColumn.Panel1 // this.splitContainerColumn.Panel1.Controls.Add(this.fpColumnShows); this.splitContainerColumn.Panel1.Controls.Add(this.toolStripColumn); // // splitContainerColumn.Panel2 // this.splitContainerColumn.Panel2.Controls.Add(this.fpColumnUnShows); this.splitContainerColumn.Size = new System.Drawing.Size(598, 322); this.splitContainerColumn.SplitterDistance = 296; this.splitContainerColumn.SplitterWidth = 3; this.splitContainerColumn.TabIndex = 0; // // fpColumnShows // this.fpColumnShows.About = "2.5.2007.2005"; this.fpColumnShows.AccessibleDescription = "fpColumnShows"; this.fpColumnShows.BackColor = System.Drawing.Color.Transparent; this.fpColumnShows.Dock = System.Windows.Forms.DockStyle.Fill; this.fpColumnShows.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpColumnShows.Location = new System.Drawing.Point(0, 25); this.fpColumnShows.Name = "fpColumnShows"; this.fpColumnShows.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpColumnShows_Sheet1 }); this.fpColumnShows.Size = new System.Drawing.Size(296, 297); this.fpColumnShows.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.fpColumnShows.TextTipAppearance = tipAppearance1; this.fpColumnShows.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpColumnShows.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpColumnShows_CellDoubleClick); this.fpColumnShows.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fp_CellClick); // // fpColumnShows_Sheet1 // this.fpColumnShows_Sheet1.Reset(); this.fpColumnShows_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpColumnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpColumnShows_Sheet1.ColumnCount = 1; this.fpColumnShows_Sheet1.RowCount = 0; this.fpColumnShows_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "显示的列"; this.fpColumnShows_Sheet1.Columns.Get(0).Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpColumnShows_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpColumnShows_Sheet1.Columns.Get(0).Label = "显示的列"; this.fpColumnShows_Sheet1.Columns.Get(0).Locked = true; this.fpColumnShows_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpColumnShows_Sheet1.Columns.Get(0).Width = 202F; this.fpColumnShows_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpColumnShows_Sheet1.RowHeader.Columns.Get(0).Width = 43F; this.fpColumnShows_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpColumnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpColumnShows.SetActiveViewport(1, 0); // // toolStripColumn // this.toolStripColumn.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripColumn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbColumnUp, this.tbColumnDown, this.tbRefreshColumn }); this.toolStripColumn.Location = new System.Drawing.Point(0, 0); this.toolStripColumn.Name = "toolStripColumn"; this.toolStripColumn.ShowItemToolTips = false; this.toolStripColumn.Size = new System.Drawing.Size(296, 25); this.toolStripColumn.TabIndex = 1; this.toolStripColumn.Text = "toolStrip1"; // // tbColumnUp // this.tbColumnUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbColumnUp.Image = ((System.Drawing.Image)(resources.GetObject("tbColumnUp.Image"))); this.tbColumnUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbColumnUp.Name = "tbColumnUp"; this.tbColumnUp.Size = new System.Drawing.Size(46, 22); this.tbColumnUp.Text = "↑ 上移"; this.tbColumnUp.Click += new System.EventHandler(this.tbColumnUp_Click); // // tbColumnDown // this.tbColumnDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbColumnDown.Image = ((System.Drawing.Image)(resources.GetObject("tbColumnDown.Image"))); this.tbColumnDown.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbColumnDown.Name = "tbColumnDown"; this.tbColumnDown.Size = new System.Drawing.Size(46, 22); this.tbColumnDown.Text = "↓ 下移"; this.tbColumnDown.Click += new System.EventHandler(this.tbColumnDown_Click); // // tbRefreshColumn // this.tbRefreshColumn.Image = global::QuickReportCore.Properties.Resources.reload; this.tbRefreshColumn.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbRefreshColumn.Name = "tbRefreshColumn"; this.tbRefreshColumn.Size = new System.Drawing.Size(64, 22); this.tbRefreshColumn.Text = "重置列"; this.tbRefreshColumn.Click += new System.EventHandler(this.tbRefreshColumn_Click); // // fpColumnUnShows // this.fpColumnUnShows.About = "2.5.2007.2005"; this.fpColumnUnShows.AccessibleDescription = "fpColumnUnShows"; this.fpColumnUnShows.BackColor = System.Drawing.Color.Transparent; this.fpColumnUnShows.Dock = System.Windows.Forms.DockStyle.Fill; this.fpColumnUnShows.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpColumnUnShows.Location = new System.Drawing.Point(0, 0); this.fpColumnUnShows.Name = "fpColumnUnShows"; this.fpColumnUnShows.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpColumnUnShows_Sheet1 }); this.fpColumnUnShows.Size = new System.Drawing.Size(299, 322); this.fpColumnUnShows.TabIndex = 1; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.fpColumnUnShows.TextTipAppearance = tipAppearance2; this.fpColumnUnShows.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpColumnUnShows.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpColumnUnShows_CellDoubleClick); this.fpColumnUnShows.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fp_CellClick); // // fpColumnUnShows_Sheet1 // this.fpColumnUnShows_Sheet1.Reset(); this.fpColumnUnShows_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpColumnUnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpColumnUnShows_Sheet1.ColumnCount = 1; this.fpColumnUnShows_Sheet1.RowCount = 0; this.fpColumnUnShows_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "未显示的列"; this.fpColumnUnShows_Sheet1.Columns.Get(0).Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpColumnUnShows_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpColumnUnShows_Sheet1.Columns.Get(0).Label = "未显示的列"; this.fpColumnUnShows_Sheet1.Columns.Get(0).Locked = true; this.fpColumnUnShows_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpColumnUnShows_Sheet1.Columns.Get(0).Width = 202F; this.fpColumnUnShows_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpColumnUnShows_Sheet1.RowHeader.Columns.Get(0).Width = 43F; this.fpColumnUnShows_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpColumnUnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpColumnUnShows.SetActiveViewport(1, 0); // // tabPageConditionSetting // this.tabPageConditionSetting.Controls.Add(this.splitContainerCondition); this.tabPageConditionSetting.Location = new System.Drawing.Point(4, 26); this.tabPageConditionSetting.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabPageConditionSetting.Name = "tabPageConditionSetting"; this.tabPageConditionSetting.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tabPageConditionSetting.Size = new System.Drawing.Size(604, 330); this.tabPageConditionSetting.TabIndex = 1; this.tabPageConditionSetting.Text = "条件"; this.tabPageConditionSetting.UseVisualStyleBackColor = true; // // splitContainerCondition // this.splitContainerCondition.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerCondition.Location = new System.Drawing.Point(3, 4); this.splitContainerCondition.Name = "splitContainerCondition"; // // splitContainerCondition.Panel1 // this.splitContainerCondition.Panel1.Controls.Add(this.fpConditionShows); this.splitContainerCondition.Panel1.Controls.Add(this.toolStripCondition); // // splitContainerCondition.Panel2 // this.splitContainerCondition.Panel2.Controls.Add(this.fpConditionUnShows); this.splitContainerCondition.Size = new System.Drawing.Size(598, 322); this.splitContainerCondition.SplitterDistance = 296; this.splitContainerCondition.SplitterWidth = 3; this.splitContainerCondition.TabIndex = 1; // // fpConditionShows // this.fpConditionShows.About = "2.5.2007.2005"; this.fpConditionShows.AccessibleDescription = "fpConditionShows"; this.fpConditionShows.BackColor = System.Drawing.Color.Transparent; this.fpConditionShows.Dock = System.Windows.Forms.DockStyle.Fill; this.fpConditionShows.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpConditionShows.Location = new System.Drawing.Point(0, 25); this.fpConditionShows.Name = "fpConditionShows"; this.fpConditionShows.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpConditionShows_Sheet1 }); this.fpConditionShows.Size = new System.Drawing.Size(296, 297); this.fpConditionShows.TabIndex = 2; tipAppearance3.BackColor = System.Drawing.SystemColors.Info; tipAppearance3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance3.ForeColor = System.Drawing.SystemColors.InfoText; this.fpConditionShows.TextTipAppearance = tipAppearance3; this.fpConditionShows.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpConditionShows.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpConditionShows_CellDoubleClick); this.fpConditionShows.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fp_CellClick); // // fpConditionShows_Sheet1 // this.fpConditionShows_Sheet1.Reset(); this.fpConditionShows_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpConditionShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpConditionShows_Sheet1.ColumnCount = 1; this.fpConditionShows_Sheet1.RowCount = 0; this.fpConditionShows_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "使用的条件"; this.fpConditionShows_Sheet1.Columns.Get(0).Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpConditionShows_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpConditionShows_Sheet1.Columns.Get(0).Label = "使用的条件"; this.fpConditionShows_Sheet1.Columns.Get(0).Locked = true; this.fpConditionShows_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpConditionShows_Sheet1.Columns.Get(0).Width = 202F; this.fpConditionShows_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpConditionShows_Sheet1.RowHeader.Columns.Get(0).Width = 43F; this.fpConditionShows_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpConditionShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpConditionShows.SetActiveViewport(1, 0); // // toolStripCondition // this.toolStripCondition.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripCondition.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbConditionUp, this.tbConditionDown, this.tbRefreshCondition }); this.toolStripCondition.Location = new System.Drawing.Point(0, 0); this.toolStripCondition.Name = "toolStripCondition"; this.toolStripCondition.ShowItemToolTips = false; this.toolStripCondition.Size = new System.Drawing.Size(296, 25); this.toolStripCondition.TabIndex = 1; this.toolStripCondition.Text = "toolStrip1"; // // tbConditionUp // this.tbConditionUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbConditionUp.Image = ((System.Drawing.Image)(resources.GetObject("tbConditionUp.Image"))); this.tbConditionUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbConditionUp.Name = "tbConditionUp"; this.tbConditionUp.Size = new System.Drawing.Size(46, 22); this.tbConditionUp.Text = "↑ 上移"; this.tbConditionUp.Click += new System.EventHandler(this.tbConditionUp_Click); // // tbConditionDown // this.tbConditionDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tbConditionDown.Image = ((System.Drawing.Image)(resources.GetObject("tbConditionDown.Image"))); this.tbConditionDown.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbConditionDown.Name = "tbConditionDown"; this.tbConditionDown.Size = new System.Drawing.Size(46, 22); this.tbConditionDown.Text = "↓ 下移"; this.tbConditionDown.Click += new System.EventHandler(this.tbConditionDown_Click); // // tbRefreshCondition // this.tbRefreshCondition.Image = global::QuickReportCore.Properties.Resources.reload; this.tbRefreshCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tbRefreshCondition.Name = "tbRefreshCondition"; this.tbRefreshCondition.Size = new System.Drawing.Size(76, 22); this.tbRefreshCondition.Text = "重置条件"; this.tbRefreshCondition.Click += new System.EventHandler(this.tbRefreshCondition_Click); // // fpConditionUnShows // this.fpConditionUnShows.About = "2.5.2007.2005"; this.fpConditionUnShows.AccessibleDescription = "fpConditionUnShows"; this.fpConditionUnShows.BackColor = System.Drawing.Color.Transparent; this.fpConditionUnShows.Dock = System.Windows.Forms.DockStyle.Fill; this.fpConditionUnShows.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpConditionUnShows.Location = new System.Drawing.Point(0, 0); this.fpConditionUnShows.Name = "fpConditionUnShows"; this.fpConditionUnShows.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpConditionUnShows_Sheet1 }); this.fpConditionUnShows.Size = new System.Drawing.Size(299, 322); this.fpConditionUnShows.TabIndex = 1; tipAppearance4.BackColor = System.Drawing.SystemColors.Info; tipAppearance4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance4.ForeColor = System.Drawing.SystemColors.InfoText; this.fpConditionUnShows.TextTipAppearance = tipAppearance4; this.fpConditionUnShows.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpConditionUnShows.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpConditionUnShows_CellDoubleClick); this.fpConditionUnShows.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fp_CellClick); // // fpConditionUnShows_Sheet1 // this.fpConditionUnShows_Sheet1.Reset(); this.fpConditionUnShows_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpConditionUnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpConditionUnShows_Sheet1.ColumnCount = 1; this.fpConditionUnShows_Sheet1.RowCount = 0; this.fpConditionUnShows_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "未使用的条件"; this.fpConditionUnShows_Sheet1.Columns.Get(0).Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpConditionUnShows_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpConditionUnShows_Sheet1.Columns.Get(0).Label = "未使用的条件"; this.fpConditionUnShows_Sheet1.Columns.Get(0).Locked = true; this.fpConditionUnShows_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpConditionUnShows_Sheet1.Columns.Get(0).Width = 202F; this.fpConditionUnShows_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpConditionUnShows_Sheet1.RowHeader.Columns.Get(0).Width = 43F; this.fpConditionUnShows_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpConditionUnShows_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpConditionUnShows.SetActiveViewport(1, 0); // // tabPagePrint // this.tabPagePrint.Controls.Add(this.button1); this.tabPagePrint.Location = new System.Drawing.Point(4, 26); this.tabPagePrint.Name = "tabPagePrint"; this.tabPagePrint.Size = new System.Drawing.Size(604, 330); this.tabPagePrint.TabIndex = 2; this.tabPagePrint.Text = "打印"; this.tabPagePrint.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(330, 170); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // frmReportCustomSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(612, 399); this.Controls.Add(this.tabControl); this.Controls.Add(this.toolStripMain); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmReportCustomSetting"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设置"; this.toolStripMain.ResumeLayout(false); this.toolStripMain.PerformLayout(); this.tabControl.ResumeLayout(false); this.tabPageColumnSetting.ResumeLayout(false); this.splitContainerColumn.Panel1.ResumeLayout(false); this.splitContainerColumn.Panel1.PerformLayout(); this.splitContainerColumn.Panel2.ResumeLayout(false); this.splitContainerColumn.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpColumnShows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnShows_Sheet1)).EndInit(); this.toolStripColumn.ResumeLayout(false); this.toolStripColumn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnUnShows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpColumnUnShows_Sheet1)).EndInit(); this.tabPageConditionSetting.ResumeLayout(false); this.splitContainerCondition.Panel1.ResumeLayout(false); this.splitContainerCondition.Panel1.PerformLayout(); this.splitContainerCondition.Panel2.ResumeLayout(false); this.splitContainerCondition.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpConditionShows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionShows_Sheet1)).EndInit(); this.toolStripCondition.ResumeLayout(false); this.toolStripCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionUnShows)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpConditionUnShows_Sheet1)).EndInit(); this.tabPagePrint.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType4 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType5 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType6 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType(); this.gbTop = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox(); this.txtBed = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblBed = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtDept = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblDept = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtPact = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblPact = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtName = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblName = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.ucQueryPatientInfo = new Neusoft.HISFC.Components.Common.Controls.ucQueryInpatientNo(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuPanel3 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.fpQuit = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.fpQuit_SheetDrug = new FarPoint.Win.Spread.SheetView(); this.fpQuit_SheetUndrug = new FarPoint.Win.Spread.SheetView(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.txtFilter = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.neuLabel2 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.btnRead = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.dtpEndTime = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.lblFeeTime = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.dtpBeginTime = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.gbTop.SuspendLayout(); this.neuPanel1.SuspendLayout(); this.neuPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpQuit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpQuit_SheetDrug)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpQuit_SheetUndrug)).BeginInit(); this.neuPanel2.SuspendLayout(); this.SuspendLayout(); // // gbTop // this.gbTop.BackColor = System.Drawing.SystemColors.Control; this.gbTop.Controls.Add(this.txtBed); this.gbTop.Controls.Add(this.lblBed); this.gbTop.Controls.Add(this.txtDept); this.gbTop.Controls.Add(this.lblDept); this.gbTop.Controls.Add(this.txtPact); this.gbTop.Controls.Add(this.lblPact); this.gbTop.Controls.Add(this.txtName); this.gbTop.Controls.Add(this.lblName); this.gbTop.Controls.Add(this.ucQueryPatientInfo); this.gbTop.Dock = System.Windows.Forms.DockStyle.Top; this.gbTop.ForeColor = System.Drawing.Color.Black; this.gbTop.Location = new System.Drawing.Point(0, 0); this.gbTop.Name = "gbTop"; this.gbTop.Size = new System.Drawing.Size(942, 40); this.gbTop.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.gbTop.TabIndex = 0; this.gbTop.TabStop = false; // // txtBed // this.txtBed.BackColor = System.Drawing.Color.White; this.txtBed.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBed.IsEnter2Tab = false; this.txtBed.Location = new System.Drawing.Point(736, 13); this.txtBed.Name = "txtBed"; this.txtBed.ReadOnly = true; this.txtBed.Size = new System.Drawing.Size(112, 22); this.txtBed.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtBed.TabIndex = 8; // // lblBed // this.lblBed.AutoSize = true; this.lblBed.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBed.Location = new System.Drawing.Point(694, 17); this.lblBed.Name = "lblBed"; this.lblBed.Size = new System.Drawing.Size(40, 13); this.lblBed.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblBed.TabIndex = 7; this.lblBed.Text = "床号:"; // // txtDept // this.txtDept.BackColor = System.Drawing.Color.White; this.txtDept.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDept.IsEnter2Tab = false; this.txtDept.Location = new System.Drawing.Point(578, 13); this.txtDept.Name = "txtDept"; this.txtDept.ReadOnly = true; this.txtDept.Size = new System.Drawing.Size(112, 22); this.txtDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtDept.TabIndex = 6; // // lblDept // this.lblDept.AutoSize = true; this.lblDept.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDept.Location = new System.Drawing.Point(510, 17); this.lblDept.Name = "lblDept"; this.lblDept.Size = new System.Drawing.Size(66, 13); this.lblDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblDept.TabIndex = 5; this.lblDept.Text = "住院科室:"; // // txtPact // this.txtPact.BackColor = System.Drawing.Color.White; this.txtPact.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPact.IsEnter2Tab = false; this.txtPact.Location = new System.Drawing.Point(397, 13); this.txtPact.Name = "txtPact"; this.txtPact.ReadOnly = true; this.txtPact.Size = new System.Drawing.Size(112, 22); this.txtPact.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtPact.TabIndex = 4; // // lblPact // this.lblPact.AutoSize = true; this.lblPact.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPact.Location = new System.Drawing.Point(331, 17); this.lblPact.Name = "lblPact"; this.lblPact.Size = new System.Drawing.Size(66, 13); this.lblPact.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblPact.TabIndex = 3; this.lblPact.Text = "合同单位:"; // // txtName // this.txtName.BackColor = System.Drawing.Color.White; this.txtName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtName.IsEnter2Tab = false; this.txtName.Location = new System.Drawing.Point(257, 13); this.txtName.Name = "txtName"; this.txtName.ReadOnly = true; this.txtName.Size = new System.Drawing.Size(71, 22); this.txtName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtName.TabIndex = 2; // // lblName // this.lblName.AutoSize = true; this.lblName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblName.Location = new System.Drawing.Point(214, 17); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(40, 13); this.lblName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblName.TabIndex = 1; this.lblName.Text = "姓名:"; // // ucQueryPatientInfo // this.ucQueryPatientInfo.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucQueryPatientInfo.InputType = 0; this.ucQueryPatientInfo.Location = new System.Drawing.Point(10, 9); this.ucQueryPatientInfo.Name = "ucQueryPatientInfo"; this.ucQueryPatientInfo.ShowState = Neusoft.HISFC.Components.Common.Controls.enuShowState.All; this.ucQueryPatientInfo.Size = new System.Drawing.Size(198, 27); this.ucQueryPatientInfo.TabIndex = 0; this.ucQueryPatientInfo.myEvent += new Neusoft.HISFC.Components.Common.Controls.myEventDelegate(this.ucQueryInpatientNO_myEvent); // // neuPanel1 // this.neuPanel1.BackColor = System.Drawing.SystemColors.Control; this.neuPanel1.Controls.Add(this.neuPanel3); this.neuPanel1.Controls.Add(this.neuPanel2); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel1.ForeColor = System.Drawing.Color.Black; this.neuPanel1.Location = new System.Drawing.Point(0, 40); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(942, 649); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 1; // // neuPanel3 // this.neuPanel3.Controls.Add(this.fpQuit); this.neuPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel3.Location = new System.Drawing.Point(0, 40); this.neuPanel3.Name = "neuPanel3"; this.neuPanel3.Size = new System.Drawing.Size(942, 609); this.neuPanel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel3.TabIndex = 2; // // fpQuit // this.fpQuit.About = "2.5.2007.2005"; this.fpQuit.AccessibleDescription = "fpQuit, 已退非药品"; this.fpQuit.BackColor = System.Drawing.Color.White; this.fpQuit.Dock = System.Windows.Forms.DockStyle.Fill; this.fpQuit.FileName = ""; this.fpQuit.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpQuit.IsAutoSaveGridStatus = false; this.fpQuit.IsCanCustomConfigColumn = false; this.fpQuit.Location = new System.Drawing.Point(0, 0); this.fpQuit.Name = "fpQuit"; this.fpQuit.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpQuit_SheetDrug, this.fpQuit_SheetUndrug }); this.fpQuit.Size = new System.Drawing.Size(942, 609); this.fpQuit.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.fpQuit.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.fpQuit.TextTipAppearance = tipAppearance1; this.fpQuit.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpQuit.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpQuit_ButtonClicked); this.fpQuit.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpQuit_CellDoubleClick); // // fpQuit_SheetDrug // this.fpQuit_SheetDrug.Reset(); this.fpQuit_SheetDrug.SheetName = "已退药品"; // Formulas and custom names must be loaded with R1C1 reference style this.fpQuit_SheetDrug.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpQuit_SheetDrug.ColumnCount = 12; this.fpQuit_SheetDrug.RowCount = 0; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 0).Value = "是否退费"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 1).Value = "药品名称"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 2).Value = "规格"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 3).Value = "价格"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 4).Value = "退费数量"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 5).Value = "单位"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 6).Value = "金额"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 7).Value = "记帐日期"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 8).Value = "是否发药"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 9).Value = "是否退费申请"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 10).Value = "处方号"; this.fpQuit_SheetDrug.ColumnHeader.Cells.Get(0, 11).Value = "处方内流水号"; this.fpQuit_SheetDrug.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetDrug.ColumnHeader.DefaultStyle.Locked = false; this.fpQuit_SheetDrug.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpQuit_SheetDrug.Columns.Get(0).CellType = checkBoxCellType1; this.fpQuit_SheetDrug.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetDrug.Columns.Get(0).Label = "是否退费"; this.fpQuit_SheetDrug.Columns.Get(0).Width = 55F; this.fpQuit_SheetDrug.Columns.Get(1).CellType = textCellType1; this.fpQuit_SheetDrug.Columns.Get(1).Label = "药品名称"; this.fpQuit_SheetDrug.Columns.Get(1).Locked = true; this.fpQuit_SheetDrug.Columns.Get(1).Width = 214F; this.fpQuit_SheetDrug.Columns.Get(2).CellType = textCellType2; this.fpQuit_SheetDrug.Columns.Get(2).Label = "规格"; this.fpQuit_SheetDrug.Columns.Get(2).Locked = true; this.fpQuit_SheetDrug.Columns.Get(2).Width = 127F; this.fpQuit_SheetDrug.Columns.Get(3).CellType = textCellType3; this.fpQuit_SheetDrug.Columns.Get(3).Label = "价格"; this.fpQuit_SheetDrug.Columns.Get(3).Locked = true; this.fpQuit_SheetDrug.Columns.Get(4).CellType = textCellType4; this.fpQuit_SheetDrug.Columns.Get(4).Label = "退费数量"; this.fpQuit_SheetDrug.Columns.Get(4).Locked = true; this.fpQuit_SheetDrug.Columns.Get(5).CellType = textCellType5; this.fpQuit_SheetDrug.Columns.Get(5).Label = "单位"; this.fpQuit_SheetDrug.Columns.Get(5).Locked = true; this.fpQuit_SheetDrug.Columns.Get(6).CellType = textCellType6; this.fpQuit_SheetDrug.Columns.Get(6).Label = "金额"; this.fpQuit_SheetDrug.Columns.Get(6).Locked = true; this.fpQuit_SheetDrug.Columns.Get(7).CellType = textCellType7; this.fpQuit_SheetDrug.Columns.Get(7).Label = "记帐日期"; this.fpQuit_SheetDrug.Columns.Get(7).Locked = true; this.fpQuit_SheetDrug.Columns.Get(7).Width = 152F; this.fpQuit_SheetDrug.Columns.Get(8).CellType = checkBoxCellType2; this.fpQuit_SheetDrug.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetDrug.Columns.Get(8).Label = "是否发药"; this.fpQuit_SheetDrug.Columns.Get(8).Locked = true; this.fpQuit_SheetDrug.Columns.Get(9).CellType = checkBoxCellType3; this.fpQuit_SheetDrug.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetDrug.Columns.Get(9).Label = "是否退费申请"; this.fpQuit_SheetDrug.Columns.Get(9).Locked = true; this.fpQuit_SheetDrug.Columns.Get(9).Width = 85F; this.fpQuit_SheetDrug.Columns.Get(10).CellType = textCellType8; this.fpQuit_SheetDrug.Columns.Get(10).Label = "处方号"; this.fpQuit_SheetDrug.Columns.Get(10).Locked = true; this.fpQuit_SheetDrug.Columns.Get(10).Width = 95F; this.fpQuit_SheetDrug.Columns.Get(11).CellType = textCellType9; this.fpQuit_SheetDrug.Columns.Get(11).Label = "处方内流水号"; this.fpQuit_SheetDrug.Columns.Get(11).Locked = true; this.fpQuit_SheetDrug.Columns.Get(11).Width = 95F; this.fpQuit_SheetDrug.GrayAreaBackColor = System.Drawing.Color.White; this.fpQuit_SheetDrug.RowHeader.Columns.Default.Resizable = false; this.fpQuit_SheetDrug.RowHeader.Columns.Get(0).Width = 37F; this.fpQuit_SheetDrug.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetDrug.RowHeader.DefaultStyle.Locked = false; this.fpQuit_SheetDrug.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpQuit_SheetDrug.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetDrug.SheetCornerStyle.Locked = false; this.fpQuit_SheetDrug.SheetCornerStyle.Parent = "HeaderDefault"; this.fpQuit_SheetDrug.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpQuit.SetActiveViewport(1, 0); // // fpQuit_SheetUndrug // this.fpQuit_SheetUndrug.Reset(); this.fpQuit_SheetUndrug.SheetName = "已退非药品"; // Formulas and custom names must be loaded with R1C1 reference style this.fpQuit_SheetUndrug.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpQuit_SheetUndrug.ColumnCount = 12; this.fpQuit_SheetUndrug.RowCount = 0; this.fpQuit_SheetUndrug.ActiveColumnIndex = 1; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 0).Value = "是否退费"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 2).Value = "费用名称"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 3).Value = "价格"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 4).Value = "退费数量"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 5).Value = "单位"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 6).Value = "金额"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 7).Value = "执行科室"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 8).Value = "是否执行"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 9).Value = "是否退费申请"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 10).Value = "处方号"; this.fpQuit_SheetUndrug.ColumnHeader.Cells.Get(0, 11).Value = "处方流水号"; this.fpQuit_SheetUndrug.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetUndrug.ColumnHeader.DefaultStyle.Locked = false; this.fpQuit_SheetUndrug.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpQuit_SheetUndrug.Columns.Get(0).CellType = checkBoxCellType4; this.fpQuit_SheetUndrug.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetUndrug.Columns.Get(0).Label = "是否退费"; this.fpQuit_SheetUndrug.Columns.Get(0).Width = 55F; this.fpQuit_SheetUndrug.Columns.Get(1).CellType = textCellType10; this.fpQuit_SheetUndrug.Columns.Get(1).Label = "项目名称"; this.fpQuit_SheetUndrug.Columns.Get(1).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(1).Width = 214F; this.fpQuit_SheetUndrug.Columns.Get(2).CellType = textCellType11; this.fpQuit_SheetUndrug.Columns.Get(2).Label = "费用名称"; this.fpQuit_SheetUndrug.Columns.Get(2).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(3).CellType = textCellType12; this.fpQuit_SheetUndrug.Columns.Get(3).Label = "价格"; this.fpQuit_SheetUndrug.Columns.Get(3).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(4).CellType = textCellType13; this.fpQuit_SheetUndrug.Columns.Get(4).Label = "退费数量"; this.fpQuit_SheetUndrug.Columns.Get(4).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(5).CellType = textCellType14; this.fpQuit_SheetUndrug.Columns.Get(5).Label = "单位"; this.fpQuit_SheetUndrug.Columns.Get(5).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(6).CellType = textCellType15; this.fpQuit_SheetUndrug.Columns.Get(6).Label = "金额"; this.fpQuit_SheetUndrug.Columns.Get(6).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(7).CellType = textCellType16; this.fpQuit_SheetUndrug.Columns.Get(7).Label = "执行科室"; this.fpQuit_SheetUndrug.Columns.Get(7).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(8).CellType = checkBoxCellType5; this.fpQuit_SheetUndrug.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetUndrug.Columns.Get(8).Label = "是否执行"; this.fpQuit_SheetUndrug.Columns.Get(8).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(9).CellType = checkBoxCellType6; this.fpQuit_SheetUndrug.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpQuit_SheetUndrug.Columns.Get(9).Label = "是否退费申请"; this.fpQuit_SheetUndrug.Columns.Get(9).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(9).Width = 85F; this.fpQuit_SheetUndrug.Columns.Get(10).CellType = textCellType17; this.fpQuit_SheetUndrug.Columns.Get(10).Label = "处方号"; this.fpQuit_SheetUndrug.Columns.Get(10).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(10).Width = 113F; this.fpQuit_SheetUndrug.Columns.Get(11).CellType = textCellType18; this.fpQuit_SheetUndrug.Columns.Get(11).Label = "处方流水号"; this.fpQuit_SheetUndrug.Columns.Get(11).Locked = true; this.fpQuit_SheetUndrug.Columns.Get(11).Width = 77F; this.fpQuit_SheetUndrug.GrayAreaBackColor = System.Drawing.Color.White; this.fpQuit_SheetUndrug.RowHeader.Columns.Default.Resizable = false; this.fpQuit_SheetUndrug.RowHeader.Columns.Get(0).Width = 37F; this.fpQuit_SheetUndrug.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetUndrug.RowHeader.DefaultStyle.Locked = false; this.fpQuit_SheetUndrug.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpQuit_SheetUndrug.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.fpQuit_SheetUndrug.SheetCornerStyle.Locked = false; this.fpQuit_SheetUndrug.SheetCornerStyle.Parent = "HeaderDefault"; this.fpQuit_SheetUndrug.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpQuit.SetActiveViewport(1, 1, 0); // // neuPanel2 // this.neuPanel2.BackColor = System.Drawing.SystemColors.Control; this.neuPanel2.Controls.Add(this.txtFilter); this.neuPanel2.Controls.Add(this.neuLabel2); this.neuPanel2.Controls.Add(this.btnRead); this.neuPanel2.Controls.Add(this.neuLabel1); this.neuPanel2.Controls.Add(this.dtpEndTime); this.neuPanel2.Controls.Add(this.lblFeeTime); this.neuPanel2.Controls.Add(this.dtpBeginTime); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel2.Location = new System.Drawing.Point(0, 0); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(942, 40); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 0; // // txtFilter // this.txtFilter.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFilter.IsEnter2Tab = false; this.txtFilter.Location = new System.Drawing.Point(578, 10); this.txtFilter.Name = "txtFilter"; this.txtFilter.Size = new System.Drawing.Size(270, 22); this.txtFilter.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtFilter.TabIndex = 14; // // neuLabel2 // this.neuLabel2.AutoSize = true; this.neuLabel2.BackColor = System.Drawing.SystemColors.Control; this.neuLabel2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel2.Location = new System.Drawing.Point(509, 15); this.neuLabel2.Name = "neuLabel2"; this.neuLabel2.Size = new System.Drawing.Size(66, 13); this.neuLabel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel2.TabIndex = 19; this.neuLabel2.Text = "项目检索:"; // // btnRead // this.btnRead.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnRead.Location = new System.Drawing.Point(396, 9); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(113, 23); this.btnRead.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnRead.TabIndex = 13; this.btnRead.Text = "读入明细(&R)"; this.btnRead.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnRead.UseVisualStyleBackColor = true; this.btnRead.Click += new System.EventHandler(this.btnRead_Click); this.btnRead.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnRead_KeyDown); // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.BackColor = System.Drawing.SystemColors.Control; this.neuLabel1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel1.Location = new System.Drawing.Point(220, 13); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(27, 13); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 11; this.neuLabel1.Text = "到:"; // // dtpEndTime // this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEndTime.IsEnter2Tab = false; this.dtpEndTime.Location = new System.Drawing.Point(256, 9); this.dtpEndTime.Name = "dtpEndTime"; this.dtpEndTime.Size = new System.Drawing.Size(138, 21); this.dtpEndTime.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtpEndTime.TabIndex = 12; this.dtpEndTime.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dtpEndTime_KeyDown); // // lblFeeTime // this.lblFeeTime.AutoSize = true; this.lblFeeTime.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFeeTime.Location = new System.Drawing.Point(3, 12); this.lblFeeTime.Name = "lblFeeTime"; this.lblFeeTime.Size = new System.Drawing.Size(66, 13); this.lblFeeTime.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblFeeTime.TabIndex = 9; this.lblFeeTime.Text = "记帐日期:"; // // dtpBeginTime // this.dtpBeginTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpBeginTime.IsEnter2Tab = false; this.dtpBeginTime.Location = new System.Drawing.Point(71, 9); this.dtpBeginTime.Name = "dtpBeginTime"; this.dtpBeginTime.Size = new System.Drawing.Size(137, 21); this.dtpBeginTime.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtpBeginTime.TabIndex = 10; this.dtpBeginTime.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dtpBeginTime_KeyDown); // // ucConfirmQuitFee // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuPanel1); this.Controls.Add(this.gbTop); this.Name = "ucConfirmQuitFee"; this.Size = new System.Drawing.Size(942, 689); this.Load += new System.EventHandler(this.ucQuitFee_Load); this.gbTop.ResumeLayout(false); this.gbTop.PerformLayout(); this.neuPanel1.ResumeLayout(false); this.neuPanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpQuit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpQuit_SheetDrug)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpQuit_SheetUndrug)).EndInit(); this.neuPanel2.ResumeLayout(false); this.neuPanel2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.TB1 = new System.Windows.Forms.TrackBar(); this.GrdView = new FarPoint.Win.Spread.FpSpread(); this.GrdView_Sheet1 = new FarPoint.Win.Spread.SheetView(); ((System.ComponentModel.ISupportInitialize)(this.TB1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView_Sheet1)).BeginInit(); this.SuspendLayout(); // // TB1 // this.TB1.Location = new System.Drawing.Point(12, 12); this.TB1.Name = "TB1"; this.TB1.Size = new System.Drawing.Size(471, 45); this.TB1.TabIndex = 0; this.TB1.Scroll += new System.EventHandler(this.TB1_Scroll); // // GrdView // this.GrdView.About = "2.5.2005.2005"; this.GrdView.AccessibleDescription = ""; this.GrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.GrdView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never; this.GrdView.Location = new System.Drawing.Point(12, 51); this.GrdView.Name = "GrdView"; this.GrdView.ScrollBarShowMax = false; this.GrdView.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.GrdView_Sheet1 }); this.GrdView.Size = new System.Drawing.Size(471, 277); this.GrdView.TabIndex = 30; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.GrdView.TextTipAppearance = tipAppearance1; this.GrdView.Click += new System.EventHandler(this.GrdView_Click); this.GrdView.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.GrdView_CellClick); // // GrdView_Sheet1 // this.GrdView_Sheet1.Reset(); this.GrdView_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.GrdView_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.GrdView_Sheet1.AutoUpdateNotes = true; this.GrdView_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // AccViewVoucher // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(495, 340); this.Controls.Add(this.GrdView); this.Controls.Add(this.TB1); this.KeyPreview = true; this.Name = "AccViewVoucher"; this.Text = "AccViewVoucher"; this.Click += new System.EventHandler(this.AccViewVoucher_Click); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AccViewVoucher_KeyUp); this.Load += new System.EventHandler(this.AccViewVoucher_Load); ((System.ComponentModel.ISupportInitialize)(this.TB1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView_Sheet1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance4 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTypes)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.ChapterNameTextEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.RemarkMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.textBox1 = new System.Windows.Forms.TextBox(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barList = new DevExpress.XtraBars.BarSubItem(); this.barAdditem = new DevExpress.XtraBars.BarButtonItem(); this.barAdd1item = new DevExpress.XtraBars.BarButtonItem(); this.barEdititem = new DevExpress.XtraBars.BarButtonItem(); this.barDelitem = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barSave = new DevExpress.XtraBars.BarButtonItem(); this.barPrint = new DevExpress.XtraBars.BarButtonItem(); this.barClose = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.imageList2 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 34); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.treeList1); this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.textBox1); this.splitContainerControl1.Panel2.Controls.Add(this.fpSpread1); this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(822, 453); this.splitContainerControl1.SplitterPosition = 199; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // treeList1 // this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1, this.treeListColumn2, this.treeListColumn3, this.treeListColumn4, this.treeListColumn5}); this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList1.KeyFieldName = "UID"; this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.AutoFocusNewNode = true; this.treeList1.OptionsSelection.InvertSelection = true; this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.ChapterNameTextEdit, this.RemarkMemoExEdit}); this.treeList1.Size = new System.Drawing.Size(193, 447); this.treeList1.TabIndex = 0; this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged); // // treeListColumn1 // this.treeListColumn1.Caption = "目录"; this.treeListColumn1.ColumnEdit = this.ChapterNameTextEdit; this.treeListColumn1.FieldName = "Title"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.OptionsColumn.AllowEdit = false; this.treeListColumn1.VisibleIndex = 0; // // ChapterNameTextEdit // this.ChapterNameTextEdit.AutoHeight = false; this.ChapterNameTextEdit.MaxLength = 100; this.ChapterNameTextEdit.Name = "ChapterNameTextEdit"; // // treeListColumn2 // this.treeListColumn2.Caption = "备注"; this.treeListColumn2.ColumnEdit = this.RemarkMemoExEdit; this.treeListColumn2.FieldName = "Remark"; this.treeListColumn2.Name = "treeListColumn2"; // // RemarkMemoExEdit // this.RemarkMemoExEdit.AutoHeight = false; this.RemarkMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.RemarkMemoExEdit.MaxLength = 300; this.RemarkMemoExEdit.Name = "RemarkMemoExEdit"; this.RemarkMemoExEdit.ReadOnly = true; // // treeListColumn3 // this.treeListColumn3.Caption = "UID"; this.treeListColumn3.FieldName = "UID"; this.treeListColumn3.Name = "treeListColumn3"; this.treeListColumn3.OptionsColumn.ShowInCustomizationForm = false; // // treeListColumn4 // this.treeListColumn4.Caption = "ParentId"; this.treeListColumn4.FieldName = "ParentID"; this.treeListColumn4.Name = "treeListColumn4"; this.treeListColumn4.OptionsColumn.ShowInCustomizationForm = false; // // treeListColumn5 // this.treeListColumn5.Caption = "创建日期"; this.treeListColumn5.FieldName = "CreateDate"; this.treeListColumn5.Name = "treeListColumn5"; this.treeListColumn5.OptionsColumn.ShowInCustomizationForm = false; this.treeListColumn5.SortOrder = System.Windows.Forms.SortOrder.Ascending; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(118, -385); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 1; // // fpSpread1 // this.fpSpread1.AccessibleDescription = ""; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; 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(613, 447); this.fpSpread1.TabIndex = 0; tipAppearance4.BackColor = System.Drawing.SystemColors.Info; tipAppearance4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance4.ForeColor = System.Drawing.SystemColors.InfoText; this.fpSpread1.TextTipAppearance = tipAppearance4; this.fpSpread1.Change += new FarPoint.Win.Spread.ChangeEventHandler(this.fpSpread1_Change); // // 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.AutoUpdateNotes = true; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // barManager1 // this.barManager1.AllowCustomization = false; this.barManager1.AllowMoveBarOnToolbar = false; this.barManager1.AllowQuickCustomization = false; this.barManager1.AllowShowToolbarsPopup = false; this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Images = this.imageList1; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barClose, this.barList, this.barAdditem, this.barAdd1item, this.barEdititem, this.barDelitem, this.barButtonItem2, this.barPrint, this.barSave, this.barButtonItem3, this.barButtonItem4}); this.barManager1.MaxItemId = 28; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1}); // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barList, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4), new DevExpress.XtraBars.LinkPersistInfo(this.barSave), new DevExpress.XtraBars.LinkPersistInfo(this.barPrint), new DevExpress.XtraBars.LinkPersistInfo(this.barClose)}); this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.DrawDragBorder = false; this.bar1.OptionsBar.RotateWhenVertical = false; this.bar1.Text = "Custom 1"; // // barList // this.barList.Caption = "目录维护"; this.barList.Id = 12; this.barList.ImageIndex = 0; this.barList.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barAdditem), new DevExpress.XtraBars.LinkPersistInfo(this.barAdd1item), new DevExpress.XtraBars.LinkPersistInfo(this.barEdititem), new DevExpress.XtraBars.LinkPersistInfo(this.barDelitem)}); this.barList.Name = "barList"; // // barAdditem // this.barAdditem.Caption = "添加目录"; this.barAdditem.Id = 13; this.barAdditem.ImageIndex = 6; this.barAdditem.Name = "barAdditem"; this.barAdditem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdditem_ItemClick); // // barAdd1item // this.barAdd1item.Caption = "添加子目录"; this.barAdd1item.Id = 14; this.barAdd1item.ImageIndex = 7; this.barAdd1item.Name = "barAdd1item"; this.barAdd1item.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd1item_ItemClick); // // barEdititem // this.barEdititem.Caption = "修改目录"; this.barEdititem.Id = 15; this.barEdititem.ImageIndex = 9; this.barEdititem.Name = "barEdititem"; this.barEdititem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdititem_ItemClick); // // barDelitem // this.barDelitem.Caption = "删除目录"; this.barDelitem.Id = 16; this.barDelitem.ImageIndex = 1; this.barDelitem.Name = "barDelitem"; this.barDelitem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDelitem_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "导入Excel"; this.barButtonItem3.Id = 24; this.barButtonItem3.ImageIndex = 15; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "导出Excel"; this.barButtonItem4.Id = 27; this.barButtonItem4.ImageIndex = 17; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barSave // this.barSave.Caption = "保存"; this.barSave.Id = 22; this.barSave.ImageIndex = 12; this.barSave.Name = "barSave"; this.barSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSave_ItemClick); // // barPrint // this.barPrint.Caption = "选择"; this.barPrint.Id = 19; this.barPrint.ImageIndex = 3; this.barPrint.Name = "barPrint"; this.barPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick); // // barClose // this.barClose.Caption = "关闭"; this.barClose.Id = 5; this.barClose.ImageIndex = 18; this.barClose.Name = "barClose"; this.barClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "三等功发1.ico"); this.imageList1.Images.SetKeyName(1, "删除.ico"); this.imageList1.Images.SetKeyName(2, "审核.ico"); this.imageList1.Images.SetKeyName(3, "审批.ico"); this.imageList1.Images.SetKeyName(4, "授权.ico"); this.imageList1.Images.SetKeyName(5, "刷新.ico"); this.imageList1.Images.SetKeyName(6, "添加同级.ico"); this.imageList1.Images.SetKeyName(7, "添加下级.ico"); this.imageList1.Images.SetKeyName(8, "新建.ico"); this.imageList1.Images.SetKeyName(9, "修改.ico"); this.imageList1.Images.SetKeyName(10, "作废.ico"); this.imageList1.Images.SetKeyName(11, "xxxx.ico"); this.imageList1.Images.SetKeyName(12, "保存.ico"); this.imageList1.Images.SetKeyName(13, "布局.ico"); this.imageList1.Images.SetKeyName(14, "查询.ico"); this.imageList1.Images.SetKeyName(15, "打回重新编.ico"); this.imageList1.Images.SetKeyName(16, "打印.ico"); this.imageList1.Images.SetKeyName(17, "发送.ico"); this.imageList1.Images.SetKeyName(18, "关闭.ico"); this.imageList1.Images.SetKeyName(19, "角色.ico"); // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Id = 0; this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "添加文字资料"; this.barButtonItem2.Id = 17; this.barButtonItem2.Name = "barButtonItem2"; // // repositoryItemComboBox1 // this.repositoryItemComboBox1.AutoHeight = false; this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // imageList2 // this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageList2.ImageSize = new System.Drawing.Size(16, 16); this.imageList2.TransparentColor = System.Drawing.Color.Transparent; // // FrmTypes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(822, 487); this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "FrmTypes"; this.Text = "负荷特性分析"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmLayoutContents_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEconomyAnalysis_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.DateTimeCellType dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucMedTechBookingArrange)); FarPoint.Win.Spread.CellType.DateTimeCellType dateTimeCellType2 = new FarPoint.Win.Spread.CellType.DateTimeCellType(); Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType1 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType(); Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType2 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType(); Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType3 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType(); Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType4 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType(); this.fpSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter(); 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"; this.fpSpread1.BackColor = System.Drawing.SystemColors.Control; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.EditModePermanent = true; this.fpSpread1.EditModeReplace = true; this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpSpread1.Location = new System.Drawing.Point(0, 0); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.SelectNone = false; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1 }); this.fpSpread1.ShowListWhenOfFocus = false; this.fpSpread1.Size = new System.Drawing.Size(749, 473); 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; this.fpSpread1.KeyEnter += new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter.keyDown(this.fpSpread1_KeyEnter); // // 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 = 12; this.fpSpread1_Sheet1.RowCount = 0; this.fpSpread1_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true); this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "项目代码"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "午别"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "开始时间"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "结束时间"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "预约限额"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "特诊预约限额"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "已经预约数"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "特诊预约数"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "旧午别"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "单位标识"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "执行设备"; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType1; this.fpSpread1_Sheet1.Columns.Get(0).Label = "项目代码"; this.fpSpread1_Sheet1.Columns.Get(0).Width = 90F; this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType2; this.fpSpread1_Sheet1.Columns.Get(1).Label = "项目名称"; this.fpSpread1_Sheet1.Columns.Get(1).Width = 120F; this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType3; this.fpSpread1_Sheet1.Columns.Get(2).Label = "午别"; dateTimeCellType1.Calendar = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar"))); dateTimeCellType1.DateDefault = new System.DateTime(2008, 7, 15, 15, 25, 50, 0); dateTimeCellType1.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.TimeOnly; dateTimeCellType1.TimeDefault = new System.DateTime(2008, 7, 15, 15, 25, 50, 0); this.fpSpread1_Sheet1.Columns.Get(3).CellType = dateTimeCellType1; this.fpSpread1_Sheet1.Columns.Get(3).Label = "开始时间"; this.fpSpread1_Sheet1.Columns.Get(3).Width = 101F; dateTimeCellType2.Calendar = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType2.Calendar"))); dateTimeCellType2.DateDefault = new System.DateTime(2008, 7, 15, 15, 26, 11, 0); dateTimeCellType2.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.TimeOnly; dateTimeCellType2.TimeDefault = new System.DateTime(2008, 7, 15, 15, 26, 11, 0); this.fpSpread1_Sheet1.Columns.Get(4).CellType = dateTimeCellType2; this.fpSpread1_Sheet1.Columns.Get(4).Label = "结束时间"; this.fpSpread1_Sheet1.Columns.Get(4).Width = 100F; this.fpSpread1_Sheet1.Columns.Get(5).CellType = numCellType1; this.fpSpread1_Sheet1.Columns.Get(5).Label = "预约限额"; this.fpSpread1_Sheet1.Columns.Get(5).Width = 80F; this.fpSpread1_Sheet1.Columns.Get(6).CellType = numCellType2; this.fpSpread1_Sheet1.Columns.Get(6).Label = "特诊预约限额"; this.fpSpread1_Sheet1.Columns.Get(6).Width = 100F; numCellType3.ReadOnly = true; this.fpSpread1_Sheet1.Columns.Get(7).CellType = numCellType3; this.fpSpread1_Sheet1.Columns.Get(7).Label = "已经预约数"; this.fpSpread1_Sheet1.Columns.Get(7).Width = 100F; numCellType4.ReadOnly = true; this.fpSpread1_Sheet1.Columns.Get(8).CellType = numCellType4; this.fpSpread1_Sheet1.Columns.Get(8).Label = "特诊预约数"; this.fpSpread1_Sheet1.Columns.Get(8).Width = 90F; this.fpSpread1_Sheet1.Columns.Get(9).Label = "旧午别"; this.fpSpread1_Sheet1.Columns.Get(9).Visible = false; this.fpSpread1_Sheet1.Columns.Get(10).Label = "单位标识"; this.fpSpread1_Sheet1.Columns.Get(10).Visible = false; this.fpSpread1_Sheet1.Columns.Get(11).Label = "执行设备"; this.fpSpread1_Sheet1.Columns.Get(11).Width = 85F; this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.fpSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.fpSpread1_Sheet1.SheetCornerStyle.Locked = false; this.fpSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpSpread1.SetActiveViewport(1, 0); // // ucMedTechBookingArrange // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fpSpread1); this.Name = "ucMedTechBookingArrange"; this.Size = new System.Drawing.Size(749, 473); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.Gb2 = new System.Windows.Forms.GroupBox(); this.ChkPriceList = new System.Windows.Forms.CheckBox(); this.ChkCounter = new System.Windows.Forms.RadioButton(); this.ChkHD = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.BtnRec = new System.Windows.Forms.Button(); this.TxtEndDate = new System.Windows.Forms.DateTimePicker(); this.CboTSend = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.TxtIP = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.CboCounter = new System.Windows.Forms.ComboBox(); this.TxtStartDate = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.GrdRec = new FarPoint.Win.Spread.FpSpread(); this.GrdRec_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.Stb = new System.Windows.Forms.StatusStrip(); this.SL1 = new System.Windows.Forms.ToolStripStatusLabel(); this.Pb1 = new System.Windows.Forms.ToolStripProgressBar(); this.Lb1 = new System.Windows.Forms.ListBox(); this.ChkSendReportSu = new System.Windows.Forms.CheckBox(); this.Gb2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdRec)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdRec_Sheet1)).BeginInit(); this.Stb.SuspendLayout(); this.SuspendLayout(); // // Gb2 // this.Gb2.Controls.Add(this.ChkSendReportSu); this.Gb2.Controls.Add(this.ChkPriceList); this.Gb2.Controls.Add(this.ChkCounter); this.Gb2.Controls.Add(this.ChkHD); this.Gb2.Controls.Add(this.label1); this.Gb2.Controls.Add(this.BtnRec); this.Gb2.Controls.Add(this.TxtEndDate); this.Gb2.Controls.Add(this.CboTSend); this.Gb2.Controls.Add(this.label2); this.Gb2.Controls.Add(this.TxtIP); this.Gb2.Controls.Add(this.label7); this.Gb2.Controls.Add(this.label6); this.Gb2.Controls.Add(this.CboCounter); this.Gb2.Controls.Add(this.TxtStartDate); this.Gb2.Controls.Add(this.label5); this.Gb2.Location = new System.Drawing.Point(12, 12); this.Gb2.Name = "Gb2"; this.Gb2.Size = new System.Drawing.Size(506, 148); this.Gb2.TabIndex = 30; this.Gb2.TabStop = false; this.Gb2.Text = " »ÃѺ»Ãا¢éÍÁÙÅ"; // // ChkPriceList // this.ChkPriceList.AutoSize = true; this.ChkPriceList.Location = new System.Drawing.Point(263, 16); this.ChkPriceList.Name = "ChkPriceList"; this.ChkPriceList.Size = new System.Drawing.Size(192, 17); this.ChkPriceList.TabIndex = 48; this.ChkPriceList.Text = "Êè§ÃÒ¤Ò PriceList ¡ÅѺÊӹѡ§Ò¹ãËè"; this.ChkPriceList.UseVisualStyleBackColor = true; // // ChkCounter // this.ChkCounter.AutoSize = true; this.ChkCounter.Checked = true; this.ChkCounter.Location = new System.Drawing.Point(377, 66); this.ChkCounter.Name = "ChkCounter"; this.ChkCounter.Size = new System.Drawing.Size(123, 17); this.ChkCounter.TabIndex = 47; this.ChkCounter.TabStop = true; this.ChkCounter.Text = "receive from Counter"; this.ChkCounter.UseVisualStyleBackColor = true; this.ChkCounter.CheckedChanged += new System.EventHandler(this.ChkCounter_CheckedChanged); // // ChkHD // this.ChkHD.AutoSize = true; this.ChkHD.Location = new System.Drawing.Point(263, 66); this.ChkHD.Name = "ChkHD"; this.ChkHD.Size = new System.Drawing.Size(108, 17); this.ChkHD.TabIndex = 46; this.ChkHD.TabStop = true; this.ChkHD.Text = "send Head Office"; this.ChkHD.UseVisualStyleBackColor = true; this.ChkHD.CheckedChanged += new System.EventHandler(this.ChkHD_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 13); this.label1.TabIndex = 45; this.label1.Text = "¶Ö§Çѹ·Õè :"; // // BtnRec // this.BtnRec.Location = new System.Drawing.Point(20, 93); this.BtnRec.Name = "BtnRec"; this.BtnRec.Size = new System.Drawing.Size(223, 46); this.BtnRec.TabIndex = 36; this.BtnRec.Text = "ÃѺ¢éÍÁÙÅ"; this.BtnRec.UseVisualStyleBackColor = true; this.BtnRec.Click += new System.EventHandler(this.BtnRec_Click); // // TxtEndDate // this.TxtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.TxtEndDate.Location = new System.Drawing.Point(102, 67); this.TxtEndDate.Name = "TxtEndDate"; this.TxtEndDate.Size = new System.Drawing.Size(141, 20); this.TxtEndDate.TabIndex = 44; // // CboTSend // this.CboTSend.FormattingEnabled = true; this.CboTSend.Items.AddRange(new object[] { "·ÕèÂѧäÁèä´éÊè§", "µÑé§áµèÇѹ·Õè - ¶Ö§Çѹ·Õè" }); this.CboTSend.Location = new System.Drawing.Point(102, 14); this.CboTSend.Name = "CboTSend"; this.CboTSend.Size = new System.Drawing.Size(141, 21); this.CboTSend.TabIndex = 42; this.CboTSend.SelectedIndexChanged += new System.EventHandler(this.CboTSend_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 13); this.label2.TabIndex = 41; this.label2.Text = "»ÃÐàÀ·¡ÒÃÊè§ :"; // // TxtIP // this.TxtIP.Location = new System.Drawing.Point(332, 119); this.TxtIP.Name = "TxtIP"; this.TxtIP.Size = new System.Drawing.Size(141, 20); this.TxtIP.TabIndex = 40; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(276, 122); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(23, 13); this.label7.TabIndex = 37; this.label7.Text = "IP :"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(276, 97); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(50, 13); this.label6.TabIndex = 35; this.label6.Text = "Counter :"; // // CboCounter // this.CboCounter.FormattingEnabled = true; this.CboCounter.Location = new System.Drawing.Point(332, 93); this.CboCounter.Name = "CboCounter"; this.CboCounter.Size = new System.Drawing.Size(141, 21); this.CboCounter.TabIndex = 34; this.CboCounter.SelectedIndexChanged += new System.EventHandler(this.CboCounter_SelectedIndexChanged); // // TxtStartDate // this.TxtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.TxtStartDate.Location = new System.Drawing.Point(102, 41); this.TxtStartDate.Name = "TxtStartDate"; this.TxtStartDate.Size = new System.Drawing.Size(141, 20); this.TxtStartDate.TabIndex = 1; this.TxtStartDate.ValueChanged += new System.EventHandler(this.TxtStartDate_ValueChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 45); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(34, 13); this.label5.TabIndex = 0; this.label5.Text = "Çѹ·Õè :"; // // GrdRec // this.GrdRec.About = "2.5.2005.2005"; this.GrdRec.AccessibleDescription = ""; this.GrdRec.BorderStyle = System.Windows.Forms.BorderStyle.None; this.GrdRec.Location = new System.Drawing.Point(12, 166); this.GrdRec.Name = "GrdRec"; this.GrdRec.ScrollBarShowMax = false; this.GrdRec.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.GrdRec_Sheet1 }); this.GrdRec.Size = new System.Drawing.Size(506, 318); this.GrdRec.TabIndex = 31; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.GrdRec.TextTipAppearance = tipAppearance1; // // GrdRec_Sheet1 // this.GrdRec_Sheet1.Reset(); this.GrdRec_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.GrdRec_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.GrdRec_Sheet1.AutoUpdateNotes = true; this.GrdRec_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // Stb // this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SL1, this.Pb1 }); this.Stb.Location = new System.Drawing.Point(0, 487); this.Stb.Name = "Stb"; this.Stb.Size = new System.Drawing.Size(817, 22); this.Stb.TabIndex = 32; this.Stb.Text = "statusStrip1"; // // SL1 // this.SL1.Name = "SL1"; this.SL1.Size = new System.Drawing.Size(0, 17); // // Pb1 // this.Pb1.Name = "Pb1"; this.Pb1.Size = new System.Drawing.Size(370, 16); // // Lb1 // this.Lb1.FormattingEnabled = true; this.Lb1.Location = new System.Drawing.Point(524, 23); this.Lb1.Name = "Lb1"; this.Lb1.Size = new System.Drawing.Size(281, 446); this.Lb1.TabIndex = 33; // // ChkSendReportSu // this.ChkSendReportSu.AutoSize = true; this.ChkSendReportSu.Checked = true; this.ChkSendReportSu.CheckState = System.Windows.Forms.CheckState.Checked; this.ChkSendReportSu.Location = new System.Drawing.Point(263, 39); this.ChkSendReportSu.Name = "ChkSendReportSu"; this.ChkSendReportSu.Size = new System.Drawing.Size(146, 17); this.ChkSendReportSu.TabIndex = 49; this.ChkSendReportSu.Text = "Êè§ ÃÒ§ҹãËé ¤Ø³ÊØÇÃóÒ"; this.ChkSendReportSu.UseVisualStyleBackColor = true; // // ShopAdjust // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(817, 509); this.Controls.Add(this.Lb1); this.Controls.Add(this.Stb); this.Controls.Add(this.GrdRec); this.Controls.Add(this.Gb2); this.Name = "ShopAdjust"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShopAdjust"; this.Load += new System.EventHandler(this.ShopAdjust_Load); this.Gb2.ResumeLayout(false); this.Gb2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdRec)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdRec_Sheet1)).EndInit(); this.Stb.ResumeLayout(false); this.Stb.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtPrintNo = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.btnCureRePrint = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.btnCureRePrint); this.neuPanel1.Controls.Add(this.txtPrintNo); this.neuPanel1.Controls.Add(this.neuLabel1); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(587, 36); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // neuSpread1 // this.neuSpread1.About = "3.0.2004.2005"; this.neuSpread1.AccessibleDescription = ""; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 36); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(587, 195); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 1; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance2; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // neuSpread1_Sheet1 // this.neuSpread1_Sheet1.Reset(); this.neuSpread1_Sheet1.SheetName = "Sheet1"; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Location = new System.Drawing.Point(16, 15); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(65, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 0; this.neuLabel1.Text = "打印流水号"; // // txtPrintNo // this.txtPrintNo.IsEnter2Tab = false; this.txtPrintNo.Location = new System.Drawing.Point(87, 9); this.txtPrintNo.Name = "txtPrintNo"; this.txtPrintNo.Size = new System.Drawing.Size(119, 21); this.txtPrintNo.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtPrintNo.TabIndex = 1; this.txtPrintNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPrintNo_KeyDown); // // btnCureRePrint // this.btnCureRePrint.Location = new System.Drawing.Point(226, 8); this.btnCureRePrint.Name = "btnCureRePrint"; this.btnCureRePrint.Size = new System.Drawing.Size(75, 23); this.btnCureRePrint.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnCureRePrint.TabIndex = 2; this.btnCureRePrint.Text = "补打瓶签"; this.btnCureRePrint.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnCureRePrint.UseVisualStyleBackColor = true; this.btnCureRePrint.Click += new System.EventHandler(this.btnCureRePrint_Click); // // ucCureReprint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuSpread1); this.Controls.Add(this.neuPanel1); this.Name = "ucCureReprint"; this.Size = new System.Drawing.Size(587, 231); this.neuPanel1.ResumeLayout(false); this.neuPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSheet2_1)); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.barManager2 = new DevExpress.XtraBars.BarManager(); this.bar2 = new DevExpress.XtraBars.Bar(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barDockControl1 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl2 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl3 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl4 = new DevExpress.XtraBars.BarDockControl(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); this.SuspendLayout(); // // 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, "关闭1.ico"); this.imageList1.Images.SetKeyName(8, "关闭.ico"); this.imageList1.Images.SetKeyName(9, "角色.ico"); this.imageList1.Images.SetKeyName(10, "删除.ico"); this.imageList1.Images.SetKeyName(11, "审核.ico"); this.imageList1.Images.SetKeyName(12, "审批.ico"); this.imageList1.Images.SetKeyName(13, "授权.ico"); this.imageList1.Images.SetKeyName(14, "刷新.ico"); this.imageList1.Images.SetKeyName(15, "添加同级.ico"); this.imageList1.Images.SetKeyName(16, "添加下级.ico"); this.imageList1.Images.SetKeyName(17, "新建.ico"); this.imageList1.Images.SetKeyName(18, "修改.ico"); this.imageList1.Images.SetKeyName(19, "作废.ico"); // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1"; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.Location = new System.Drawing.Point(0, 27); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Size = new System.Drawing.Size(547, 448); this.fpSpread1.TabIndex = 4; 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.SheetTabClick += new FarPoint.Win.Spread.SheetTabClickEventHandler(this.fpSpread1_SheetTabClick); this.fpSpread1.ActiveSheetIndex = -1; // // barManager2 // this.barManager2.AllowCustomization = false; this.barManager2.AllowQuickCustomization = false; this.barManager2.AllowShowToolbarsPopup = false; this.barManager2.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar2}); this.barManager2.DockControls.Add(this.barDockControl1); this.barManager2.DockControls.Add(this.barDockControl2); this.barManager2.DockControls.Add(this.barDockControl3); this.barManager2.DockControls.Add(this.barDockControl4); this.barManager2.Form = this; this.barManager2.Images = this.imageList1; this.barManager2.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barButtonItem2, this.barEditItem1, this.barButtonItem3, this.barButtonItem4, this.barButtonItem5}); this.barManager2.MaxItemId = 6; this.barManager2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1}); // // bar2 // this.bar2.BarName = "Tools"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)}); this.bar2.OptionsBar.AllowQuickCustomization = false; this.bar2.OptionsBar.DrawDragBorder = false; this.bar2.Text = "Tools"; // // barButtonItem1 // this.barButtonItem1.Caption = "保存"; this.barButtonItem1.Id = 0; this.barButtonItem1.ImageIndex = 0; this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem2 // this.barButtonItem2.Caption = "导出"; this.barButtonItem2.Id = 1; this.barButtonItem2.ImageIndex = 5; this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barEditItem1 // this.barEditItem1.Caption = "时间设定"; this.barEditItem1.Edit = this.repositoryItemComboBox1; this.barEditItem1.Id = 2; this.barEditItem1.Name = "barEditItem1"; this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged); // // repositoryItemComboBox1 // this.repositoryItemComboBox1.AutoHeight = false; this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // barButtonItem3 // this.barButtonItem3.Caption = "重新计算"; this.barButtonItem3.Id = 3; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "更新数据"; this.barButtonItem4.Id = 4; this.barButtonItem4.ImageIndex = 14; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "退出"; this.barButtonItem5.Id = 5; this.barButtonItem5.ImageIndex = 7; this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick); // // FrmSheet2_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(547, 475); this.Controls.Add(this.fpSpread1); this.Controls.Add(this.barDockControl3); this.Controls.Add(this.barDockControl4); this.Controls.Add(this.barDockControl2); this.Controls.Add(this.barDockControl1); this.Name = "FrmSheet2_1"; this.Text = "表2‑1 铜陵市经济社会历史发展情况"; this.Load += new System.EventHandler(this.FrmSheet2_1_Load); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15", "DataAreaDefault"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("Excel-0-16"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType2 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("Excel-0-17"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType3 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("Excel-0-18"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType4 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle5 = new FarPoint.Win.Spread.NamedStyle("Excel-0-19"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType5 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle6 = new FarPoint.Win.Spread.NamedStyle("Excel-0-20"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType6 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle7 = new FarPoint.Win.Spread.NamedStyle("Excel-0-21"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType7 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle8 = new FarPoint.Win.Spread.NamedStyle("Excel-0-22"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType8 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle9 = new FarPoint.Win.Spread.NamedStyle("Excel-0-23"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType9 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle10 = new FarPoint.Win.Spread.NamedStyle("Excel-0-24"); FarPoint.Win.ComplexBorder complexBorder1 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType10 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle11 = new FarPoint.Win.Spread.NamedStyle("Excel-0-25"); FarPoint.Win.ComplexBorder complexBorder2 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType11 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle12 = new FarPoint.Win.Spread.NamedStyle("Excel-0-26"); FarPoint.Win.ComplexBorder complexBorder3 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType12 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle13 = new FarPoint.Win.Spread.NamedStyle("Excel-0-27"); FarPoint.Win.ComplexBorder complexBorder4 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType13 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle14 = new FarPoint.Win.Spread.NamedStyle("Excel-0-28"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType14 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle15 = new FarPoint.Win.Spread.NamedStyle("Excel-0-29"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType15 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle16 = new FarPoint.Win.Spread.NamedStyle("Excel-0-30"); FarPoint.Win.ComplexBorder complexBorder5 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType16 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle17 = new FarPoint.Win.Spread.NamedStyle("Excel-0-31"); FarPoint.Win.ComplexBorder complexBorder6 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType17 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle18 = new FarPoint.Win.Spread.NamedStyle("Excel-0-32"); FarPoint.Win.ComplexBorder complexBorder7 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType18 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle19 = new FarPoint.Win.Spread.NamedStyle("Excel-0-33"); FarPoint.Win.ComplexBorder complexBorder8 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType19 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle20 = new FarPoint.Win.Spread.NamedStyle("Excel-0-34"); FarPoint.Win.ComplexBorder complexBorder9 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType20 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle21 = new FarPoint.Win.Spread.NamedStyle("Excel-0-35"); FarPoint.Win.ComplexBorder complexBorder10 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType21 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle22 = new FarPoint.Win.Spread.NamedStyle("Excel-0-36"); FarPoint.Win.ComplexBorder complexBorder11 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType22 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle23 = new FarPoint.Win.Spread.NamedStyle("Excel-0-37"); FarPoint.Win.ComplexBorder complexBorder12 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType23 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle24 = new FarPoint.Win.Spread.NamedStyle("Excel-0-38"); FarPoint.Win.ComplexBorder complexBorder13 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType24 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle25 = new FarPoint.Win.Spread.NamedStyle("Excel-0-39"); FarPoint.Win.ComplexBorder complexBorder14 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType25 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle26 = new FarPoint.Win.Spread.NamedStyle("Excel-0-40"); FarPoint.Win.ComplexBorder complexBorder15 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType26 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle27 = new FarPoint.Win.Spread.NamedStyle("Excel-0-41"); FarPoint.Win.ComplexBorder complexBorder16 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType27 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle28 = new FarPoint.Win.Spread.NamedStyle("Excel-0-42"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType28 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle29 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-基本数据"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType29 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle30 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-筹措表"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType30 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle31 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-还本付息表"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType31 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle32 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-成本费用表"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType32 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle33 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-全投资"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType33 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle34 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-资本金"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType34 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle35 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-损益表"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType35 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle36 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-一览表"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType36 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle37 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-参数"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType37 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.NamedStyle namedStyle38 = new FarPoint.Win.Spread.NamedStyle("Excel-0-15-投资资金"); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType38 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType39 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder17 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder18 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType1 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder19 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType2 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder20 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType3 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder21 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType4 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder22 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType5 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder23 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType6 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder24 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType7 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder25 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType8 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder26 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType40 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder27 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType41 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder28 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType42 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder29 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType43 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType44 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder30 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType45 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder31 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType46 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder32 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType47 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder33 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType48 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder34 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType49 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder35 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType50 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder36 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType51 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder37 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType52 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder38 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType53 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder39 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType54 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder40 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType55 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder41 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType56 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder42 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType57 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder43 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType58 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder44 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType59 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder45 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType60 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder46 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType61 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder47 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType62 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder48 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType63 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder49 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType64 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder50 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType65 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder51 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType66 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType67 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.PercentCellType percentCellType9 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.PercentCellType percentCellType10 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType(); System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("zh-CN", false); FarPoint.Win.ComplexBorder complexBorder52 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType14 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder53 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder54 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder55 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType11 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder56 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder57 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder58 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType12 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder59 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType19 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder60 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType13 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder61 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType14 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder62 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.PercentCellType percentCellType15 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder63 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType20 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder64 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))); FarPoint.Win.Spread.CellType.NumberCellType numberCellType21 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder65 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType68 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder66 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder67 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder68 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder69 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder70 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder71 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType69 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder72 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder73 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder74 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder75 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder76 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder77 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder78 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType22 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder79 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder80 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType16 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder81 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder82 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType17 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder83 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder84 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType18 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder85 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder86 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType19 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder87 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder88 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType20 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder89 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder90 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType21 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder91 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder92 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType22 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder93 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder94 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType23 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder95 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType70 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder96 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType24 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder97 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder98 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType25 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder99 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType71 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder100 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType26 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder101 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder102 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType27 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder103 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.GeneralCellType generalCellType72 = new FarPoint.Win.Spread.CellType.GeneralCellType(); FarPoint.Win.ComplexBorder complexBorder104 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType28 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder105 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder106 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType29 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder107 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder108 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType23 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder109 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder110 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType30 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder111 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder112 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType24 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder113 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder114 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType31 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder115 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder116 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.ComplexBorder complexBorder117 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder118 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType32 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder119 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder120 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType33 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder121 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder122 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType34 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder123 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder124 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType25 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder125 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder126 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.NumberCellType numberCellType26 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.ComplexBorder complexBorder127 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder128 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.Spread.CellType.PercentCellType percentCellType35 = new FarPoint.Win.Spread.CellType.PercentCellType(); FarPoint.Win.ComplexBorder complexBorder129 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder130 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder131 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder132 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder133 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder134 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder135 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder136 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder137 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder138 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder139 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder140 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder141 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder142 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder143 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder144 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder145 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder146 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder147 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder148 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder149 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder150 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder151 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); FarPoint.Win.ComplexBorder complexBorder152 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEconomyAnalysis)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.ChapterNameTextEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.RemarkMemoExEdit = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeListColumn5 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.textBox1 = new System.Windows.Forms.TextBox(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet3 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet4 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet5 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet6 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet7 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet8 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1_Sheet9 = new FarPoint.Win.Spread.SheetView(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barList = new DevExpress.XtraBars.BarSubItem(); this.barAdditem = new DevExpress.XtraBars.BarButtonItem(); this.barAdd1item = new DevExpress.XtraBars.BarButtonItem(); this.barEdititem = new DevExpress.XtraBars.BarButtonItem(); this.barDelitem = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barCS = new DevExpress.XtraBars.BarButtonItem(); this.barSave = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barPrint = new DevExpress.XtraBars.BarButtonItem(); this.barClose = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 34); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.treeList1); this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.textBox1); this.splitContainerControl1.Panel2.Controls.Add(this.fpSpread1); this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(822, 453); this.splitContainerControl1.SplitterPosition = 199; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // treeList1 // this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1, this.treeListColumn2, this.treeListColumn3, this.treeListColumn4, this.treeListColumn5}); this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList1.KeyFieldName = "UID"; this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.AutoFocusNewNode = true; this.treeList1.OptionsSelection.InvertSelection = true; this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.ChapterNameTextEdit, this.RemarkMemoExEdit}); this.treeList1.Size = new System.Drawing.Size(193, 447); this.treeList1.TabIndex = 0; this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged); this.treeList1.DoubleClick += new System.EventHandler(this.treeList1_DoubleClick); // // treeListColumn1 // this.treeListColumn1.Caption = "目录"; this.treeListColumn1.ColumnEdit = this.ChapterNameTextEdit; this.treeListColumn1.FieldName = "Title"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.OptionsColumn.AllowEdit = false; this.treeListColumn1.VisibleIndex = 0; // // ChapterNameTextEdit // this.ChapterNameTextEdit.AutoHeight = false; this.ChapterNameTextEdit.MaxLength = 100; this.ChapterNameTextEdit.Name = "ChapterNameTextEdit"; // // treeListColumn2 // this.treeListColumn2.Caption = "备注"; this.treeListColumn2.ColumnEdit = this.RemarkMemoExEdit; this.treeListColumn2.FieldName = "Remark"; this.treeListColumn2.Name = "treeListColumn2"; // // RemarkMemoExEdit // this.RemarkMemoExEdit.AutoHeight = false; this.RemarkMemoExEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.RemarkMemoExEdit.MaxLength = 300; this.RemarkMemoExEdit.Name = "RemarkMemoExEdit"; this.RemarkMemoExEdit.ReadOnly = true; // // treeListColumn3 // this.treeListColumn3.Caption = "UID"; this.treeListColumn3.FieldName = "UID"; this.treeListColumn3.Name = "treeListColumn3"; this.treeListColumn3.OptionsColumn.ShowInCustomizationForm = false; // // treeListColumn4 // this.treeListColumn4.Caption = "ParentId"; this.treeListColumn4.FieldName = "ParentID"; this.treeListColumn4.Name = "treeListColumn4"; this.treeListColumn4.OptionsColumn.ShowInCustomizationForm = false; // // treeListColumn5 // this.treeListColumn5.Caption = "创建日期"; this.treeListColumn5.FieldName = "CreateDate"; this.treeListColumn5.Name = "treeListColumn5"; this.treeListColumn5.OptionsColumn.ShowInCustomizationForm = false; this.treeListColumn5.SortOrder = System.Windows.Forms.SortOrder.Ascending; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(118, -385); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 1; // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1, 还本付息表, Row 0, Column 0, 附表3 借款还本付息计算表"; this.fpSpread1.AllowCellOverflow = true; this.fpSpread1.AllowUserFormulas = true; this.fpSpread1.BackColor = System.Drawing.SystemColors.Control; this.fpSpread1.BorderCollapse = FarPoint.Win.Spread.BorderCollapse.Collapse; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpSpread1.Location = new System.Drawing.Point(0, 0); this.fpSpread1.Name = "fpSpread1"; namedStyle1.CellType = generalCellType1; namedStyle1.Font = new System.Drawing.Font("宋体", 9F); namedStyle1.Locked = false; namedStyle1.Parent = "DataAreaDefault"; namedStyle1.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle2.CellType = generalCellType2; namedStyle2.Locked = false; namedStyle2.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom; namedStyle3.CellType = generalCellType3; namedStyle3.Locked = false; namedStyle3.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom; namedStyle4.CellType = generalCellType4; namedStyle4.Locked = false; namedStyle4.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom; namedStyle5.CellType = generalCellType5; namedStyle5.Locked = false; namedStyle5.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom; namedStyle6.CellType = generalCellType6; namedStyle6.Locked = false; namedStyle6.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Bottom; namedStyle7.CellType = generalCellType7; namedStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle7.Locked = false; namedStyle7.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle8.CellType = generalCellType8; namedStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle8.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle8.Locked = false; namedStyle8.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle9.CellType = generalCellType9; namedStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle9.Locked = false; namedStyle9.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle10.Border = complexBorder1; namedStyle10.CellType = generalCellType10; namedStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle10.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; namedStyle10.Locked = false; namedStyle10.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle11.Border = complexBorder2; namedStyle11.CellType = generalCellType11; namedStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle11.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle11.Locked = false; namedStyle11.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle12.Border = complexBorder3; namedStyle12.CellType = generalCellType12; namedStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle12.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; namedStyle12.Locked = false; namedStyle12.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle13.Border = complexBorder4; namedStyle13.CellType = generalCellType13; namedStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle13.Locked = false; namedStyle13.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle14.CellType = generalCellType14; namedStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle14.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; namedStyle14.Locked = false; namedStyle14.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle15.CellType = generalCellType15; namedStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle15.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle15.Locked = false; namedStyle15.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle16.Border = complexBorder5; namedStyle16.CellType = generalCellType16; namedStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle16.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle16.Locked = false; namedStyle16.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle17.Border = complexBorder6; namedStyle17.CellType = generalCellType17; namedStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle17.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle17.Locked = false; namedStyle17.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle18.Border = complexBorder7; namedStyle18.CellType = generalCellType18; namedStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle18.Locked = false; namedStyle18.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle19.Border = complexBorder8; namedStyle19.CellType = generalCellType19; namedStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle19.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; namedStyle19.Locked = false; namedStyle19.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle20.Border = complexBorder9; namedStyle20.CellType = generalCellType20; namedStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle20.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; namedStyle20.Locked = false; namedStyle20.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle21.Border = complexBorder10; namedStyle21.CellType = generalCellType21; namedStyle21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle21.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; namedStyle21.Locked = false; namedStyle21.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle22.Border = complexBorder11; namedStyle22.CellType = generalCellType22; namedStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle22.Locked = false; namedStyle22.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle23.Border = complexBorder12; namedStyle23.CellType = generalCellType23; namedStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle23.Locked = false; namedStyle23.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle24.Border = complexBorder13; namedStyle24.CellType = generalCellType24; namedStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle24.Locked = false; namedStyle24.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle25.Border = complexBorder14; namedStyle25.CellType = generalCellType25; namedStyle25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle25.Locked = false; namedStyle25.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle26.Border = complexBorder15; namedStyle26.CellType = generalCellType26; namedStyle26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle26.Locked = false; namedStyle26.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle27.Border = complexBorder16; namedStyle27.CellType = generalCellType27; namedStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle27.Locked = false; namedStyle27.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle28.CellType = generalCellType28; namedStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); namedStyle28.Locked = false; namedStyle28.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle29.CellType = generalCellType29; namedStyle29.Font = new System.Drawing.Font("宋体", 9F); namedStyle29.Locked = false; namedStyle29.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle30.CellType = generalCellType30; namedStyle30.Font = new System.Drawing.Font("宋体", 9F); namedStyle30.Locked = false; namedStyle30.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle31.CellType = generalCellType31; namedStyle31.Font = new System.Drawing.Font("宋体", 9F); namedStyle31.Locked = false; namedStyle31.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle32.CellType = generalCellType32; namedStyle32.Font = new System.Drawing.Font("宋体", 9F); namedStyle32.Locked = false; namedStyle32.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle33.CellType = generalCellType33; namedStyle33.Font = new System.Drawing.Font("宋体", 9F); namedStyle33.Locked = false; namedStyle33.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle34.CellType = generalCellType34; namedStyle34.Font = new System.Drawing.Font("宋体", 9F); namedStyle34.Locked = false; namedStyle34.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle35.CellType = generalCellType35; namedStyle35.Font = new System.Drawing.Font("宋体", 9F); namedStyle35.Locked = false; namedStyle35.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle36.CellType = generalCellType36; namedStyle36.Font = new System.Drawing.Font("宋体", 9F); namedStyle36.Locked = false; namedStyle36.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle37.CellType = generalCellType37; namedStyle37.Font = new System.Drawing.Font("宋体", 9F); namedStyle37.Locked = false; namedStyle37.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; namedStyle38.CellType = generalCellType38; namedStyle38.Font = new System.Drawing.Font("宋体", 9F); namedStyle38.Locked = false; namedStyle38.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] { namedStyle1, namedStyle2, namedStyle3, namedStyle4, namedStyle5, namedStyle6, namedStyle7, namedStyle8, namedStyle9, namedStyle10, namedStyle11, namedStyle12, namedStyle13, namedStyle14, namedStyle15, namedStyle16, namedStyle17, namedStyle18, namedStyle19, namedStyle20, namedStyle21, namedStyle22, namedStyle23, namedStyle24, namedStyle25, namedStyle26, namedStyle27, namedStyle28, namedStyle29, namedStyle30, namedStyle31, namedStyle32, namedStyle33, namedStyle34, namedStyle35, namedStyle36, namedStyle37, namedStyle38}); this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1, this.fpSpread1_Sheet2, this.fpSpread1_Sheet3, this.fpSpread1_Sheet4, this.fpSpread1_Sheet5, this.fpSpread1_Sheet6, this.fpSpread1_Sheet7, this.fpSpread1_Sheet8, this.fpSpread1_Sheet9}); this.fpSpread1.Size = new System.Drawing.Size(613, 447); this.fpSpread1.TabIndex = 0; this.fpSpread1.TabStrip.ActiveSheetTab.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.fpSpread1.TabStrip.ActiveSheetTab.Size = -1; this.fpSpread1.TabStrip.DefaultSheetTab.Font = new System.Drawing.Font("Tahoma", 8F); this.fpSpread1.TabStrip.DefaultSheetTab.Size = -1; this.fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always; this.fpSpread1.TabStripRatio = 0.664188351920694; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.fpSpread1.TextTipAppearance = tipAppearance1; this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick); this.fpSpread1.Change += new FarPoint.Win.Spread.ChangeEventHandler(this.fpSpread1_Change); this.fpSpread1.ActiveSheetIndex = 2; // // fpSpread1_Sheet1 // this.fpSpread1_Sheet1.Reset(); this.fpSpread1_Sheet1.SheetName = "基本数据"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet1.ColumnCount = 2; this.fpSpread1_Sheet1.RowCount = 14; this.fpSpread1_Sheet1.AutoUpdateNotes = true; this.fpSpread1_Sheet1.Cells.Get(0, 0).CellType = generalCellType39; this.fpSpread1_Sheet1.Cells.Get(0, 0).ColumnSpan = 2; this.fpSpread1_Sheet1.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Cells.Get(0, 0).Value = "附表1 电网规划经济评价基本数据"; this.fpSpread1_Sheet1.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Cells.Get(1, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet1.Cells.Get(1, 0).Value = " "; this.fpSpread1_Sheet1.Cells.Get(1, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet1.Cells.Get(2, 0).StyleName = "Excel-0-24"; this.fpSpread1_Sheet1.Cells.Get(2, 0).Value = "经营成本"; this.fpSpread1_Sheet1.Cells.Get(2, 1).StyleName = "Excel-0-25"; this.fpSpread1_Sheet1.Cells.Get(2, 1).Value = "新增固定资产原值的5%"; this.fpSpread1_Sheet1.Cells.Get(3, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(3, 0).Value = "还贷期"; this.fpSpread1_Sheet1.Cells.Get(3, 1).Border = complexBorder17; numberCellType1.DecimalPlaces = 0; numberCellType1.MaximumValue = 10000000; numberCellType1.MinimumValue = -10000000; this.fpSpread1_Sheet1.Cells.Get(3, 1).CellType = numberCellType1; this.fpSpread1_Sheet1.Cells.Get(3, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(4, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(4, 0).Value = "实际贷款年利率"; this.fpSpread1_Sheet1.Cells.Get(4, 1).Border = complexBorder18; percentCellType1.FixedPoint = true; percentCellType1.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(4, 1).CellType = percentCellType1; this.fpSpread1_Sheet1.Cells.Get(4, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(5, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(5, 0).Value = "折旧率"; this.fpSpread1_Sheet1.Cells.Get(5, 1).Border = complexBorder19; percentCellType2.FixedPoint = true; percentCellType2.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(5, 1).CellType = percentCellType2; this.fpSpread1_Sheet1.Cells.Get(5, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(6, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(6, 0).Value = "固定资产残值"; this.fpSpread1_Sheet1.Cells.Get(6, 1).Border = complexBorder20; percentCellType3.FixedPoint = true; percentCellType3.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(6, 1).CellType = percentCellType3; this.fpSpread1_Sheet1.Cells.Get(6, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(7, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(7, 0).Value = "城建及教育附加税"; this.fpSpread1_Sheet1.Cells.Get(7, 1).Border = complexBorder21; percentCellType4.FixedPoint = true; percentCellType4.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(7, 1).CellType = percentCellType4; this.fpSpread1_Sheet1.Cells.Get(7, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(8, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(8, 0).Value = "公积金、公益金率"; this.fpSpread1_Sheet1.Cells.Get(8, 1).Border = complexBorder22; percentCellType5.FixedPoint = true; percentCellType5.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(8, 1).CellType = percentCellType5; this.fpSpread1_Sheet1.Cells.Get(8, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(9, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(9, 0).Value = "所得税率"; this.fpSpread1_Sheet1.Cells.Get(9, 1).Border = complexBorder23; percentCellType6.FixedPoint = true; percentCellType6.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(9, 1).CellType = percentCellType6; this.fpSpread1_Sheet1.Cells.Get(9, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(10, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(10, 0).Value = "折旧还贷率"; this.fpSpread1_Sheet1.Cells.Get(10, 1).Border = complexBorder24; percentCellType7.FixedPoint = true; percentCellType7.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(10, 1).CellType = percentCellType7; this.fpSpread1_Sheet1.Cells.Get(10, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(11, 0).StyleName = "Excel-0-26"; this.fpSpread1_Sheet1.Cells.Get(11, 0).Value = "股本金分利"; this.fpSpread1_Sheet1.Cells.Get(11, 1).Border = complexBorder25; percentCellType8.FixedPoint = true; percentCellType8.PercentSign = "%"; this.fpSpread1_Sheet1.Cells.Get(11, 1).CellType = percentCellType8; this.fpSpread1_Sheet1.Cells.Get(11, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet1.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet1.Cells.Get(12, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet1.Cells.Get(13, 0).StyleName = "Excel-0-28"; this.fpSpread1_Sheet1.Cells.Get(13, 0).Value = "注:城市维护建设税税率:"; this.fpSpread1_Sheet1.Cells.Get(13, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet1.Cells.Get(13, 1).Value = "市区7%,县镇5%,其它地区1%;教育费附加3%"; this.fpSpread1_Sheet1.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet1.Columns.Default.Width = 64F; this.fpSpread1_Sheet1.Columns.Get(0).Width = 160F; this.fpSpread1_Sheet1.Columns.Get(1).Width = 284F; this.fpSpread1_Sheet1.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet1.Rows.Get(0).Height = 30F; // // fpSpread1_Sheet2 // this.fpSpread1_Sheet2.Reset(); this.fpSpread1_Sheet2.SheetName = "筹措表"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet2.ColumnCount = 50; this.fpSpread1_Sheet2.RowCount = 15; this.fpSpread1_Sheet2.AutoUpdateNotes = true; this.fpSpread1_Sheet2.Cells.Get(0, 0).StyleName = "Excel-0-29"; this.fpSpread1_Sheet2.Cells.Get(0, 0).Value = "附表2 投资总额和资金筹措表"; this.fpSpread1_Sheet2.Cells.Get(0, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(0, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(0, 3).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(1, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(1, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(1, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(1, 3).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(2, 0).Border = complexBorder26; this.fpSpread1_Sheet2.Cells.Get(2, 0).CellType = generalCellType40; this.fpSpread1_Sheet2.Cells.Get(2, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(2, 0).Value = "序 号"; this.fpSpread1_Sheet2.Cells.Get(2, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(2, 1).Border = complexBorder27; this.fpSpread1_Sheet2.Cells.Get(2, 1).CellType = generalCellType41; this.fpSpread1_Sheet2.Cells.Get(2, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(2, 1).Value = "项 目"; this.fpSpread1_Sheet2.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(2, 2).StyleName = "Excel-0-29"; this.fpSpread1_Sheet2.Cells.Get(2, 3).StyleName = "Excel-0-23"; this.fpSpread1_Sheet2.Cells.Get(3, 0).Border = complexBorder28; this.fpSpread1_Sheet2.Cells.Get(3, 0).CellType = generalCellType42; this.fpSpread1_Sheet2.Cells.Get(3, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(3, 0).Value = 1; this.fpSpread1_Sheet2.Cells.Get(3, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(3, 1).Border = complexBorder29; this.fpSpread1_Sheet2.Cells.Get(3, 1).CellType = generalCellType43; this.fpSpread1_Sheet2.Cells.Get(3, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(3, 1).Value = "投资总额"; this.fpSpread1_Sheet2.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(3, 2).CellType = generalCellType44; this.fpSpread1_Sheet2.Cells.Get(3, 2).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet2.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(4, 0).Border = complexBorder30; this.fpSpread1_Sheet2.Cells.Get(4, 0).CellType = generalCellType45; this.fpSpread1_Sheet2.Cells.Get(4, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(4, 0).Value = 1.1; this.fpSpread1_Sheet2.Cells.Get(4, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(4, 1).Border = complexBorder31; this.fpSpread1_Sheet2.Cells.Get(4, 1).CellType = generalCellType46; this.fpSpread1_Sheet2.Cells.Get(4, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(4, 1).Value = "建设静态投资"; this.fpSpread1_Sheet2.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(4, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet2.Cells.Get(5, 0).Border = complexBorder32; this.fpSpread1_Sheet2.Cells.Get(5, 0).CellType = generalCellType47; this.fpSpread1_Sheet2.Cells.Get(5, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(5, 0).Value = 1.2; this.fpSpread1_Sheet2.Cells.Get(5, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(5, 1).Border = complexBorder33; this.fpSpread1_Sheet2.Cells.Get(5, 1).CellType = generalCellType48; this.fpSpread1_Sheet2.Cells.Get(5, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(5, 1).Value = "建设期利息"; this.fpSpread1_Sheet2.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(6, 0).Border = complexBorder34; this.fpSpread1_Sheet2.Cells.Get(6, 0).CellType = generalCellType49; this.fpSpread1_Sheet2.Cells.Get(6, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(6, 0).Value = 1.3; this.fpSpread1_Sheet2.Cells.Get(6, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(6, 1).Border = complexBorder35; this.fpSpread1_Sheet2.Cells.Get(6, 1).CellType = generalCellType50; this.fpSpread1_Sheet2.Cells.Get(6, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(6, 1).Value = "建设动态投资"; this.fpSpread1_Sheet2.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(7, 0).Border = complexBorder36; this.fpSpread1_Sheet2.Cells.Get(7, 0).CellType = generalCellType51; this.fpSpread1_Sheet2.Cells.Get(7, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(7, 0).Value = 2; this.fpSpread1_Sheet2.Cells.Get(7, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(7, 1).Border = complexBorder37; this.fpSpread1_Sheet2.Cells.Get(7, 1).CellType = generalCellType52; this.fpSpread1_Sheet2.Cells.Get(7, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(7, 1).Value = "固定资产原值"; this.fpSpread1_Sheet2.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(8, 0).Border = complexBorder38; this.fpSpread1_Sheet2.Cells.Get(8, 0).CellType = generalCellType53; this.fpSpread1_Sheet2.Cells.Get(8, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(8, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(8, 0).Value = 3; this.fpSpread1_Sheet2.Cells.Get(8, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(8, 1).Border = complexBorder39; this.fpSpread1_Sheet2.Cells.Get(8, 1).CellType = generalCellType54; this.fpSpread1_Sheet2.Cells.Get(8, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(8, 1).Value = "流动资金"; this.fpSpread1_Sheet2.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(9, 0).Border = complexBorder40; this.fpSpread1_Sheet2.Cells.Get(9, 0).CellType = generalCellType55; this.fpSpread1_Sheet2.Cells.Get(9, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(9, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(9, 0).Value = 4; this.fpSpread1_Sheet2.Cells.Get(9, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(9, 1).Border = complexBorder41; this.fpSpread1_Sheet2.Cells.Get(9, 1).CellType = generalCellType56; this.fpSpread1_Sheet2.Cells.Get(9, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(9, 1).Value = "建设资金筹措"; this.fpSpread1_Sheet2.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(10, 0).Border = complexBorder42; this.fpSpread1_Sheet2.Cells.Get(10, 0).CellType = generalCellType57; this.fpSpread1_Sheet2.Cells.Get(10, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(10, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(10, 0).Value = 4.1; this.fpSpread1_Sheet2.Cells.Get(10, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(10, 1).Border = complexBorder43; this.fpSpread1_Sheet2.Cells.Get(10, 1).CellType = generalCellType58; this.fpSpread1_Sheet2.Cells.Get(10, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(10, 1).Value = "资本金"; this.fpSpread1_Sheet2.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(11, 0).Border = complexBorder44; this.fpSpread1_Sheet2.Cells.Get(11, 0).CellType = generalCellType59; this.fpSpread1_Sheet2.Cells.Get(11, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(11, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(11, 0).Value = 4.2; this.fpSpread1_Sheet2.Cells.Get(11, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(11, 1).Border = complexBorder45; this.fpSpread1_Sheet2.Cells.Get(11, 1).CellType = generalCellType60; this.fpSpread1_Sheet2.Cells.Get(11, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(11, 1).Value = "融资"; this.fpSpread1_Sheet2.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(12, 0).Border = complexBorder46; this.fpSpread1_Sheet2.Cells.Get(12, 0).CellType = generalCellType61; this.fpSpread1_Sheet2.Cells.Get(12, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(12, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(12, 0).Value = 5; this.fpSpread1_Sheet2.Cells.Get(12, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(12, 1).Border = complexBorder47; this.fpSpread1_Sheet2.Cells.Get(12, 1).CellType = generalCellType62; this.fpSpread1_Sheet2.Cells.Get(12, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(12, 1).Value = "流动资金筹措"; this.fpSpread1_Sheet2.Cells.Get(12, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(13, 0).Border = complexBorder48; this.fpSpread1_Sheet2.Cells.Get(13, 0).CellType = generalCellType63; this.fpSpread1_Sheet2.Cells.Get(13, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(13, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(13, 0).Value = 5.1; this.fpSpread1_Sheet2.Cells.Get(13, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(13, 1).Border = complexBorder49; this.fpSpread1_Sheet2.Cells.Get(13, 1).CellType = generalCellType64; this.fpSpread1_Sheet2.Cells.Get(13, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(13, 1).Value = "自有"; this.fpSpread1_Sheet2.Cells.Get(13, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(14, 0).Border = complexBorder50; this.fpSpread1_Sheet2.Cells.Get(14, 0).CellType = generalCellType65; this.fpSpread1_Sheet2.Cells.Get(14, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(14, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet2.Cells.Get(14, 0).Value = 5.2; this.fpSpread1_Sheet2.Cells.Get(14, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.Cells.Get(14, 1).Border = complexBorder51; this.fpSpread1_Sheet2.Cells.Get(14, 1).CellType = generalCellType66; this.fpSpread1_Sheet2.Cells.Get(14, 1).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet2.Cells.Get(14, 1).Value = "借款"; this.fpSpread1_Sheet2.Cells.Get(14, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet2.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet2.Columns.Default.Width = 64F; this.fpSpread1_Sheet2.Columns.Get(0).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(0).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(1).Width = 143F; this.fpSpread1_Sheet2.Columns.Get(2).Width = 59F; this.fpSpread1_Sheet2.Columns.Get(3).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(3).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(4).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(4).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(5).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(5).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(6).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(6).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(7).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(7).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(8).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(8).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(9).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(9).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(10).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(10).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(11).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(11).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(12).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(12).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(13).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(13).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(14).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(14).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(15).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(15).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(16).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(16).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(17).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(17).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(18).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(18).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(19).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(19).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(20).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(20).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(21).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(21).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(22).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(22).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(23).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(23).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(24).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(24).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(25).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(25).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(26).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(26).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(27).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(27).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(28).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(28).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(29).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(29).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(30).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(30).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(31).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(31).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(32).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(32).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(33).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(33).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(34).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(34).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(35).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(35).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(36).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(36).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(37).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(37).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(38).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(38).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(39).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(39).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(40).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(40).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(41).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(41).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(42).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(42).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(43).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(43).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(44).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(44).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(45).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(45).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(46).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(46).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(47).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(47).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(48).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(48).Width = 61F; this.fpSpread1_Sheet2.Columns.Get(49).StyleName = "Excel-0-21"; this.fpSpread1_Sheet2.Columns.Get(49).Width = 61F; this.fpSpread1_Sheet2.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet2.RowHeader.Columns.Default.Resizable = false; // // fpSpread1_Sheet3 // this.fpSpread1_Sheet3.Reset(); this.fpSpread1_Sheet3.SheetName = "还本付息表"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet3.ColumnCount = 255; this.fpSpread1_Sheet3.RowCount = 65535; this.fpSpread1_Sheet3.AutoUpdateNotes = true; this.fpSpread1_Sheet3.Cells.Get(0, 0).CellType = generalCellType67; this.fpSpread1_Sheet3.Cells.Get(0, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet3.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet3.Cells.Get(0, 0).Value = "附表3 借款还本付息计算表"; this.fpSpread1_Sheet3.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet3.Cells.Get(2, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet3.Cells.Get(3, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet3.Cells.Get(3, 0).Value = "融资"; this.fpSpread1_Sheet3.Cells.Get(4, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet3.Cells.Get(4, 0).Value = "还贷要求"; this.fpSpread1_Sheet3.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet3.Columns.Default.Width = 64F; this.fpSpread1_Sheet3.Columns.Get(0).Width = 112F; this.fpSpread1_Sheet3.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet3.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet3.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.MultiRange; // // fpSpread1_Sheet4 // this.fpSpread1_Sheet4.Reset(); this.fpSpread1_Sheet4.SheetName = "成本费用表"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet4.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet4.ColumnCount = 100; this.fpSpread1_Sheet4.RowCount = 9; this.fpSpread1_Sheet4.AutoUpdateNotes = true; this.fpSpread1_Sheet4.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet4.Cells.Get(0, 0).Value = "附表4 总成本费用估算表"; this.fpSpread1_Sheet4.Cells.Get(1, 1).Value = " "; this.fpSpread1_Sheet4.Cells.Get(2, 0).StyleName = "Excel-0-25"; this.fpSpread1_Sheet4.Cells.Get(2, 0).Value = "序 号"; this.fpSpread1_Sheet4.Cells.Get(2, 1).StyleName = "Excel-0-33"; this.fpSpread1_Sheet4.Cells.Get(2, 1).Value = "项 目"; this.fpSpread1_Sheet4.Cells.Get(3, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(3, 0).Value = 1; this.fpSpread1_Sheet4.Cells.Get(3, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(3, 1).Value = "售电量"; numberCellType2.DecimalPlaces = 0; numberCellType2.MaximumValue = 10000000; numberCellType2.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 2).CellType = numberCellType2; numberCellType3.DecimalPlaces = 0; numberCellType3.MaximumValue = 10000000; numberCellType3.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 3).CellType = numberCellType3; numberCellType4.DecimalPlaces = 0; numberCellType4.MaximumValue = 10000000; numberCellType4.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 4).CellType = numberCellType4; numberCellType5.DecimalPlaces = 0; numberCellType5.MaximumValue = 10000000; numberCellType5.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 5).CellType = numberCellType5; numberCellType6.DecimalPlaces = 0; numberCellType6.MaximumValue = 10000000; numberCellType6.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 6).CellType = numberCellType6; numberCellType7.DecimalPlaces = 0; numberCellType7.MaximumValue = 10000000; numberCellType7.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 7).CellType = numberCellType7; numberCellType8.DecimalPlaces = 0; numberCellType8.MaximumValue = 10000000; numberCellType8.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 8).CellType = numberCellType8; numberCellType9.DecimalPlaces = 0; numberCellType9.MaximumValue = 10000000; numberCellType9.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 9).CellType = numberCellType9; numberCellType10.DecimalPlaces = 0; numberCellType10.MaximumValue = 10000000; numberCellType10.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 10).CellType = numberCellType10; numberCellType11.DecimalPlaces = 0; numberCellType11.MaximumValue = 10000000; numberCellType11.MinimumValue = -10000000; this.fpSpread1_Sheet4.Cells.Get(3, 11).CellType = numberCellType11; this.fpSpread1_Sheet4.Cells.Get(4, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(4, 0).Value = 2; this.fpSpread1_Sheet4.Cells.Get(4, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(4, 1).Value = "经营成本"; this.fpSpread1_Sheet4.Cells.Get(5, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(5, 0).Value = 3; this.fpSpread1_Sheet4.Cells.Get(5, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(5, 1).Value = "折旧费"; this.fpSpread1_Sheet4.Cells.Get(6, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(6, 0).Value = 4; this.fpSpread1_Sheet4.Cells.Get(6, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(6, 1).Value = "财务费用"; this.fpSpread1_Sheet4.Cells.Get(7, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(7, 0).Value = 5; this.fpSpread1_Sheet4.Cells.Get(7, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(7, 1).Value = "生产成本(2+3)"; this.fpSpread1_Sheet4.Cells.Get(8, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet4.Cells.Get(8, 0).Value = 6; this.fpSpread1_Sheet4.Cells.Get(8, 1).StyleName = "Excel-0-34"; this.fpSpread1_Sheet4.Cells.Get(8, 1).Value = "输变电总成本(4+5)"; this.fpSpread1_Sheet4.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet4.Columns.Default.Width = 64F; this.fpSpread1_Sheet4.Columns.Get(0).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(0).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(1).Width = 113F; this.fpSpread1_Sheet4.Columns.Get(2).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(2).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(3).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(3).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(4).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(4).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(5).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(5).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(6).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(6).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(7).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(7).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(8).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(8).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(9).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(9).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(10).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(10).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(11).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(11).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(12).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(12).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(13).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(13).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(14).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(14).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(15).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(15).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(16).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(16).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(17).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(17).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(18).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(18).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(19).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(19).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(20).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(20).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(21).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(21).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(22).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(22).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(23).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(23).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(24).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(24).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(25).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(25).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(26).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(26).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(27).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(27).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(28).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(28).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(29).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(29).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(30).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(30).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(31).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(31).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(32).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(32).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(33).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(33).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(34).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(34).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(35).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(35).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(36).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(36).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(37).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(37).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(38).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(38).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(39).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(39).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(40).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(40).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(41).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(41).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(42).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(42).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(43).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(43).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(44).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(44).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(45).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(45).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(46).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(46).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(47).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(47).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(48).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(48).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(49).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(49).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(50).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(50).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(51).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(51).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(52).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(52).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(53).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(53).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(54).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(54).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(55).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(55).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(56).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(56).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(57).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(57).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(58).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(58).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(59).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(59).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(60).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(60).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(61).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(61).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(62).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(62).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(63).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(63).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(64).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(64).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(65).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(65).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(66).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(66).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(67).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(67).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(68).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(68).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(69).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(69).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(70).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(70).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(71).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(71).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(72).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(72).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(73).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(73).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(74).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(74).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(75).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(75).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(76).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(76).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(77).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(77).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(78).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(78).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(79).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(79).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(80).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(80).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(81).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(81).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(82).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(82).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(83).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(83).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(84).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(84).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(85).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(85).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(86).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(86).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(87).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(87).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(88).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(88).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(89).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(89).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(90).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(90).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(91).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(91).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(92).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(92).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(93).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(93).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(94).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(94).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(95).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(95).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(96).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(96).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(97).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(97).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(98).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(98).Width = 61F; this.fpSpread1_Sheet4.Columns.Get(99).StyleName = "Excel-0-21"; this.fpSpread1_Sheet4.Columns.Get(99).Width = 61F; this.fpSpread1_Sheet4.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet4.RowHeader.Columns.Default.Resizable = false; // // fpSpread1_Sheet5 // this.fpSpread1_Sheet5.Reset(); this.fpSpread1_Sheet5.SheetName = "全投资"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet5.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet5.ColumnCount = 100; this.fpSpread1_Sheet5.RowCount = 20; this.fpSpread1_Sheet5.ActiveColumnIndex = 4; this.fpSpread1_Sheet5.ActiveRowIndex = 19; this.fpSpread1_Sheet5.AutoUpdateNotes = true; this.fpSpread1_Sheet5.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet5.Cells.Get(0, 0).Value = "附表5 现金流量表"; this.fpSpread1_Sheet5.Cells.Get(2, 0).StyleName = "Excel-0-35"; this.fpSpread1_Sheet5.Cells.Get(2, 0).Value = "序 号"; this.fpSpread1_Sheet5.Cells.Get(2, 1).StyleName = "Excel-0-36"; this.fpSpread1_Sheet5.Cells.Get(2, 1).Value = " 项 目"; this.fpSpread1_Sheet5.Cells.Get(3, 0).StyleName = "Excel-0-37"; this.fpSpread1_Sheet5.Cells.Get(3, 1).StyleName = "Excel-0-38"; this.fpSpread1_Sheet5.Cells.Get(4, 0).StyleName = "Excel-0-25"; this.fpSpread1_Sheet5.Cells.Get(4, 0).Value = 1; this.fpSpread1_Sheet5.Cells.Get(4, 1).StyleName = "Excel-0-39"; this.fpSpread1_Sheet5.Cells.Get(4, 1).Value = "现金流入"; this.fpSpread1_Sheet5.Cells.Get(5, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(5, 0).Value = 1.1; this.fpSpread1_Sheet5.Cells.Get(5, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(5, 1).Value = "销售加价收入"; this.fpSpread1_Sheet5.Cells.Get(6, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(6, 0).Value = 1.2; this.fpSpread1_Sheet5.Cells.Get(6, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(6, 1).Value = "回收流动资金"; this.fpSpread1_Sheet5.Cells.Get(7, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(7, 0).Value = 1.3; this.fpSpread1_Sheet5.Cells.Get(7, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(7, 1).Value = "回收固定资产余值"; this.fpSpread1_Sheet5.Cells.Get(8, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(8, 0).Value = 2; this.fpSpread1_Sheet5.Cells.Get(8, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(8, 1).Value = "现金流出"; this.fpSpread1_Sheet5.Cells.Get(9, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(9, 0).Value = 2.1; this.fpSpread1_Sheet5.Cells.Get(9, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(9, 1).Value = "建设投资"; this.fpSpread1_Sheet5.Cells.Get(10, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(10, 0).Value = 2.2; this.fpSpread1_Sheet5.Cells.Get(10, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(10, 1).Value = "流动资金"; this.fpSpread1_Sheet5.Cells.Get(11, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(11, 0).Value = 2.3; this.fpSpread1_Sheet5.Cells.Get(11, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(11, 1).Value = "经营成本"; this.fpSpread1_Sheet5.Cells.Get(12, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(12, 0).Value = 2.4; this.fpSpread1_Sheet5.Cells.Get(12, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(12, 1).Value = "销售税金"; this.fpSpread1_Sheet5.Cells.Get(13, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(13, 0).Value = 2.5; this.fpSpread1_Sheet5.Cells.Get(13, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(13, 1).Value = "所得税"; this.fpSpread1_Sheet5.Cells.Get(14, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(14, 0).Value = 3; this.fpSpread1_Sheet5.Cells.Get(14, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(14, 1).Value = "净现金流量"; this.fpSpread1_Sheet5.Cells.Get(15, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(15, 0).Value = 4; this.fpSpread1_Sheet5.Cells.Get(15, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(15, 1).Value = "累计净现金流量"; this.fpSpread1_Sheet5.Cells.Get(16, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(16, 0).Value = 5; this.fpSpread1_Sheet5.Cells.Get(16, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(16, 1).Value = "净现金流量现值"; this.fpSpread1_Sheet5.Cells.Get(17, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet5.Cells.Get(17, 0).Value = 6; this.fpSpread1_Sheet5.Cells.Get(17, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet5.Cells.Get(17, 1).Value = "净现金流量现值累计"; this.fpSpread1_Sheet5.Cells.Get(19, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 0).Value = "内部收益率"; percentCellType9.FixedPoint = true; percentCellType9.PercentSign = "%"; this.fpSpread1_Sheet5.Cells.Get(19, 1).CellType = percentCellType9; this.fpSpread1_Sheet5.Cells.Get(19, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 3).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 3).Value = "净现值"; numberCellType12.DecimalPlaces = 0; numberCellType12.MaximumValue = 10000000; numberCellType12.MinimumValue = -9999999; this.fpSpread1_Sheet5.Cells.Get(19, 4).CellType = numberCellType12; this.fpSpread1_Sheet5.Cells.Get(19, 5).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 5).Value = "万元"; this.fpSpread1_Sheet5.Cells.Get(19, 6).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 7).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 7).Value = "回收期"; this.fpSpread1_Sheet5.Cells.Get(19, 9).StyleName = "Excel-0-23"; this.fpSpread1_Sheet5.Cells.Get(19, 9).Value = "年"; this.fpSpread1_Sheet5.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet5.Columns.Default.Width = 64F; this.fpSpread1_Sheet5.Columns.Get(0).Width = 71F; this.fpSpread1_Sheet5.Columns.Get(1).Width = 154F; this.fpSpread1_Sheet5.Columns.Get(2).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(2).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(3).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(3).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(4).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(4).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(5).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(5).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(6).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(6).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(7).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(7).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(8).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(8).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(9).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(9).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(10).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(10).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(11).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(11).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(12).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(12).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(13).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(13).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(14).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(14).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(15).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(15).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(16).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(16).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(17).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(17).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(18).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(18).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(19).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(19).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(20).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(20).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(21).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(21).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(22).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(22).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(23).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(23).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(24).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(24).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(25).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(25).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(26).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(26).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(27).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(27).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(28).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(28).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(29).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(29).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(30).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(30).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(31).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(31).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(32).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(32).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(33).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(33).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(34).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(34).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(35).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(35).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(36).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(36).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(37).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(37).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(38).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(38).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(39).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(39).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(40).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(40).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(41).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(41).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(42).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(42).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(43).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(43).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(44).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(44).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(45).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(45).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(46).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(46).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(47).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(47).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(48).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(48).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(49).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(49).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(50).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(50).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(51).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(51).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(52).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(52).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(53).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(53).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(54).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(54).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(55).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(55).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(56).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(56).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(57).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(57).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(58).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(58).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(59).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(59).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(60).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(60).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(61).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(61).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(62).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(62).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(63).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(63).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(64).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(64).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(65).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(65).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(66).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(66).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(67).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(67).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(68).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(68).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(69).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(69).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(70).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(70).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(71).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(71).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(72).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(72).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(73).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(73).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(74).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(74).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(75).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(75).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(76).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(76).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(77).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(77).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(78).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(78).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(79).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(79).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(80).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(80).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(81).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(81).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(82).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(82).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(83).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(83).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(84).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(84).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(85).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(85).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(86).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(86).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(87).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(87).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(88).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(88).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(89).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(89).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(90).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(90).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(91).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(91).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(92).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(92).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(93).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(93).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(94).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(94).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(95).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(95).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(96).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(96).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(97).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(97).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(98).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(98).Width = 61F; this.fpSpread1_Sheet5.Columns.Get(99).StyleName = "Excel-0-21"; this.fpSpread1_Sheet5.Columns.Get(99).Width = 61F; this.fpSpread1_Sheet5.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet5.RowHeader.Columns.Default.Resizable = false; // // fpSpread1_Sheet6 // this.fpSpread1_Sheet6.Reset(); this.fpSpread1_Sheet6.SheetName = "资本金"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet6.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet6.ColumnCount = 255; this.fpSpread1_Sheet6.RowCount = 20; this.fpSpread1_Sheet6.ActiveColumnIndex = 4; this.fpSpread1_Sheet6.ActiveRowIndex = 19; this.fpSpread1_Sheet6.AutoUpdateNotes = true; this.fpSpread1_Sheet6.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet6.Cells.Get(0, 0).Value = "附表6 资 本 金 现 金 流 量 表"; this.fpSpread1_Sheet6.Cells.Get(2, 0).StyleName = "Excel-0-25"; this.fpSpread1_Sheet6.Cells.Get(2, 0).Value = "序 号"; this.fpSpread1_Sheet6.Cells.Get(2, 1).StyleName = "Excel-0-39"; this.fpSpread1_Sheet6.Cells.Get(2, 1).Value = " 项 目"; this.fpSpread1_Sheet6.Cells.Get(3, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(3, 1).StyleName = "Excel-0-40"; this.fpSpread1_Sheet6.Cells.Get(4, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(4, 0).Value = 1; this.fpSpread1_Sheet6.Cells.Get(4, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(4, 1).Value = "现金流入"; this.fpSpread1_Sheet6.Cells.Get(5, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(5, 0).Value = 1.1; this.fpSpread1_Sheet6.Cells.Get(5, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(5, 1).Value = "资本金分利"; this.fpSpread1_Sheet6.Cells.Get(6, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(6, 0).Value = 1.2; this.fpSpread1_Sheet6.Cells.Get(6, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(6, 1).Value = "回收流动资金"; this.fpSpread1_Sheet6.Cells.Get(7, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(7, 0).Value = 1.3; this.fpSpread1_Sheet6.Cells.Get(7, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(7, 1).Value = "回收固定资产余值"; this.fpSpread1_Sheet6.Cells.Get(8, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(8, 0).Value = 1.4; this.fpSpread1_Sheet6.Cells.Get(8, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(8, 1).Value = "回收折旧费"; this.fpSpread1_Sheet6.Cells.Get(9, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(9, 0).Value = 1.5; this.fpSpread1_Sheet6.Cells.Get(9, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(9, 1).Value = "回收余留公积金"; this.fpSpread1_Sheet6.Cells.Get(10, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(10, 0).Value = 2; this.fpSpread1_Sheet6.Cells.Get(10, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(10, 1).Value = "现金流出"; this.fpSpread1_Sheet6.Cells.Get(11, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(11, 0).Value = 2.1; this.fpSpread1_Sheet6.Cells.Get(11, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(11, 1).Value = "建设投资"; this.fpSpread1_Sheet6.Cells.Get(12, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(12, 0).Value = 2.2; this.fpSpread1_Sheet6.Cells.Get(12, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(12, 1).Value = "流动资金"; this.fpSpread1_Sheet6.Cells.Get(13, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(13, 0).Value = 2.3; this.fpSpread1_Sheet6.Cells.Get(13, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(13, 1).Value = "其它"; this.fpSpread1_Sheet6.Cells.Get(14, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(14, 0).Value = 3; this.fpSpread1_Sheet6.Cells.Get(14, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(14, 1).Value = "净现金流量"; this.fpSpread1_Sheet6.Cells.Get(15, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(15, 0).Value = 4; this.fpSpread1_Sheet6.Cells.Get(15, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(15, 1).Value = "累计净现金流量"; this.fpSpread1_Sheet6.Cells.Get(16, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(16, 0).Value = 5; this.fpSpread1_Sheet6.Cells.Get(16, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(16, 1).Value = "净现金流量现值"; this.fpSpread1_Sheet6.Cells.Get(17, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet6.Cells.Get(17, 0).Value = 6; this.fpSpread1_Sheet6.Cells.Get(17, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet6.Cells.Get(17, 1).Value = "净现金流量现值累计"; this.fpSpread1_Sheet6.Cells.Get(19, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 0).Value = "内部收益率"; percentCellType10.FixedPoint = true; percentCellType10.PercentSign = "%"; this.fpSpread1_Sheet6.Cells.Get(19, 1).CellType = percentCellType10; this.fpSpread1_Sheet6.Cells.Get(19, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 3).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 3).Value = "净现值"; numberCellType13.DecimalPlaces = 0; numberCellType13.MaximumValue = 100000000; numberCellType13.MinimumValue = -100000000; this.fpSpread1_Sheet6.Cells.Get(19, 4).CellType = numberCellType13; this.fpSpread1_Sheet6.Cells.Get(19, 4).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet6.Cells.Get(19, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet6.Cells.Get(19, 5).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 5).Value = "万元"; this.fpSpread1_Sheet6.Cells.Get(19, 6).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 7).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 7).Value = "回收期"; this.fpSpread1_Sheet6.Cells.Get(19, 8).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 9).StyleName = "Excel-0-23"; this.fpSpread1_Sheet6.Cells.Get(19, 9).Value = "年"; this.fpSpread1_Sheet6.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet6.Columns.Default.Width = 64F; this.fpSpread1_Sheet6.Columns.Get(0).Width = 76F; this.fpSpread1_Sheet6.Columns.Get(1).Width = 160F; this.fpSpread1_Sheet6.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet6.RowHeader.Columns.Default.Resizable = false; // // fpSpread1_Sheet7 // this.fpSpread1_Sheet7.Reset(); this.fpSpread1_Sheet7.SheetName = "损益表"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet7.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet7.ColumnCount = 255; this.fpSpread1_Sheet7.RowCount = 13; this.fpSpread1_Sheet7.ActiveColumnIndex = 1; this.fpSpread1_Sheet7.AutoUpdateNotes = true; this.fpSpread1_Sheet7.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet7.Cells.Get(0, 0).Value = "附表7 损益表"; this.fpSpread1_Sheet7.Cells.Get(2, 0).StyleName = "Excel-0-25"; this.fpSpread1_Sheet7.Cells.Get(2, 0).Value = "序 号"; this.fpSpread1_Sheet7.Cells.Get(2, 1).StyleName = "Excel-0-41"; this.fpSpread1_Sheet7.Cells.Get(2, 1).Value = "项 目"; this.fpSpread1_Sheet7.Cells.Get(3, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(3, 0).Value = 1; this.fpSpread1_Sheet7.Cells.Get(3, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(3, 1).Value = "销售收入"; this.fpSpread1_Sheet7.Cells.Get(4, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(4, 0).Value = 1.1; this.fpSpread1_Sheet7.Cells.Get(4, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(4, 1).Value = "电量加价(不含税)"; this.fpSpread1_Sheet7.Cells.Get(5, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(5, 0).Value = 1.2; this.fpSpread1_Sheet7.Cells.Get(5, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(5, 1).Value = "售电量"; this.fpSpread1_Sheet7.Cells.Get(6, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(6, 0).Value = 2; this.fpSpread1_Sheet7.Cells.Get(6, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(6, 1).Value = "销售税金及附加"; this.fpSpread1_Sheet7.Cells.Get(7, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(7, 0).Value = 3; this.fpSpread1_Sheet7.Cells.Get(7, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(7, 1).Value = "总成本费用"; this.fpSpread1_Sheet7.Cells.Get(8, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(8, 0).Value = 4; this.fpSpread1_Sheet7.Cells.Get(8, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(8, 1).Value = "销售利润"; this.fpSpread1_Sheet7.Cells.Get(9, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(9, 0).Value = 5; this.fpSpread1_Sheet7.Cells.Get(9, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(9, 1).Value = "所得税"; this.fpSpread1_Sheet7.Cells.Get(10, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(10, 0).Value = 6; this.fpSpread1_Sheet7.Cells.Get(10, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(10, 1).Value = "公积金、公益金"; this.fpSpread1_Sheet7.Cells.Get(11, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(11, 0).Value = 7; this.fpSpread1_Sheet7.Cells.Get(11, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(11, 1).Value = "偿还建设投资借款"; this.fpSpread1_Sheet7.Cells.Get(12, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet7.Cells.Get(12, 0).Value = 8; this.fpSpread1_Sheet7.Cells.Get(12, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet7.Cells.Get(12, 1).Value = "资本金分利"; this.fpSpread1_Sheet7.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet7.Columns.Default.Width = 64F; this.fpSpread1_Sheet7.Columns.Get(1).Width = 142F; this.fpSpread1_Sheet7.Columns.Get(4).Width = 63F; this.fpSpread1_Sheet7.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet7.RowHeader.Columns.Default.Resizable = false; // // fpSpread1_Sheet8 // this.fpSpread1_Sheet8.Reset(); this.fpSpread1_Sheet8.SheetName = "一览表"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet8.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet8.ColumnCount = 4; this.fpSpread1_Sheet8.RowCount = 21; this.fpSpread1_Sheet8.ActiveColumnIndex = 1; this.fpSpread1_Sheet8.ActiveRowIndex = 17; this.fpSpread1_Sheet8.AutoUpdateNotes = true; this.fpSpread1_Sheet8.Cells.Get(0, 0).ColumnSpan = 4; this.fpSpread1_Sheet8.Cells.Get(0, 0).StyleName = "Excel-0-22"; this.fpSpread1_Sheet8.Cells.Get(0, 0).Value = "附表8 工 程 经 济 效 益 指 标 一 览 表"; this.fpSpread1_Sheet8.Cells.Get(0, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(0, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(1, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(1, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(1, 2).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(2, 0).StyleName = "Excel-0-25"; this.fpSpread1_Sheet8.Cells.Get(2, 0).Value = " 序 号"; this.fpSpread1_Sheet8.Cells.Get(2, 1).StyleName = "Excel-0-39"; this.fpSpread1_Sheet8.Cells.Get(2, 1).Value = "项 目"; this.fpSpread1_Sheet8.Cells.Get(2, 2).StyleName = "Excel-0-39"; this.fpSpread1_Sheet8.Cells.Get(2, 2).Value = "单 位"; this.fpSpread1_Sheet8.Cells.Get(2, 3).StyleName = "Excel-0-39"; this.fpSpread1_Sheet8.Cells.Get(2, 3).Value = "指 标"; this.fpSpread1_Sheet8.Cells.Get(3, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(3, 0).Value = 1; this.fpSpread1_Sheet8.Cells.Get(3, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(3, 1).Value = "输变电静态投资"; this.fpSpread1_Sheet8.Cells.Get(3, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(3, 2).Value = "万元"; this.fpSpread1_Sheet8.Cells.Get(3, 3).Border = complexBorder52; numberCellType14.DecimalPlaces = 0; numberCellType14.MaximumValue = 10000000; numberCellType14.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(3, 3).CellType = numberCellType14; this.fpSpread1_Sheet8.Cells.Get(3, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(4, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(4, 0).Value = 2; this.fpSpread1_Sheet8.Cells.Get(4, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(4, 1).Value = "建设期利息"; this.fpSpread1_Sheet8.Cells.Get(4, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(4, 2).Value = "万元"; this.fpSpread1_Sheet8.Cells.Get(4, 3).Border = complexBorder53; numberCellType15.DecimalPlaces = 0; numberCellType15.MaximumValue = 10000000; numberCellType15.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(4, 3).CellType = numberCellType15; this.fpSpread1_Sheet8.Cells.Get(4, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(4, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(5, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(5, 0).Value = 3; this.fpSpread1_Sheet8.Cells.Get(5, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(5, 1).Value = "输变电动态投资"; this.fpSpread1_Sheet8.Cells.Get(5, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(5, 2).Value = "万元"; this.fpSpread1_Sheet8.Cells.Get(5, 3).Border = complexBorder54; numberCellType16.DecimalPlaces = 0; numberCellType16.MaximumValue = 10000000; numberCellType16.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(5, 3).CellType = numberCellType16; this.fpSpread1_Sheet8.Cells.Get(5, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(6, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(6, 0).Value = 4; this.fpSpread1_Sheet8.Cells.Get(6, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(6, 1).Value = "内部收益率(全部投资)"; this.fpSpread1_Sheet8.Cells.Get(6, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(6, 2).Value = "%"; this.fpSpread1_Sheet8.Cells.Get(6, 3).Border = complexBorder55; percentCellType11.FixedPoint = true; percentCellType11.PercentSign = "%"; this.fpSpread1_Sheet8.Cells.Get(6, 3).CellType = percentCellType11; this.fpSpread1_Sheet8.Cells.Get(6, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(7, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(7, 0).Value = 5; this.fpSpread1_Sheet8.Cells.Get(7, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(7, 1).Value = "净现值"; this.fpSpread1_Sheet8.Cells.Get(7, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(7, 2).Value = "万元"; this.fpSpread1_Sheet8.Cells.Get(7, 3).Border = complexBorder56; numberCellType17.DecimalPlaces = 0; numberCellType17.MaximumValue = 10000000; numberCellType17.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(7, 3).CellType = numberCellType17; this.fpSpread1_Sheet8.Cells.Get(7, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(8, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(8, 0).Value = 6; this.fpSpread1_Sheet8.Cells.Get(8, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(8, 1).Value = "投资回收期"; this.fpSpread1_Sheet8.Cells.Get(8, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(8, 2).Value = "年"; this.fpSpread1_Sheet8.Cells.Get(8, 3).Border = complexBorder57; numberCellType18.DecimalPlaces = 1; numberCellType18.FixedPoint = false; numberCellType18.MaximumValue = 10000000; numberCellType18.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(8, 3).CellType = numberCellType18; this.fpSpread1_Sheet8.Cells.Get(8, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(9, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(9, 0).Value = 7; this.fpSpread1_Sheet8.Cells.Get(9, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(9, 1).Value = "内部收益率(资本金)"; this.fpSpread1_Sheet8.Cells.Get(9, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(9, 2).Value = "%"; this.fpSpread1_Sheet8.Cells.Get(9, 3).Border = complexBorder58; percentCellType12.FixedPoint = true; percentCellType12.PercentSign = "%"; this.fpSpread1_Sheet8.Cells.Get(9, 3).CellType = percentCellType12; this.fpSpread1_Sheet8.Cells.Get(9, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(10, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(10, 0).Value = 8; this.fpSpread1_Sheet8.Cells.Get(10, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(10, 1).Value = "净现值"; this.fpSpread1_Sheet8.Cells.Get(10, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(10, 2).Value = "万元"; this.fpSpread1_Sheet8.Cells.Get(10, 3).Border = complexBorder59; numberCellType19.DecimalPlaces = 0; numberCellType19.MaximumValue = 10000000; numberCellType19.MinimumValue = -10000000; this.fpSpread1_Sheet8.Cells.Get(10, 3).CellType = numberCellType19; this.fpSpread1_Sheet8.Cells.Get(10, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(10, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(11, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(11, 0).Value = 9; this.fpSpread1_Sheet8.Cells.Get(11, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(11, 1).Value = "投资利润率"; this.fpSpread1_Sheet8.Cells.Get(11, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(11, 2).Value = "%"; this.fpSpread1_Sheet8.Cells.Get(11, 3).Border = complexBorder60; percentCellType13.FixedPoint = true; percentCellType13.PercentSign = "%"; this.fpSpread1_Sheet8.Cells.Get(11, 3).CellType = percentCellType13; this.fpSpread1_Sheet8.Cells.Get(11, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(11, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(12, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(12, 0).Value = 10; this.fpSpread1_Sheet8.Cells.Get(12, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(12, 1).Value = "投资利税率"; this.fpSpread1_Sheet8.Cells.Get(12, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(12, 2).Value = "%"; this.fpSpread1_Sheet8.Cells.Get(12, 3).Border = complexBorder61; percentCellType14.FixedPoint = true; percentCellType14.PercentSign = "%"; this.fpSpread1_Sheet8.Cells.Get(12, 3).CellType = percentCellType14; this.fpSpread1_Sheet8.Cells.Get(12, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(12, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(13, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(13, 0).Value = 11; this.fpSpread1_Sheet8.Cells.Get(13, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(13, 1).Value = "资本金净利润率"; this.fpSpread1_Sheet8.Cells.Get(13, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(13, 2).Value = "%"; this.fpSpread1_Sheet8.Cells.Get(13, 3).Border = complexBorder62; percentCellType15.FixedPoint = true; percentCellType15.PercentSign = "%"; this.fpSpread1_Sheet8.Cells.Get(13, 3).CellType = percentCellType15; this.fpSpread1_Sheet8.Cells.Get(13, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(13, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(14, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(14, 0).Value = 12; this.fpSpread1_Sheet8.Cells.Get(14, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(14, 1).Value = "电网电量不含税加价(还贷期间)"; this.fpSpread1_Sheet8.Cells.Get(14, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(14, 2).Value = "元/千瓦时"; this.fpSpread1_Sheet8.Cells.Get(14, 3).Border = complexBorder63; numberCellType20.DecimalPlaces = 4; this.fpSpread1_Sheet8.Cells.Get(14, 3).CellType = numberCellType20; this.fpSpread1_Sheet8.Cells.Get(14, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(14, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(15, 0).StyleName = "Excel-0-31"; this.fpSpread1_Sheet8.Cells.Get(15, 0).Value = 13; this.fpSpread1_Sheet8.Cells.Get(15, 1).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(15, 1).Value = "电网电量不含税加价(还贷后)"; this.fpSpread1_Sheet8.Cells.Get(15, 2).StyleName = "Excel-0-32"; this.fpSpread1_Sheet8.Cells.Get(15, 2).Value = "元/千瓦时"; this.fpSpread1_Sheet8.Cells.Get(15, 3).Border = complexBorder64; numberCellType21.DecimalPlaces = 4; this.fpSpread1_Sheet8.Cells.Get(15, 3).CellType = numberCellType21; this.fpSpread1_Sheet8.Cells.Get(15, 3).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(15, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(16, 0).Border = complexBorder65; this.fpSpread1_Sheet8.Cells.Get(16, 0).CellType = generalCellType68; this.fpSpread1_Sheet8.Cells.Get(16, 0).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(16, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo)).NumberDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet8.Cells.Get(16, 0).ParseFormatString = "n"; this.fpSpread1_Sheet8.Cells.Get(16, 0).Value = 14; this.fpSpread1_Sheet8.Cells.Get(16, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(16, 1).Border = complexBorder66; this.fpSpread1_Sheet8.Cells.Get(16, 1).Value = "单位电量输配电成本(不含网费,不含税)"; this.fpSpread1_Sheet8.Cells.Get(16, 2).Border = complexBorder67; this.fpSpread1_Sheet8.Cells.Get(16, 2).Value = "元/兆瓦时"; this.fpSpread1_Sheet8.Cells.Get(16, 3).Border = complexBorder68; this.fpSpread1_Sheet8.Cells.Get(17, 0).Border = complexBorder69; this.fpSpread1_Sheet8.Cells.Get(17, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo)).NumberDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet8.Cells.Get(17, 0).ParseFormatString = "n"; this.fpSpread1_Sheet8.Cells.Get(17, 0).Value = 15; this.fpSpread1_Sheet8.Cells.Get(17, 1).Border = complexBorder70; this.fpSpread1_Sheet8.Cells.Get(17, 1).Value = "单位电量输配电成本(不含网费,含税)"; this.fpSpread1_Sheet8.Cells.Get(17, 2).Border = complexBorder71; this.fpSpread1_Sheet8.Cells.Get(17, 2).CellType = generalCellType69; this.fpSpread1_Sheet8.Cells.Get(17, 2).Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.fpSpread1_Sheet8.Cells.Get(17, 2).Value = "元/兆瓦时"; this.fpSpread1_Sheet8.Cells.Get(17, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top; this.fpSpread1_Sheet8.Cells.Get(17, 3).Border = complexBorder72; this.fpSpread1_Sheet8.Cells.Get(18, 0).Border = complexBorder73; this.fpSpread1_Sheet8.Cells.Get(18, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo)).NumberDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet8.Cells.Get(18, 0).ParseFormatString = "n"; this.fpSpread1_Sheet8.Cells.Get(18, 0).Value = 16; this.fpSpread1_Sheet8.Cells.Get(18, 1).Border = complexBorder74; this.fpSpread1_Sheet8.Cells.Get(18, 1).Value = "单位电量输配电成本(含网费,含税)"; this.fpSpread1_Sheet8.Cells.Get(18, 2).Border = complexBorder75; this.fpSpread1_Sheet8.Cells.Get(18, 2).Value = "元/兆瓦时"; this.fpSpread1_Sheet8.Cells.Get(18, 3).Border = complexBorder76; this.fpSpread1_Sheet8.Cells.Get(20, 0).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(20, 0).Value = "备注:"; this.fpSpread1_Sheet8.Cells.Get(20, 1).StyleName = "Excel-0-23"; this.fpSpread1_Sheet8.Cells.Get(20, 1).Value = "含税价=不含税价×1.17"; this.fpSpread1_Sheet8.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet8.Columns.Default.Width = 64F; this.fpSpread1_Sheet8.Columns.Get(0).Width = 106F; this.fpSpread1_Sheet8.Columns.Get(1).Width = 199F; this.fpSpread1_Sheet8.Columns.Get(2).Width = 79F; this.fpSpread1_Sheet8.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet8.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet8.Rows.Get(0).Height = 21F; // // fpSpread1_Sheet9 // this.fpSpread1_Sheet9.Reset(); this.fpSpread1_Sheet9.SheetName = "参数"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet9.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet9.ColumnCount = 4; this.fpSpread1_Sheet9.RowCount = 27; this.fpSpread1_Sheet9.AutoUpdateNotes = true; this.fpSpread1_Sheet9.Cells.Get(0, 0).ColumnSpan = 4; this.fpSpread1_Sheet9.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(0, 0).Value = "参数设置"; this.fpSpread1_Sheet9.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(1, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(1, 1).Value = " "; this.fpSpread1_Sheet9.Cells.Get(1, 2).Value = " "; this.fpSpread1_Sheet9.Cells.Get(2, 0).Border = complexBorder77; this.fpSpread1_Sheet9.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(2, 0).Value = "还贷期"; this.fpSpread1_Sheet9.Cells.Get(2, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(2, 1).Border = complexBorder78; numberCellType22.DecimalPlaces = 0; numberCellType22.FixedPoint = false; numberCellType22.MaximumValue = 9999999; numberCellType22.MinimumValue = -9999999; this.fpSpread1_Sheet9.Cells.Get(2, 1).CellType = numberCellType22; this.fpSpread1_Sheet9.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(2, 1).Value = 0; this.fpSpread1_Sheet9.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(2, 2).Border = complexBorder79; this.fpSpread1_Sheet9.Cells.Get(2, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(2, 2).Value = "教育费附加"; this.fpSpread1_Sheet9.Cells.Get(2, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(2, 3).Border = complexBorder80; percentCellType16.FixedPoint = true; percentCellType16.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(2, 3).CellType = percentCellType16; this.fpSpread1_Sheet9.Cells.Get(2, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(2, 3).Value = 0.03; this.fpSpread1_Sheet9.Cells.Get(2, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(3, 0).Border = complexBorder81; this.fpSpread1_Sheet9.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(3, 0).Value = "实际贷款年利率"; this.fpSpread1_Sheet9.Cells.Get(3, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(3, 1).Border = complexBorder82; percentCellType17.FixedPoint = true; percentCellType17.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(3, 1).CellType = percentCellType17; this.fpSpread1_Sheet9.Cells.Get(3, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(3, 1).Value = 0.06; this.fpSpread1_Sheet9.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(3, 2).Border = complexBorder83; this.fpSpread1_Sheet9.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(3, 2).Value = "动态投资分额"; this.fpSpread1_Sheet9.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(3, 3).Border = complexBorder84; percentCellType18.FixedPoint = true; percentCellType18.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(3, 3).CellType = percentCellType18; this.fpSpread1_Sheet9.Cells.Get(3, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(3, 3).Value = 0.8; this.fpSpread1_Sheet9.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(4, 0).Border = complexBorder85; this.fpSpread1_Sheet9.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(4, 0).Value = "折旧率"; this.fpSpread1_Sheet9.Cells.Get(4, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(4, 1).Border = complexBorder86; percentCellType19.FixedPoint = true; percentCellType19.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(4, 1).CellType = percentCellType19; this.fpSpread1_Sheet9.Cells.Get(4, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(4, 1).Value = 0.0475; this.fpSpread1_Sheet9.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(4, 2).Border = complexBorder87; this.fpSpread1_Sheet9.Cells.Get(4, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(4, 2).Value = "流动资金比率"; this.fpSpread1_Sheet9.Cells.Get(4, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(4, 3).Border = complexBorder88; percentCellType20.FixedPoint = true; percentCellType20.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(4, 3).CellType = percentCellType20; this.fpSpread1_Sheet9.Cells.Get(4, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(4, 3).Value = 0.01; this.fpSpread1_Sheet9.Cells.Get(4, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(5, 0).Border = complexBorder89; this.fpSpread1_Sheet9.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(5, 0).Value = "固定资产残值"; this.fpSpread1_Sheet9.Cells.Get(5, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(5, 1).Border = complexBorder90; percentCellType21.FixedPoint = true; percentCellType21.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(5, 1).CellType = percentCellType21; this.fpSpread1_Sheet9.Cells.Get(5, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(5, 1).Value = 0.05; this.fpSpread1_Sheet9.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(5, 2).Border = complexBorder91; this.fpSpread1_Sheet9.Cells.Get(5, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(5, 2).Value = "资本金比率"; this.fpSpread1_Sheet9.Cells.Get(5, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(5, 3).Border = complexBorder92; percentCellType22.FixedPoint = true; percentCellType22.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(5, 3).CellType = percentCellType22; this.fpSpread1_Sheet9.Cells.Get(5, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(5, 3).Value = 0.2; this.fpSpread1_Sheet9.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(6, 0).Border = complexBorder93; this.fpSpread1_Sheet9.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(6, 0).Value = "城建及教育附加税"; this.fpSpread1_Sheet9.Cells.Get(6, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(6, 1).Border = complexBorder94; percentCellType23.FixedPoint = true; percentCellType23.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(6, 1).CellType = percentCellType23; this.fpSpread1_Sheet9.Cells.Get(6, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(6, 1).Value = 0.1; this.fpSpread1_Sheet9.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(6, 2).Border = complexBorder95; this.fpSpread1_Sheet9.Cells.Get(6, 2).CellType = generalCellType70; this.fpSpread1_Sheet9.Cells.Get(6, 2).Font = new System.Drawing.Font("宋体", 9F); this.fpSpread1_Sheet9.Cells.Get(6, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(6, 2).Value = "自有资金比率"; this.fpSpread1_Sheet9.Cells.Get(6, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(6, 3).Border = complexBorder96; percentCellType24.FixedPoint = true; percentCellType24.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(6, 3).CellType = percentCellType24; this.fpSpread1_Sheet9.Cells.Get(6, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(6, 3).Value = 0.3; this.fpSpread1_Sheet9.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(7, 0).Border = complexBorder97; this.fpSpread1_Sheet9.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(7, 0).Value = "公积金,公益金率"; this.fpSpread1_Sheet9.Cells.Get(7, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(7, 1).Border = complexBorder98; percentCellType25.FixedPoint = true; percentCellType25.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(7, 1).CellType = percentCellType25; this.fpSpread1_Sheet9.Cells.Get(7, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(7, 1).Value = 0.15; this.fpSpread1_Sheet9.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(7, 2).Border = complexBorder99; this.fpSpread1_Sheet9.Cells.Get(7, 2).CellType = generalCellType71; this.fpSpread1_Sheet9.Cells.Get(7, 2).Font = new System.Drawing.Font("宋体", 9F); this.fpSpread1_Sheet9.Cells.Get(7, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(7, 2).Value = "存贷利率比"; this.fpSpread1_Sheet9.Cells.Get(7, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(7, 3).Border = complexBorder100; percentCellType26.FixedPoint = true; percentCellType26.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(7, 3).CellType = percentCellType26; this.fpSpread1_Sheet9.Cells.Get(7, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(7, 3).Value = 0.5; this.fpSpread1_Sheet9.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(8, 0).Border = complexBorder101; this.fpSpread1_Sheet9.Cells.Get(8, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(8, 0).Value = "所得税率"; this.fpSpread1_Sheet9.Cells.Get(8, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(8, 1).Border = complexBorder102; percentCellType27.FixedPoint = true; percentCellType27.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(8, 1).CellType = percentCellType27; this.fpSpread1_Sheet9.Cells.Get(8, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(8, 1).Value = 0.33; this.fpSpread1_Sheet9.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(8, 2).Border = complexBorder103; this.fpSpread1_Sheet9.Cells.Get(8, 2).CellType = generalCellType72; this.fpSpread1_Sheet9.Cells.Get(8, 2).Font = new System.Drawing.Font("宋体", 9F); this.fpSpread1_Sheet9.Cells.Get(8, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(8, 2).Value = "经营成本"; this.fpSpread1_Sheet9.Cells.Get(8, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(8, 3).Border = complexBorder104; percentCellType28.FixedPoint = true; percentCellType28.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(8, 3).CellType = percentCellType28; this.fpSpread1_Sheet9.Cells.Get(8, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(8, 3).Value = 0.05; this.fpSpread1_Sheet9.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(9, 0).Border = complexBorder105; this.fpSpread1_Sheet9.Cells.Get(9, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(9, 0).Value = "折旧还贷率"; this.fpSpread1_Sheet9.Cells.Get(9, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(9, 1).Border = complexBorder106; percentCellType29.FixedPoint = true; percentCellType29.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(9, 1).CellType = percentCellType29; this.fpSpread1_Sheet9.Cells.Get(9, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(9, 1).Value = 1; this.fpSpread1_Sheet9.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(9, 2).Border = complexBorder107; this.fpSpread1_Sheet9.Cells.Get(9, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(9, 2).Value = "开始建设年度"; this.fpSpread1_Sheet9.Cells.Get(9, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(9, 3).Border = complexBorder108; numberCellType23.DecimalPlaces = 0; numberCellType23.MaximumValue = 999999999; numberCellType23.MinimumValue = -999999900; this.fpSpread1_Sheet9.Cells.Get(9, 3).CellType = numberCellType23; this.fpSpread1_Sheet9.Cells.Get(9, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(9, 3).Value = 0; this.fpSpread1_Sheet9.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(10, 0).Border = complexBorder109; this.fpSpread1_Sheet9.Cells.Get(10, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(10, 0).Value = "股本金分利"; this.fpSpread1_Sheet9.Cells.Get(10, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(10, 1).Border = complexBorder110; percentCellType30.FixedPoint = true; percentCellType30.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(10, 1).CellType = percentCellType30; this.fpSpread1_Sheet9.Cells.Get(10, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(10, 1).Value = 0.057; this.fpSpread1_Sheet9.Cells.Get(10, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(10, 2).Border = complexBorder111; this.fpSpread1_Sheet9.Cells.Get(10, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(10, 2).Value = "建设年限"; this.fpSpread1_Sheet9.Cells.Get(10, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(10, 3).Border = complexBorder112; numberCellType24.DecimalPlaces = 0; numberCellType24.MaximumValue = 9999999; numberCellType24.MinimumValue = -999999900; this.fpSpread1_Sheet9.Cells.Get(10, 3).CellType = numberCellType24; this.fpSpread1_Sheet9.Cells.Get(10, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(10, 3).Value = 0; this.fpSpread1_Sheet9.Cells.Get(10, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(11, 0).Border = complexBorder113; this.fpSpread1_Sheet9.Cells.Get(11, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(11, 0).Value = "城市维护及建设税税率"; this.fpSpread1_Sheet9.Cells.Get(11, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(11, 1).Border = complexBorder114; percentCellType31.FixedPoint = true; percentCellType31.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(11, 1).CellType = percentCellType31; this.fpSpread1_Sheet9.Cells.Get(11, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(11, 1).Value = 0.07; this.fpSpread1_Sheet9.Cells.Get(11, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(11, 2).Border = complexBorder115; this.fpSpread1_Sheet9.Cells.Get(11, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(11, 2).Value = "售电量"; this.fpSpread1_Sheet9.Cells.Get(11, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(11, 3).Border = complexBorder116; textCellType1.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric; textCellType1.MaxLength = 12; this.fpSpread1_Sheet9.Cells.Get(11, 3).CellType = textCellType1; this.fpSpread1_Sheet9.Cells.Get(11, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(11, 3).Value = "0"; this.fpSpread1_Sheet9.Cells.Get(11, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(12, 0).Border = complexBorder117; this.fpSpread1_Sheet9.Cells.Get(12, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(12, 0).Value = "县镇维护及建设税税率"; this.fpSpread1_Sheet9.Cells.Get(12, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(12, 1).Border = complexBorder118; percentCellType32.FixedPoint = true; percentCellType32.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(12, 1).CellType = percentCellType32; this.fpSpread1_Sheet9.Cells.Get(12, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(12, 1).Value = 0.05; this.fpSpread1_Sheet9.Cells.Get(12, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(12, 2).Border = complexBorder119; this.fpSpread1_Sheet9.Cells.Get(12, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(12, 2).Value = "售电率"; this.fpSpread1_Sheet9.Cells.Get(12, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(12, 3).Border = complexBorder120; percentCellType33.FixedPoint = true; percentCellType33.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(12, 3).CellType = percentCellType33; this.fpSpread1_Sheet9.Cells.Get(12, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(12, 3).Value = 0; this.fpSpread1_Sheet9.Cells.Get(13, 0).Border = complexBorder121; this.fpSpread1_Sheet9.Cells.Get(13, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(13, 0).Value = "其它地区维护及建设税税率"; this.fpSpread1_Sheet9.Cells.Get(13, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(13, 1).Border = complexBorder122; percentCellType34.FixedPoint = true; percentCellType34.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(13, 1).CellType = percentCellType34; this.fpSpread1_Sheet9.Cells.Get(13, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(13, 1).Value = 0.01; this.fpSpread1_Sheet9.Cells.Get(13, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(13, 2).Border = complexBorder123; this.fpSpread1_Sheet9.Cells.Get(13, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(13, 2).Value = "项目计算期"; this.fpSpread1_Sheet9.Cells.Get(13, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(13, 3).Border = complexBorder124; numberCellType25.DecimalPlaces = 0; numberCellType25.MaximumValue = 9999999; numberCellType25.MinimumValue = -999999900; this.fpSpread1_Sheet9.Cells.Get(13, 3).CellType = numberCellType25; this.fpSpread1_Sheet9.Cells.Get(13, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(13, 3).Value = 0; this.fpSpread1_Sheet9.Cells.Get(13, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(14, 0).Border = complexBorder125; this.fpSpread1_Sheet9.Cells.Get(14, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(14, 0).Value = "还贷系数"; this.fpSpread1_Sheet9.Cells.Get(14, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(14, 1).Border = complexBorder126; numberCellType26.DecimalPlaces = 0; numberCellType26.MaximumValue = 10000000; numberCellType26.MinimumValue = -10000000; this.fpSpread1_Sheet9.Cells.Get(14, 1).CellType = numberCellType26; this.fpSpread1_Sheet9.Cells.Get(14, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(14, 1).Value = 0; this.fpSpread1_Sheet9.Cells.Get(14, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(14, 2).Border = complexBorder127; this.fpSpread1_Sheet9.Cells.Get(14, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(14, 2).Value = "银行利率"; this.fpSpread1_Sheet9.Cells.Get(14, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(14, 3).Border = complexBorder128; percentCellType35.FixedPoint = true; percentCellType35.PercentSign = "%"; this.fpSpread1_Sheet9.Cells.Get(14, 3).CellType = percentCellType35; this.fpSpread1_Sheet9.Cells.Get(14, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; this.fpSpread1_Sheet9.Cells.Get(14, 3).Value = 0.08; this.fpSpread1_Sheet9.Cells.Get(14, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet9.Cells.Get(15, 0).Border = complexBorder129; this.fpSpread1_Sheet9.Cells.Get(15, 0).Value = "投资年度"; this.fpSpread1_Sheet9.Cells.Get(16, 0).Border = complexBorder130; this.fpSpread1_Sheet9.Cells.Get(16, 0).Value = "投资金额"; this.fpSpread1_Sheet9.Cells.Get(17, 0).Border = complexBorder131; this.fpSpread1_Sheet9.Cells.Get(17, 0).Value = "逐年投资比例"; this.fpSpread1_Sheet9.Cells.Get(18, 0).Border = complexBorder132; this.fpSpread1_Sheet9.Cells.Get(18, 0).Value = "增售电量"; this.fpSpread1_Sheet9.Cells.Get(19, 0).Border = complexBorder133; this.fpSpread1_Sheet9.Cells.Get(19, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(19, 0).Value = "线损率"; this.fpSpread1_Sheet9.Cells.Get(19, 1).Border = complexBorder134; this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo)).PercentDecimalDigits = 1; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(19, 1).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(19, 1).Value = 0.045; this.fpSpread1_Sheet9.Cells.Get(19, 2).Border = complexBorder135; this.fpSpread1_Sheet9.Cells.Get(19, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(19, 2).Value = "维护修理费"; this.fpSpread1_Sheet9.Cells.Get(19, 3).Border = complexBorder136; this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo)).PercentDecimalDigits = 1; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(19, 3).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(19, 3).Value = 0.025; this.fpSpread1_Sheet9.Cells.Get(20, 0).Border = complexBorder137; this.fpSpread1_Sheet9.Cells.Get(20, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(20, 0).Value = "年人均工资"; this.fpSpread1_Sheet9.Cells.Get(20, 1).Border = complexBorder138; this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo)).NumberDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(20, 1).ParseFormatString = "n"; this.fpSpread1_Sheet9.Cells.Get(20, 1).Value = 50000; this.fpSpread1_Sheet9.Cells.Get(20, 2).Border = complexBorder139; this.fpSpread1_Sheet9.Cells.Get(20, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(20, 2).Value = "保险费率"; this.fpSpread1_Sheet9.Cells.Get(20, 3).Border = complexBorder140; this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(20, 3).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(20, 3).Value = 0.0025; this.fpSpread1_Sheet9.Cells.Get(21, 0).Border = complexBorder141; this.fpSpread1_Sheet9.Cells.Get(21, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(21, 0).Value = "福利保险系数"; this.fpSpread1_Sheet9.Cells.Get(21, 1).Border = complexBorder142; this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo)).PercentDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(21, 1).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(21, 1).Value = 0.53; this.fpSpread1_Sheet9.Cells.Get(21, 2).Border = complexBorder143; this.fpSpread1_Sheet9.Cells.Get(21, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(21, 2).Value = "其他费用"; this.fpSpread1_Sheet9.Cells.Get(21, 3).Border = complexBorder144; this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo)).PercentDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(21, 3).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(21, 3).Value = 0.02; this.fpSpread1_Sheet9.Cells.Get(22, 0).Border = complexBorder145; this.fpSpread1_Sheet9.Cells.Get(22, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(22, 0).Value = "材料费"; this.fpSpread1_Sheet9.Cells.Get(22, 1).Border = complexBorder146; this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo)).PercentDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(22, 1).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(22, 1).Value = 0.02; this.fpSpread1_Sheet9.Cells.Get(22, 2).Border = complexBorder147; this.fpSpread1_Sheet9.Cells.Get(22, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(22, 2).Value = "内部收益率"; this.fpSpread1_Sheet9.Cells.Get(22, 3).Border = complexBorder148; this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo)).PercentDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatInfo)).PercentGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(22, 3).ParseFormatString = "P"; this.fpSpread1_Sheet9.Cells.Get(22, 3).Value = 0.07; this.fpSpread1_Sheet9.Cells.Get(23, 0).Border = complexBorder149; this.fpSpread1_Sheet9.Cells.Get(23, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(23, 0).Value = "定员"; this.fpSpread1_Sheet9.Cells.Get(23, 1).Border = complexBorder150; this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo)).NumberDecimalDigits = 0; ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(23, 1).ParseFormatString = "n"; this.fpSpread1_Sheet9.Cells.Get(23, 1).Value = 485; this.fpSpread1_Sheet9.Cells.Get(23, 2).Border = complexBorder151; this.fpSpread1_Sheet9.Cells.Get(23, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.fpSpread1_Sheet9.Cells.Get(23, 2).Value = "购电价"; this.fpSpread1_Sheet9.Cells.Get(23, 3).Border = complexBorder152; this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatInfo = ((System.Globalization.NumberFormatInfo)(cultureInfo.NumberFormat.Clone())); ((System.Globalization.NumberFormatInfo)(this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatInfo)).NumberGroupSizes = new int[] { 0}; this.fpSpread1_Sheet9.Cells.Get(23, 3).ParseFormatString = "N"; this.fpSpread1_Sheet9.Cells.Get(23, 3).Value = 338.12; this.fpSpread1_Sheet9.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Numbers; this.fpSpread1_Sheet9.Columns.Default.Width = 64F; this.fpSpread1_Sheet9.Columns.Get(0).Width = 202F; this.fpSpread1_Sheet9.Columns.Get(1).Width = 128F; this.fpSpread1_Sheet9.Columns.Get(2).Width = 129F; this.fpSpread1_Sheet9.Columns.Get(3).Width = 109F; this.fpSpread1_Sheet9.DefaultStyleName = "Excel-0-15"; this.fpSpread1_Sheet9.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet9.CellChanged += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread1_Sheet9_CellChanged); // // barManager1 // this.barManager1.AllowCustomization = false; this.barManager1.AllowMoveBarOnToolbar = false; this.barManager1.AllowQuickCustomization = false; this.barManager1.AllowShowToolbarsPopup = false; this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Images = this.imageList1; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barClose, this.barList, this.barAdditem, this.barAdd1item, this.barEdititem, this.barDelitem, this.barButtonItem2, this.barPrint, this.barCS, this.barSave, this.barButtonItem3, this.barButtonItem5, this.barButtonItem4}); this.barManager1.MaxItemId = 27; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1}); // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barList, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4), new DevExpress.XtraBars.LinkPersistInfo(this.barCS), new DevExpress.XtraBars.LinkPersistInfo(this.barSave), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5), new DevExpress.XtraBars.LinkPersistInfo(this.barPrint), new DevExpress.XtraBars.LinkPersistInfo(this.barClose)}); this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.DrawDragBorder = false; this.bar1.OptionsBar.RotateWhenVertical = false; this.bar1.Text = "Custom 1"; // // barList // this.barList.Caption = "目录维护"; this.barList.Id = 12; this.barList.ImageIndex = 27; this.barList.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barAdditem), new DevExpress.XtraBars.LinkPersistInfo(this.barAdd1item), new DevExpress.XtraBars.LinkPersistInfo(this.barEdititem), new DevExpress.XtraBars.LinkPersistInfo(this.barDelitem)}); this.barList.Name = "barList"; // // barAdditem // this.barAdditem.Caption = "添加目录"; this.barAdditem.Id = 13; this.barAdditem.ImageIndex = 2; this.barAdditem.Name = "barAdditem"; this.barAdditem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdditem_ItemClick); // // barAdd1item // this.barAdd1item.Caption = "添加子目录"; this.barAdd1item.Id = 14; this.barAdd1item.ImageIndex = 1; this.barAdd1item.Name = "barAdd1item"; this.barAdd1item.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; this.barAdd1item.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd1item_ItemClick); // // barEdititem // this.barEdititem.Caption = "修改目录"; this.barEdititem.Id = 15; this.barEdititem.ImageIndex = 26; this.barEdititem.Name = "barEdititem"; this.barEdititem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdititem_ItemClick); // // barDelitem // this.barDelitem.Caption = "删除目录"; this.barDelitem.Id = 16; this.barDelitem.ImageIndex = 3; this.barDelitem.Name = "barDelitem"; this.barDelitem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDelitem_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "打开"; this.barButtonItem4.Id = 26; this.barButtonItem4.ImageIndex = 24; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barCS // this.barCS.Caption = "参数设置"; this.barCS.Id = 21; this.barCS.ImageIndex = 8; this.barCS.Name = "barCS"; this.barCS.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barCS.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barCS_ItemClick); // // barSave // this.barSave.Caption = "保存"; this.barSave.Id = 22; this.barSave.ImageIndex = 9; this.barSave.Name = "barSave"; this.barSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSave_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "保存模板"; this.barButtonItem3.Id = 23; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "导出Excel"; this.barButtonItem5.Id = 25; this.barButtonItem5.ImageIndex = 17; this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick); // // barPrint // this.barPrint.Caption = "选择"; this.barPrint.Id = 19; this.barPrint.ImageIndex = 28; this.barPrint.Name = "barPrint"; this.barPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick); // // barClose // this.barClose.Caption = "关闭"; this.barClose.Id = 5; this.barClose.ImageIndex = 30; this.barClose.Name = "barClose"; this.barClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "新建.ico"); this.imageList1.Images.SetKeyName(1, "添加下级.ico"); this.imageList1.Images.SetKeyName(2, "添加同级.ico"); this.imageList1.Images.SetKeyName(3, "删除.ico"); this.imageList1.Images.SetKeyName(4, "关闭.ico"); this.imageList1.Images.SetKeyName(5, "修改.ico"); this.imageList1.Images.SetKeyName(6, "打印.ico"); this.imageList1.Images.SetKeyName(7, "新建.ico"); this.imageList1.Images.SetKeyName(8, "发送.ico"); this.imageList1.Images.SetKeyName(9, "保存.ico"); this.imageList1.Images.SetKeyName(10, "审批.ico"); this.imageList1.Images.SetKeyName(11, "新建.ico"); this.imageList1.Images.SetKeyName(12, "修改.ico"); this.imageList1.Images.SetKeyName(13, "关闭.ico"); this.imageList1.Images.SetKeyName(14, "打印.ico"); this.imageList1.Images.SetKeyName(15, "三等功发1.ico"); this.imageList1.Images.SetKeyName(16, "审核.ico"); this.imageList1.Images.SetKeyName(17, "35.ico"); this.imageList1.Images.SetKeyName(18, "布局.ico"); this.imageList1.Images.SetKeyName(19, "审批.ico"); this.imageList1.Images.SetKeyName(20, "关闭.ico"); this.imageList1.Images.SetKeyName(21, "修改.ico"); this.imageList1.Images.SetKeyName(22, "新建.ico"); this.imageList1.Images.SetKeyName(23, "查询.ico"); this.imageList1.Images.SetKeyName(24, "审核.ico"); this.imageList1.Images.SetKeyName(25, "作废.ico"); this.imageList1.Images.SetKeyName(26, "修改.ico"); this.imageList1.Images.SetKeyName(27, "新建.ico"); this.imageList1.Images.SetKeyName(28, "审批.ico"); this.imageList1.Images.SetKeyName(29, "三等功发1.ico"); this.imageList1.Images.SetKeyName(30, "关闭.ico"); this.imageList1.Images.SetKeyName(31, "打回重新编.ico"); this.imageList1.Images.SetKeyName(32, "books.ico"); // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Id = 0; this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "添加文字资料"; this.barButtonItem2.Id = 17; this.barButtonItem2.Name = "barButtonItem2"; // // repositoryItemComboBox1 // this.repositoryItemComboBox1.AutoHeight = false; this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // FrmEconomyAnalysis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(822, 487); this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "FrmEconomyAnalysis"; this.Text = "经济分析"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmLayoutContents_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEconomyAnalysis_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChapterNameTextEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoExEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSheet11_1)); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // // fpSpread1 // this.fpSpread1.AccessibleDescription = ""; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.Location = new System.Drawing.Point(0, 26); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1}); this.fpSpread1.Size = new System.Drawing.Size(503, 434); 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; // // 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.AutoUpdateNotes = true; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // 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, "关闭1.ico"); this.imageList1.Images.SetKeyName(8, "关闭.ico"); this.imageList1.Images.SetKeyName(9, "角色.ico"); this.imageList1.Images.SetKeyName(10, "删除.ico"); this.imageList1.Images.SetKeyName(11, "审核.ico"); this.imageList1.Images.SetKeyName(12, "审批.ico"); this.imageList1.Images.SetKeyName(13, "授权.ico"); this.imageList1.Images.SetKeyName(14, "刷新.ico"); this.imageList1.Images.SetKeyName(15, "添加同级.ico"); this.imageList1.Images.SetKeyName(16, "添加下级.ico"); this.imageList1.Images.SetKeyName(17, "新建.ico"); this.imageList1.Images.SetKeyName(18, "修改.ico"); this.imageList1.Images.SetKeyName(19, "作废.ico"); // // 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.barButtonItem1, this.barButtonItem2, this.barButtonItem3, this.barButtonItem4}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 4; // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Custom 1"; // // barButtonItem1 // this.barButtonItem1.Caption = "导出"; this.barButtonItem1.Id = 0; this.barButtonItem1.ImageIndex = 5; this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem2 // this.barButtonItem2.Caption = "保存"; this.barButtonItem2.Id = 1; this.barButtonItem2.ImageIndex = 0; this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "更新数据"; this.barButtonItem3.Id = 2; this.barButtonItem3.ImageIndex = 1; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "退出"; this.barButtonItem4.Id = 3; this.barButtonItem4.ImageIndex = 7; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // FrmSheet11_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(503, 460); 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 = "FrmSheet11_1"; this.Text = "FrmSheet11_1"; this.Load += new System.EventHandler(this.FrmSheet11_1_Load); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); }
/// <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); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSheet4_1)); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBox2 = 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.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand15 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand17 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand18 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand19 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand20 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand21 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand22 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); this.SuspendLayout(); // // 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, "关闭1.ico"); this.imageList1.Images.SetKeyName(8, "关闭.ico"); this.imageList1.Images.SetKeyName(9, "角色.ico"); this.imageList1.Images.SetKeyName(10, "删除.ico"); this.imageList1.Images.SetKeyName(11, "审核.ico"); this.imageList1.Images.SetKeyName(12, "审批.ico"); this.imageList1.Images.SetKeyName(13, "授权.ico"); this.imageList1.Images.SetKeyName(14, "刷新.ico"); this.imageList1.Images.SetKeyName(15, "添加同级.ico"); this.imageList1.Images.SetKeyName(16, "添加下级.ico"); this.imageList1.Images.SetKeyName(17, "新建.ico"); this.imageList1.Images.SetKeyName(18, "修改.ico"); this.imageList1.Images.SetKeyName(19, "作废.ico"); // // barManager1 // this.barManager1.AllowCustomization = false; this.barManager1.AllowQuickCustomization = false; this.barManager1.AllowShowToolbarsPopup = false; this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Images = this.imageList1; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barButtonItem2, this.barButtonItem3, this.barButtonItem5, this.barButtonItem6, this.barButtonItem7, this.barEditItem1, this.barEditItem2}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 12; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTextEdit1, this.repositoryItemComboBox1, this.repositoryItemTextEdit2, this.repositoryItemLookUpEdit1, this.repositoryItemComboBox2}); // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.FloatLocation = new System.Drawing.Point(62, 173); this.bar1.FloatSize = new System.Drawing.Size(85, 129); this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1, true), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem7, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem2, "", false, true, true, 50)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; resources.ApplyResources(this.bar1, "bar1"); // // barButtonItem1 // resources.ApplyResources(this.barButtonItem1, "barButtonItem1"); this.barButtonItem1.Id = 0; this.barButtonItem1.ImageIndex = 0; this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem2 // resources.ApplyResources(this.barButtonItem2, "barButtonItem2"); this.barButtonItem2.Id = 1; this.barButtonItem2.ImageIndex = 14; this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barButtonItem3 // resources.ApplyResources(this.barButtonItem3, "barButtonItem3"); this.barButtonItem3.Id = 2; this.barButtonItem3.ImageIndex = 5; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem7 // resources.ApplyResources(this.barButtonItem7, "barButtonItem7"); this.barButtonItem7.Id = 7; this.barButtonItem7.ImageIndex = 7; this.barButtonItem7.Name = "barButtonItem7"; this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick); // // barEditItem2 // resources.ApplyResources(this.barEditItem2, "barEditItem2"); this.barEditItem2.Edit = this.repositoryItemComboBox2; this.barEditItem2.Id = 11; this.barEditItem2.Name = "barEditItem2"; this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged); // // repositoryItemComboBox2 // resources.ApplyResources(this.repositoryItemComboBox2, "repositoryItemComboBox2"); this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox2.Name = "repositoryItemComboBox2"; // // barButtonItem5 // resources.ApplyResources(this.barButtonItem5, "barButtonItem5"); this.barButtonItem5.Id = 4; this.barButtonItem5.ImageIndex = 7; this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick); // // barButtonItem6 // resources.ApplyResources(this.barButtonItem6, "barButtonItem6"); this.barButtonItem6.Id = 5; this.barButtonItem6.ImageIndex = 1; this.barButtonItem6.Name = "barButtonItem6"; this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick); // // barEditItem1 // resources.ApplyResources(this.barEditItem1, "barEditItem1"); this.barEditItem1.Edit = this.repositoryItemComboBox1; this.barEditItem1.EditHeight = 200; this.barEditItem1.Id = 9; this.barEditItem1.Name = "barEditItem1"; this.barEditItem1.Width = 500; this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged); // // repositoryItemComboBox1 // resources.ApplyResources(this.repositoryItemComboBox1, "repositoryItemComboBox1"); this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // repositoryItemTextEdit1 // resources.ApplyResources(this.repositoryItemTextEdit1, "repositoryItemTextEdit1"); this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // repositoryItemTextEdit2 // resources.ApplyResources(this.repositoryItemTextEdit2, "repositoryItemTextEdit2"); this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2"; // // repositoryItemLookUpEdit1 // resources.ApplyResources(this.repositoryItemLookUpEdit1, "repositoryItemLookUpEdit1"); this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit1.DisplayMember = "Title"; this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1"; // // barButtonItem4 // resources.ApplyResources(this.barButtonItem4, "barButtonItem4"); this.barButtonItem4.Id = 3; this.barButtonItem4.ImageIndex = 1; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // gridControl1 // this.gridControl1.EmbeddedNavigator.Name = ""; resources.ApplyResources(this.gridControl1, "gridControl1"); this.gridControl1.MainView = this.bandedGridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.UseEmbeddedNavigator = true; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.bandedGridView1}); // // bandedGridView1 // this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand1, this.gridBand2, this.gridBand3, this.gridBand4, this.gridBand5, this.gridBand6, this.gridBand7, this.gridBand8, this.gridBand9, this.gridBand10}); this.bandedGridView1.GridControl = this.gridControl1; this.bandedGridView1.Name = "bandedGridView1"; this.bandedGridView1.OptionsBehavior.Editable = false; this.bandedGridView1.OptionsCustomization.AllowFilter = false; this.bandedGridView1.OptionsCustomization.AllowRowSizing = true; this.bandedGridView1.OptionsPrint.PrintHeader = false; this.bandedGridView1.OptionsPrint.UsePrintStyles = true; this.bandedGridView1.OptionsView.ColumnAutoWidth = false; this.bandedGridView1.OptionsView.EnableAppearanceOddRow = true; this.bandedGridView1.OptionsView.ShowColumnHeaders = false; this.bandedGridView1.OptionsView.ShowGroupPanel = false; // // gridBand1 // resources.ApplyResources(this.gridBand1, "gridBand1"); // // gridBand2 // this.gridBand2.AppearanceHeader.Options.UseTextOptions = true; this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand2, "gridBand2"); // // gridBand3 // this.gridBand3.AppearanceHeader.Options.UseTextOptions = true; this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand3, "gridBand3"); this.gridBand3.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand11, this.gridBand12}); // // gridBand11 // this.gridBand11.AppearanceHeader.Options.UseTextOptions = true; this.gridBand11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand11, "gridBand11"); // // gridBand12 // this.gridBand12.AppearanceHeader.Options.UseTextOptions = true; this.gridBand12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand12, "gridBand12"); // // gridBand4 // this.gridBand4.AppearanceHeader.Options.UseTextOptions = true; this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand4, "gridBand4"); this.gridBand4.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand13, this.gridBand14}); // // gridBand13 // this.gridBand13.AppearanceHeader.Options.UseTextOptions = true; this.gridBand13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand13, "gridBand13"); // // gridBand14 // this.gridBand14.AppearanceHeader.Options.UseTextOptions = true; this.gridBand14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand14, "gridBand14"); // // gridBand5 // this.gridBand5.AppearanceHeader.Options.UseTextOptions = true; this.gridBand5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand5, "gridBand5"); this.gridBand5.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand15, this.gridBand16}); // // gridBand15 // this.gridBand15.AppearanceHeader.Options.UseTextOptions = true; this.gridBand15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand15, "gridBand15"); // // gridBand16 // this.gridBand16.AppearanceHeader.Options.UseTextOptions = true; this.gridBand16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand16, "gridBand16"); // // gridBand6 // this.gridBand6.AppearanceHeader.Options.UseTextOptions = true; this.gridBand6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand6, "gridBand6"); this.gridBand6.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand17, this.gridBand18}); // // gridBand17 // this.gridBand17.AppearanceHeader.Options.UseTextOptions = true; this.gridBand17.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand17, "gridBand17"); // // gridBand18 // this.gridBand18.AppearanceHeader.Options.UseTextOptions = true; this.gridBand18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand18, "gridBand18"); // // gridBand7 // this.gridBand7.AppearanceHeader.Options.UseTextOptions = true; this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand7, "gridBand7"); this.gridBand7.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand19, this.gridBand20, this.gridBand21, this.gridBand22}); // // gridBand19 // this.gridBand19.AppearanceHeader.Options.UseTextOptions = true; this.gridBand19.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand19, "gridBand19"); // // gridBand20 // this.gridBand20.AppearanceHeader.Options.UseTextOptions = true; this.gridBand20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand20, "gridBand20"); // // gridBand21 // this.gridBand21.AppearanceHeader.Options.UseTextOptions = true; this.gridBand21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand21, "gridBand21"); // // gridBand22 // this.gridBand22.AppearanceHeader.Options.UseTextOptions = true; this.gridBand22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand22, "gridBand22"); // // gridBand8 // this.gridBand8.AppearanceHeader.Options.UseTextOptions = true; this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand8, "gridBand8"); // // gridBand9 // this.gridBand9.AppearanceHeader.Options.UseTextOptions = true; this.gridBand9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand9, "gridBand9"); // // gridBand10 // this.gridBand10.AppearanceHeader.Options.UseTextOptions = true; this.gridBand10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; resources.ApplyResources(this.gridBand10, "gridBand10"); // // fpSpread1 // resources.ApplyResources(this.fpSpread1, "fpSpread1"); this.fpSpread1.EditModePermanent = true; this.fpSpread1.EditModeReplace = true; this.fpSpread1.Name = "fpSpread1"; 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.EditChange += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_EditChange); this.fpSpread1.SheetTabClick += new FarPoint.Win.Spread.SheetTabClickEventHandler(this.fpSpread1_SheetTabClick); this.fpSpread1.ActiveSheetIndex = -1; // // frmSheet4_1 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fpSpread1); this.Controls.Add(this.gridControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "frmSheet4_1"; this.Load += new System.EventHandler(this.frmSheet4_1_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); 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, false, true, true); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.lbDept = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel3 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.dtpEndDate = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.dtpFromDate = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.plPrint = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.plTitle = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.lbQueryInfo = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.lbTitle = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView(); this.neuPanel1.SuspendLayout(); this.plPrint.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.plTitle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).BeginInit(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.lbDept); this.neuPanel1.Controls.Add(this.neuLabel3); this.neuPanel1.Controls.Add(this.cmbDept); this.neuPanel1.Controls.Add(this.dtpEndDate); this.neuPanel1.Controls.Add(this.dtpFromDate); this.neuPanel1.Controls.Add(this.neuLabel1); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(771, 53); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // lbDept // this.lbDept.AutoSize = true; this.lbDept.Location = new System.Drawing.Point(428, 17); this.lbDept.Name = "lbDept"; this.lbDept.Size = new System.Drawing.Size(41, 12); this.lbDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbDept.TabIndex = 0; this.lbDept.Text = "科室:"; // // neuLabel3 // this.neuLabel3.AutoSize = true; this.neuLabel3.Location = new System.Drawing.Point(229, 17); this.neuLabel3.Name = "neuLabel3"; this.neuLabel3.Size = new System.Drawing.Size(17, 12); this.neuLabel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel3.TabIndex = 0; this.neuLabel3.Text = "至"; // // cmbDept // this.cmbDept.ArrowBackColor = System.Drawing.SystemColors.Control; this.cmbDept.FormattingEnabled = true; this.cmbDept.IsEnter2Tab = false; this.cmbDept.IsFlat = false; this.cmbDept.IsLike = true; this.cmbDept.IsListOnly = false; this.cmbDept.IsShowCustomerList = false; this.cmbDept.IsShowID = false; this.cmbDept.Location = new System.Drawing.Point(472, 14); this.cmbDept.Name = "cmbDept"; this.cmbDept.PopForm = null; this.cmbDept.ShowCustomerList = false; this.cmbDept.ShowID = false; this.cmbDept.Size = new System.Drawing.Size(121, 20); this.cmbDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbDept.TabIndex = 2; 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(258, 13); this.dtpEndDate.Name = "dtpEndDate"; this.dtpEndDate.Size = new System.Drawing.Size(141, 21); this.dtpEndDate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtpEndDate.TabIndex = 1; // // dtpFromDate // this.dtpFromDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpFromDate.IsEnter2Tab = false; this.dtpFromDate.Location = new System.Drawing.Point(79, 13); this.dtpFromDate.Name = "dtpFromDate"; this.dtpFromDate.Size = new System.Drawing.Size(141, 21); this.dtpFromDate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtpFromDate.TabIndex = 1; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Location = new System.Drawing.Point(12, 17); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(65, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 0; this.neuLabel1.Text = "查询时间:"; // // plPrint // this.plPrint.Controls.Add(this.neuSpread1); this.plPrint.Controls.Add(this.plTitle); this.plPrint.Dock = System.Windows.Forms.DockStyle.Fill; this.plPrint.Location = new System.Drawing.Point(0, 53); this.plPrint.Name = "plPrint"; this.plPrint.Size = new System.Drawing.Size(771, 552); this.plPrint.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.plPrint.TabIndex = 1; // // neuSpread1 // this.neuSpread1.About = "3.0.2004.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet2, Row 0, Column 0, "; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 62); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.neuSpread1.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1, this.neuSpread1_Sheet2 }); this.neuSpread1.Size = new System.Drawing.Size(771, 490); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 1; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // neuSpread1_Sheet1 // this.neuSpread1_Sheet1.Reset(); this.neuSpread1_Sheet1.SheetName = "汇总"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread1_Sheet1.ColumnCount = 10; this.neuSpread1_Sheet1.RowCount = 10; this.neuSpread1_Sheet1.RowHeader.ColumnCount = 0; this.neuSpread1_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.Color.White, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.White, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, false); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Border = lineBorder1; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.ColumnHeader.VerticalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, System.Drawing.Color.Transparent); this.neuSpread1_Sheet1.Columns.Get(0).Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.neuSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.DefaultStyle.Border = lineBorder2; this.neuSpread1_Sheet1.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; this.neuSpread1_Sheet1.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault"; this.neuSpread1_Sheet1.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = true; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.RowHeader.Visible = false; this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.VisualStyles = FarPoint.Win.VisualStyles.Off; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // plTitle // this.plTitle.BackColor = System.Drawing.Color.White; this.plTitle.Controls.Add(this.lbQueryInfo); this.plTitle.Controls.Add(this.lbTitle); this.plTitle.Dock = System.Windows.Forms.DockStyle.Top; this.plTitle.Location = new System.Drawing.Point(0, 0); this.plTitle.Name = "plTitle"; this.plTitle.Size = new System.Drawing.Size(771, 62); this.plTitle.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.plTitle.TabIndex = 0; // // lbQueryInfo // this.lbQueryInfo.AutoSize = true; this.lbQueryInfo.Location = new System.Drawing.Point(10, 41); this.lbQueryInfo.Name = "lbQueryInfo"; this.lbQueryInfo.Size = new System.Drawing.Size(77, 12); this.lbQueryInfo.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbQueryInfo.TabIndex = 0; this.lbQueryInfo.Text = "查询条件信息"; // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.Font = new System.Drawing.Font("黑体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.Location = new System.Drawing.Point(250, 4); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(58, 24); this.lbTitle.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbTitle.TabIndex = 0; this.lbTitle.Text = "标题"; // // neuSpread1_Sheet2 // this.neuSpread1_Sheet2.Reset(); this.neuSpread1_Sheet2.SheetName = "明细"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread1_Sheet2.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // ucCrosstabReport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.plPrint); this.Controls.Add(this.neuPanel1); this.Name = "ucCrosstabReport"; this.Size = new System.Drawing.Size(771, 605); this.Load += new System.EventHandler(this.ucCrosstabReport_Load); this.neuPanel1.ResumeLayout(false); this.neuPanel1.PerformLayout(); this.plPrint.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.plTitle.ResumeLayout(false); this.plTitle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.linkLblSet = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtStatDate = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuPanel1.SuspendLayout(); this.neuPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.linkLblSet); this.neuPanel1.Controls.Add(this.neuLabel1); this.neuPanel1.Controls.Add(this.txtStatDate); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(492, 41); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // linkLblSet // this.linkLblSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.linkLblSet.AutoSize = true; this.linkLblSet.Location = new System.Drawing.Point(443, 16); this.linkLblSet.Name = "linkLblSet"; this.linkLblSet.Size = new System.Drawing.Size(29, 12); this.linkLblSet.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.linkLblSet.TabIndex = 2; this.linkLblSet.TabStop = true; this.linkLblSet.Text = "设置"; this.linkLblSet.Visible = false; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Location = new System.Drawing.Point(25, 16); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(101, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 1; this.neuLabel1.Text = "请输入日报日期:"; // // txtStatDate // this.txtStatDate.Location = new System.Drawing.Point(132, 12); this.txtStatDate.Name = "txtStatDate"; this.txtStatDate.Size = new System.Drawing.Size(110, 21); this.txtStatDate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtStatDate.TabIndex = 0; this.txtStatDate.ValueChanged += new System.EventHandler(this.txtStatDate_ValueChanged); // // neuPanel2 // this.neuPanel2.Controls.Add(this.neuSpread1); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel2.Location = new System.Drawing.Point(0, 41); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(492, 322); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 1; // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = ""; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(492, 322); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.Change += new FarPoint.Win.Spread.ChangeEventHandler(this.neuSpread1_Change); // // 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.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // ucDayReportInpatient // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.Controls.Add(this.neuPanel2); this.Controls.Add(this.neuPanel1); this.Name = "ucDayReportInpatient"; this.Size = new System.Drawing.Size(492, 363); this.Load += new System.EventHandler(this.ucDayReportInpatient_Load); this.neuPanel1.ResumeLayout(false); this.neuPanel1.PerformLayout(); this.neuPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); BISTel.PeakPerformance.Client.BISTelControl.BTeeCharts.SeriesInfos.SeriesTypeInfo seriesTypeInfo1 = new BISTel.PeakPerformance.Client.BISTelControl.BTeeCharts.SeriesInfos.SeriesTypeInfo(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseRawChart)); BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo columnInfo1 = new BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.bTitlePanel1 = new BISTel.PeakPerformance.Client.BISTelControl.BTitlePanel(); this.bTeeChart1 = new BISTel.PeakPerformance.Client.BISTelControl.BTeeCharts.BTeeChart(this.components); this.bButtonList1 = new BISTel.PeakPerformance.Client.BISTelControl.BButtonList(); this.bSpread1 = new BISTel.PeakPerformance.Client.BISTelControl.BSpread(); this.bSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.bckbPointMarking = new BISTel.PeakPerformance.Client.BISTelControl.BCheckBox(); this.bTitlePanel1.SuspendLayout(); this.bButtonList1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // bTitlePanel1 // this.bTitlePanel1.BssClass = "TitlePanel"; this.bTitlePanel1.Controls.Add(this.bSpread1); this.bTitlePanel1.Controls.Add(this.bTeeChart1); this.bTitlePanel1.Controls.Add(this.bButtonList1); this.bTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.bTitlePanel1.ImageBottom = null; this.bTitlePanel1.ImageBottomRight = null; this.bTitlePanel1.ImageClose = ((System.Drawing.Image)(resources.GetObject("bTitlePanel1.ImageClose"))); this.bTitlePanel1.ImageLeft = ((System.Drawing.Image)(resources.GetObject("bTitlePanel1.ImageLeft"))); this.bTitlePanel1.ImageLeftBottom = null; this.bTitlePanel1.ImageLeftFill = null; this.bTitlePanel1.ImageMax = null; this.bTitlePanel1.ImageMiddle = ((System.Drawing.Image)(resources.GetObject("bTitlePanel1.ImageMiddle"))); this.bTitlePanel1.ImageMin = null; this.bTitlePanel1.ImagePanelMax = null; this.bTitlePanel1.ImagePanelMin = null; this.bTitlePanel1.ImagePanelNormal = null; this.bTitlePanel1.ImageRight = ((System.Drawing.Image)(resources.GetObject("bTitlePanel1.ImageRight"))); this.bTitlePanel1.ImageRightFill = null; this.bTitlePanel1.IsPopupMax = false; this.bTitlePanel1.IsSelected = false; this.bTitlePanel1.Key = ""; this.bTitlePanel1.Location = new System.Drawing.Point(0, 0); this.bTitlePanel1.Margin = new System.Windows.Forms.Padding(0); this.bTitlePanel1.MaxControlName = ""; this.bTitlePanel1.MaxResizable = false; this.bTitlePanel1.MaxVisibleStateForMaxNormal = false; this.bTitlePanel1.Name = "bTitlePanel1"; this.bTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 33, 0, 0); this.bTitlePanel1.PaddingTop = 4; this.bTitlePanel1.PopMaxHeight = 0; this.bTitlePanel1.PopMaxWidth = 0; this.bTitlePanel1.RightPadding = 5; this.bTitlePanel1.ShowCloseButton = false; this.bTitlePanel1.ShowMaxNormalButton = false; this.bTitlePanel1.ShowMinButton = false; this.bTitlePanel1.Size = new System.Drawing.Size(448, 344); this.bTitlePanel1.TabIndex = 0; this.bTitlePanel1.Title = "Title"; this.bTitlePanel1.TitleColor = System.Drawing.Color.Black; this.bTitlePanel1.TitleFont = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.bTitlePanel1.TopPadding = 5; // // bTeeChart1 // this.bTeeChart1.AutoScroll = true; this.bTeeChart1.AxisDateTimeFormat = "yyyy-MM-dd"; this.bTeeChart1.AxisHoriGridLineCount = 10; this.bTeeChart1.ClickAction = BISTel.PeakPerformance.Client.BISTelControl.BTeeCharts.BTeeChart.ChartClickAction.DEFAULT; this.bTeeChart1.ClickActionCustom = null; this.bTeeChart1.DefaultToolTipInfo = null; this.bTeeChart1.DivideHeightAtShowGroup = 2; this.bTeeChart1.Dock = System.Windows.Forms.DockStyle.Fill; this.bTeeChart1.HeaderText = ""; this.bTeeChart1.HighlightSeriesTransparency = 80; this.bTeeChart1.IsApplyAllCSG = true; this.bTeeChart1.IsAutoValueFormatLeftAxis = false; this.bTeeChart1.IsAutoValueFormatRightAxis = false; this.bTeeChart1.IsCustomLegend = false; this.bTeeChart1.IsGradient = true; this.bTeeChart1.IsHighlightSeries = false; this.bTeeChart1.IsKeepToolTip = false; this.bTeeChart1.IsMoveToolTip = true; this.bTeeChart1.IsShapeSeriesEventDisable = false; this.bTeeChart1.IsShowByGroup = false; this.bTeeChart1.IsShowByGroupSetAxisBottom = false; this.bTeeChart1.IsShowByGroupZoom = false; this.bTeeChart1.IsUndoZoom = false; this.bTeeChart1.IsUseAutomaticAxisOfTeeChart = false; this.bTeeChart1.IsUseChartEditor = true; this.bTeeChart1.IsVisibleLegendScrollBar = true; this.bTeeChart1.IsVisibleShadow = true; this.bTeeChart1.LegendPosition = Steema.TeeChart.LegendAlignments.Right; this.bTeeChart1.LegendStyle = Steema.TeeChart.LegendStyles.Series; this.bTeeChart1.LegendTextStyle = Steema.TeeChart.LegendTextStyles.LeftValue; this.bTeeChart1.LegendVisible = true; this.bTeeChart1.Location = new System.Drawing.Point(0, 61); this.bTeeChart1.Name = "bTeeChart1"; this.bTeeChart1.OffsetBottom = 5; this.bTeeChart1.OffsetLeft = 5; this.bTeeChart1.OffsetRight = 5; this.bTeeChart1.OffsetTop = 5; seriesTypeInfo1.LineWidth = 1; seriesTypeInfo1.PointerHeight = 2; seriesTypeInfo1.PointerStyle = null; seriesTypeInfo1.PointerWidth = 2; seriesTypeInfo1.StyleType = "Default"; this.bTeeChart1.SeriesTypeInformation = seriesTypeInfo1; this.bTeeChart1.Size = new System.Drawing.Size(448, 283); this.bTeeChart1.TabIndex = 99; this.bTeeChart1.TreatNulls = Steema.TeeChart.Styles.TreatNullsStyle.DoNotPaint; this.bTeeChart1.XAxisLabel = BISTel.PeakPerformance.Client.BISTelControl.BTeeCharts.BTeeChart.XAxisLabelType.LABEL; this.bTeeChart1.ZoomDirection = Steema.TeeChart.ZoomDirections.Both; this.bTeeChart1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.bTeeChart1_MouseUp); this.bTeeChart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.bTeeChart1_MouseMove); this.bTeeChart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bTeeChart1_MouseDown); // // bButtonList1 // this.bButtonList1.BssClass = ""; this.bButtonList1.ButtonHorizontalSpacing = 1; this.bButtonList1.ButtonMouseOverStyle = System.Windows.Forms.ButtonState.Normal; this.bButtonList1.Controls.Add(this.bckbPointMarking); this.bButtonList1.Dock = System.Windows.Forms.DockStyle.Top; this.bButtonList1.HorizontalMarginSpacing = 5; this.bButtonList1.IsCondition = false; this.bButtonList1.Location = new System.Drawing.Point(0, 33); this.bButtonList1.MarginSpace = 5; this.bButtonList1.Name = "bButtonList1"; this.bButtonList1.Size = new System.Drawing.Size(448, 28); this.bButtonList1.TabIndex = 100; this.bButtonList1.Visible = false; // // bSpread1 // this.bSpread1.About = "3.0.2005.2005"; this.bSpread1.AccessibleDescription = ""; this.bSpread1.AddFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpread1.AddFontColor = System.Drawing.Color.Blue; this.bSpread1.AddtionalCodeList = ((System.Collections.SortedList)(resources.GetObject("bSpread1.AddtionalCodeList"))); this.bSpread1.AllowNewRow = true; this.bSpread1.AutoClipboard = false; this.bSpread1.AutoGenerateColumns = false; this.bSpread1.BssClass = ""; this.bSpread1.ClickPos = new System.Drawing.Point(0, 0); this.bSpread1.ColFronzen = 0; columnInfo1.CheckBoxFields = ((System.Collections.Generic.List <int>)(resources.GetObject("columnInfo1.CheckBoxFields"))); columnInfo1.ComboFields = ((System.Collections.Generic.List <int>)(resources.GetObject("columnInfo1.ComboFields"))); columnInfo1.DefaultValue = ((System.Collections.Generic.Dictionary <int, string>)(resources.GetObject("columnInfo1.DefaultValue"))); columnInfo1.KeyFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo1.KeyFields"))); columnInfo1.MandatoryFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo1.MandatoryFields"))); columnInfo1.SaveTableInfo = ((System.Collections.SortedList)(resources.GetObject("columnInfo1.SaveTableInfo"))); columnInfo1.UniqueFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo1.UniqueFields"))); this.bSpread1.columnInformation = columnInfo1; this.bSpread1.ComboEnable = true; this.bSpread1.DataAutoHeadings = false; this.bSpread1.DataSet = null; this.bSpread1.DateToDateTimeFormat = false; this.bSpread1.DefaultDeleteValue = true; this.bSpread1.DeleteFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpread1.DeleteFontColor = System.Drawing.Color.Gray; this.bSpread1.DisplayColumnHeader = true; this.bSpread1.DisplayRowHeader = true; this.bSpread1.EditModeReplace = true; this.bSpread1.FilterVisible = false; this.bSpread1.HeadHeight = 20F; this.bSpread1.IsCellCopy = false; this.bSpread1.IsMultiLanguage = true; this.bSpread1.IsReport = false; this.bSpread1.Key = ""; this.bSpread1.Location = new System.Drawing.Point(0, 330); this.bSpread1.ModifyFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpread1.ModifyFontColor = System.Drawing.Color.Red; this.bSpread1.Name = "bSpread1"; this.bSpread1.RowFronzen = 0; this.bSpread1.RowInsertType = BISTel.PeakPerformance.Client.BISTelControl.InsertType.Current; this.bSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.bSpread1_Sheet1 }); this.bSpread1.Size = new System.Drawing.Size(30, 11); this.bSpread1.StyleID = null; this.bSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.bSpread1.TextTipAppearance = tipAppearance1; this.bSpread1.UseCheckAll = false; this.bSpread1.UseCommandIcon = false; this.bSpread1.UseFilter = false; this.bSpread1.UseGeneralContextMenu = true; this.bSpread1.UseHeadColor = false; this.bSpread1.UseMultiCheck = true; this.bSpread1.UseOriginalEvent = false; this.bSpread1.UseSpreadEdit = true; this.bSpread1.UseStatusColor = false; this.bSpread1.UseWidthMemory = true; this.bSpread1.Visible = false; this.bSpread1.WhenDeleteUseModify = false; // // bSpread1_Sheet1 // this.bSpread1_Sheet1.Reset(); this.bSpread1_Sheet1.SheetName = "Sheet1"; // // bckbPointMarking // this.bckbPointMarking.BssClass = ""; this.bckbPointMarking.Dock = System.Windows.Forms.DockStyle.Left; this.bckbPointMarking.IsMultiLanguage = true; this.bckbPointMarking.Key = ""; this.bckbPointMarking.Location = new System.Drawing.Point(0, 0); this.bckbPointMarking.Name = "bckbPointMarking"; this.bckbPointMarking.Size = new System.Drawing.Size(104, 28); this.bckbPointMarking.TabIndex = 1; this.bckbPointMarking.Text = "Point Marking"; this.bckbPointMarking.UseVisualStyleBackColor = true; this.bckbPointMarking.CheckedChanged += new System.EventHandler(this.bckbPointMarking_CheckedChanged); // // BaseRawChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.bTitlePanel1); this.Name = "BaseRawChart"; this.bTitlePanel1.ResumeLayout(false); this.bTitlePanel1.PerformLayout(); this.bButtonList1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); this.btCancle = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.btConfirm = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuTabControl1 = new Neusoft.FrameWork.WinForms.Controls.NeuTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.neuGroupBox2 = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox(); this.chbStop = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox(); this.chbTat = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox(); this.chbReg = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox(); this.chbClass = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox(); this.neuGroupBox1 = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox(); this.txtSortID = new Neusoft.FrameWork.WinForms.Controls.NeuNumericTextBox(); this.txtMark = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtWbCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.comboDeptPro = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.comboDeptType = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.txtDeptEnglish = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtUserCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtSpellCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtDeptCode = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtDeptSimpleName = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.comboDeptName = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.neuLabel11 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel8 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel7 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel6 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel5 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel4 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel3 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel2 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel9 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel10 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.bttDelInDept = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.bttAddInDept = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.bttDelOutDept = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.bttAddOutDept = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuSpread2 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.neuGroupBox2.SuspendLayout(); this.neuGroupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_Sheet1)).BeginInit(); this.SuspendLayout(); // // btCancle // this.btCancle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btCancle.Location = new System.Drawing.Point(267, 386); this.btCancle.Name = "btCancle"; this.btCancle.Size = new System.Drawing.Size(75, 30); this.btCancle.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btCancle.TabIndex = 16; this.btCancle.Text = "取消(&C)"; this.btCancle.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btCancle.UseVisualStyleBackColor = true; this.btCancle.Click += new System.EventHandler(this.btCancle_Click_1); // // btConfirm // this.btConfirm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btConfirm.Location = new System.Drawing.Point(186, 386); this.btConfirm.Name = "btConfirm"; this.btConfirm.Size = new System.Drawing.Size(75, 30); this.btConfirm.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btConfirm.TabIndex = 15; this.btConfirm.Text = "确定(&O)"; this.btConfirm.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btConfirm.UseVisualStyleBackColor = true; this.btConfirm.Click += new System.EventHandler(this.btConfirm_Click); // // neuTabControl1 // this.neuTabControl1.Controls.Add(this.tabPage1); this.neuTabControl1.Controls.Add(this.tabPage2); this.neuTabControl1.Controls.Add(this.tabPage3); this.neuTabControl1.Location = new System.Drawing.Point(3, 3); this.neuTabControl1.Name = "neuTabControl1"; this.neuTabControl1.SelectedIndex = 0; this.neuTabControl1.Size = new System.Drawing.Size(346, 377); this.neuTabControl1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.neuGroupBox2); this.tabPage1.Controls.Add(this.chbClass); this.tabPage1.Controls.Add(this.neuGroupBox1); this.tabPage1.Location = new System.Drawing.Point(4, 21); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(338, 352); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "科室属性"; this.tabPage1.UseVisualStyleBackColor = true; // // neuGroupBox2 // this.neuGroupBox2.Controls.Add(this.chbStop); this.neuGroupBox2.Controls.Add(this.chbTat); this.neuGroupBox2.Controls.Add(this.chbReg); this.neuGroupBox2.Location = new System.Drawing.Point(3, 286); this.neuGroupBox2.Name = "neuGroupBox2"; this.neuGroupBox2.Size = new System.Drawing.Size(332, 58); this.neuGroupBox2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuGroupBox2.TabIndex = 2; this.neuGroupBox2.TabStop = false; // // chbStop // this.chbStop.AutoSize = true; this.chbStop.Location = new System.Drawing.Point(235, 27); this.chbStop.Name = "chbStop"; this.chbStop.Size = new System.Drawing.Size(60, 16); this.chbStop.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.chbStop.TabIndex = 14; this.chbStop.Text = "在 用"; this.chbStop.UseVisualStyleBackColor = true; this.chbStop.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chbStop_KeyDown); // // chbTat // this.chbTat.AutoSize = true; this.chbTat.Location = new System.Drawing.Point(122, 26); this.chbTat.Name = "chbTat"; this.chbTat.Size = new System.Drawing.Size(72, 16); this.chbTat.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.chbTat.TabIndex = 13; this.chbTat.Text = "核算科室"; this.chbTat.UseVisualStyleBackColor = true; this.chbTat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chbTat_KeyDown); // // chbReg // this.chbReg.AutoSize = true; this.chbReg.Location = new System.Drawing.Point(19, 25); this.chbReg.Name = "chbReg"; this.chbReg.Size = new System.Drawing.Size(72, 16); this.chbReg.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.chbReg.TabIndex = 12; this.chbReg.Text = "挂号科室"; this.chbReg.UseVisualStyleBackColor = true; this.chbReg.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chbReg_KeyDown); // // chbClass // this.chbClass.AutoSize = true; this.chbClass.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chbClass.Location = new System.Drawing.Point(15, 15); this.chbClass.Name = "chbClass"; this.chbClass.Size = new System.Drawing.Size(82, 18); this.chbClass.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.chbClass.TabIndex = 1; this.chbClass.Text = "科室分类"; this.chbClass.UseVisualStyleBackColor = true; this.chbClass.CheckedChanged += new System.EventHandler(this.chbClass_CheckedChanged); // // neuGroupBox1 // this.neuGroupBox1.Controls.Add(this.txtSortID); this.neuGroupBox1.Controls.Add(this.txtMark); this.neuGroupBox1.Controls.Add(this.txtWbCode); this.neuGroupBox1.Controls.Add(this.comboDeptPro); this.neuGroupBox1.Controls.Add(this.comboDeptType); this.neuGroupBox1.Controls.Add(this.txtDeptEnglish); this.neuGroupBox1.Controls.Add(this.txtUserCode); this.neuGroupBox1.Controls.Add(this.txtSpellCode); this.neuGroupBox1.Controls.Add(this.txtDeptCode); this.neuGroupBox1.Controls.Add(this.txtDeptSimpleName); this.neuGroupBox1.Controls.Add(this.comboDeptName); this.neuGroupBox1.Controls.Add(this.neuLabel11); this.neuGroupBox1.Controls.Add(this.neuLabel8); this.neuGroupBox1.Controls.Add(this.neuLabel7); this.neuGroupBox1.Controls.Add(this.neuLabel6); this.neuGroupBox1.Controls.Add(this.neuLabel5); this.neuGroupBox1.Controls.Add(this.neuLabel4); this.neuGroupBox1.Controls.Add(this.neuLabel3); this.neuGroupBox1.Controls.Add(this.neuLabel2); this.neuGroupBox1.Controls.Add(this.neuLabel1); this.neuGroupBox1.Controls.Add(this.neuLabel9); this.neuGroupBox1.Controls.Add(this.neuLabel10); this.neuGroupBox1.Location = new System.Drawing.Point(3, 37); this.neuGroupBox1.Name = "neuGroupBox1"; this.neuGroupBox1.Size = new System.Drawing.Size(332, 243); this.neuGroupBox1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuGroupBox1.TabIndex = 0; this.neuGroupBox1.TabStop = false; // // txtSortID // this.txtSortID.AllowNegative = false; this.txtSortID.IsAutoRemoveDecimalZero = false; this.txtSortID.Location = new System.Drawing.Point(237, 144); this.txtSortID.MaxLength = 3; this.txtSortID.Name = "txtSortID"; this.txtSortID.NumericPrecision = 3; this.txtSortID.NumericScaleOnFocus = 0; this.txtSortID.NumericScaleOnLostFocus = 0; this.txtSortID.NumericValue = new decimal(new int[] { 0, 0, 0, 0 }); this.txtSortID.SetRange = new System.Drawing.Size(-1, -1); this.txtSortID.Size = new System.Drawing.Size(88, 21); this.txtSortID.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtSortID.TabIndex = 8; this.txtSortID.Text = "0"; this.txtSortID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtSortID.UseGroupSeperator = false; this.txtSortID.ZeroIsValid = true; this.txtSortID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSortID_KeyDown); // // txtMark // this.txtMark.Location = new System.Drawing.Point(65, 206); this.txtMark.Name = "txtMark"; this.txtMark.Size = new System.Drawing.Size(260, 21); this.txtMark.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtMark.TabIndex = 11; this.txtMark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMark_KeyDown); // // txtWbCode // this.txtWbCode.Location = new System.Drawing.Point(67, 113); this.txtWbCode.Name = "txtWbCode"; this.txtWbCode.Size = new System.Drawing.Size(100, 21); this.txtWbCode.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtWbCode.TabIndex = 5; this.txtWbCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWbCode_KeyDown); // // comboDeptPro // this.comboDeptPro.ArrowBackColor = System.Drawing.Color.Silver; this.comboDeptPro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDeptPro.FormattingEnabled = true; this.comboDeptPro.IsFlat = true; this.comboDeptPro.IsLike = true; this.comboDeptPro.Items.AddRange(new object[] { "0. 普通", "1. 手术", "2. 麻醉", "3. ICU", "4. CCU" }); this.comboDeptPro.Location = new System.Drawing.Point(237, 171); this.comboDeptPro.Name = "comboDeptPro"; this.comboDeptPro.PopForm = null; this.comboDeptPro.ShowCustomerList = false; this.comboDeptPro.ShowID = false; this.comboDeptPro.Size = new System.Drawing.Size(88, 20); this.comboDeptPro.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.comboDeptPro.TabIndex = 10; this.comboDeptPro.Tag = ""; this.comboDeptPro.ToolBarUse = false; this.comboDeptPro.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboDeptPro_KeyDown); // // comboDeptType // this.comboDeptType.ArrowBackColor = System.Drawing.Color.Silver; this.comboDeptType.FormattingEnabled = true; this.comboDeptType.IsFlat = true; this.comboDeptType.IsLike = true; this.comboDeptType.Location = new System.Drawing.Point(68, 172); this.comboDeptType.Name = "comboDeptType"; this.comboDeptType.PopForm = null; this.comboDeptType.ShowCustomerList = false; this.comboDeptType.ShowID = false; this.comboDeptType.Size = new System.Drawing.Size(98, 20); this.comboDeptType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.comboDeptType.TabIndex = 9; this.comboDeptType.Tag = ""; this.comboDeptType.ToolBarUse = false; this.comboDeptType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboDeptType_KeyDown); // // txtDeptEnglish // this.txtDeptEnglish.Location = new System.Drawing.Point(68, 144); this.txtDeptEnglish.Name = "txtDeptEnglish"; this.txtDeptEnglish.Size = new System.Drawing.Size(100, 21); this.txtDeptEnglish.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtDeptEnglish.TabIndex = 7; this.txtDeptEnglish.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeptEnglish_KeyDown); // // txtUserCode // this.txtUserCode.Location = new System.Drawing.Point(237, 113); this.txtUserCode.Name = "txtUserCode"; this.txtUserCode.Size = new System.Drawing.Size(88, 21); this.txtUserCode.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtUserCode.TabIndex = 6; this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown); // // txtSpellCode // this.txtSpellCode.Location = new System.Drawing.Point(237, 83); this.txtSpellCode.Name = "txtSpellCode"; this.txtSpellCode.Size = new System.Drawing.Size(88, 21); this.txtSpellCode.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtSpellCode.TabIndex = 4; this.txtSpellCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSpellCode_KeyDown); // // txtDeptCode // this.txtDeptCode.Location = new System.Drawing.Point(68, 83); this.txtDeptCode.Name = "txtDeptCode"; this.txtDeptCode.Size = new System.Drawing.Size(100, 21); this.txtDeptCode.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtDeptCode.TabIndex = 3; this.txtDeptCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeptCode_KeyDown); // // txtDeptSimpleName // this.txtDeptSimpleName.Location = new System.Drawing.Point(70, 50); this.txtDeptSimpleName.Name = "txtDeptSimpleName"; this.txtDeptSimpleName.Size = new System.Drawing.Size(255, 21); this.txtDeptSimpleName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtDeptSimpleName.TabIndex = 2; this.txtDeptSimpleName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeptSimpleName_KeyDown); // // comboDeptName // this.comboDeptName.ArrowBackColor = System.Drawing.Color.Silver; this.comboDeptName.FormattingEnabled = true; this.comboDeptName.IsFlat = true; this.comboDeptName.IsLike = true; this.comboDeptName.Location = new System.Drawing.Point(70, 16); this.comboDeptName.Name = "comboDeptName"; this.comboDeptName.PopForm = null; this.comboDeptName.ShowCustomerList = false; this.comboDeptName.ShowID = false; this.comboDeptName.Size = new System.Drawing.Size(255, 20); this.comboDeptName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.comboDeptName.TabIndex = 1; this.comboDeptName.Tag = ""; this.comboDeptName.ToolBarUse = false; this.comboDeptName.SelectedIndexChanged += new System.EventHandler(this.comboDeptName_SelectedIndexChanged); this.comboDeptName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboDeptName_KeyDown); // // neuLabel11 // this.neuLabel11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel11.Location = new System.Drawing.Point(8, 204); this.neuLabel11.Name = "neuLabel11"; this.neuLabel11.Size = new System.Drawing.Size(57, 23); this.neuLabel11.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel11.TabIndex = 20; this.neuLabel11.Text = "备 注:"; // // neuLabel8 // this.neuLabel8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel8.Location = new System.Drawing.Point(173, 146); this.neuLabel8.Name = "neuLabel8"; this.neuLabel8.Size = new System.Drawing.Size(63, 23); this.neuLabel8.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel8.TabIndex = 14; this.neuLabel8.Text = "顺序号:"; // // neuLabel7 // this.neuLabel7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel7.Location = new System.Drawing.Point(1, 145); this.neuLabel7.Name = "neuLabel7"; this.neuLabel7.Size = new System.Drawing.Size(70, 23); this.neuLabel7.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel7.TabIndex = 12; this.neuLabel7.Text = "科室英文:"; // // neuLabel6 // this.neuLabel6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel6.Location = new System.Drawing.Point(167, 114); this.neuLabel6.Name = "neuLabel6"; this.neuLabel6.Size = new System.Drawing.Size(70, 23); this.neuLabel6.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel6.TabIndex = 10; this.neuLabel6.Text = "自定义码:"; // // neuLabel5 // this.neuLabel5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel5.Location = new System.Drawing.Point(8, 115); this.neuLabel5.Name = "neuLabel5"; this.neuLabel5.Size = new System.Drawing.Size(57, 23); this.neuLabel5.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel5.TabIndex = 8; this.neuLabel5.Text = "五笔码:"; // // neuLabel4 // this.neuLabel4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel4.Location = new System.Drawing.Point(172, 86); this.neuLabel4.Name = "neuLabel4"; this.neuLabel4.Size = new System.Drawing.Size(59, 23); this.neuLabel4.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel4.TabIndex = 6; this.neuLabel4.Text = "拼音码:"; // // neuLabel3 // this.neuLabel3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel3.Location = new System.Drawing.Point(0, 85); this.neuLabel3.Name = "neuLabel3"; this.neuLabel3.Size = new System.Drawing.Size(70, 23); this.neuLabel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel3.TabIndex = 4; this.neuLabel3.Text = "科室编码:"; // // neuLabel2 // this.neuLabel2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel2.Location = new System.Drawing.Point(0, 51); this.neuLabel2.Name = "neuLabel2"; this.neuLabel2.Size = new System.Drawing.Size(73, 23); this.neuLabel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel2.TabIndex = 2; this.neuLabel2.Text = "科室简称:"; // // neuLabel1 // this.neuLabel1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel1.Location = new System.Drawing.Point(0, 17); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(73, 23); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 0; this.neuLabel1.Text = "科室名称:"; // // neuLabel9 // this.neuLabel9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel9.Location = new System.Drawing.Point(3, 175); this.neuLabel9.Name = "neuLabel9"; this.neuLabel9.Size = new System.Drawing.Size(70, 23); this.neuLabel9.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel9.TabIndex = 16; this.neuLabel9.Text = "科室类型:"; // // neuLabel10 // this.neuLabel10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel10.Location = new System.Drawing.Point(169, 175); this.neuLabel10.Name = "neuLabel10"; this.neuLabel10.Size = new System.Drawing.Size(73, 23); this.neuLabel10.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel10.TabIndex = 18; this.neuLabel10.Text = "特殊属性:"; // // tabPage2 // this.tabPage2.Controls.Add(this.bttDelInDept); this.tabPage2.Controls.Add(this.bttAddInDept); this.tabPage2.Controls.Add(this.neuSpread1); this.tabPage2.Location = new System.Drawing.Point(4, 21); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(338, 352); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "入库科室"; this.tabPage2.UseVisualStyleBackColor = true; // // bttDelInDept // this.bttDelInDept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bttDelInDept.Location = new System.Drawing.Point(255, 35); this.bttDelInDept.Name = "bttDelInDept"; this.bttDelInDept.Size = new System.Drawing.Size(75, 23); this.bttDelInDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.bttDelInDept.TabIndex = 2; this.bttDelInDept.Text = "删除"; this.bttDelInDept.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.bttDelInDept.UseVisualStyleBackColor = true; // // bttAddInDept // this.bttAddInDept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bttAddInDept.Location = new System.Drawing.Point(255, 6); this.bttAddInDept.Name = "bttAddInDept"; this.bttAddInDept.Size = new System.Drawing.Size(75, 23); this.bttAddInDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.bttAddInDept.TabIndex = 1; this.bttAddInDept.Text = "增加"; this.bttAddInDept.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.bttAddInDept.UseVisualStyleBackColor = true; // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(3, 6); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(246, 340); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // 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 = 3; this.neuSpread1_Sheet1.RowCount = 0; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "排序"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "部门名称"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "科室类型"; this.neuSpread1_Sheet1.Columns.Get(0).Label = "排序"; this.neuSpread1_Sheet1.Columns.Get(0).Width = 66F; this.neuSpread1_Sheet1.Columns.Get(1).Label = "部门名称"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 89F; this.neuSpread1_Sheet1.Columns.Get(2).Label = "科室类型"; this.neuSpread1_Sheet1.Columns.Get(2).Width = 83F; this.neuSpread1_Sheet1.GrayAreaBackColor = System.Drawing.SystemColors.ActiveCaptionText; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Visible = false; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread1.SetActiveViewport(1, 0); // // tabPage3 // this.tabPage3.Controls.Add(this.bttDelOutDept); this.tabPage3.Controls.Add(this.bttAddOutDept); this.tabPage3.Controls.Add(this.neuSpread2); this.tabPage3.Location = new System.Drawing.Point(4, 21); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(338, 352); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "出库科室"; this.tabPage3.UseVisualStyleBackColor = true; // // bttDelOutDept // this.bttDelOutDept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bttDelOutDept.Location = new System.Drawing.Point(255, 35); this.bttDelOutDept.Name = "bttDelOutDept"; this.bttDelOutDept.Size = new System.Drawing.Size(75, 23); this.bttDelOutDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.bttDelOutDept.TabIndex = 2; this.bttDelOutDept.Text = "删除"; this.bttDelOutDept.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.bttDelOutDept.UseVisualStyleBackColor = true; // // bttAddOutDept // this.bttAddOutDept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bttAddOutDept.Location = new System.Drawing.Point(255, 6); this.bttAddOutDept.Name = "bttAddOutDept"; this.bttAddOutDept.Size = new System.Drawing.Size(75, 23); this.bttAddOutDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.bttAddOutDept.TabIndex = 1; this.bttAddOutDept.Text = "增加"; this.bttAddOutDept.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.bttAddOutDept.UseVisualStyleBackColor = true; // // neuSpread2 // this.neuSpread2.About = "2.5.2007.2005"; this.neuSpread2.AccessibleDescription = "neuSpread2, Sheet1, Row 0, Column 0, "; this.neuSpread2.BackColor = System.Drawing.Color.White; this.neuSpread2.FileName = ""; this.neuSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread2.IsAutoSaveGridStatus = false; this.neuSpread2.IsCanCustomConfigColumn = false; this.neuSpread2.Location = new System.Drawing.Point(3, 6); this.neuSpread2.Name = "neuSpread2"; this.neuSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread2_Sheet1 }); this.neuSpread2.Size = new System.Drawing.Size(246, 340); this.neuSpread2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread2.TabIndex = 0; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread2.TextTipAppearance = tipAppearance2; this.neuSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // neuSpread2_Sheet1 // this.neuSpread2_Sheet1.Reset(); this.neuSpread2_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread2_Sheet1.ColumnCount = 3; this.neuSpread2_Sheet1.RowCount = 0; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "排序"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "部门名称"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "科室类型"; this.neuSpread2_Sheet1.Columns.Get(0).Label = "排序"; this.neuSpread2_Sheet1.Columns.Get(0).Width = 73F; this.neuSpread2_Sheet1.Columns.Get(1).Label = "部门名称"; this.neuSpread2_Sheet1.Columns.Get(1).Width = 100F; this.neuSpread2_Sheet1.Columns.Get(2).Label = "科室类型"; this.neuSpread2_Sheet1.Columns.Get(2).Width = 79F; this.neuSpread2_Sheet1.GrayAreaBackColor = System.Drawing.SystemColors.ActiveCaptionText; this.neuSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread2_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread2_Sheet1.RowHeader.Visible = false; this.neuSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread2.SetActiveViewport(1, 0); // // ucDepartmentStat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btCancle); this.Controls.Add(this.btConfirm); this.Controls.Add(this.neuTabControl1); this.Name = "ucDepartmentStat"; this.Size = new System.Drawing.Size(349, 419); this.neuTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.neuGroupBox2.ResumeLayout(false); this.neuGroupBox2.PerformLayout(); this.neuGroupBox1.ResumeLayout(false); this.neuGroupBox1.PerformLayout(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 3); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(549, 276); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance2; this.neuSpread1.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.ColumnCount = 6; this.neuSpread1_Sheet1.RowCount = 2; this.neuSpread1_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin2", System.Drawing.Color.White, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))), System.Drawing.Color.Red, System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))), System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))), false, false, true, true, true); this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "姓名"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "性别"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "年龄"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "诊断"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "过敏"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "位置"; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.Columns.Get(0).Label = "姓名"; this.neuSpread1_Sheet1.Columns.Get(0).Width = 135F; this.neuSpread1_Sheet1.Columns.Get(1).CellType = textCellType6; this.neuSpread1_Sheet1.Columns.Get(1).Label = "性别"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 51F; this.neuSpread1_Sheet1.Columns.Get(2).CellType = textCellType7; this.neuSpread1_Sheet1.Columns.Get(2).Label = "年龄"; this.neuSpread1_Sheet1.Columns.Get(2).Width = 69F; this.neuSpread1_Sheet1.Columns.Get(3).CellType = textCellType8; this.neuSpread1_Sheet1.Columns.Get(3).Label = "诊断"; this.neuSpread1_Sheet1.Columns.Get(3).Width = 113F; this.neuSpread1_Sheet1.Columns.Get(4).CellType = textCellType9; this.neuSpread1_Sheet1.Columns.Get(4).Label = "过敏"; this.neuSpread1_Sheet1.Columns.Get(4).Width = 87F; this.neuSpread1_Sheet1.Columns.Get(5).CellType = textCellType10; this.neuSpread1_Sheet1.Columns.Get(5).Label = "位置"; this.neuSpread1_Sheet1.Columns.Get(5).Width = 140F; this.neuSpread1_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))); this.neuSpread1_Sheet1.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault"; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.neuSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single; this.neuSpread1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.neuSpread1_Sheet1.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(564, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "病历"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(564, 32); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 2; this.button2.Text = "医嘱"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button3.Location = new System.Drawing.Point(564, 61); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 3; this.button3.Text = "检验结果"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button4.Location = new System.Drawing.Point(564, 90); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 4; this.button4.Text = "检查结果"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button5.Location = new System.Drawing.Point(564, 151); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 5; this.button5.Text = "定制"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button6.Location = new System.Drawing.Point(564, 119); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(75, 23); this.button6.TabIndex = 6; this.button6.Text = "会诊信息"; this.button6.UseVisualStyleBackColor = true; // // button7 // this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button7.Location = new System.Drawing.Point(564, 220); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 7; this.button7.Text = "查找患者"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button8.Location = new System.Drawing.Point(564, 191); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 8; this.button8.Text = "本科患者"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // ucPatientList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.button8); this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.neuSpread1); this.Name = "ucPatientList"; this.Size = new System.Drawing.Size(651, 256); this.Load += new System.EventHandler(this.ucPatientList_Load); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.btnUp = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.btnDown = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.btnSave = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.btnCancel = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = ""; this.neuSpread1.FileName = ""; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 3); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(295, 338); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.neuSpread1_ButtonClicked); // // 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.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin2", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // btnUp // this.btnUp.Location = new System.Drawing.Point(300, 3); this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(29, 74); this.btnUp.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnUp.TabIndex = 1; this.btnUp.Text = "上 移"; this.btnUp.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnUp.UseVisualStyleBackColor = true; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnDown // this.btnDown.Location = new System.Drawing.Point(300, 83); this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(29, 74); this.btnDown.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnDown.TabIndex = 1; this.btnDown.Text = "下 移"; this.btnDown.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnDown.UseVisualStyleBackColor = true; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(168, 347); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 26); this.btnSave.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnSave.TabIndex = 2; this.btnSave.Text = "保存(&S)"; this.btnSave.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(254, 347); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 26); this.btnCancel.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消(&C)"; this.btnCancel.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // ucSetColumn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Beige; this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnDown); this.Controls.Add(this.btnUp); this.Controls.Add(this.neuSpread1); this.Name = "ucSetColumn"; this.Size = new System.Drawing.Size(335, 378); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); this.SuspendLayout(); // // 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 = 3; this.fpSpread1_Sheet1.RowCount = 6; this.fpSpread1_Sheet1.Cells.Get(0, 0).Value = "电子病历"; this.fpSpread1_Sheet1.Cells.Get(0, 1).Value = "EPRImplement"; this.fpSpread1_Sheet1.Cells.Get(0, 2).Value = "EPRImplement.EMR"; this.fpSpread1_Sheet1.Cells.Get(1, 0).Value = "医嘱"; this.fpSpread1_Sheet1.Cells.Get(1, 1).Value = "EPRImplement"; this.fpSpread1_Sheet1.Cells.Get(1, 2).Value = "EPRImplement.Order"; this.fpSpread1_Sheet1.Cells.Get(2, 0).Value = "检验"; this.fpSpread1_Sheet1.Cells.Get(2, 1).Value = "EPRImplement"; this.fpSpread1_Sheet1.Cells.Get(2, 2).Value = "EPRImplement.Lis"; this.fpSpread1_Sheet1.Cells.Get(3, 0).Value = "检查"; this.fpSpread1_Sheet1.Cells.Get(3, 1).Value = "EPRImplement"; this.fpSpread1_Sheet1.Cells.Get(3, 2).Value = "EPRImplement.Pacs"; this.fpSpread1_Sheet1.Cells.Get(4, 0).Value = "会诊"; this.fpSpread1_Sheet1.Cells.Get(4, 1).Value = "EPRImplement"; this.fpSpread1_Sheet1.Cells.Get(4, 2).Value = "EPRImplement.Consulation"; this.fpSpread1_Sheet1.Cells.Get(5, 0).Value = "查找患者"; this.fpSpread1_Sheet1.Cells.Get(5, 1).Value = "UFC.EPR"; this.fpSpread1_Sheet1.Cells.Get(5, 2).Value = "UFC.EPR.Query.ucQueryPatient"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "功能"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "Dll名称"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "类名称"; this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.fpSpread1_Sheet1.Columns.Get(0).Label = "功能"; this.fpSpread1_Sheet1.Columns.Get(0).Width = 108F; this.fpSpread1_Sheet1.Columns.Get(1).Label = "Dll名称"; this.fpSpread1_Sheet1.Columns.Get(1).Width = 110F; this.fpSpread1_Sheet1.Columns.Get(2).Label = "类名称"; this.fpSpread1_Sheet1.Columns.Get(2).Width = 200F; this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // fpSpread1 // this.fpSpread1.About = "2.5.2007.2005"; this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, 电子病历"; this.fpSpread1.BackColor = System.Drawing.SystemColors.Control; this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpSpread1.Location = new System.Drawing.Point(3, 3); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1 }); this.fpSpread1.Size = new System.Drawing.Size(459, 146); 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; // // button1 // this.button1.Location = new System.Drawing.Point(468, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(468, 32); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 2; this.button2.Text = "退出"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // frmPatientListSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 157); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.fpSpread1); this.Name = "frmPatientListSet"; this.Text = "设置"; ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelectUser)); FarPoint.Win.Spread.TipAppearance tipAppearance3 = new FarPoint.Win.Spread.TipAppearance(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tree = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuLinkLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Info; this.splitContainer1.Panel1.Controls.Add(this.neuLinkLabel1); this.splitContainer1.Panel1.Controls.Add(this.tree); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.neuSpread1); this.splitContainer1.Size = new System.Drawing.Size(523, 395); this.splitContainer1.SplitterDistance = 141; this.splitContainer1.TabIndex = 0; // // tree // this.tree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tree.ImageIndex = 0; this.tree.ImageList = this.imageList1; this.tree.Location = new System.Drawing.Point(0, 29); this.tree.Name = "tree"; this.tree.SelectedImageIndex = 0; this.tree.Size = new System.Drawing.Size(138, 361); this.tree.TabIndex = 0; this.tree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_AfterSelect); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "CLSDFOLD.ICO"); this.imageList1.Images.SetKeyName(1, "OPENFOLD.ICO"); // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(-1, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(375, 391); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance3.BackColor = System.Drawing.SystemColors.Info; tipAppearance3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance3.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance3; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick); // // neuSpread1_Sheet1 // this.neuSpread1_Sheet1.Reset(); this.neuSpread1_Sheet1.SheetName = "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 = 3; this.neuSpread1_Sheet1.RowCount = 1; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "人员"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "类型"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "备注"; this.neuSpread1_Sheet1.Columns.Get(0).AllowAutoSort = true; this.neuSpread1_Sheet1.Columns.Get(0).Label = "人员"; this.neuSpread1_Sheet1.Columns.Get(0).Width = 200F; this.neuSpread1_Sheet1.Columns.Get(1).AllowAutoSort = true; this.neuSpread1_Sheet1.Columns.Get(1).Label = "类型"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 172F; this.neuSpread1_Sheet1.Columns.Get(2).Label = "备注"; this.neuSpread1_Sheet1.Columns.Get(2).Width = 284F; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).AllowAutoSort = true; this.neuSpread1_Sheet1.Rows.Get(0).Height = 25F; this.neuSpread1_Sheet1.Rows.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.neuSpread1_Sheet1.SelectionForeColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // neuLinkLabel1 // this.neuLinkLabel1.AutoSize = true; this.neuLinkLabel1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLinkLabel1.Location = new System.Drawing.Point(64, 7); this.neuLinkLabel1.Name = "neuLinkLabel1"; this.neuLinkLabel1.Size = new System.Drawing.Size(103, 15); this.neuLinkLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLinkLabel1.TabIndex = 2; this.neuLinkLabel1.TabStop = true; this.neuLinkLabel1.Text = "【查找科室】"; this.neuLinkLabel1.Click += new System.EventHandler(this.neuLinkLabel1_Click); // // frmSelectUser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(523, 395); this.Controls.Add(this.splitContainer1); this.KeyPreview = true; this.MinimizeBox = false; this.Name = "frmSelectUser"; this.Text = "超级登陆"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmSelectUser_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccInvoice)); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.exit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.adjustdata = new System.Windows.Forms.ToolStripButton(); this.save = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.BtnSendEmail = new System.Windows.Forms.ToolStripMenuItem(); this.BtnSend = new System.Windows.Forms.ToolStripMenuItem(); this.printToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.CboMonth = new System.Windows.Forms.ToolStripComboBox(); this.CboYear = new System.Windows.Forms.ToolStripComboBox(); this.BtnOk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.cutToolStripButton = new System.Windows.Forms.ToolStripButton(); this.copyToolStripButton = new System.Windows.Forms.ToolStripButton(); this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.helpToolStripButton = new System.Windows.Forms.ToolStripButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.Sl1 = new System.Windows.Forms.ToolStripStatusLabel(); this.Pb1 = new System.Windows.Forms.ToolStripProgressBar(); this.GrdView = new FarPoint.Win.Spread.FpSpread(); this.GrdView_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.TxtEmailSubject = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.TxtEmailFrom = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.ChkSendEmailAll = new System.Windows.Forms.CheckBox(); this.ChkGenPDFAll = new System.Windows.Forms.CheckBox(); this.toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView_Sheet1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exit, this.toolStripSeparator2, this.adjustdata, this.save, this.toolStripButton1, this.printToolStripButton, this.toolStripSeparator3, this.toolStripLabel1, this.CboMonth, this.CboYear, this.BtnOk, this.toolStripSeparator, this.cutToolStripButton, this.copyToolStripButton, this.pasteToolStripButton, this.toolStripSeparator1, this.helpToolStripButton }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1028, 25); this.toolStrip1.TabIndex = 27; this.toolStrip1.Text = "toolStrip1"; // // exit // this.exit.Image = global::ThaHr30.Properties.Resources.cancelicon; this.exit.ImageTransparentColor = System.Drawing.Color.Magenta; this.exit.Name = "exit"; this.exit.Size = new System.Drawing.Size(51, 22); this.exit.Text = " Exit"; this.exit.Click += new System.EventHandler(this.exit_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // adjustdata // this.adjustdata.Image = ((System.Drawing.Image)(resources.GetObject("adjustdata.Image"))); this.adjustdata.ImageTransparentColor = System.Drawing.Color.Magenta; this.adjustdata.Name = "adjustdata"; this.adjustdata.Size = new System.Drawing.Size(91, 22); this.adjustdata.Text = "»ÃѺ»Ãا¢éÍÁÙÅ"; this.adjustdata.Click += new System.EventHandler(this.adjustdata_Click); // // save // this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image"))); this.save.ImageTransparentColor = System.Drawing.Color.Magenta; this.save.Name = "save"; this.save.Size = new System.Drawing.Size(96, 22); this.save.Text = " àµÃÕÂÁ¢éÍÁÙÅ "; this.save.Click += new System.EventHandler(this.save_Click); // // toolStripButton1 // this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.BtnSendEmail, this.BtnSend }); this.toolStripButton1.Image = global::ThaHr30.Properties.Resources.blogicon; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(108, 22); this.toolStripButton1.Text = "More Action ..."; // // BtnSendEmail // this.BtnSendEmail.Image = global::ThaHr30.Properties.Resources.ei0021_16; this.BtnSendEmail.Name = "BtnSendEmail"; this.BtnSendEmail.Size = new System.Drawing.Size(182, 22); this.BtnSendEmail.Text = "Ê觢éÍÁÙÅ·Ò§ E-Mail"; this.BtnSendEmail.Click += new System.EventHandler(this.BtnSendEmail_Click); // // BtnSend // this.BtnSend.Image = global::ThaHr30.Properties.Resources.print_check_icon; this.BtnSend.Name = "BtnSend"; this.BtnSend.Size = new System.Drawing.Size(182, 22); this.BtnSend.Text = "¾ÔÁ¾ìàÍ¡ÊÒÃà¾×èÍÊè§ FAX"; // // printToolStripButton // this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image"))); this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.printToolStripButton.Name = "printToolStripButton"; this.printToolStripButton.Size = new System.Drawing.Size(55, 22); this.printToolStripButton.Text = " &Print"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(48, 22); this.toolStripLabel1.Text = " à´×͹ : "; // // CboMonth // this.CboMonth.Name = "CboMonth"; this.CboMonth.Size = new System.Drawing.Size(121, 25); this.CboMonth.DropDownClosed += new System.EventHandler(this.CboMonth_DropDownClosed); // // CboYear // this.CboYear.Name = "CboYear"; this.CboYear.Size = new System.Drawing.Size(161, 25); // // BtnOk // this.BtnOk.Image = global::ThaHr30.Properties.Resources.binocular_icon; this.BtnOk.ImageTransparentColor = System.Drawing.Color.Magenta; this.BtnOk.Name = "BtnOk"; this.BtnOk.Size = new System.Drawing.Size(66, 22); this.BtnOk.Text = " Search"; this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // cutToolStripButton // this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image"))); this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.cutToolStripButton.Name = "cutToolStripButton"; this.cutToolStripButton.Size = new System.Drawing.Size(23, 22); this.cutToolStripButton.Text = "C&ut"; // // copyToolStripButton // this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image"))); this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.copyToolStripButton.Name = "copyToolStripButton"; this.copyToolStripButton.Size = new System.Drawing.Size(23, 22); this.copyToolStripButton.Text = "&Copy"; // // pasteToolStripButton // this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image"))); this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.pasteToolStripButton.Name = "pasteToolStripButton"; this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22); this.pasteToolStripButton.Text = "&Paste"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // helpToolStripButton // this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image"))); this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.helpToolStripButton.Name = "helpToolStripButton"; this.helpToolStripButton.Size = new System.Drawing.Size(23, 22); this.helpToolStripButton.Text = "He&lp"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Sl1, this.Pb1 }); this.statusStrip1.Location = new System.Drawing.Point(0, 479); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1028, 22); this.statusStrip1.TabIndex = 28; this.statusStrip1.Text = "statusStrip1"; // // Sl1 // this.Sl1.Name = "Sl1"; this.Sl1.Size = new System.Drawing.Size(38, 17); this.Sl1.Text = "Status"; // // Pb1 // this.Pb1.Name = "Pb1"; this.Pb1.Size = new System.Drawing.Size(800, 16); // // GrdView // this.GrdView.About = "2.5.2005.2005"; this.GrdView.AccessibleDescription = "GrdView"; this.GrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.GrdView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never; this.GrdView.Location = new System.Drawing.Point(12, 91); this.GrdView.Name = "GrdView"; this.GrdView.ScrollBarShowMax = false; this.GrdView.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.GrdView_Sheet1 }); this.GrdView.Size = new System.Drawing.Size(732, 385); this.GrdView.TabIndex = 29; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.GrdView.TextTipAppearance = tipAppearance2; this.GrdView.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.GrdView_CellDoubleClick); this.GrdView.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.GrdView_CellClick); // // GrdView_Sheet1 // this.GrdView_Sheet1.Reset(); this.GrdView_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.GrdView_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.GrdView_Sheet1.AutoUpdateNotes = true; this.GrdView_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // groupBox1 // this.groupBox1.Controls.Add(this.TxtEmailSubject); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.TxtEmailFrom); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.ChkSendEmailAll); this.groupBox1.Controls.Add(this.ChkGenPDFAll); this.groupBox1.Location = new System.Drawing.Point(12, 34); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(968, 51); this.groupBox1.TabIndex = 30; this.groupBox1.TabStop = false; this.groupBox1.Text = "¡Ò÷ӧҹ"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // TxtEmailSubject // this.TxtEmailSubject.Location = new System.Drawing.Point(750, 17); this.TxtEmailSubject.Name = "TxtEmailSubject"; this.TxtEmailSubject.Size = new System.Drawing.Size(210, 20); this.TxtEmailSubject.TabIndex = 5; this.TxtEmailSubject.Text = "Test send e-mail"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(664, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 13); this.label2.TabIndex = 4; this.label2.Text = "E-mail Subject :"; // // TxtEmailFrom // this.TxtEmailFrom.Location = new System.Drawing.Point(443, 17); this.TxtEmailFrom.Name = "TxtEmailFrom"; this.TxtEmailFrom.Size = new System.Drawing.Size(210, 20); this.TxtEmailFrom.TabIndex = 3; this.TxtEmailFrom.Text = "*****@*****.**"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(370, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 2; this.label1.Text = "E-mail From :"; // // ChkSendEmailAll // this.ChkSendEmailAll.AutoSize = true; this.ChkSendEmailAll.Location = new System.Drawing.Point(191, 19); this.ChkSendEmailAll.Name = "ChkSendEmailAll"; this.ChkSendEmailAll.Size = new System.Drawing.Size(164, 17); this.ChkSendEmailAll.TabIndex = 1; this.ChkSendEmailAll.Text = "ãËéâ»Ãá¡ÃÁÊè§ E-Mail ·Ñé§ËÁ´"; this.ChkSendEmailAll.UseVisualStyleBackColor = true; this.ChkSendEmailAll.CheckedChanged += new System.EventHandler(this.ChkSendEmailAll_CheckedChanged); // // ChkGenPDFAll // this.ChkGenPDFAll.AutoSize = true; this.ChkGenPDFAll.Location = new System.Drawing.Point(7, 20); this.ChkGenPDFAll.Name = "ChkGenPDFAll"; this.ChkGenPDFAll.Size = new System.Drawing.Size(164, 17); this.ChkGenPDFAll.TabIndex = 0; this.ChkGenPDFAll.Text = "àµÃÕÂÁ¢éÍÁÙÅ gen PDF ·Ñé§ËÁ´"; this.ChkGenPDFAll.UseVisualStyleBackColor = true; this.ChkGenPDFAll.CheckedChanged += new System.EventHandler(this.ChkGenPDFAll_CheckedChanged); // // AccInvoice // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1028, 501); this.Controls.Add(this.groupBox1); this.Controls.Add(this.GrdView); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.Name = "AccInvoice"; this.Text = "AccInvoice"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.AccInvoice_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdView_Sheet1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType(); this.fpReg = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.fpReg_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.dtEnd = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.dtBegin = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.lblDate = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); ((System.ComponentModel.ISupportInitialize)(this.fpReg)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpReg_Sheet1)).BeginInit(); this.neuPanel1.SuspendLayout(); this.neuPanel2.SuspendLayout(); this.SuspendLayout(); // // fpReg // this.fpReg.About = "3.0.2004.2005"; this.fpReg.AccessibleDescription = "fpReg, Sheet1, Row 0, Column 0, "; this.fpReg.BackColor = System.Drawing.Color.White; this.fpReg.Dock = System.Windows.Forms.DockStyle.Fill; this.fpReg.FileName = ""; this.fpReg.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpReg.IsAutoSaveGridStatus = false; this.fpReg.IsCanCustomConfigColumn = false; this.fpReg.Location = new System.Drawing.Point(0, 52); this.fpReg.Name = "fpReg"; this.fpReg.RightToLeft = System.Windows.Forms.RightToLeft.No; this.fpReg.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpReg_Sheet1 }); this.fpReg.Size = new System.Drawing.Size(648, 447); this.fpReg.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.fpReg.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.fpReg.TextTipAppearance = tipAppearance1; this.fpReg.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // fpReg_Sheet1 // this.fpReg_Sheet1.Reset(); this.fpReg_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpReg_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpReg_Sheet1.ColumnCount = 14; this.fpReg_Sheet1.RowCount = 1; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "看诊时间"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "午别"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "姓名"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "身份证号"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "性别"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "出生日期"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "联系电话"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "挂号科室"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "医生"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "挂号费"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "检查费"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "诊查费"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "病历本费"; this.fpReg_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "结算类别"; this.fpReg_Sheet1.Columns.Get(0).CellType = textCellType1; this.fpReg_Sheet1.Columns.Get(0).Label = "看诊时间"; this.fpReg_Sheet1.Columns.Get(0).Locked = true; this.fpReg_Sheet1.Columns.Get(0).Width = 105F; this.fpReg_Sheet1.Columns.Get(1).CellType = textCellType2; this.fpReg_Sheet1.Columns.Get(1).Label = "午别"; this.fpReg_Sheet1.Columns.Get(1).Locked = true; this.fpReg_Sheet1.Columns.Get(2).CellType = textCellType3; this.fpReg_Sheet1.Columns.Get(2).Label = "姓名"; this.fpReg_Sheet1.Columns.Get(2).Locked = true; this.fpReg_Sheet1.Columns.Get(2).Width = 67F; this.fpReg_Sheet1.Columns.Get(3).CellType = textCellType4; this.fpReg_Sheet1.Columns.Get(3).Label = "身份证号"; this.fpReg_Sheet1.Columns.Get(3).Locked = true; this.fpReg_Sheet1.Columns.Get(3).Width = 127F; this.fpReg_Sheet1.Columns.Get(4).CellType = textCellType5; this.fpReg_Sheet1.Columns.Get(4).Label = "性别"; this.fpReg_Sheet1.Columns.Get(4).Locked = true; this.fpReg_Sheet1.Columns.Get(4).Width = 46F; this.fpReg_Sheet1.Columns.Get(5).CellType = textCellType6; this.fpReg_Sheet1.Columns.Get(5).Label = "出生日期"; this.fpReg_Sheet1.Columns.Get(5).Locked = true; this.fpReg_Sheet1.Columns.Get(5).Width = 112F; this.fpReg_Sheet1.Columns.Get(6).CellType = textCellType7; this.fpReg_Sheet1.Columns.Get(6).Label = "联系电话"; this.fpReg_Sheet1.Columns.Get(6).Locked = true; this.fpReg_Sheet1.Columns.Get(6).Width = 95F; this.fpReg_Sheet1.Columns.Get(7).CellType = textCellType8; this.fpReg_Sheet1.Columns.Get(7).Label = "挂号科室"; this.fpReg_Sheet1.Columns.Get(7).Locked = true; this.fpReg_Sheet1.Columns.Get(7).Width = 117F; this.fpReg_Sheet1.Columns.Get(8).CellType = textCellType9; this.fpReg_Sheet1.Columns.Get(8).Label = "医生"; this.fpReg_Sheet1.Columns.Get(8).Locked = true; this.fpReg_Sheet1.Columns.Get(8).Width = 103F; this.fpReg_Sheet1.Columns.Get(9).CellType = textCellType10; this.fpReg_Sheet1.Columns.Get(9).Label = "挂号费"; this.fpReg_Sheet1.Columns.Get(9).Locked = true; this.fpReg_Sheet1.Columns.Get(10).CellType = textCellType11; this.fpReg_Sheet1.Columns.Get(10).Label = "检查费"; this.fpReg_Sheet1.Columns.Get(10).Locked = true; this.fpReg_Sheet1.Columns.Get(10).Width = 71F; this.fpReg_Sheet1.Columns.Get(11).CellType = textCellType12; this.fpReg_Sheet1.Columns.Get(11).Label = "诊查费"; this.fpReg_Sheet1.Columns.Get(11).Locked = true; this.fpReg_Sheet1.Columns.Get(12).CellType = textCellType13; this.fpReg_Sheet1.Columns.Get(12).Label = "病历本费"; this.fpReg_Sheet1.Columns.Get(12).Locked = true; this.fpReg_Sheet1.Columns.Get(13).CellType = textCellType14; this.fpReg_Sheet1.Columns.Get(13).Label = "结算类别"; this.fpReg_Sheet1.Columns.Get(13).Width = 94F; this.fpReg_Sheet1.GrayAreaBackColor = System.Drawing.Color.White; this.fpReg_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.fpReg_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpReg_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // neuPanel1 // this.neuPanel1.Controls.Add(this.fpReg); this.neuPanel1.Controls.Add(this.neuPanel2); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(648, 499); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 1; // // neuPanel2 // this.neuPanel2.Controls.Add(this.neuLabel1); this.neuPanel2.Controls.Add(this.dtEnd); this.neuPanel2.Controls.Add(this.dtBegin); this.neuPanel2.Controls.Add(this.lblDate); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel2.Location = new System.Drawing.Point(0, 0); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(648, 52); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 1; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Location = new System.Drawing.Point(221, 20); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(17, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 2; this.neuLabel1.Text = "--"; // // dtEnd // this.dtEnd.IsEnter2Tab = false; this.dtEnd.Location = new System.Drawing.Point(249, 15); this.dtEnd.Name = "dtEnd"; this.dtEnd.Size = new System.Drawing.Size(127, 21); this.dtEnd.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtEnd.TabIndex = 1; // // dtBegin // this.dtBegin.CustomFormat = ""; this.dtBegin.IsEnter2Tab = false; this.dtBegin.Location = new System.Drawing.Point(76, 14); this.dtBegin.Name = "dtBegin"; this.dtBegin.Size = new System.Drawing.Size(132, 21); this.dtBegin.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtBegin.TabIndex = 1; // // lblDate // this.lblDate.AutoSize = true; this.lblDate.Location = new System.Drawing.Point(15, 20); this.lblDate.Name = "lblDate"; this.lblDate.Size = new System.Drawing.Size(65, 12); this.lblDate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblDate.TabIndex = 0; this.lblDate.Text = "起始时间:"; // // ucNetRegConfirm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuPanel1); this.Name = "ucNetRegConfirm"; this.Size = new System.Drawing.Size(648, 499); this.Load += new System.EventHandler(this.ucNetRegConfirm_Load); ((System.ComponentModel.ISupportInitialize)(this.fpReg)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpReg_Sheet1)).EndInit(); this.neuPanel1.ResumeLayout(false); this.neuPanel2.ResumeLayout(false); this.neuPanel2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Neusoft.FrameWork.WinForms.Controls.NeuLabel lbDoct; Neusoft.FrameWork.WinForms.Controls.NeuLabel lbPact; Neusoft.FrameWork.WinForms.Controls.NeuLabel lbMCardNO; Neusoft.FrameWork.WinForms.Controls.NeuLabel lbRebate; FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); this.lbCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.tbCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.tbName = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lbName = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.lbSex = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbSex = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.lbAge = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.tbAge = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lbRegDept = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbRegDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.cmbDoct = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.cmbPact = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.lbClass = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbClass = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.tbMCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.cmbRebate = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.fpRecipeSeq = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuContexMenu1 = new Neusoft.FrameWork.WinForms.Controls.NeuContexMenu(); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuItem2 = new System.Windows.Forms.MenuItem(); this.fpRecipeSeq_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.plAddUp = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.lblAddUpCost = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.plMain = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); lbDoct = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); lbPact = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); lbMCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); lbRebate = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq_Sheet1)).BeginInit(); this.plAddUp.SuspendLayout(); this.plMain.SuspendLayout(); this.SuspendLayout(); // // lbDoct // lbDoct.AutoSize = true; lbDoct.Font = new System.Drawing.Font("宋体", 10F); lbDoct.Location = new System.Drawing.Point(191, 40); lbDoct.Name = "lbDoct"; lbDoct.Size = new System.Drawing.Size(70, 14); lbDoct.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; lbDoct.TabIndex = 10; lbDoct.Text = "开立医生:"; // // lbPact // lbPact.AutoSize = true; lbPact.Font = new System.Drawing.Font("宋体", 10F); lbPact.Location = new System.Drawing.Point(382, 40); lbPact.Name = "lbPact"; lbPact.Size = new System.Drawing.Size(70, 14); lbPact.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; lbPact.TabIndex = 12; lbPact.Text = "合同单位:"; // // lbMCardNO // lbMCardNO.AutoSize = true; lbMCardNO.Font = new System.Drawing.Font("宋体", 10F); lbMCardNO.Location = new System.Drawing.Point(191, 69); lbMCardNO.Name = "lbMCardNO"; lbMCardNO.Size = new System.Drawing.Size(70, 14); lbMCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; lbMCardNO.TabIndex = 16; lbMCardNO.Text = "医疗证号:"; // // lbRebate // lbRebate.AutoSize = true; lbRebate.Font = new System.Drawing.Font("宋体", 10F); lbRebate.Location = new System.Drawing.Point(382, 69); lbRebate.Name = "lbRebate"; lbRebate.Size = new System.Drawing.Size(70, 14); lbRebate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; lbRebate.TabIndex = 18; lbRebate.Text = "优惠编码:"; lbRebate.Visible = false; // // lbCardNO // this.lbCardNO.AutoSize = true; this.lbCardNO.Font = new System.Drawing.Font("宋体", 10F); this.lbCardNO.Location = new System.Drawing.Point(17, 10); this.lbCardNO.Name = "lbCardNO"; this.lbCardNO.Size = new System.Drawing.Size(56, 14); this.lbCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbCardNO.TabIndex = 0; this.lbCardNO.Text = "病例号:"; // // tbCardNO // this.tbCardNO.Font = new System.Drawing.Font("宋体", 10F); this.tbCardNO.IsEnter2Tab = false; this.tbCardNO.Location = new System.Drawing.Point(76, 6); this.tbCardNO.Name = "tbCardNO"; this.tbCardNO.Size = new System.Drawing.Size(111, 23); this.tbCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.tbCardNO.TabIndex = 1; this.tbCardNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbCardNO_KeyDown); // // tbName // this.tbName.Enabled = false; this.tbName.Font = new System.Drawing.Font("宋体", 10F); this.tbName.IsEnter2Tab = false; this.tbName.Location = new System.Drawing.Point(263, 6); this.tbName.Name = "tbName"; this.tbName.Size = new System.Drawing.Size(111, 23); this.tbName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.tbName.TabIndex = 3; this.tbName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbName_KeyDown); this.tbName.Leave += new System.EventHandler(this.tbName_Leave); // // lbName // this.lbName.AutoSize = true; this.lbName.Font = new System.Drawing.Font("宋体", 10F); this.lbName.Location = new System.Drawing.Point(191, 10); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(70, 14); this.lbName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbName.TabIndex = 2; this.lbName.Text = "患者姓名:"; // // lbSex // this.lbSex.AutoSize = true; this.lbSex.Font = new System.Drawing.Font("宋体", 10F); this.lbSex.Location = new System.Drawing.Point(410, 10); this.lbSex.Name = "lbSex"; this.lbSex.Size = new System.Drawing.Size(42, 14); this.lbSex.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbSex.TabIndex = 4; this.lbSex.Text = "性别:"; // // cmbSex // this.cmbSex.ArrowBackColor = System.Drawing.Color.Silver; this.cmbSex.Enabled = false; this.cmbSex.Font = new System.Drawing.Font("宋体", 10F); this.cmbSex.FormattingEnabled = true; this.cmbSex.IsEnter2Tab = false; this.cmbSex.IsFlat = false; this.cmbSex.IsLike = true; this.cmbSex.IsListOnly = false; this.cmbSex.IsShowCustomerList = false; this.cmbSex.IsShowID = false; this.cmbSex.Location = new System.Drawing.Point(458, 6); this.cmbSex.Name = "cmbSex"; this.cmbSex.PopForm = null; this.cmbSex.ShowCustomerList = false; this.cmbSex.ShowID = false; this.cmbSex.Size = new System.Drawing.Size(40, 21); this.cmbSex.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbSex.TabIndex = 5; this.cmbSex.Tag = ""; this.cmbSex.ToolBarUse = false; this.cmbSex.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbSex_KeyDown); // // lbAge // this.lbAge.AutoSize = true; this.lbAge.Font = new System.Drawing.Font("宋体", 10F); this.lbAge.Location = new System.Drawing.Point(498, 10); this.lbAge.Name = "lbAge"; this.lbAge.Size = new System.Drawing.Size(42, 14); this.lbAge.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbAge.TabIndex = 6; this.lbAge.Text = "年龄:"; // // tbAge // this.tbAge.Enabled = false; this.tbAge.Font = new System.Drawing.Font("宋体", 10F); this.tbAge.IsEnter2Tab = false; this.tbAge.Location = new System.Drawing.Point(536, 6); this.tbAge.Name = "tbAge"; this.tbAge.Size = new System.Drawing.Size(31, 23); this.tbAge.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.tbAge.TabIndex = 7; this.tbAge.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbAge_KeyDown); // // lbRegDept // this.lbRegDept.AutoSize = true; this.lbRegDept.Font = new System.Drawing.Font("宋体", 10F); this.lbRegDept.Location = new System.Drawing.Point(3, 40); this.lbRegDept.Name = "lbRegDept"; this.lbRegDept.Size = new System.Drawing.Size(70, 14); this.lbRegDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbRegDept.TabIndex = 8; this.lbRegDept.Text = "看诊科室:"; // // cmbRegDept // this.cmbRegDept.ArrowBackColor = System.Drawing.Color.Silver; this.cmbRegDept.Enabled = false; this.cmbRegDept.Font = new System.Drawing.Font("宋体", 10F); this.cmbRegDept.FormattingEnabled = true; this.cmbRegDept.IsEnter2Tab = false; this.cmbRegDept.IsFlat = false; this.cmbRegDept.IsLike = true; this.cmbRegDept.IsListOnly = false; this.cmbRegDept.IsShowCustomerList = false; this.cmbRegDept.IsShowID = false; this.cmbRegDept.Location = new System.Drawing.Point(76, 37); this.cmbRegDept.Name = "cmbRegDept"; this.cmbRegDept.PopForm = null; this.cmbRegDept.ShowCustomerList = false; this.cmbRegDept.ShowID = false; this.cmbRegDept.Size = new System.Drawing.Size(111, 21); this.cmbRegDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbRegDept.TabIndex = 9; this.cmbRegDept.Tag = ""; this.cmbRegDept.ToolBarUse = false; this.cmbRegDept.SelectedIndexChanged += new System.EventHandler(this.cmbRegDept_SelectedIndexChanged); this.cmbRegDept.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbRegDept_KeyDown); // // cmbDoct // this.cmbDoct.ArrowBackColor = System.Drawing.Color.Silver; this.cmbDoct.Enabled = false; this.cmbDoct.Font = new System.Drawing.Font("宋体", 10F); this.cmbDoct.FormattingEnabled = true; this.cmbDoct.IsEnter2Tab = false; this.cmbDoct.IsFlat = false; this.cmbDoct.IsLike = true; this.cmbDoct.IsListOnly = false; this.cmbDoct.IsShowCustomerList = false; this.cmbDoct.IsShowID = false; this.cmbDoct.Location = new System.Drawing.Point(263, 37); this.cmbDoct.Name = "cmbDoct"; this.cmbDoct.PopForm = null; this.cmbDoct.ShowCustomerList = false; this.cmbDoct.ShowID = false; this.cmbDoct.Size = new System.Drawing.Size(111, 21); this.cmbDoct.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbDoct.TabIndex = 11; this.cmbDoct.Tag = ""; this.cmbDoct.ToolBarUse = false; this.cmbDoct.SelectedIndexChanged += new System.EventHandler(this.cmbDoct_SelectedIndexChanged); this.cmbDoct.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbDoct_KeyDown); // // cmbPact // this.cmbPact.ArrowBackColor = System.Drawing.Color.Silver; this.cmbPact.Enabled = false; this.cmbPact.Font = new System.Drawing.Font("宋体", 10F); this.cmbPact.FormattingEnabled = true; this.cmbPact.IsEnter2Tab = false; this.cmbPact.IsFlat = false; this.cmbPact.IsLike = true; this.cmbPact.IsListOnly = false; this.cmbPact.IsShowCustomerList = false; this.cmbPact.IsShowID = false; this.cmbPact.Location = new System.Drawing.Point(458, 37); this.cmbPact.Name = "cmbPact"; this.cmbPact.PopForm = null; this.cmbPact.ShowCustomerList = false; this.cmbPact.ShowID = false; this.cmbPact.Size = new System.Drawing.Size(111, 21); this.cmbPact.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbPact.TabIndex = 13; this.cmbPact.Tag = ""; this.cmbPact.ToolBarUse = false; this.cmbPact.SelectedIndexChanged += new System.EventHandler(this.cmbPact_SelectedIndexChanged); this.cmbPact.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbPact_KeyDown); // // lbClass // this.lbClass.AutoSize = true; this.lbClass.Font = new System.Drawing.Font("宋体", 10F); this.lbClass.Location = new System.Drawing.Point(3, 66); this.lbClass.Name = "lbClass"; this.lbClass.Size = new System.Drawing.Size(70, 14); this.lbClass.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbClass.TabIndex = 14; this.lbClass.Text = "等级编码:"; // // cmbClass // this.cmbClass.ArrowBackColor = System.Drawing.Color.Silver; this.cmbClass.Enabled = false; this.cmbClass.Font = new System.Drawing.Font("宋体", 10F); this.cmbClass.FormattingEnabled = true; this.cmbClass.IsEnter2Tab = false; this.cmbClass.IsFlat = false; this.cmbClass.IsLike = true; this.cmbClass.IsListOnly = false; this.cmbClass.IsShowCustomerList = false; this.cmbClass.IsShowID = false; this.cmbClass.Location = new System.Drawing.Point(76, 66); this.cmbClass.Name = "cmbClass"; this.cmbClass.PopForm = null; this.cmbClass.ShowCustomerList = false; this.cmbClass.ShowID = false; this.cmbClass.Size = new System.Drawing.Size(111, 21); this.cmbClass.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbClass.TabIndex = 15; this.cmbClass.Tag = ""; this.cmbClass.ToolBarUse = false; this.cmbClass.SelectedIndexChanged += new System.EventHandler(this.cmbClass_SelectedIndexChanged); this.cmbClass.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbClass_KeyDown); // // tbMCardNO // this.tbMCardNO.Enabled = false; this.tbMCardNO.Font = new System.Drawing.Font("宋体", 10F); this.tbMCardNO.IsEnter2Tab = false; this.tbMCardNO.Location = new System.Drawing.Point(263, 64); this.tbMCardNO.Name = "tbMCardNO"; this.tbMCardNO.Size = new System.Drawing.Size(111, 23); this.tbMCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.tbMCardNO.TabIndex = 17; this.tbMCardNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbMCardNO_KeyDown); // // cmbRebate // this.cmbRebate.ArrowBackColor = System.Drawing.Color.Silver; this.cmbRebate.Font = new System.Drawing.Font("宋体", 10F); this.cmbRebate.FormattingEnabled = true; this.cmbRebate.IsEnter2Tab = false; this.cmbRebate.IsFlat = false; this.cmbRebate.IsLike = true; this.cmbRebate.IsListOnly = false; this.cmbRebate.IsShowCustomerList = false; this.cmbRebate.IsShowID = false; this.cmbRebate.Location = new System.Drawing.Point(458, 66); this.cmbRebate.Name = "cmbRebate"; this.cmbRebate.PopForm = null; this.cmbRebate.ShowCustomerList = false; this.cmbRebate.ShowID = false; this.cmbRebate.Size = new System.Drawing.Size(111, 21); this.cmbRebate.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbRebate.TabIndex = 19; this.cmbRebate.Tag = ""; this.cmbRebate.ToolBarUse = false; this.cmbRebate.Visible = false; this.cmbRebate.SelectedIndexChanged += new System.EventHandler(this.cmbRebate_SelectedIndexChanged); this.cmbRebate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbRebate_KeyDown); // // fpRecipeSeq // this.fpRecipeSeq.About = "3.0.2004.2005"; this.fpRecipeSeq.AccessibleDescription = "fpRecipeSeq, Sheet1"; this.fpRecipeSeq.BackColor = System.Drawing.Color.White; this.fpRecipeSeq.ContextMenu = this.neuContexMenu1; this.fpRecipeSeq.Dock = System.Windows.Forms.DockStyle.Fill; this.fpRecipeSeq.FileName = ""; this.fpRecipeSeq.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpRecipeSeq.IsAutoSaveGridStatus = false; this.fpRecipeSeq.IsCanCustomConfigColumn = false; this.fpRecipeSeq.Location = new System.Drawing.Point(580, 2); this.fpRecipeSeq.Name = "fpRecipeSeq"; this.fpRecipeSeq.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpRecipeSeq_Sheet1 }); this.fpRecipeSeq.Size = new System.Drawing.Size(430, 107); this.fpRecipeSeq.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.fpRecipeSeq.TabIndex = 1; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.fpRecipeSeq.TextTipAppearance = tipAppearance1; this.fpRecipeSeq.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.fpRecipeSeq.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpRecipeSeq_ButtonClicked); this.fpRecipeSeq.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpRecipeSeq_CellClick); // // neuContexMenu1 // this.neuContexMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItem1, this.menuItem2 }); this.neuContexMenu1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuContexMenu1.Popup += new System.EventHandler(this.neuContexMenu1_Popup); // // menuItem1 // this.menuItem1.Index = 0; this.menuItem1.Text = "添加(&A)"; this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click); // // menuItem2 // this.menuItem2.Index = 1; this.menuItem2.Text = "删除(&D)"; this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click); // // fpRecipeSeq_Sheet1 // this.fpRecipeSeq_Sheet1.Reset(); this.fpRecipeSeq_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpRecipeSeq_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpRecipeSeq_Sheet1.ColumnCount = 4; this.fpRecipeSeq_Sheet1.ColumnHeader.RowCount = 0; this.fpRecipeSeq_Sheet1.RowCount = 0; this.fpRecipeSeq_Sheet1.RowHeader.ColumnCount = 0; this.fpRecipeSeq_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; this.fpRecipeSeq_Sheet1.Columns.Get(0).Width = 22F; this.fpRecipeSeq_Sheet1.Columns.Get(1).CellType = textCellType1; this.fpRecipeSeq_Sheet1.Columns.Get(1).Locked = true; this.fpRecipeSeq_Sheet1.Columns.Get(1).Width = 113F; this.fpRecipeSeq_Sheet1.Columns.Get(2).CellType = textCellType2; this.fpRecipeSeq_Sheet1.Columns.Get(2).Locked = true; this.fpRecipeSeq_Sheet1.Columns.Get(2).Width = 75F; this.fpRecipeSeq_Sheet1.Columns.Get(3).CellType = numberCellType1; this.fpRecipeSeq_Sheet1.Columns.Get(3).Locked = true; this.fpRecipeSeq_Sheet1.Columns.Get(3).Width = 75F; this.fpRecipeSeq_Sheet1.GrayAreaBackColor = System.Drawing.Color.White; this.fpRecipeSeq_Sheet1.HorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.Color.LightGray, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 0); this.fpRecipeSeq_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpRecipeSeq_Sheet1.VerticalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.Color.LightGray, System.Drawing.SystemColors.ControlLightLight, System.Drawing.SystemColors.ControlDark, 0); this.fpRecipeSeq_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpRecipeSeq.SetActiveViewport(0, 1, 0); // // plAddUp // this.plAddUp.Controls.Add(this.lblAddUpCost); this.plAddUp.Controls.Add(this.neuLabel1); this.plAddUp.Location = new System.Drawing.Point(1, 89); this.plAddUp.Name = "plAddUp"; this.plAddUp.Size = new System.Drawing.Size(575, 17); this.plAddUp.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.plAddUp.TabIndex = 20; // // lblAddUpCost // this.lblAddUpCost.AutoSize = true; this.lblAddUpCost.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAddUpCost.ForeColor = System.Drawing.Color.Blue; this.lblAddUpCost.Location = new System.Drawing.Point(75, 2); this.lblAddUpCost.Name = "lblAddUpCost"; this.lblAddUpCost.Size = new System.Drawing.Size(0, 15); this.lblAddUpCost.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblAddUpCost.TabIndex = 1; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.neuLabel1.ForeColor = System.Drawing.Color.Blue; this.neuLabel1.Location = new System.Drawing.Point(3, 2); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(82, 15); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 0; this.neuLabel1.Text = "累计金额:"; // // plMain // this.plMain.Controls.Add(this.plAddUp); this.plMain.Controls.Add(this.tbAge); this.plMain.Controls.Add(this.tbName); this.plMain.Controls.Add(this.cmbRebate); this.plMain.Controls.Add(this.lbCardNO); this.plMain.Controls.Add(lbRebate); this.plMain.Controls.Add(this.tbCardNO); this.plMain.Controls.Add(this.tbMCardNO); this.plMain.Controls.Add(this.lbName); this.plMain.Controls.Add(lbMCardNO); this.plMain.Controls.Add(this.lbSex); this.plMain.Controls.Add(this.cmbClass); this.plMain.Controls.Add(this.cmbSex); this.plMain.Controls.Add(this.lbClass); this.plMain.Controls.Add(this.lbAge); this.plMain.Controls.Add(this.cmbPact); this.plMain.Controls.Add(lbPact); this.plMain.Controls.Add(this.lbRegDept); this.plMain.Controls.Add(this.cmbDoct); this.plMain.Controls.Add(this.cmbRegDept); this.plMain.Controls.Add(lbDoct); this.plMain.Dock = System.Windows.Forms.DockStyle.Left; this.plMain.Location = new System.Drawing.Point(2, 2); this.plMain.Name = "plMain"; this.plMain.Size = new System.Drawing.Size(578, 107); this.plMain.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.plMain.TabIndex = 0; // // ucPatientInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fpRecipeSeq); this.Controls.Add(this.plMain); this.Name = "ucPatientInfo"; this.Padding = new System.Windows.Forms.Padding(2); this.Size = new System.Drawing.Size(1012, 111); this.Load += new System.EventHandler(this.ucPatientInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpRecipeSeq_Sheet1)).EndInit(); this.plAddUp.ResumeLayout(false); this.plAddUp.PerformLayout(); this.plMain.ResumeLayout(false); this.plMain.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuGroupBox1 = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtFilter = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.neuGroupBox1.SuspendLayout(); this.SuspendLayout(); // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = ""; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 43); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(716, 354); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick); // // 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.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin3", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true); this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.DefaultStyle.Locked = true; this.neuSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault"; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // neuGroupBox1 // this.neuGroupBox1.Controls.Add(this.txtFilter); 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(716, 43); this.neuGroupBox1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuGroupBox1.TabIndex = 1; this.neuGroupBox1.TabStop = false; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.ForeColor = System.Drawing.Color.Blue; this.neuLabel1.Location = new System.Drawing.Point(6, 17); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(53, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 0; this.neuLabel1.Text = "过 滤 框"; // // txtFilter // this.txtFilter.Location = new System.Drawing.Point(66, 14); this.txtFilter.Name = "txtFilter"; this.txtFilter.Size = new System.Drawing.Size(142, 21); this.txtFilter.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtFilter.TabIndex = 1; this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged); // // ucSpeUnit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuSpread1); this.Controls.Add(this.neuGroupBox1); this.Name = "ucSpeUnit"; this.Size = new System.Drawing.Size(716, 397); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.neuGroupBox1.ResumeLayout(false); this.neuGroupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.ComboBoxCellType comboBoxCellType1 = new FarPoint.Win.Spread.CellType.ComboBoxCellType(); FarPoint.Win.Spread.CellType.DateTimeCellType dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucBookingTemplet)); FarPoint.Win.Spread.CellType.DateTimeCellType dateTimeCellType2 = new FarPoint.Win.Spread.CellType.DateTimeCellType(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1"; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.EditModePermanent = true; this.neuSpread1.EditModeReplace = true; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.Location = new System.Drawing.Point(0, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.SelectNone = false; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.ShowListWhenOfFocus = false; this.neuSpread1.Size = new System.Drawing.Size(804, 442); this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.ComboCloseUp += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.neuSpread1_ComboCloseUp); this.neuSpread1.KeyEnter += new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter.keyDown(this.neuSpread1_KeyEnter); // // 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 = 12; this.neuSpread1_Sheet1.RowCount = 0; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "项目代码"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "单位标识"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "预约限额"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "特诊预约限额"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "午别"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "有效标识"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "注意事项"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "旧午别"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "开始时间"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "结束时间"; this.neuSpread1_Sheet1.Columns.Get(0).CellType = textCellType1; this.neuSpread1_Sheet1.Columns.Get(0).Label = "项目代码"; this.neuSpread1_Sheet1.Columns.Get(0).Width = 80F; this.neuSpread1_Sheet1.Columns.Get(1).CellType = textCellType2; this.neuSpread1_Sheet1.Columns.Get(1).Label = "项目名称"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 100F; this.neuSpread1_Sheet1.Columns.Get(2).CellType = textCellType3; this.neuSpread1_Sheet1.Columns.Get(2).Label = "单位标识"; this.neuSpread1_Sheet1.Columns.Get(2).Width = 80F; this.neuSpread1_Sheet1.Columns.Get(4).CellType = textCellType4; this.neuSpread1_Sheet1.Columns.Get(4).Label = "特诊预约限额"; this.neuSpread1_Sheet1.Columns.Get(4).Width = 100F; comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right; comboBoxCellType1.Items = new string[] { "有效", "无效" }; this.neuSpread1_Sheet1.Columns.Get(6).CellType = comboBoxCellType1; this.neuSpread1_Sheet1.Columns.Get(6).Label = "有效标识"; this.neuSpread1_Sheet1.Columns.Get(7).Label = "注意事项"; this.neuSpread1_Sheet1.Columns.Get(7).Width = 300F; this.neuSpread1_Sheet1.Columns.Get(8).Label = "旧午别"; this.neuSpread1_Sheet1.Columns.Get(8).Visible = false; this.neuSpread1_Sheet1.Columns.Get(9).Visible = false; dateTimeCellType1.Calendar = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar"))); dateTimeCellType1.DateDefault = new System.DateTime(2008, 7, 15, 0, 0, 0, 0); dateTimeCellType1.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.TimeOnly; dateTimeCellType1.TimeDefault = new System.DateTime(2008, 7, 15, 0, 0, 0, 0); this.neuSpread1_Sheet1.Columns.Get(10).CellType = dateTimeCellType1; this.neuSpread1_Sheet1.Columns.Get(10).Label = "开始时间"; this.neuSpread1_Sheet1.Columns.Get(10).Width = 112F; dateTimeCellType2.Calendar = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType2.Calendar"))); dateTimeCellType2.DateDefault = new System.DateTime(2008, 7, 15, 14, 37, 35, 0); dateTimeCellType2.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.TimeOnly; dateTimeCellType2.TimeDefault = new System.DateTime(2008, 7, 15, 14, 37, 35, 0); this.neuSpread1_Sheet1.Columns.Get(11).CellType = dateTimeCellType2; this.neuSpread1_Sheet1.Columns.Get(11).Label = "结束时间"; this.neuSpread1_Sheet1.Columns.Get(11).Width = 104F; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread1.SetActiveViewport(1, 0); // // ucBookingTemplet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuSpread1); this.Name = "ucBookingTemplet"; this.Size = new System.Drawing.Size(804, 442); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox(); this.label5 = new System.Windows.Forms.Label(); this.BtnSend = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.TxtEndDate = new System.Windows.Forms.DateTimePicker(); this.TxtStartDate = new System.Windows.Forms.DateTimePicker(); this.CboTSend = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.TxtProFile = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.GrdSend = new FarPoint.Win.Spread.FpSpread(); this.GrdSend_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdSend)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdSend_Sheet1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.maskedTextBox1); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.BtnSend); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.TxtEndDate); this.groupBox1.Controls.Add(this.TxtStartDate); this.groupBox1.Controls.Add(this.CboTSend); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.TxtProFile); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(396, 150); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "à§×è͹䢡ÒÃÊè§"; // // maskedTextBox1 // this.maskedTextBox1.Location = new System.Drawing.Point(261, 55); this.maskedTextBox1.Mask = "___.___.___.___"; this.maskedTextBox1.Name = "maskedTextBox1"; this.maskedTextBox1.Size = new System.Drawing.Size(109, 20); this.maskedTextBox1.TabIndex = 10; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(232, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(23, 13); this.label5.TabIndex = 9; this.label5.Text = "IP :"; // // BtnSend // this.BtnSend.Location = new System.Drawing.Point(256, 85); this.BtnSend.Name = "BtnSend"; this.BtnSend.Size = new System.Drawing.Size(114, 49); this.BtnSend.TabIndex = 8; this.BtnSend.Text = "Send"; this.BtnSend.UseVisualStyleBackColor = true; this.BtnSend.Click += new System.EventHandler(this.BtnSend_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 121); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(46, 13); this.label4.TabIndex = 7; this.label4.Text = "¶Ö§Çѹ·Õè :"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 95); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(61, 13); this.label3.TabIndex = 6; this.label3.Text = "µÑé§áµèÇѹ·Õè :"; // // TxtEndDate // this.TxtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.TxtEndDate.Location = new System.Drawing.Point(91, 114); this.TxtEndDate.Name = "TxtEndDate"; this.TxtEndDate.Size = new System.Drawing.Size(110, 20); this.TxtEndDate.TabIndex = 5; // // TxtStartDate // this.TxtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.TxtStartDate.Location = new System.Drawing.Point(91, 88); this.TxtStartDate.Name = "TxtStartDate"; this.TxtStartDate.Size = new System.Drawing.Size(110, 20); this.TxtStartDate.TabIndex = 4; // // CboTSend // this.CboTSend.FormattingEnabled = true; this.CboTSend.Items.AddRange(new object[] { "·ÕèÂѧäÁèä´éÊè§", "µÑé§áµèÇѹ·Õè - ¶Ö§Çѹ·Õè" }); this.CboTSend.Location = new System.Drawing.Point(91, 50); this.CboTSend.Name = "CboTSend"; this.CboTSend.Size = new System.Drawing.Size(110, 21); this.CboTSend.TabIndex = 3; this.CboTSend.SelectedValueChanged += new System.EventHandler(this.CboTSend_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 13); this.label2.TabIndex = 2; this.label2.Text = "»ÃÐàÀ·¡ÒÃÊè§ :"; // // TxtProFile // this.TxtProFile.Location = new System.Drawing.Point(91, 20); this.TxtProFile.Name = "TxtProFile"; this.TxtProFile.Size = new System.Drawing.Size(110, 20); this.TxtProFile.TabIndex = 1; this.TxtProFile.Text = "thahr30"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 13); this.label1.TabIndex = 0; this.label1.Text = "Profile :"; // // GrdSend // this.GrdSend.About = "2.5.2005.2005"; this.GrdSend.AccessibleDescription = ""; this.GrdSend.BorderStyle = System.Windows.Forms.BorderStyle.None; this.GrdSend.Location = new System.Drawing.Point(12, 168); this.GrdSend.Name = "GrdSend"; this.GrdSend.ScrollBarShowMax = false; this.GrdSend.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.GrdSend_Sheet1 }); this.GrdSend.Size = new System.Drawing.Size(396, 298); this.GrdSend.TabIndex = 17; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.GrdSend.TextTipAppearance = tipAppearance1; // // GrdSend_Sheet1 // this.GrdSend_Sheet1.Reset(); this.GrdSend_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.GrdSend_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.GrdSend_Sheet1.AutoUpdateNotes = true; this.GrdSend_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // SendData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(420, 478); this.Controls.Add(this.GrdSend); this.Controls.Add(this.groupBox1); this.KeyPreview = true; this.Name = "SendData"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SendData"; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.SendData_KeyUp); this.Load += new System.EventHandler(this.SendData_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.GrdSend)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrdSend_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <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.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter(); this.neuPanelPatientInformation = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.ucPatientInformation = new Neusoft.HISFC.Components.Terminal.Confirm.ucPatientInformation(); this.neuPanelTerminalConfirm = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread2 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuPanelPatientInformation.SuspendLayout(); this.neuPanelTerminalConfirm.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuSplitter1 // this.neuSplitter1.Location = new System.Drawing.Point(0, 0); this.neuSplitter1.Name = "neuSplitter1"; this.neuSplitter1.Size = new System.Drawing.Size(5, 533); this.neuSplitter1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSplitter1.TabIndex = 1; this.neuSplitter1.TabStop = false; // // neuPanelPatientInformation // this.neuPanelPatientInformation.Controls.Add(this.ucPatientInformation); this.neuPanelPatientInformation.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanelPatientInformation.Location = new System.Drawing.Point(5, 0); this.neuPanelPatientInformation.Name = "neuPanelPatientInformation"; this.neuPanelPatientInformation.Size = new System.Drawing.Size(738, 59); this.neuPanelPatientInformation.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelPatientInformation.TabIndex = 2; // // ucPatientInformation // this.ucPatientInformation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(247)))), ((int)(((byte)(213))))); this.ucPatientInformation.Dock = System.Windows.Forms.DockStyle.Fill; this.ucPatientInformation.IsPrint = false; this.ucPatientInformation.Location = new System.Drawing.Point(0, 0); this.ucPatientInformation.Name = "ucPatientInformation"; this.ucPatientInformation.Size = new System.Drawing.Size(738, 59); this.ucPatientInformation.TabIndex = 0; this.ucPatientInformation.WindowType = "0"; // // neuPanelTerminalConfirm // this.neuPanelTerminalConfirm.Controls.Add(this.neuSpread2); this.neuPanelTerminalConfirm.Controls.Add(this.neuSpread1); this.neuPanelTerminalConfirm.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanelTerminalConfirm.Location = new System.Drawing.Point(5, 59); this.neuPanelTerminalConfirm.Name = "neuPanelTerminalConfirm"; this.neuPanelTerminalConfirm.Size = new System.Drawing.Size(738, 474); this.neuPanelTerminalConfirm.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelTerminalConfirm.TabIndex = 3; // // 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.Dock = System.Windows.Forms.DockStyle.Bottom; this.neuSpread2.EditModePermanent = true; this.neuSpread2.EditModeReplace = true; this.neuSpread2.FileName = ""; this.neuSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread2.IsAutoSaveGridStatus = false; this.neuSpread2.IsCanCustomConfigColumn = false; this.neuSpread2.Location = new System.Drawing.Point(0, 262); this.neuSpread2.Name = "neuSpread2"; this.neuSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread2_Sheet1 }); this.neuSpread2.Size = new System.Drawing.Size(738, 212); this.neuSpread2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread2.TabIndex = 5; 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; this.neuSpread2.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread2_CellDoubleClick); // // neuSpread2_Sheet1 // this.neuSpread2_Sheet1.Reset(); this.neuSpread2_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread2_Sheet1.ColumnCount = 10; this.neuSpread2_Sheet1.RowCount = 1; this.neuSpread2_Sheet1.Cells.Get(0, 0).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 1).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 2).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 3).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 4).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 5).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 6).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 7).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 8).Locked = true; this.neuSpread2_Sheet1.Cells.Get(0, 9).Locked = true; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "项目编号"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "取消数量"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "确认人"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "确认科室"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "医嘱流水号"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "执行设备号"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "执行人"; this.neuSpread2_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "执行时间"; this.neuSpread2_Sheet1.Columns.Get(0).Label = "项目编号"; this.neuSpread2_Sheet1.Columns.Get(0).Locked = false; this.neuSpread2_Sheet1.Columns.Get(0).Width = 77F; textCellType1.ReadOnly = true; this.neuSpread2_Sheet1.Columns.Get(1).CellType = textCellType1; this.neuSpread2_Sheet1.Columns.Get(1).Label = "项目名称"; this.neuSpread2_Sheet1.Columns.Get(1).Locked = false; this.neuSpread2_Sheet1.Columns.Get(1).Width = 91F; this.neuSpread2_Sheet1.Columns.Get(2).CellType = numberCellType1; this.neuSpread2_Sheet1.Columns.Get(2).Label = "取消数量"; this.neuSpread2_Sheet1.Columns.Get(2).Locked = false; this.neuSpread2_Sheet1.Columns.Get(2).Width = 72F; this.neuSpread2_Sheet1.Columns.Get(3).Label = "确认人"; this.neuSpread2_Sheet1.Columns.Get(3).Locked = false; this.neuSpread2_Sheet1.Columns.Get(3).Width = 59F; this.neuSpread2_Sheet1.Columns.Get(4).Label = "确认科室"; this.neuSpread2_Sheet1.Columns.Get(4).Locked = false; this.neuSpread2_Sheet1.Columns.Get(4).Width = 72F; this.neuSpread2_Sheet1.Columns.Get(5).Label = "医嘱流水号"; this.neuSpread2_Sheet1.Columns.Get(5).Locked = false; this.neuSpread2_Sheet1.Columns.Get(5).Width = 78F; this.neuSpread2_Sheet1.Columns.Get(6).Label = "执行设备号"; this.neuSpread2_Sheet1.Columns.Get(6).Locked = false; this.neuSpread2_Sheet1.Columns.Get(6).Width = 77F; this.neuSpread2_Sheet1.Columns.Get(7).Label = "执行人"; this.neuSpread2_Sheet1.Columns.Get(7).Locked = false; this.neuSpread2_Sheet1.Columns.Get(7).Width = 58F; this.neuSpread2_Sheet1.Columns.Get(8).Label = "执行时间"; this.neuSpread2_Sheet1.Columns.Get(8).Locked = false; this.neuSpread2_Sheet1.Columns.Get(8).Width = 108F; this.neuSpread2_Sheet1.Columns.Get(9).Locked = false; this.neuSpread2_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpread2_Sheet1.Protect = false; this.neuSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread2_Sheet1.SelectionBackColor = System.Drawing.Color.SkyBlue; this.neuSpread2_Sheet1.SelectionStyle = FarPoint.Win.Spread.SelectionStyles.SelectionColors; this.neuSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // neuSpread1 // this.neuSpread1.About = "3.0.2004.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Top; this.neuSpread1.EditModePermanent = true; this.neuSpread1.EditModeReplace = true; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(738, 474); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 4; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance2; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick); // // neuSpread1_Sheet1 // this.neuSpread1_Sheet1.Reset(); this.neuSpread1_Sheet1.SheetName = "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.RowCount = 1; this.neuSpread1_Sheet1.Cells.Get(0, 0).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 1).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 2).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 3).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 4).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 5).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 6).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 7).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 8).Locked = true; this.neuSpread1_Sheet1.Cells.Get(0, 9).Locked = true; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "项目编号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "已确认数量"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "确认人"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "确认科室"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "医嘱流水号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "执行设备号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "执行人"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "确认时间"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "确认明细流水号"; this.neuSpread1_Sheet1.Columns.Get(0).Label = "项目编号"; this.neuSpread1_Sheet1.Columns.Get(0).Locked = false; this.neuSpread1_Sheet1.Columns.Get(0).Width = 75F; this.neuSpread1_Sheet1.Columns.Get(1).Label = "项目名"; this.neuSpread1_Sheet1.Columns.Get(1).Locked = false; this.neuSpread1_Sheet1.Columns.Get(1).Width = 87F; this.neuSpread1_Sheet1.Columns.Get(2).CellType = numberCellType2; this.neuSpread1_Sheet1.Columns.Get(2).Label = "已确认数量"; this.neuSpread1_Sheet1.Columns.Get(2).Locked = false; this.neuSpread1_Sheet1.Columns.Get(2).Width = 68F; this.neuSpread1_Sheet1.Columns.Get(3).Label = "确认人"; this.neuSpread1_Sheet1.Columns.Get(3).Locked = false; this.neuSpread1_Sheet1.Columns.Get(3).Width = 62F; this.neuSpread1_Sheet1.Columns.Get(4).Label = "确认科室"; this.neuSpread1_Sheet1.Columns.Get(4).Locked = false; this.neuSpread1_Sheet1.Columns.Get(4).Width = 74F; this.neuSpread1_Sheet1.Columns.Get(5).Label = "医嘱流水号"; this.neuSpread1_Sheet1.Columns.Get(5).Locked = false; this.neuSpread1_Sheet1.Columns.Get(5).Width = 70F; this.neuSpread1_Sheet1.Columns.Get(6).Label = "执行设备号"; this.neuSpread1_Sheet1.Columns.Get(6).Locked = false; this.neuSpread1_Sheet1.Columns.Get(6).Width = 71F; this.neuSpread1_Sheet1.Columns.Get(7).Label = "执行人"; this.neuSpread1_Sheet1.Columns.Get(7).Locked = false; this.neuSpread1_Sheet1.Columns.Get(7).Width = 68F; this.neuSpread1_Sheet1.Columns.Get(8).Label = "确认时间"; this.neuSpread1_Sheet1.Columns.Get(8).Locked = false; this.neuSpread1_Sheet1.Columns.Get(8).Width = 117F; this.neuSpread1_Sheet1.Columns.Get(9).Label = "确认明细流水号"; this.neuSpread1_Sheet1.Columns.Get(9).Locked = false; this.neuSpread1_Sheet1.Columns.Get(9).Width = 105F; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpread1_Sheet1.Protect = false; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.SelectionBackColor = System.Drawing.Color.Cyan; this.neuSpread1_Sheet1.SelectionStyle = FarPoint.Win.Spread.SelectionStyles.SelectionColors; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // ucCancelOutpatientConfirm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuPanelTerminalConfirm); this.Controls.Add(this.neuPanelPatientInformation); this.Controls.Add(this.neuSplitter1); this.Name = "ucCancelOutpatientConfirm"; this.Size = new System.Drawing.Size(743, 533); this.Load += new System.EventHandler(this.ucCancelOutpatientConfirm_Load); this.neuPanelPatientInformation.ResumeLayout(false); this.neuPanelTerminalConfirm.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); this.neuPanelLeft = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuPanelLeftFill = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.ucChooseList1 = new Neusoft.FrameWork.WinForms.Controls.ucChooseList(); this.neuPanelLeftTop = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuLabelF11 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabelF12 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.ucQueryInpatientNo = new Neusoft.HISFC.Components.Common.Controls.ucQueryInpatientNo(); this.neuTextBoxCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.neuLabelCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter(); this.neuPanelRightTop1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuLabelQueryItem = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabelLine = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabelPatientInformation = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuDateTimePicker2 = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.neuDateTimePicker1 = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.neuTextBoxPatientInformation = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.neuSpreadArrange = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpreadArrange_1 = new FarPoint.Win.Spread.SheetView(); this.neuSpreadArrange_2 = new FarPoint.Win.Spread.SheetView(); this.neuSpreadArrange_3 = new FarPoint.Win.Spread.SheetView(); this.splitter1 = new System.Windows.Forms.Splitter(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.neuSpreadBooking = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsCancle = new System.Windows.Forms.ToolStripMenuItem(); this.neuSpreadBooking_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.splitter2 = new System.Windows.Forms.Splitter(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.neuRichTextBoxPatientNotice = new Neusoft.FrameWork.WinForms.Controls.NeuRichTextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.neuRichTextBoxOperNotice = new Neusoft.FrameWork.WinForms.Controls.NeuRichTextBox(); this.splitter3 = new System.Windows.Forms.Splitter(); this.neuPanelLeft.SuspendLayout(); this.neuPanelLeftFill.SuspendLayout(); this.neuPanelLeftTop.SuspendLayout(); this.neuPanelRightTop1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_3)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadBooking)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadBooking_Sheet1)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // neuPanelLeft // this.neuPanelLeft.Controls.Add(this.neuPanelLeftFill); this.neuPanelLeft.Controls.Add(this.neuPanelLeftTop); this.neuPanelLeft.Dock = System.Windows.Forms.DockStyle.Left; this.neuPanelLeft.Location = new System.Drawing.Point(0, 0); this.neuPanelLeft.Name = "neuPanelLeft"; this.neuPanelLeft.Size = new System.Drawing.Size(238, 768); this.neuPanelLeft.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelLeft.TabIndex = 0; // // neuPanelLeftFill // this.neuPanelLeftFill.Controls.Add(this.ucChooseList1); this.neuPanelLeftFill.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanelLeftFill.Location = new System.Drawing.Point(0, 36); this.neuPanelLeftFill.Name = "neuPanelLeftFill"; this.neuPanelLeftFill.Size = new System.Drawing.Size(238, 732); this.neuPanelLeftFill.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelLeftFill.TabIndex = 1; // // ucChooseList1 // this.ucChooseList1.Caption = "预约选择项目"; this.ucChooseList1.Dock = System.Windows.Forms.DockStyle.Fill; this.ucChooseList1.IsShowCloseButton = false; this.ucChooseList1.IsShowTreeView = true; this.ucChooseList1.Location = new System.Drawing.Point(0, 0); this.ucChooseList1.Name = "ucChooseList1"; this.ucChooseList1.Size = new System.Drawing.Size(238, 732); this.ucChooseList1.TabIndex = 0; this.ucChooseList1.VisibleChanged += new System.EventHandler(this.ucChooseList1_VisibleChanged); // // neuPanelLeftTop // this.neuPanelLeftTop.Controls.Add(this.neuLabelF11); this.neuPanelLeftTop.Controls.Add(this.neuLabelF12); this.neuPanelLeftTop.Controls.Add(this.ucQueryInpatientNo); this.neuPanelLeftTop.Controls.Add(this.neuTextBoxCardNO); this.neuPanelLeftTop.Controls.Add(this.neuLabelCardNO); this.neuPanelLeftTop.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanelLeftTop.Location = new System.Drawing.Point(0, 0); this.neuPanelLeftTop.Name = "neuPanelLeftTop"; this.neuPanelLeftTop.Size = new System.Drawing.Size(238, 36); this.neuPanelLeftTop.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelLeftTop.TabIndex = 0; // // neuLabelF11 // this.neuLabelF11.AutoSize = true; this.neuLabelF11.Location = new System.Drawing.Point(209, 42); this.neuLabelF11.Name = "neuLabelF11"; this.neuLabelF11.Size = new System.Drawing.Size(23, 12); this.neuLabelF11.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelF11.TabIndex = 4; this.neuLabelF11.Text = "F11"; // // neuLabelF12 // this.neuLabelF12.AutoSize = true; this.neuLabelF12.Location = new System.Drawing.Point(209, 15); this.neuLabelF12.Name = "neuLabelF12"; this.neuLabelF12.Size = new System.Drawing.Size(23, 12); this.neuLabelF12.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelF12.TabIndex = 3; this.neuLabelF12.Text = "F12"; // // ucQueryInpatientNo // this.ucQueryInpatientNo.InputType = 0; this.ucQueryInpatientNo.Location = new System.Drawing.Point(9, 34); this.ucQueryInpatientNo.Name = "ucQueryInpatientNo"; this.ucQueryInpatientNo.ShowState = Neusoft.HISFC.Components.Common.Controls.enuShowState.All; this.ucQueryInpatientNo.Size = new System.Drawing.Size(198, 27); this.ucQueryInpatientNo.TabIndex = 2; this.ucQueryInpatientNo.Enter += new System.EventHandler(this.ucQueryInpatientNo_Enter); this.ucQueryInpatientNo.myEvent += new Neusoft.HISFC.Components.Common.Controls.myEventDelegate(this.ucQueryInpatientNo_myEvent); // // neuTextBoxCardNO // this.neuTextBoxCardNO.IsEnter2Tab = false; this.neuTextBoxCardNO.Location = new System.Drawing.Point(70, 11); this.neuTextBoxCardNO.Name = "neuTextBoxCardNO"; this.neuTextBoxCardNO.Size = new System.Drawing.Size(137, 21); this.neuTextBoxCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTextBoxCardNO.TabIndex = 1; this.neuTextBoxCardNO.Enter += new System.EventHandler(this.neuTextBoxCardNO_Enter); this.neuTextBoxCardNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.neuTextBoxCardNO_KeyDown); // // neuLabelCardNO // this.neuLabelCardNO.AutoSize = true; this.neuLabelCardNO.Location = new System.Drawing.Point(13, 14); this.neuLabelCardNO.Name = "neuLabelCardNO"; this.neuLabelCardNO.Size = new System.Drawing.Size(47, 12); this.neuLabelCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelCardNO.TabIndex = 0; this.neuLabelCardNO.Text = "门诊号:"; // // neuSplitter1 // this.neuSplitter1.Location = new System.Drawing.Point(238, 0); this.neuSplitter1.Name = "neuSplitter1"; this.neuSplitter1.Size = new System.Drawing.Size(5, 768); this.neuSplitter1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSplitter1.TabIndex = 1; this.neuSplitter1.TabStop = false; // // neuPanelRightTop1 // this.neuPanelRightTop1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.neuPanelRightTop1.Controls.Add(this.neuLabelQueryItem); this.neuPanelRightTop1.Controls.Add(this.neuLabelLine); this.neuPanelRightTop1.Controls.Add(this.neuLabelPatientInformation); this.neuPanelRightTop1.Controls.Add(this.neuDateTimePicker2); this.neuPanelRightTop1.Controls.Add(this.neuDateTimePicker1); this.neuPanelRightTop1.Controls.Add(this.neuTextBoxPatientInformation); this.neuPanelRightTop1.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanelRightTop1.Location = new System.Drawing.Point(243, 0); this.neuPanelRightTop1.Name = "neuPanelRightTop1"; this.neuPanelRightTop1.Size = new System.Drawing.Size(781, 54); this.neuPanelRightTop1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanelRightTop1.TabIndex = 3; // // neuLabelQueryItem // this.neuLabelQueryItem.AutoSize = true; this.neuLabelQueryItem.Location = new System.Drawing.Point(5, 32); this.neuLabelQueryItem.Name = "neuLabelQueryItem"; this.neuLabelQueryItem.Size = new System.Drawing.Size(101, 12); this.neuLabelQueryItem.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelQueryItem.TabIndex = 5; this.neuLabelQueryItem.Text = "预约排班时间区间"; // // neuLabelLine // this.neuLabelLine.AutoSize = true; this.neuLabelLine.Location = new System.Drawing.Point(282, 32); this.neuLabelLine.Name = "neuLabelLine"; this.neuLabelLine.Size = new System.Drawing.Size(29, 12); this.neuLabelLine.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelLine.TabIndex = 4; this.neuLabelLine.Text = "——"; // // neuLabelPatientInformation // this.neuLabelPatientInformation.AutoSize = true; this.neuLabelPatientInformation.Location = new System.Drawing.Point(5, 8); this.neuLabelPatientInformation.Name = "neuLabelPatientInformation"; this.neuLabelPatientInformation.Size = new System.Drawing.Size(77, 12); this.neuLabelPatientInformation.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabelPatientInformation.TabIndex = 3; this.neuLabelPatientInformation.Text = "患者基本信息"; // // neuDateTimePicker2 // this.neuDateTimePicker2.IsEnter2Tab = false; this.neuDateTimePicker2.Location = new System.Drawing.Point(317, 28); this.neuDateTimePicker2.Name = "neuDateTimePicker2"; this.neuDateTimePicker2.Size = new System.Drawing.Size(169, 21); this.neuDateTimePicker2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuDateTimePicker2.TabIndex = 2; // // neuDateTimePicker1 // this.neuDateTimePicker1.IsEnter2Tab = false; this.neuDateTimePicker1.Location = new System.Drawing.Point(108, 28); this.neuDateTimePicker1.Name = "neuDateTimePicker1"; this.neuDateTimePicker1.Size = new System.Drawing.Size(169, 21); this.neuDateTimePicker1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuDateTimePicker1.TabIndex = 1; // // neuTextBoxPatientInformation // this.neuTextBoxPatientInformation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.neuTextBoxPatientInformation.Enabled = false; this.neuTextBoxPatientInformation.IsEnter2Tab = false; this.neuTextBoxPatientInformation.Location = new System.Drawing.Point(108, 4); this.neuTextBoxPatientInformation.Name = "neuTextBoxPatientInformation"; this.neuTextBoxPatientInformation.ReadOnly = true; this.neuTextBoxPatientInformation.Size = new System.Drawing.Size(679, 21); this.neuTextBoxPatientInformation.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTextBoxPatientInformation.TabIndex = 0; // // neuSpreadArrange // this.neuSpreadArrange.About = "2.5.2007.2005"; this.neuSpreadArrange.AccessibleDescription = "neuSpreadArrange, 排班信息"; this.neuSpreadArrange.AllowDrop = true; this.neuSpreadArrange.BackColor = System.Drawing.Color.White; this.neuSpreadArrange.Dock = System.Windows.Forms.DockStyle.Top; this.neuSpreadArrange.EditModePermanent = true; this.neuSpreadArrange.EditModeReplace = true; this.neuSpreadArrange.FileName = ""; this.neuSpreadArrange.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpreadArrange.IsAutoSaveGridStatus = false; this.neuSpreadArrange.IsCanCustomConfigColumn = false; this.neuSpreadArrange.Location = new System.Drawing.Point(243, 54); this.neuSpreadArrange.Name = "neuSpreadArrange"; this.neuSpreadArrange.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpreadArrange_1, this.neuSpreadArrange_2, this.neuSpreadArrange_3 }); this.neuSpreadArrange.Size = new System.Drawing.Size(781, 254); this.neuSpreadArrange.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpreadArrange.TabIndex = 4; this.neuSpreadArrange.TabStripRatio = 0.692132269099202; 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.neuSpreadArrange.TextTipAppearance = tipAppearance1; this.neuSpreadArrange.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpreadArrange.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpreadArrange_CellDoubleClick); this.neuSpreadArrange.DragEnter += new System.Windows.Forms.DragEventHandler(this.neuSpreadArrange_DragEnter); this.neuSpreadArrange.DragDrop += new System.Windows.Forms.DragEventHandler(this.neuSpreadArrange_DragDrop); this.neuSpreadArrange.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpreadArrange_CellClick); // // neuSpreadArrange_1 // this.neuSpreadArrange_1.Reset(); this.neuSpreadArrange_1.SheetName = "排班信息"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpreadArrange_1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpreadArrange_1.RowCount = 0; this.neuSpreadArrange_1.ColumnHeader.Rows.Get(0).Height = 32F; this.neuSpreadArrange_1.Columns.Get(0).Locked = false; this.neuSpreadArrange_1.Columns.Get(1).Locked = false; this.neuSpreadArrange_1.Columns.Get(2).Locked = false; this.neuSpreadArrange_1.Columns.Get(3).Locked = false; this.neuSpreadArrange_1.Columns.Get(4).Locked = false; this.neuSpreadArrange_1.Columns.Get(5).Locked = false; this.neuSpreadArrange_1.Columns.Get(6).Locked = false; this.neuSpreadArrange_1.Columns.Get(7).Locked = false; this.neuSpreadArrange_1.Columns.Get(8).Locked = false; this.neuSpreadArrange_1.Columns.Get(9).Locked = false; this.neuSpreadArrange_1.Columns.Get(10).Locked = false; this.neuSpreadArrange_1.Columns.Get(11).Locked = false; this.neuSpreadArrange_1.Columns.Get(12).Locked = false; this.neuSpreadArrange_1.Columns.Get(13).Locked = false; this.neuSpreadArrange_1.Columns.Get(14).Locked = false; this.neuSpreadArrange_1.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpreadArrange_1.RowHeader.Columns.Default.Resizable = false; this.neuSpreadArrange_1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpreadArrange_1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpreadArrange.SetActiveViewport(1, 0); // // neuSpreadArrange_2 // this.neuSpreadArrange_2.Reset(); this.neuSpreadArrange_2.SheetName = "已排班病人"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpreadArrange_2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpreadArrange_2.ColumnCount = 10; this.neuSpreadArrange_2.RowCount = 0; this.neuSpreadArrange_2.ColumnHeader.Cells.Get(0, 8).Value = "时间段"; this.neuSpreadArrange_2.ColumnHeader.Cells.Get(0, 9).Value = "执行设备"; this.neuSpreadArrange_2.Columns.Get(0).CellType = textCellType1; this.neuSpreadArrange_2.Columns.Get(0).Width = 73F; this.neuSpreadArrange_2.Columns.Get(2).Width = 182F; this.neuSpreadArrange_2.Columns.Get(5).CellType = textCellType2; this.neuSpreadArrange_2.Columns.Get(8).Label = "时间段"; this.neuSpreadArrange_2.Columns.Get(8).Width = 110F; this.neuSpreadArrange_2.Columns.Get(9).Label = "执行设备"; this.neuSpreadArrange_2.Columns.Get(9).Width = 65F; this.neuSpreadArrange_2.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpreadArrange_2.RowHeader.Columns.Default.Resizable = false; this.neuSpreadArrange_2.RowHeader.Columns.Get(0).Width = 37F; this.neuSpreadArrange_2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpreadArrange.SetActiveViewport(1, 1, 0); // // neuSpreadArrange_3 // this.neuSpreadArrange_3.Reset(); this.neuSpreadArrange_3.SheetName = "病人收费信息"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpreadArrange_3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpreadArrange_3.ColumnCount = 6; this.neuSpreadArrange_3.RowCount = 0; this.neuSpreadArrange_3.Columns.Get(0).CellType = textCellType3; this.neuSpreadArrange_3.Columns.Get(2).Width = 229F; this.neuSpreadArrange_3.OperationMode = FarPoint.Win.Spread.OperationMode.ReadOnly; this.neuSpreadArrange_3.RowHeader.Columns.Default.Resizable = false; this.neuSpreadArrange_3.RowHeader.Columns.Get(0).Width = 37F; this.neuSpreadArrange_3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpreadArrange.SetActiveViewport(2, 1, 0); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(243, 308); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(781, 3); this.splitter1.TabIndex = 5; this.splitter1.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.neuSpreadBooking); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(243, 311); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(781, 164); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "已预约项目"; // // neuSpreadBooking // this.neuSpreadBooking.About = "2.5.2007.2005"; this.neuSpreadBooking.AccessibleDescription = "neuSpreadBooking, Sheet1"; this.neuSpreadBooking.BackColor = System.Drawing.Color.White; this.neuSpreadBooking.ContextMenuStrip = this.contextMenuStrip1; this.neuSpreadBooking.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpreadBooking.FileName = ""; this.neuSpreadBooking.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpreadBooking.IsAutoSaveGridStatus = false; this.neuSpreadBooking.IsCanCustomConfigColumn = false; this.neuSpreadBooking.Location = new System.Drawing.Point(3, 17); this.neuSpreadBooking.Name = "neuSpreadBooking"; this.neuSpreadBooking.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpreadBooking_Sheet1 }); this.neuSpreadBooking.Size = new System.Drawing.Size(775, 144); this.neuSpreadBooking.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpreadBooking.TabIndex = 1; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpreadBooking.TextTipAppearance = tipAppearance2; this.neuSpreadBooking.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsCancle }); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(119, 26); this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked); // // tsCancle // this.tsCancle.Name = "tsCancle"; this.tsCancle.Size = new System.Drawing.Size(118, 22); this.tsCancle.Text = "取消预约"; // // neuSpreadBooking_Sheet1 // this.neuSpreadBooking_Sheet1.Reset(); this.neuSpreadBooking_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpreadBooking_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpreadBooking_Sheet1.ColumnCount = 9; this.neuSpreadBooking_Sheet1.RowCount = 0; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "选中"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "预约时间"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "时间段"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "执行地点"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "序号"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "注意事项"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "预约单号"; this.neuSpreadBooking_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "执行设备"; this.neuSpreadBooking_Sheet1.Columns.Get(0).Label = "选中"; this.neuSpreadBooking_Sheet1.Columns.Get(0).Width = 31F; this.neuSpreadBooking_Sheet1.Columns.Get(1).Label = "项目名称"; this.neuSpreadBooking_Sheet1.Columns.Get(1).Width = 218F; this.neuSpreadBooking_Sheet1.Columns.Get(2).Label = "预约时间"; this.neuSpreadBooking_Sheet1.Columns.Get(2).Width = 85F; this.neuSpreadBooking_Sheet1.Columns.Get(3).Label = "时间段"; this.neuSpreadBooking_Sheet1.Columns.Get(3).Width = 149F; this.neuSpreadBooking_Sheet1.Columns.Get(4).Label = "执行地点"; this.neuSpreadBooking_Sheet1.Columns.Get(4).Width = 80F; this.neuSpreadBooking_Sheet1.Columns.Get(5).Label = "序号"; this.neuSpreadBooking_Sheet1.Columns.Get(5).Width = 31F; this.neuSpreadBooking_Sheet1.Columns.Get(6).Label = "注意事项"; this.neuSpreadBooking_Sheet1.Columns.Get(6).Width = 74F; this.neuSpreadBooking_Sheet1.Columns.Get(7).Label = "预约单号"; this.neuSpreadBooking_Sheet1.Columns.Get(7).Width = 90F; this.neuSpreadBooking_Sheet1.Columns.Get(8).Label = "执行设备"; this.neuSpreadBooking_Sheet1.Columns.Get(8).Width = 85F; this.neuSpreadBooking_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpreadBooking_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpreadBooking_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpreadBooking_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpreadBooking.SetActiveViewport(1, 0); // // splitter2 // this.splitter2.Dock = System.Windows.Forms.DockStyle.Top; this.splitter2.Location = new System.Drawing.Point(243, 475); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(781, 3); this.splitter2.TabIndex = 7; this.splitter2.TabStop = false; // // groupBox2 // this.groupBox2.Controls.Add(this.neuRichTextBoxPatientNotice); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(243, 478); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(781, 290); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "患者注意事项"; // // neuRichTextBoxPatientNotice // this.neuRichTextBoxPatientNotice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.neuRichTextBoxPatientNotice.Dock = System.Windows.Forms.DockStyle.Fill; this.neuRichTextBoxPatientNotice.Location = new System.Drawing.Point(3, 17); this.neuRichTextBoxPatientNotice.Name = "neuRichTextBoxPatientNotice"; this.neuRichTextBoxPatientNotice.ReadOnly = true; this.neuRichTextBoxPatientNotice.Size = new System.Drawing.Size(775, 270); this.neuRichTextBoxPatientNotice.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuRichTextBoxPatientNotice.TabIndex = 1; this.neuRichTextBoxPatientNotice.Text = ""; // // groupBox3 // this.groupBox3.Controls.Add(this.neuRichTextBoxOperNotice); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right; this.groupBox3.Location = new System.Drawing.Point(831, 478); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(193, 290); this.groupBox3.TabIndex = 9; this.groupBox3.TabStop = false; this.groupBox3.Text = "操作员注意事项"; this.groupBox3.Visible = false; // // neuRichTextBoxOperNotice // this.neuRichTextBoxOperNotice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.neuRichTextBoxOperNotice.Dock = System.Windows.Forms.DockStyle.Fill; this.neuRichTextBoxOperNotice.Location = new System.Drawing.Point(3, 17); this.neuRichTextBoxOperNotice.Name = "neuRichTextBoxOperNotice"; this.neuRichTextBoxOperNotice.Size = new System.Drawing.Size(187, 270); this.neuRichTextBoxOperNotice.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuRichTextBoxOperNotice.TabIndex = 1; this.neuRichTextBoxOperNotice.Text = ""; // // splitter3 // this.splitter3.Location = new System.Drawing.Point(243, 478); this.splitter3.Name = "splitter3"; this.splitter3.Size = new System.Drawing.Size(3, 290); this.splitter3.TabIndex = 10; this.splitter3.TabStop = false; // // ucMedTechBooking // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox3); this.Controls.Add(this.splitter3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.splitter2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.splitter1); this.Controls.Add(this.neuSpreadArrange); this.Controls.Add(this.neuPanelRightTop1); this.Controls.Add(this.neuSplitter1); this.Controls.Add(this.neuPanelLeft); this.Name = "ucMedTechBooking"; this.Size = new System.Drawing.Size(1024, 768); this.Resize += new System.EventHandler(this.ucMedTechBooking_Resize); this.neuPanelLeft.ResumeLayout(false); this.neuPanelLeftFill.ResumeLayout(false); this.neuPanelLeftTop.ResumeLayout(false); this.neuPanelLeftTop.PerformLayout(); this.neuPanelRightTop1.ResumeLayout(false); this.neuPanelRightTop1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadArrange_3)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadBooking)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpreadBooking_Sheet1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmXMQC)); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barBtnSave = new DevExpress.XtraBars.BarButtonItem(); this.barBtnRefreshData = new DevExpress.XtraBars.BarButtonItem(); this.barBtnDaochuExcel = new DevExpress.XtraBars.BarButtonItem(); this.barBtnClose = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1"; this.fpSpread1.Location = new System.Drawing.Point(0, 28); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Size = new System.Drawing.Size(612, 446); this.fpSpread1.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.fpSpread1.TextTipAppearance = tipAppearance1; this.fpSpread1.ActiveSheetIndex = -1; // // 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, "关闭1.ico"); this.imageList1.Images.SetKeyName(8, "关闭.ico"); this.imageList1.Images.SetKeyName(9, "角色.ico"); this.imageList1.Images.SetKeyName(10, "删除.ico"); this.imageList1.Images.SetKeyName(11, "审核.ico"); this.imageList1.Images.SetKeyName(12, "审批.ico"); this.imageList1.Images.SetKeyName(13, "授权.ico"); this.imageList1.Images.SetKeyName(14, "刷新.ico"); this.imageList1.Images.SetKeyName(15, "添加同级.ico"); this.imageList1.Images.SetKeyName(16, "添加下级.ico"); this.imageList1.Images.SetKeyName(17, "新建.ico"); this.imageList1.Images.SetKeyName(18, "修改.ico"); this.imageList1.Images.SetKeyName(19, "作废.ico"); // // 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.barBtnSave, this.barBtnRefreshData, this.barBtnDaochuExcel, this.barBtnClose}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 4; // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnRefreshData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnDaochuExcel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Custom 1"; // // barBtnSave // this.barBtnSave.Caption = "保存"; this.barBtnSave.Id = 0; this.barBtnSave.ImageIndex = 0; this.barBtnSave.Name = "barBtnSave"; this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick); // // barBtnRefreshData // this.barBtnRefreshData.Caption = "更新数据"; this.barBtnRefreshData.Id = 1; this.barBtnRefreshData.ImageIndex = 14; this.barBtnRefreshData.Name = "barBtnRefreshData"; this.barBtnRefreshData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefreshData_ItemClick); // // barBtnDaochuExcel // this.barBtnDaochuExcel.Caption = "导出"; this.barBtnDaochuExcel.Id = 2; this.barBtnDaochuExcel.ImageIndex = 5; this.barBtnDaochuExcel.Name = "barBtnDaochuExcel"; this.barBtnDaochuExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDaochuExcel_ItemClick); // // barBtnClose // this.barBtnClose.Caption = "关闭"; this.barBtnClose.Id = 3; this.barBtnClose.ImageIndex = 7; this.barBtnClose.Name = "barBtnClose"; this.barBtnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnClose_ItemClick); // // FrmXMQC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(612, 473); 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 = "FrmXMQC"; this.Text = "FrmXMQC"; this.Load += new System.EventHandler(this.FrmXMQC_Load); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.btnOK = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.btnCancel = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuButton1 = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuButton2 = new Neusoft.FrameWork.WinForms.Controls.NeuButton(); this.neuPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.neuSpread1); this.neuPanel1.Location = new System.Drawing.Point(12, 12); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(669, 351); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // neuSpread1 // this.neuSpread1.About = "3.0.2004.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(669, 351); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // 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 = 11; this.neuSpread1_Sheet1.RowCount = 0; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = " "; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "价格"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "开立数量"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "单位"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "执行科室"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "组合号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "备注"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "操作员"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "操作时间"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "序号"; this.neuSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; this.neuSpread1_Sheet1.Columns.Get(0).Label = " "; this.neuSpread1_Sheet1.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.Columns.Get(1).Label = "项目名称"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 111F; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 18F; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread1.SetActiveViewport(0, 1, 0); // // btnOK // this.btnOK.Location = new System.Drawing.Point(456, 383); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnOK.TabIndex = 1; this.btnOK.Text = "确定(&O)"; this.btnOK.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(537, 383); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消(&C)"; this.btnCancel.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // neuButton1 // this.neuButton1.Location = new System.Drawing.Point(294, 383); this.neuButton1.Name = "neuButton1"; this.neuButton1.Size = new System.Drawing.Size(75, 23); this.neuButton1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuButton1.TabIndex = 3; this.neuButton1.Text = "全选(&A)"; this.neuButton1.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.neuButton1.UseVisualStyleBackColor = true; this.neuButton1.Click += new System.EventHandler(this.neuButton1_Click); // // neuButton2 // this.neuButton2.Location = new System.Drawing.Point(375, 383); this.neuButton2.Name = "neuButton2"; this.neuButton2.Size = new System.Drawing.Size(75, 23); this.neuButton2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuButton2.TabIndex = 4; this.neuButton2.Text = "全不选(&D)"; this.neuButton2.Type = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None; this.neuButton2.UseVisualStyleBackColor = true; this.neuButton2.Click += new System.EventHandler(this.neuButton2_Click); // // frmChooseGroupDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(693, 418); this.Controls.Add(this.neuButton2); this.Controls.Add(this.neuButton1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.neuPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmChooseGroupDetails"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择明细"; this.neuPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPCChartConditionPopup)); BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo columnInfo1 = new BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.pnlChartRowDataPopup = new System.Windows.Forms.Panel(); this.bTabControl1 = new BISTel.PeakPerformance.Client.BISTelControl.BTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.bSpreadModelList = new BISTel.PeakPerformance.Client.BISTelControl.BSpread(); this.bSpreadModelList_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.bControlArrangePanel1 = new BISTel.PeakPerformance.Client.BISTelControl.BControlArrangePanel(); this.bArrangePanel3 = new BISTel.PeakPerformance.Client.BISTelControl.BArrangePanel(); this.btxtSpcModel = new BISTel.PeakPerformance.Client.BISTelControl.BTextBox(); this.bLabel6 = new BISTel.PeakPerformance.Client.BISTelControl.BLabel(); this.bArrangePanel2 = new BISTel.PeakPerformance.Client.BISTelControl.BArrangePanel(); this.btxtArea = new BISTel.PeakPerformance.Client.BISTelControl.BTextBox(); this.bLabel3 = new BISTel.PeakPerformance.Client.BISTelControl.BLabel(); this.bLabel2 = new BISTel.PeakPerformance.Client.BISTelControl.BLabel(); this.btxtLine = new BISTel.PeakPerformance.Client.BISTelControl.BTextBox(); this.bLabel1 = new BISTel.PeakPerformance.Client.BISTelControl.BLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.bapnlButton = new BISTel.PeakPerformance.Client.BISTelControl.BArrangePanel(); this.bbtnOK = new BISTel.PeakPerformance.Client.BISTelControl.BButton(); this.bbtnClose = new BISTel.PeakPerformance.Client.BISTelControl.BButton(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.pnlChartRowDataPopup.SuspendLayout(); this.bTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bSpreadModelList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bSpreadModelList_Sheet1)).BeginInit(); this.bControlArrangePanel1.SuspendLayout(); this.bArrangePanel3.SuspendLayout(); this.bArrangePanel2.SuspendLayout(); this.panel1.SuspendLayout(); this.bapnlButton.SuspendLayout(); this.SuspendLayout(); // // pnlContentsArea // this.pnlContentsArea.Size = new System.Drawing.Size(906, 456); // // pnlChartRowDataPopup // this.pnlChartRowDataPopup.Controls.Add(this.bTabControl1); this.pnlChartRowDataPopup.Controls.Add(this.bControlArrangePanel1); this.pnlChartRowDataPopup.Controls.Add(this.panel1); this.pnlChartRowDataPopup.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlChartRowDataPopup.Location = new System.Drawing.Point(6, 27); this.pnlChartRowDataPopup.Name = "pnlChartRowDataPopup"; this.pnlChartRowDataPopup.Size = new System.Drawing.Size(906, 456); this.pnlChartRowDataPopup.TabIndex = 14; // // bTabControl1 // this.bTabControl1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(161)))), ((int)(((byte)(184))))); this.bTabControl1.BssClass = "PageTab_White"; this.bTabControl1.CloseImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.CloseImage"))); this.bTabControl1.CloseRollOverImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.CloseRollOverImage"))); this.bTabControl1.Controls.Add(this.tabPage1); this.bTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.bTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.bTabControl1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.bTabControl1.FontSizeSet = "11"; this.bTabControl1.IsDrawBorder = true; this.bTabControl1.IsFillBorder = false; this.bTabControl1.IsReleaseAlignmentRestrict = false; this.bTabControl1.IsSpace = true; this.bTabControl1.Key = ""; this.bTabControl1.Location = new System.Drawing.Point(0, 62); this.bTabControl1.Margin = new System.Windows.Forms.Padding(0); this.bTabControl1.Name = "bTabControl1"; this.bTabControl1.SelectedIndex = 0; this.bTabControl1.Size = new System.Drawing.Size(906, 359); this.bTabControl1.TabBackColor = System.Drawing.Color.Transparent; this.bTabControl1.TabBackImage = null; this.bTabControl1.TabIndex = 8; this.bTabControl1.TabPageClose = false; this.bTabControl1.TabSelectFontColor = System.Drawing.Color.White; this.bTabControl1.TabSelectLeftImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabSelectLeftImage"))); this.bTabControl1.TabSelectMiddleImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabSelectMiddleImage"))); this.bTabControl1.TabSelectRightImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabSelectRightImage"))); this.bTabControl1.TabSelectRollOverFontColor = System.Drawing.Color.Black; this.bTabControl1.TabUnSelectFontColor = System.Drawing.Color.Black; this.bTabControl1.TabUnSelectLeftImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabUnSelectLeftImage"))); this.bTabControl1.TabUnSelectMiddleImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabUnSelectMiddleImage"))); this.bTabControl1.TabUnSelectRightImage = ((System.Drawing.Image)(resources.GetObject("bTabControl1.TabUnSelectRightImage"))); this.bTabControl1.TabUnSelectRollOverFontColor = System.Drawing.Color.White; this.bTabControl1.TextLeftPosition = 5; this.bTabControl1.UseShadowFont = false; // // tabPage1 // this.tabPage1.Controls.Add(this.bSpreadModelList); this.tabPage1.Location = new System.Drawing.Point(4, 26); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(898, 329); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // bSpreadModelList // this.bSpreadModelList.About = "3.0.2005.2005"; this.bSpreadModelList.AccessibleDescription = ""; this.bSpreadModelList.AddFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpreadModelList.AddFontColor = System.Drawing.Color.Blue; this.bSpreadModelList.AddtionalCodeList = null; this.bSpreadModelList.AllowNewRow = true; this.bSpreadModelList.AutoClipboard = false; this.bSpreadModelList.AutoGenerateColumns = false; this.bSpreadModelList.BssClass = ""; this.bSpreadModelList.ClickPos = new System.Drawing.Point(0, 0); this.bSpreadModelList.ColFronzen = 0; columnInfo1.CheckBoxFields = null; columnInfo1.ComboFields = null; columnInfo1.DefaultValue = null; columnInfo1.KeyFields = null; columnInfo1.MandatoryFields = null; columnInfo1.SaveTableInfo = null; columnInfo1.UniqueFields = null; this.bSpreadModelList.columnInformation = columnInfo1; this.bSpreadModelList.ComboEnable = true; this.bSpreadModelList.DataAutoHeadings = false; this.bSpreadModelList.DataSet = null; this.bSpreadModelList.DataSource_V2 = null; this.bSpreadModelList.DateToDateTimeFormat = false; this.bSpreadModelList.DefaultDeleteValue = true; this.bSpreadModelList.DeleteFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpreadModelList.DeleteFontColor = System.Drawing.Color.Gray; this.bSpreadModelList.DisplayColumnHeader = true; this.bSpreadModelList.DisplayRowHeader = true; this.bSpreadModelList.Dock = System.Windows.Forms.DockStyle.Fill; this.bSpreadModelList.EditModeReplace = true; this.bSpreadModelList.FilterVisible = false; this.bSpreadModelList.HeadHeight = 20F; this.bSpreadModelList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.bSpreadModelList.IsCellCopy = false; this.bSpreadModelList.IsEditComboListItem = false; this.bSpreadModelList.IsMultiLanguage = true; this.bSpreadModelList.IsReport = false; this.bSpreadModelList.Key = ""; this.bSpreadModelList.Location = new System.Drawing.Point(3, 3); this.bSpreadModelList.ModifyFont = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(0))); this.bSpreadModelList.ModifyFontColor = System.Drawing.Color.Red; this.bSpreadModelList.Name = "bSpreadModelList"; this.bSpreadModelList.RowFronzen = 0; this.bSpreadModelList.RowInsertType = BISTel.PeakPerformance.Client.BISTelControl.InsertType.Current; this.bSpreadModelList.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both; this.bSpreadModelList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.bSpreadModelList_Sheet1 }); this.bSpreadModelList.Size = new System.Drawing.Size(892, 323); this.bSpreadModelList.StyleID = null; this.bSpreadModelList.TabIndex = 1; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.bSpreadModelList.TextTipAppearance = tipAppearance1; this.bSpreadModelList.UseCheckAll = false; this.bSpreadModelList.UseCommandIcon = false; this.bSpreadModelList.UseFilter = false; this.bSpreadModelList.UseGeneralContextMenu = true; this.bSpreadModelList.UseHeadColor = false; this.bSpreadModelList.UseMultiCheck = true; this.bSpreadModelList.UseOriginalEvent = false; this.bSpreadModelList.UseSpreadEdit = true; this.bSpreadModelList.UseStatusColor = false; this.bSpreadModelList.UseWidthMemory = true; this.bSpreadModelList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.bSpreadModelList.WhenDeleteUseModify = false; this.bSpreadModelList.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.bSpreadModelList_ButtonClicked); this.bSpreadModelList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bSpreadModelList_MouseDown); // // bSpreadModelList_Sheet1 // this.bSpreadModelList_Sheet1.Reset(); this.bSpreadModelList_Sheet1.SheetName = "Sheet1"; // // bControlArrangePanel1 // this.bControlArrangePanel1.ActiveControl = null; this.bControlArrangePanel1.Controls.Add(this.bArrangePanel3); this.bControlArrangePanel1.Controls.Add(this.bArrangePanel2); this.bControlArrangePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.bControlArrangePanel1.HeaderSize = 20; this.bControlArrangePanel1.Location = new System.Drawing.Point(0, 0); this.bControlArrangePanel1.Name = "bControlArrangePanel1"; this.bControlArrangePanel1.Size = new System.Drawing.Size(906, 62); this.bControlArrangePanel1.TabIndex = 5; // // bArrangePanel3 // this.bArrangePanel3.BLabelAutoPadding = true; this.bArrangePanel3.BssClass = "DataArrPanel"; this.bArrangePanel3.Controls.Add(this.btxtSpcModel); this.bArrangePanel3.Controls.Add(this.bLabel6); this.bArrangePanel3.Dock = System.Windows.Forms.DockStyle.Top; this.bArrangePanel3.IsCondition = true; this.bArrangePanel3.Key = ""; this.bArrangePanel3.Location = new System.Drawing.Point(0, 30); this.bArrangePanel3.Name = "bArrangePanel3"; this.bArrangePanel3.Padding_Bottom = 5; this.bArrangePanel3.Padding_Left = 5; this.bArrangePanel3.Padding_Right = 5; this.bArrangePanel3.Padding_Top = 5; this.bArrangePanel3.Size = new System.Drawing.Size(906, 30); this.bArrangePanel3.Space = 5; this.bArrangePanel3.TabIndex = 1; this.bArrangePanel3.Title = ""; // // btxtSpcModel // this.btxtSpcModel.BssClass = ""; this.btxtSpcModel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btxtSpcModel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btxtSpcModel.InputDataType = BISTel.PeakPerformance.Client.BISTelControl.BTextBox.InputType.String; this.btxtSpcModel.IsMultiLanguage = true; this.btxtSpcModel.Key = ""; this.btxtSpcModel.Location = new System.Drawing.Point(110, 5); this.btxtSpcModel.Name = "btxtSpcModel"; this.btxtSpcModel.ReadOnly = true; this.btxtSpcModel.Size = new System.Drawing.Size(184, 21); this.btxtSpcModel.TabIndex = 1; // // bLabel6 // this.bLabel6.BackColor = System.Drawing.Color.Transparent; this.bLabel6.BssClass = ""; this.bLabel6.CustomTextAlign = ""; this.bLabel6.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bLabel6.ForeColor = System.Drawing.Color.Black; this.bLabel6.IsMultiLanguage = true; this.bLabel6.Key = ""; this.bLabel6.Location = new System.Drawing.Point(5, 5); this.bLabel6.Name = "bLabel6"; this.bLabel6.Size = new System.Drawing.Size(100, 20); this.bLabel6.TabIndex = 0; this.bLabel6.Text = "SPC Model"; // // bArrangePanel2 // this.bArrangePanel2.BLabelAutoPadding = true; this.bArrangePanel2.BssClass = "DataArrPanel"; this.bArrangePanel2.Controls.Add(this.btxtArea); this.bArrangePanel2.Controls.Add(this.bLabel3); this.bArrangePanel2.Controls.Add(this.bLabel2); this.bArrangePanel2.Controls.Add(this.btxtLine); this.bArrangePanel2.Controls.Add(this.bLabel1); this.bArrangePanel2.Dock = System.Windows.Forms.DockStyle.Top; this.bArrangePanel2.IsCondition = true; this.bArrangePanel2.Key = ""; this.bArrangePanel2.Location = new System.Drawing.Point(0, 0); this.bArrangePanel2.Name = "bArrangePanel2"; this.bArrangePanel2.Padding_Bottom = 5; this.bArrangePanel2.Padding_Left = 5; this.bArrangePanel2.Padding_Right = 5; this.bArrangePanel2.Padding_Top = 5; this.bArrangePanel2.Size = new System.Drawing.Size(906, 30); this.bArrangePanel2.Space = 5; this.bArrangePanel2.TabIndex = 0; this.bArrangePanel2.Title = ""; // // btxtArea // this.btxtArea.BssClass = ""; this.btxtArea.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btxtArea.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btxtArea.InputDataType = BISTel.PeakPerformance.Client.BISTelControl.BTextBox.InputType.String; this.btxtArea.IsMultiLanguage = true; this.btxtArea.Key = ""; this.btxtArea.Location = new System.Drawing.Point(509, 5); this.btxtArea.Name = "btxtArea"; this.btxtArea.ReadOnly = true; this.btxtArea.Size = new System.Drawing.Size(184, 21); this.btxtArea.TabIndex = 4; // // bLabel3 // this.bLabel3.BackColor = System.Drawing.Color.Transparent; this.bLabel3.BssClass = ""; this.bLabel3.CustomTextAlign = ""; this.bLabel3.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bLabel3.ForeColor = System.Drawing.Color.Black; this.bLabel3.IsMultiLanguage = true; this.bLabel3.Key = ""; this.bLabel3.Location = new System.Drawing.Point(404, 5); this.bLabel3.Name = "bLabel3"; this.bLabel3.Size = new System.Drawing.Size(100, 20); this.bLabel3.TabIndex = 3; this.bLabel3.Text = "Area"; // // bLabel2 // this.bLabel2.BackColor = System.Drawing.Color.Transparent; this.bLabel2.BssClass = ""; this.bLabel2.CustomTextAlign = ""; this.bLabel2.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bLabel2.ForeColor = System.Drawing.Color.Black; this.bLabel2.IsMultiLanguage = true; this.bLabel2.Key = ""; this.bLabel2.Location = new System.Drawing.Point(299, 5); this.bLabel2.Name = "bLabel2"; this.bLabel2.Size = new System.Drawing.Size(100, 20); this.bLabel2.TabIndex = 2; // // btxtLine // this.btxtLine.BssClass = ""; this.btxtLine.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btxtLine.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btxtLine.InputDataType = BISTel.PeakPerformance.Client.BISTelControl.BTextBox.InputType.String; this.btxtLine.IsMultiLanguage = true; this.btxtLine.Key = ""; this.btxtLine.Location = new System.Drawing.Point(110, 5); this.btxtLine.Name = "btxtLine"; this.btxtLine.ReadOnly = true; this.btxtLine.Size = new System.Drawing.Size(184, 21); this.btxtLine.TabIndex = 1; // // bLabel1 // this.bLabel1.BackColor = System.Drawing.Color.Transparent; this.bLabel1.BssClass = ""; this.bLabel1.CustomTextAlign = ""; this.bLabel1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bLabel1.ForeColor = System.Drawing.Color.Black; this.bLabel1.IsMultiLanguage = true; this.bLabel1.Key = ""; this.bLabel1.Location = new System.Drawing.Point(5, 5); this.bLabel1.Name = "bLabel1"; this.bLabel1.Size = new System.Drawing.Size(100, 20); this.bLabel1.TabIndex = 0; this.bLabel1.Text = "Line"; // // panel1 // this.panel1.Controls.Add(this.bapnlButton); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 421); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(906, 35); this.panel1.TabIndex = 3; // // bapnlButton // this.bapnlButton.BLabelAutoPadding = true; this.bapnlButton.BssClass = "DataArrPanel"; this.bapnlButton.Controls.Add(this.bbtnOK); this.bapnlButton.Controls.Add(this.bbtnClose); this.bapnlButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.bapnlButton.IsCondition = false; this.bapnlButton.Key = ""; this.bapnlButton.Location = new System.Drawing.Point(0, 0); this.bapnlButton.Name = "bapnlButton"; this.bapnlButton.Padding_Bottom = 5; this.bapnlButton.Padding_Left = 5; this.bapnlButton.Padding_Right = 5; this.bapnlButton.Padding_Top = 5; this.bapnlButton.Size = new System.Drawing.Size(906, 35); this.bapnlButton.Space = 5; this.bapnlButton.TabIndex = 2; this.bapnlButton.Title = ""; // // bbtnOK // this.bbtnOK.AutoButtonSize = false; this.bbtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bbtnOK.BackgroundImage"))); this.bbtnOK.BssClass = "ConditionButton"; this.bbtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.bbtnOK.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bbtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(97)))), ((int)(((byte)(133))))); this.bbtnOK.IsMultiLanguage = true; this.bbtnOK.Key = "FDC_POPUP_BUTTON_OK"; this.bbtnOK.Location = new System.Drawing.Point(733, 5); this.bbtnOK.Name = "bbtnOK"; this.bbtnOK.Size = new System.Drawing.Size(80, 25); this.bbtnOK.TabIndex = 3; this.bbtnOK.TabStop = false; this.bbtnOK.Text = "OK"; this.bbtnOK.ToolTipText = ""; this.bbtnOK.UseVisualStyleBackColor = true; this.bbtnOK.Click += new System.EventHandler(this.bbtnOK_Click); // // bbtnClose // this.bbtnClose.AutoButtonSize = false; this.bbtnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bbtnClose.BackgroundImage"))); this.bbtnClose.BssClass = "ConditionButton"; this.bbtnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.bbtnClose.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bbtnClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(97)))), ((int)(((byte)(133))))); this.bbtnClose.IsMultiLanguage = true; this.bbtnClose.Key = "FDC_POPUP_BUTTON_CLOSE"; this.bbtnClose.Location = new System.Drawing.Point(818, 5); this.bbtnClose.Name = "bbtnClose"; this.bbtnClose.Size = new System.Drawing.Size(80, 25); this.bbtnClose.TabIndex = 2; this.bbtnClose.TabStop = false; this.bbtnClose.Text = "Close"; this.bbtnClose.ToolTipText = ""; this.bbtnClose.UseVisualStyleBackColor = true; this.bbtnClose.Click += new System.EventHandler(this.bbtnClose_Click); // // SPCChartConditionPopup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(918, 489); this.ContentsAreaMinHeight = 450; this.ContentsAreaMinWidth = 900; this.Controls.Add(this.pnlChartRowDataPopup); this.MaximizeBox = true; this.MinimizeBox = true; this.Name = "SPCChartConditionPopup"; this.Resizable = true; this.Text = "MultiData Search Condition"; this.Controls.SetChildIndex(this.pnlContentsArea, 0); this.Controls.SetChildIndex(this.pnlChartRowDataPopup, 0); this.pnlChartRowDataPopup.ResumeLayout(false); this.bTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bSpreadModelList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bSpreadModelList_Sheet1)).EndInit(); this.bControlArrangePanel1.ResumeLayout(false); this.bArrangePanel3.ResumeLayout(false); this.bArrangePanel3.PerformLayout(); this.bArrangePanel2.ResumeLayout(false); this.bArrangePanel2.PerformLayout(); this.panel1.ResumeLayout(false); this.bapnlButton.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuPanel3 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuTreeView1 = new Neusoft.FrameWork.WinForms.Controls.NeuTreeView(); this.neuPanel1.SuspendLayout(); this.neuPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); this.neuPanel2.SuspendLayout(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.neuPanel3); this.neuPanel1.Controls.Add(this.neuSplitter1); this.neuPanel1.Controls.Add(this.neuPanel2); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(757, 505); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // neuPanel3 // this.neuPanel3.Controls.Add(this.neuSpread1); this.neuPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel3.Location = new System.Drawing.Point(238, 0); this.neuPanel3.Name = "neuPanel3"; this.neuPanel3.Size = new System.Drawing.Size(519, 505); this.neuPanel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel3.TabIndex = 2; // // neuSpread1 // this.neuSpread1.About = "2.5.2007.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, "; this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 0); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1 }); this.neuSpread1.Size = new System.Drawing.Size(519, 505); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 0; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; // // 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 = 4; this.neuSpread1_Sheet1.RowCount = 0; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "分区编号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "分区名称"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "护理站编码"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "护理站名称"; this.neuSpread1_Sheet1.Columns.Get(0).Label = "分区编号"; this.neuSpread1_Sheet1.Columns.Get(0).Width = 74F; this.neuSpread1_Sheet1.Columns.Get(1).Label = "分区名称"; this.neuSpread1_Sheet1.Columns.Get(1).Width = 113F; this.neuSpread1_Sheet1.Columns.Get(2).Label = "护理站编码"; this.neuSpread1_Sheet1.Columns.Get(2).Width = 75F; this.neuSpread1_Sheet1.Columns.Get(3).Label = "护理站名称"; this.neuSpread1_Sheet1.Columns.Get(3).Width = 128F; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single; this.neuSpread1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread1.SetActiveViewport(1, 0); // // neuSplitter1 // this.neuSplitter1.Location = new System.Drawing.Point(232, 0); this.neuSplitter1.Name = "neuSplitter1"; this.neuSplitter1.Size = new System.Drawing.Size(6, 505); this.neuSplitter1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSplitter1.TabIndex = 1; this.neuSplitter1.TabStop = false; // // neuPanel2 // this.neuPanel2.Controls.Add(this.neuTreeView1); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.neuPanel2.Location = new System.Drawing.Point(0, 0); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(232, 505); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 0; // // neuTreeView1 // this.neuTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuTreeView1.HideSelection = false; this.neuTreeView1.Location = new System.Drawing.Point(0, 0); this.neuTreeView1.Name = "neuTreeView1"; this.neuTreeView1.Size = new System.Drawing.Size(232, 505); this.neuTreeView1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTreeView1.TabIndex = 1; this.neuTreeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.neuTreeView1_NodeMouseClick); // // ucCaseSubarea // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuPanel1); this.Name = "ucCaseSubarea"; this.Size = new System.Drawing.Size(757, 505); this.Load += new System.EventHandler(this.ucCaseSubarea_Load); this.neuPanel1.ResumeLayout(false); this.neuPanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); this.neuPanel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.cmbDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.dtEnd = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.dtBegin = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker(); this.neuLabel3 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel2 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuLabel1 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.neuLabel4 = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuSpread1 = new Neusoft.FrameWork.WinForms.Controls.NeuSpread(); this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView(); this.lbReportTitle = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.neuPanel1.SuspendLayout(); this.neuPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).BeginInit(); this.SuspendLayout(); // // neuPanel1 // this.neuPanel1.Controls.Add(this.cmbDept); this.neuPanel1.Controls.Add(this.dtEnd); this.neuPanel1.Controls.Add(this.dtBegin); this.neuPanel1.Controls.Add(this.neuLabel3); this.neuPanel1.Controls.Add(this.neuLabel2); this.neuPanel1.Controls.Add(this.neuLabel1); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.neuPanel1.Location = new System.Drawing.Point(0, 0); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(699, 35); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 0; // // cmbDept // this.cmbDept.ArrowBackColor = System.Drawing.Color.Silver; this.cmbDept.FormattingEnabled = true; this.cmbDept.IsEnter2Tab = false; this.cmbDept.IsFlat = false; this.cmbDept.IsLike = true; this.cmbDept.IsListOnly = false; this.cmbDept.IsShowCustomerList = false; this.cmbDept.IsShowID = false; this.cmbDept.Location = new System.Drawing.Point(517, 7); this.cmbDept.Name = "cmbDept"; this.cmbDept.PopForm = null; this.cmbDept.ShowCustomerList = false; this.cmbDept.ShowID = false; this.cmbDept.Size = new System.Drawing.Size(121, 20); this.cmbDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat; this.cmbDept.TabIndex = 7; this.cmbDept.Tag = ""; this.cmbDept.ToolBarUse = false; // // dtEnd // this.dtEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtEnd.IsEnter2Tab = false; this.dtEnd.Location = new System.Drawing.Point(298, 6); this.dtEnd.Name = "dtEnd"; this.dtEnd.Size = new System.Drawing.Size(144, 21); this.dtEnd.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtEnd.TabIndex = 6; // // dtBegin // this.dtBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtBegin.IsEnter2Tab = false; this.dtBegin.Location = new System.Drawing.Point(75, 7); this.dtBegin.Name = "dtBegin"; this.dtBegin.Size = new System.Drawing.Size(144, 21); this.dtBegin.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.dtBegin.TabIndex = 5; // // neuLabel3 // this.neuLabel3.AutoSize = true; this.neuLabel3.Location = new System.Drawing.Point(450, 11); this.neuLabel3.Name = "neuLabel3"; this.neuLabel3.Size = new System.Drawing.Size(65, 12); this.neuLabel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel3.TabIndex = 3; this.neuLabel3.Text = "药 房:"; // // neuLabel2 // this.neuLabel2.AutoSize = true; this.neuLabel2.Location = new System.Drawing.Point(227, 11); this.neuLabel2.Name = "neuLabel2"; this.neuLabel2.Size = new System.Drawing.Size(65, 12); this.neuLabel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel2.TabIndex = 3; this.neuLabel2.Text = "终止时间:"; // // neuLabel1 // this.neuLabel1.AutoSize = true; this.neuLabel1.Location = new System.Drawing.Point(4, 11); this.neuLabel1.Name = "neuLabel1"; this.neuLabel1.Size = new System.Drawing.Size(65, 12); this.neuLabel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel1.TabIndex = 4; this.neuLabel1.Text = "起始时间:"; // // neuPanel2 // this.neuPanel2.Controls.Add(this.neuLabel4); this.neuPanel2.Controls.Add(this.neuSpread1); this.neuPanel2.Controls.Add(this.lbReportTitle); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel2.Location = new System.Drawing.Point(0, 35); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(699, 400); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 1; // // neuLabel4 // this.neuLabel4.AutoSize = true; this.neuLabel4.ForeColor = System.Drawing.Color.Blue; this.neuLabel4.Location = new System.Drawing.Point(450, 25); this.neuLabel4.Name = "neuLabel4"; this.neuLabel4.Size = new System.Drawing.Size(173, 12); this.neuLabel4.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuLabel4.TabIndex = 3; this.neuLabel4.Text = "发药数量特指发药的药品条目数"; // // neuSpread1 // this.neuSpread1.About = "3.0.2004.2005"; this.neuSpread1.AccessibleDescription = "neuSpread1, 汇 总"; this.neuSpread1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.neuSpread1.BackColor = System.Drawing.Color.White; this.neuSpread1.FileName = ""; this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.IsAutoSaveGridStatus = false; this.neuSpread1.IsCanCustomConfigColumn = false; this.neuSpread1.Location = new System.Drawing.Point(0, 43); this.neuSpread1.Name = "neuSpread1"; this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.neuSpread1_Sheet1, this.neuSpread1_Sheet2 }); this.neuSpread1.Size = new System.Drawing.Size(699, 357); this.neuSpread1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSpread1.TabIndex = 2; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.neuSpread1.TextTipAppearance = tipAppearance1; this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded; this.neuSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick); // // neuSpread1_Sheet1 // this.neuSpread1_Sheet1.Reset(); this.neuSpread1_Sheet1.SheetName = "汇 总"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread1_Sheet1.ColumnCount = 4; this.neuSpread1_Sheet1.RowCount = 0; this.neuSpread1_Sheet1.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin3", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true); this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "员 工 号"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "姓 名"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "类 别"; this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "发 药 数 量"; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.Columns.Get(0).CellType = textCellType1; 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 = 95F; this.neuSpread1_Sheet1.Columns.Get(1).Label = "姓 名"; this.neuSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.Columns.Get(1).Width = 90F; this.neuSpread1_Sheet1.Columns.Get(2).CellType = numberCellType1; this.neuSpread1_Sheet1.Columns.Get(2).Label = "类 别"; this.neuSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.Columns.Get(2).Width = 91F; this.neuSpread1_Sheet1.Columns.Get(3).CellType = numberCellType2; this.neuSpread1_Sheet1.Columns.Get(3).Label = "发 药 数 量"; this.neuSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.neuSpread1_Sheet1.Columns.Get(3).Width = 108F; this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet1.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet1.SheetCornerStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet1.VisualStyles = FarPoint.Win.VisualStyles.Off; this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.neuSpread1.SetActiveViewport(0, 1, 0); // // neuSpread1_Sheet2 // this.neuSpread1_Sheet2.Reset(); this.neuSpread1_Sheet2.SheetName = "明 细"; // Formulas and custom names must be loaded with R1C1 reference style this.neuSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.neuSpread1_Sheet2.ActiveSkin = new FarPoint.Win.Spread.SheetSkin("CustomSkin3", System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, true); this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet2.ColumnHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet2.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode; this.neuSpread1_Sheet2.RowHeader.Columns.Get(0).Width = 37F; this.neuSpread1_Sheet2.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet2.RowHeader.DefaultStyle.Locked = false; this.neuSpread1_Sheet2.RowHeader.DefaultStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet2.SheetCornerStyle.BackColor = System.Drawing.Color.White; this.neuSpread1_Sheet2.SheetCornerStyle.Locked = false; this.neuSpread1_Sheet2.SheetCornerStyle.Parent = "HeaderDefault"; this.neuSpread1_Sheet2.VisualStyles = FarPoint.Win.VisualStyles.Off; this.neuSpread1_Sheet2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // lbReportTitle // this.lbReportTitle.AutoSize = true; this.lbReportTitle.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbReportTitle.Location = new System.Drawing.Point(199, 11); this.lbReportTitle.Name = "lbReportTitle"; this.lbReportTitle.Size = new System.Drawing.Size(222, 20); this.lbReportTitle.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lbReportTitle.TabIndex = 1; this.lbReportTitle.Text = "住 院 工 作 量 查 询"; // // ucInWorkQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.neuPanel2); this.Controls.Add(this.neuPanel1); this.Name = "ucInWorkQuery"; this.Size = new System.Drawing.Size(699, 435); this.neuPanel1.ResumeLayout(false); this.neuPanel1.PerformLayout(); this.neuPanel2.ResumeLayout(false); this.neuPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet2)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMediumVoltageDistributionNetworkParsing)); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.bar1 = new DevExpress.XtraBars.Bar(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBox1 = 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(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); this.SuspendLayout(); // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1"; this.fpSpread1.Location = new System.Drawing.Point(42, 80); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Size = new System.Drawing.Size(400, 179); 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.TabIndexChanged += new System.EventHandler(this.fpSpread1_TabIndexChanged); this.fpSpread1.SheetTabClick += new FarPoint.Win.Spread.SheetTabClickEventHandler(this.fpSpread1_SheetTabClick); this.fpSpread1.ActiveSheetIndex = -1; // // 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, "关闭1.ico"); this.imageList1.Images.SetKeyName(8, "关闭.ico"); this.imageList1.Images.SetKeyName(9, "角色.ico"); this.imageList1.Images.SetKeyName(10, "删除.ico"); this.imageList1.Images.SetKeyName(11, "审核.ico"); this.imageList1.Images.SetKeyName(12, "审批.ico"); this.imageList1.Images.SetKeyName(13, "授权.ico"); this.imageList1.Images.SetKeyName(14, "刷新.ico"); this.imageList1.Images.SetKeyName(15, "添加同级.ico"); this.imageList1.Images.SetKeyName(16, "添加下级.ico"); this.imageList1.Images.SetKeyName(17, "新建.ico"); this.imageList1.Images.SetKeyName(18, "修改.ico"); this.imageList1.Images.SetKeyName(19, "作废.ico"); // // 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.barButtonItem1, this.barButtonItem2, this.barButtonItem3, this.barButtonItem4, this.barEditItem1}); this.barManager1.MainMenu = this.bar1; this.barManager1.MaxItemId = 5; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1}); // // bar1 // this.bar1.BarName = "Custom 1"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1, true)}); this.bar1.OptionsBar.MultiLine = true; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Custom 1"; // // barButtonItem1 // this.barButtonItem1.Caption = "导出"; this.barButtonItem1.Id = 0; this.barButtonItem1.ImageIndex = 5; this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem2 // this.barButtonItem2.Caption = "更新"; this.barButtonItem2.Id = 1; this.barButtonItem2.ImageIndex = 1; this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "保存"; this.barButtonItem3.Id = 2; this.barButtonItem3.ImageIndex = 0; this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "退出"; this.barButtonItem4.Id = 3; this.barButtonItem4.ImageIndex = 7; this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barEditItem1 // this.barEditItem1.Caption = "barEditItem1"; this.barEditItem1.Edit = this.repositoryItemComboBox1; this.barEditItem1.Id = 4; this.barEditItem1.Name = "barEditItem1"; this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged); // // repositoryItemComboBox1 // this.repositoryItemComboBox1.AutoHeight = false; this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // FrmMediumVoltageDistributionNetworkParsing // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(492, 366); 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 = "FrmMediumVoltageDistributionNetworkParsing"; this.Text = "中压配电网分析"; this.Load += new System.EventHandler(this.FrmMediumVoltageDistributionNetworkParsing_Load); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SPCControlChartUC)); BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo columnInfo2 = new BISTel.PeakPerformance.Client.BISTelControl.ColumnInfo(); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); this.bbtnListChart = new BISTel.PeakPerformance.Client.BISTelControl.BButtonList(); this.bapnl_Button = new BISTel.PeakPerformance.Client.BISTelControl.BArrangePanel(); this.bArrangePanel1 = new BISTel.PeakPerformance.Client.BISTelControl.BArrangePanel(); this.bCheckCombo1 = new BISTel.PeakPerformance.Client.BISTelControl.BCheckCombo(); this.bcpnl_ChartBase = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.pnlChart = new System.Windows.Forms.Panel(); this.bsprData = new BISTel.PeakPerformance.Client.BISTelControl.BSpread(); this.bsprData_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.bLabel1 = new BISTel.PeakPerformance.Client.BISTelControl.BLabel(); this.bShowRawData = new BISTel.PeakPerformance.Client.BISTelControl.BCheckBox(); this.bapnl_Button.SuspendLayout(); this.bArrangePanel1.SuspendLayout(); this.bcpnl_ChartBase.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsprData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsprData_Sheet1)).BeginInit(); this.SuspendLayout(); // // bbtnListChart // this.bbtnListChart.BackColor = System.Drawing.Color.White; this.bbtnListChart.BssClass = ""; this.bbtnListChart.ButtonHorizontalSpacing = 1; this.bbtnListChart.ButtonMouseOverStyle = System.Windows.Forms.ButtonState.Normal; this.bbtnListChart.Dock = System.Windows.Forms.DockStyle.Right; this.bbtnListChart.HorizontalMarginSpacing = 5; this.bbtnListChart.IsCondition = false; this.bbtnListChart.Location = new System.Drawing.Point(534, 0); this.bbtnListChart.MarginSpace = 5; this.bbtnListChart.Name = "bbtnListChart"; this.bbtnListChart.Size = new System.Drawing.Size(191, 33); this.bbtnListChart.TabIndex = 0; this.bbtnListChart.ButtonClick += new BISTel.PeakPerformance.Client.BISTelControl.ButtonList.ImageDelegate(this.bbtnListChart_ButtonClick); // // bapnl_Button // this.bapnl_Button.BackColor = System.Drawing.Color.White; this.bapnl_Button.BLabelAutoPadding = true; this.bapnl_Button.BssClass = "TitleArrPanel"; this.bapnl_Button.Controls.Add(this.bArrangePanel1); this.bapnl_Button.Controls.Add(this.bbtnListChart); this.bapnl_Button.Dock = System.Windows.Forms.DockStyle.Top; this.bapnl_Button.IsCondition = true; this.bapnl_Button.Key = ""; this.bapnl_Button.Location = new System.Drawing.Point(0, 0); this.bapnl_Button.Name = "bapnl_Button"; this.bapnl_Button.Padding_Bottom = 5; this.bapnl_Button.Padding_Left = 5; this.bapnl_Button.Padding_Right = 5; this.bapnl_Button.Padding_Top = 5; this.bapnl_Button.Size = new System.Drawing.Size(725, 33); this.bapnl_Button.Space = 5; this.bapnl_Button.TabIndex = 3; this.bapnl_Button.Title = ""; // // bArrangePanel1 // this.bArrangePanel1.BLabelAutoPadding = true; this.bArrangePanel1.BssClass = "TitlePanel"; this.bArrangePanel1.Controls.Add(this.bShowRawData); this.bArrangePanel1.Controls.Add(this.bLabel1); this.bArrangePanel1.Controls.Add(this.bCheckCombo1); this.bArrangePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.bArrangePanel1.IsCondition = true; this.bArrangePanel1.Key = ""; this.bArrangePanel1.Location = new System.Drawing.Point(0, 0); this.bArrangePanel1.Name = "bArrangePanel1"; this.bArrangePanel1.Padding_Bottom = 5; this.bArrangePanel1.Padding_Left = 5; this.bArrangePanel1.Padding_Right = 5; this.bArrangePanel1.Padding_Top = 5; this.bArrangePanel1.Size = new System.Drawing.Size(534, 33); this.bArrangePanel1.Space = 5; this.bArrangePanel1.TabIndex = 1; this.bArrangePanel1.Title = ""; // // bCheckCombo1 // this.bCheckCombo1.BackColor = System.Drawing.Color.White; this.bCheckCombo1.BssClass = ""; this.bCheckCombo1.CausesValidation = false; this.bCheckCombo1.DataSource = null; this.bCheckCombo1.DisplayMember = ""; this.bCheckCombo1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.bCheckCombo1.IsIncludeAll = false; this.bCheckCombo1.Key = ""; this.bCheckCombo1.Location = new System.Drawing.Point(5, 6); this.bCheckCombo1.Name = "bCheckCombo1"; this.bCheckCombo1.Size = new System.Drawing.Size(286, 21); this.bCheckCombo1.TabIndex = 0; this.bCheckCombo1.ValueMember = ""; this.bCheckCombo1.TextChanged += new System.EventHandler(this.bCheckCombo1_TextChanged); this.bCheckCombo1.CheckCombo_Select += new System.EventHandler(this.bCheckCombo1_CheckCombo_Select); // // bcpnl_ChartBase // this.bcpnl_ChartBase.BackColor = System.Drawing.Color.White; this.bcpnl_ChartBase.Controls.Add(this.splitContainer1); this.bcpnl_ChartBase.Dock = System.Windows.Forms.DockStyle.Fill; this.bcpnl_ChartBase.Location = new System.Drawing.Point(0, 0); this.bcpnl_ChartBase.Name = "bcpnl_ChartBase"; this.bcpnl_ChartBase.Size = new System.Drawing.Size(991, 546); this.bcpnl_ChartBase.TabIndex = 6; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.pnlChart); this.splitContainer1.Panel1.Controls.Add(this.bapnl_Button); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.bsprData); this.splitContainer1.Size = new System.Drawing.Size(991, 546); this.splitContainer1.SplitterDistance = 725; this.splitContainer1.SplitterWidth = 3; this.splitContainer1.TabIndex = 4; // // pnlChart // this.pnlChart.AutoScroll = true; this.pnlChart.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlChart.Location = new System.Drawing.Point(0, 33); this.pnlChart.Name = "pnlChart"; this.pnlChart.Size = new System.Drawing.Size(725, 513); this.pnlChart.TabIndex = 4; // // bsprData // this.bsprData.About = "3.0.2005.2005"; this.bsprData.AccessibleDescription = ""; this.bsprData.AddtionalCodeList = ((System.Collections.SortedList)(resources.GetObject("bsprData.AddtionalCodeList"))); this.bsprData.AllowNewRow = true; this.bsprData.AutoClipboard = false; this.bsprData.AutoGenerateColumns = false; this.bsprData.BssClass = ""; this.bsprData.ClickPos = new System.Drawing.Point(0, 0); this.bsprData.ColFronzen = 0; columnInfo2.CheckBoxFields = ((System.Collections.Generic.List <int>)(resources.GetObject("columnInfo2.CheckBoxFields"))); columnInfo2.ComboFields = ((System.Collections.Generic.List <int>)(resources.GetObject("columnInfo2.ComboFields"))); columnInfo2.DefaultValue = ((System.Collections.Generic.Dictionary <int, string>)(resources.GetObject("columnInfo2.DefaultValue"))); columnInfo2.KeyFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo2.KeyFields"))); columnInfo2.MandatoryFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo2.MandatoryFields"))); columnInfo2.SaveTableInfo = ((System.Collections.SortedList)(resources.GetObject("columnInfo2.SaveTableInfo"))); columnInfo2.UniqueFields = ((System.Collections.ArrayList)(resources.GetObject("columnInfo2.UniqueFields"))); this.bsprData.columnInformation = columnInfo2; this.bsprData.ComboEnable = true; this.bsprData.DataAutoHeadings = false; this.bsprData.DataSet = null; this.bsprData.DateToDateTimeFormat = false; this.bsprData.DefaultDeleteValue = true; this.bsprData.DisplayColumnHeader = true; this.bsprData.DisplayRowHeader = true; this.bsprData.Dock = System.Windows.Forms.DockStyle.Fill; this.bsprData.EditModeReplace = true; this.bsprData.FilterVisible = false; this.bsprData.HeadHeight = 20F; this.bsprData.IsCellCopy = false; this.bsprData.IsMultiLanguage = true; this.bsprData.IsReport = false; this.bsprData.Key = ""; this.bsprData.Location = new System.Drawing.Point(0, 0); this.bsprData.Name = "bsprData"; this.bsprData.RowFronzen = 0; this.bsprData.RowInsertType = BISTel.PeakPerformance.Client.BISTelControl.InsertType.Current; this.bsprData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.bsprData_Sheet1 }); this.bsprData.Size = new System.Drawing.Size(263, 546); this.bsprData.TabIndex = 0; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.bsprData.TextTipAppearance = tipAppearance2; this.bsprData.UseCheckAll = false; this.bsprData.UseCommandIcon = false; this.bsprData.UseFilter = false; this.bsprData.UseGeneralContextMenu = true; this.bsprData.UseHeadColor = false; this.bsprData.UseOriginalEvent = false; this.bsprData.UseSpreadEdit = true; this.bsprData.UseWidthMemory = true; this.bsprData.WhenDeleteUseModify = false; // // bsprData_Sheet1 // this.bsprData_Sheet1.Reset(); this.bsprData_Sheet1.SheetName = "Sheet1"; // // bLabel1 // this.bLabel1.BackColor = System.Drawing.Color.Transparent; this.bLabel1.BssClass = ""; this.bLabel1.CustomTextAlign = ""; this.bLabel1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.bLabel1.ForeColor = System.Drawing.Color.Black; this.bLabel1.Image = global::BISTel.eSPC.Page.Properties.Resources.bullet_01; this.bLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.bLabel1.IsMultiLanguage = true; this.bLabel1.Key = ""; this.bLabel1.Location = new System.Drawing.Point(296, 5); this.bLabel1.Name = "bLabel1"; this.bLabel1.Size = new System.Drawing.Size(10, 23); this.bLabel1.TabIndex = 29; // // bShowRawData // this.bShowRawData.BssClass = ""; this.bShowRawData.Enabled = false; this.bShowRawData.IsMultiLanguage = true; this.bShowRawData.Key = ""; this.bShowRawData.Location = new System.Drawing.Point(311, 4); this.bShowRawData.Name = "bShowRawData"; this.bShowRawData.Size = new System.Drawing.Size(162, 24); this.bShowRawData.TabIndex = 30; this.bShowRawData.Text = "Show raw data on/off flag"; this.bShowRawData.UseVisualStyleBackColor = true; // // SPCControlChartUC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.bcpnl_ChartBase); this.Name = "SPCControlChartUC"; this.Size = new System.Drawing.Size(991, 546); this.bapnl_Button.ResumeLayout(false); this.bArrangePanel1.ResumeLayout(false); this.bcpnl_ChartBase.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bsprData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsprData_Sheet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance(); FarPoint.Win.Spread.TipAppearance tipAppearance3 = new FarPoint.Win.Spread.TipAppearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucPactUnitMaintenance)); Neusoft.FrameWork.Models.NeuObject neuObject1 = new Neusoft.FrameWork.Models.NeuObject(); this.neuTabControl1 = new Neusoft.FrameWork.WinForms.Controls.NeuTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.fpMain = new FarPoint.Win.Spread.FpSpread(); this.fpMain_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.neuSplitter2 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter(); this.neuPanel1 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.fpDetail = new FarPoint.Win.Spread.FpSpread(); this.fpDetail_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.neuSplitter1 = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter(); this.neuTabControl2 = new Neusoft.FrameWork.WinForms.Controls.NeuTabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.neuPanel2 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.fpFeeCode = new FarPoint.Win.Spread.FpSpread(); this.fpFeeCode_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.neuPanel3 = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.ucInputItem1 = new Neusoft.HISFC.Components.Common.Controls.ucInputItem(); this.neuTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpMain_Sheet1)).BeginInit(); this.tabPage2.SuspendLayout(); this.neuPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpDetail_Sheet1)).BeginInit(); this.neuTabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.neuPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpFeeCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpFeeCode_Sheet1)).BeginInit(); this.tabPage4.SuspendLayout(); this.neuPanel3.SuspendLayout(); this.SuspendLayout(); // // neuTabControl1 // this.neuTabControl1.Controls.Add(this.tabPage1); this.neuTabControl1.Controls.Add(this.tabPage2); this.neuTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuTabControl1.Location = new System.Drawing.Point(0, 0); this.neuTabControl1.Name = "neuTabControl1"; this.neuTabControl1.SelectedIndex = 0; this.neuTabControl1.Size = new System.Drawing.Size(893, 662); this.neuTabControl1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTabControl1.TabIndex = 0; this.neuTabControl1.SelectedIndexChanged += new System.EventHandler(this.neuTabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.fpMain); this.tabPage1.Location = new System.Drawing.Point(4, 21); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(885, 637); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "合同单位基本信息维护"; this.tabPage1.UseVisualStyleBackColor = true; // // fpMain // this.fpMain.About = "2.5.2007.2005"; this.fpMain.AccessibleDescription = ""; this.fpMain.Dock = System.Windows.Forms.DockStyle.Fill; this.fpMain.Location = new System.Drawing.Point(3, 3); this.fpMain.Name = "fpMain"; this.fpMain.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpMain_Sheet1 }); this.fpMain.Size = new System.Drawing.Size(879, 631); this.fpMain.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.fpMain.TextTipAppearance = tipAppearance1; this.fpMain.EditModeOff += new System.EventHandler(this.fpMain_EditModeOff); // // fpMain_Sheet1 // this.fpMain_Sheet1.Reset(); this.fpMain_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpMain_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpMain_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.fpMain_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // tabPage2 // this.tabPage2.Controls.Add(this.neuSplitter2); this.tabPage2.Controls.Add(this.neuPanel1); this.tabPage2.Controls.Add(this.neuTabControl2); this.tabPage2.Location = new System.Drawing.Point(4, 21); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(885, 637); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "明细维护"; // // neuSplitter2 // this.neuSplitter2.Dock = System.Windows.Forms.DockStyle.Top; this.neuSplitter2.Location = new System.Drawing.Point(3, 331); this.neuSplitter2.Name = "neuSplitter2"; this.neuSplitter2.Size = new System.Drawing.Size(879, 3); this.neuSplitter2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSplitter2.TabIndex = 2; this.neuSplitter2.TabStop = false; // // neuPanel1 // this.neuPanel1.Controls.Add(this.fpDetail); this.neuPanel1.Controls.Add(this.neuSplitter1); this.neuPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel1.Location = new System.Drawing.Point(3, 331); this.neuPanel1.Name = "neuPanel1"; this.neuPanel1.Size = new System.Drawing.Size(879, 303); this.neuPanel1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel1.TabIndex = 1; // // fpDetail // this.fpDetail.About = "2.5.2007.2005"; this.fpDetail.AccessibleDescription = ""; this.fpDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.fpDetail.Location = new System.Drawing.Point(0, 3); this.fpDetail.Name = "fpDetail"; this.fpDetail.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpDetail_Sheet1 }); this.fpDetail.Size = new System.Drawing.Size(879, 300); this.fpDetail.TabIndex = 1; tipAppearance2.BackColor = System.Drawing.SystemColors.Info; tipAppearance2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance2.ForeColor = System.Drawing.SystemColors.InfoText; this.fpDetail.TextTipAppearance = tipAppearance2; // // fpDetail_Sheet1 // this.fpDetail_Sheet1.Reset(); this.fpDetail_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpDetail_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.fpDetail_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // neuSplitter1 // this.neuSplitter1.Dock = System.Windows.Forms.DockStyle.Top; this.neuSplitter1.Location = new System.Drawing.Point(0, 0); this.neuSplitter1.Name = "neuSplitter1"; this.neuSplitter1.Size = new System.Drawing.Size(879, 3); this.neuSplitter1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuSplitter1.TabIndex = 0; this.neuSplitter1.TabStop = false; // // neuTabControl2 // this.neuTabControl2.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.neuTabControl2.Controls.Add(this.tabPage3); this.neuTabControl2.Controls.Add(this.tabPage4); this.neuTabControl2.Dock = System.Windows.Forms.DockStyle.Top; this.neuTabControl2.ItemSize = new System.Drawing.Size(65, 17); this.neuTabControl2.Location = new System.Drawing.Point(3, 3); this.neuTabControl2.Multiline = true; this.neuTabControl2.Name = "neuTabControl2"; this.neuTabControl2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.neuTabControl2.SelectedIndex = 0; this.neuTabControl2.Size = new System.Drawing.Size(879, 328); this.neuTabControl2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuTabControl2.TabIndex = 0; this.neuTabControl2.SelectedIndexChanged += new System.EventHandler(this.neuTabControl2_SelectedIndexChanged); // // tabPage3 // this.tabPage3.BackColor = System.Drawing.Color.Transparent; this.tabPage3.Controls.Add(this.neuPanel2); this.tabPage3.Location = new System.Drawing.Point(4, 4); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(871, 303); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "最小费用"; this.tabPage3.UseVisualStyleBackColor = true; // // neuPanel2 // this.neuPanel2.BackColor = System.Drawing.SystemColors.Control; this.neuPanel2.Controls.Add(this.fpFeeCode); this.neuPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel2.Location = new System.Drawing.Point(3, 3); this.neuPanel2.Name = "neuPanel2"; this.neuPanel2.Size = new System.Drawing.Size(865, 297); this.neuPanel2.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel2.TabIndex = 0; // // fpFeeCode // this.fpFeeCode.About = "2.5.2007.2005"; this.fpFeeCode.AccessibleDescription = ""; this.fpFeeCode.Dock = System.Windows.Forms.DockStyle.Fill; this.fpFeeCode.Location = new System.Drawing.Point(0, 0); this.fpFeeCode.Name = "fpFeeCode"; this.fpFeeCode.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpFeeCode_Sheet1 }); this.fpFeeCode.Size = new System.Drawing.Size(865, 297); this.fpFeeCode.TabIndex = 0; tipAppearance3.BackColor = System.Drawing.SystemColors.Info; tipAppearance3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance3.ForeColor = System.Drawing.SystemColors.InfoText; this.fpFeeCode.TextTipAppearance = tipAppearance3; this.fpFeeCode.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpFeeCode_CellDoubleClick); // // fpFeeCode_Sheet1 // this.fpFeeCode_Sheet1.Reset(); this.fpFeeCode_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpFeeCode_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpFeeCode_Sheet1.RowHeader.Columns.Get(0).Width = 37F; this.fpFeeCode_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // tabPage4 // this.tabPage4.BackColor = System.Drawing.Color.Transparent; this.tabPage4.Controls.Add(this.neuPanel3); this.tabPage4.Location = new System.Drawing.Point(4, 4); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(871, 303); this.tabPage4.TabIndex = 1; this.tabPage4.Text = "收费项目"; this.tabPage4.UseVisualStyleBackColor = true; // // neuPanel3 // this.neuPanel3.Controls.Add(this.ucInputItem1); this.neuPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.neuPanel3.Location = new System.Drawing.Point(3, 3); this.neuPanel3.Name = "neuPanel3"; this.neuPanel3.Size = new System.Drawing.Size(865, 297); this.neuPanel3.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.neuPanel3.TabIndex = 0; // // ucInputItem1 // this.ucInputItem1.AlCatagory = ((System.Collections.ArrayList)(resources.GetObject("ucInputItem1.AlCatagory"))); this.ucInputItem1.Dock = System.Windows.Forms.DockStyle.Fill; neuObject1.ID = ""; neuObject1.Memo = ""; neuObject1.Name = ""; this.ucInputItem1.FeeItem = neuObject1; this.ucInputItem1.InputType = 0; this.ucInputItem1.IsListShowAlways = true; this.ucInputItem1.IsShowCategory = true; this.ucInputItem1.IsShowInput = true; this.ucInputItem1.IsShowSelfMark = true; this.ucInputItem1.Location = new System.Drawing.Point(0, 0); this.ucInputItem1.Name = "ucInputItem1"; this.ucInputItem1.ShowCategory = Neusoft.HISFC.Components.Common.Controls.EnumCategoryType.SysClass; this.ucInputItem1.ShowItemType = Neusoft.HISFC.Components.Common.Controls.EnumShowItemType.All; this.ucInputItem1.Size = new System.Drawing.Size(865, 297); this.ucInputItem1.TabIndex = 0; // // ucPactUnitMaintenance // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.neuTabControl1); this.Name = "ucPactUnitMaintenance"; this.Size = new System.Drawing.Size(893, 662); this.Load += new System.EventHandler(this.ucPactUnitMaintenance_Load); this.neuTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpMain_Sheet1)).EndInit(); this.tabPage2.ResumeLayout(false); this.neuPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpDetail_Sheet1)).EndInit(); this.neuTabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.neuPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpFeeCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpFeeCode_Sheet1)).EndInit(); this.tabPage4.ResumeLayout(false); this.neuPanel3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.txtNowCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labNowCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtFirstCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labFirstCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtRegCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labRegCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtInHosCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labInHosCardNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtGridNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labGridNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtCabinetNO = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.labCabinetNO = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.labCaseState = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.labCaseLose = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbCaseState = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.cmbInType = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.labInType = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.lblInType = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbInDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.cmbInEmployee = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.panelTop = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.txtIDCard = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblIDCard = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtBirthday = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblBirthday = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtSex = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.txtName = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblName = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.lblSex = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbCaseLose = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.lblSearchFor = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.txtSearchFor = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox(); this.lblSearchType = new Neusoft.FrameWork.WinForms.Controls.NeuLabel(); this.cmbSearchType = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components); this.panelFill = new Neusoft.FrameWork.WinForms.Controls.NeuPanel(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread_Sheet = new FarPoint.Win.Spread.SheetView(); this.panelTop.SuspendLayout(); this.panelFill.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread_Sheet)).BeginInit(); this.SuspendLayout(); // // txtNowCardNO // this.txtNowCardNO.Enabled = false; this.txtNowCardNO.Location = new System.Drawing.Point(89, 14); this.txtNowCardNO.Name = "txtNowCardNO"; this.txtNowCardNO.Size = new System.Drawing.Size(100, 21); this.txtNowCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtNowCardNO.TabIndex = 1; // // labNowCardNO // this.labNowCardNO.AutoSize = true; this.labNowCardNO.Location = new System.Drawing.Point(9, 19); this.labNowCardNO.Name = "labNowCardNO"; this.labNowCardNO.Size = new System.Drawing.Size(77, 12); this.labNowCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labNowCardNO.TabIndex = 0; this.labNowCardNO.Text = "当前病历号:"; // // txtFirstCardNO // this.txtFirstCardNO.Enabled = false; this.txtFirstCardNO.Location = new System.Drawing.Point(89, 41); this.txtFirstCardNO.Name = "txtFirstCardNO"; this.txtFirstCardNO.Size = new System.Drawing.Size(100, 21); this.txtFirstCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtFirstCardNO.TabIndex = 3; // // labFirstCardNO // this.labFirstCardNO.AutoSize = true; this.labFirstCardNO.Location = new System.Drawing.Point(9, 46); this.labFirstCardNO.Name = "labFirstCardNO"; this.labFirstCardNO.Size = new System.Drawing.Size(77, 12); this.labFirstCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labFirstCardNO.TabIndex = 2; this.labFirstCardNO.Text = "初诊病历号:"; // // txtRegCardNO // this.txtRegCardNO.Enabled = false; this.txtRegCardNO.Location = new System.Drawing.Point(89, 68); this.txtRegCardNO.Name = "txtRegCardNO"; this.txtRegCardNO.Size = new System.Drawing.Size(100, 21); this.txtRegCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtRegCardNO.TabIndex = 5; // // labRegCardNO // this.labRegCardNO.AutoSize = true; this.labRegCardNO.Location = new System.Drawing.Point(9, 73); this.labRegCardNO.Name = "labRegCardNO"; this.labRegCardNO.Size = new System.Drawing.Size(77, 12); this.labRegCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labRegCardNO.TabIndex = 4; this.labRegCardNO.Text = "门诊病历号:"; // // txtInHosCardNO // this.txtInHosCardNO.Enabled = false; this.txtInHosCardNO.Location = new System.Drawing.Point(89, 95); this.txtInHosCardNO.Name = "txtInHosCardNO"; this.txtInHosCardNO.Size = new System.Drawing.Size(100, 21); this.txtInHosCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtInHosCardNO.TabIndex = 7; // // labInHosCardNO // this.labInHosCardNO.AutoSize = true; this.labInHosCardNO.Location = new System.Drawing.Point(9, 100); this.labInHosCardNO.Name = "labInHosCardNO"; this.labInHosCardNO.Size = new System.Drawing.Size(77, 12); this.labInHosCardNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labInHosCardNO.TabIndex = 6; this.labInHosCardNO.Text = "住院病历号:"; // // txtGridNO // this.txtGridNO.Location = new System.Drawing.Point(494, 41); this.txtGridNO.Name = "txtGridNO"; this.txtGridNO.Size = new System.Drawing.Size(100, 21); this.txtGridNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtGridNO.TabIndex = 19; // // labGridNO // this.labGridNO.AutoSize = true; this.labGridNO.Location = new System.Drawing.Point(414, 46); this.labGridNO.Name = "labGridNO"; this.labGridNO.Size = new System.Drawing.Size(77, 12); this.labGridNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labGridNO.TabIndex = 18; this.labGridNO.Text = "病案柜格数:"; // // txtCabinetNO // this.txtCabinetNO.Location = new System.Drawing.Point(494, 14); this.txtCabinetNO.Name = "txtCabinetNO"; this.txtCabinetNO.Size = new System.Drawing.Size(100, 21); this.txtCabinetNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtCabinetNO.TabIndex = 17; // // labCabinetNO // this.labCabinetNO.AutoSize = true; this.labCabinetNO.Location = new System.Drawing.Point(414, 19); this.labCabinetNO.Name = "labCabinetNO"; this.labCabinetNO.Size = new System.Drawing.Size(77, 12); this.labCabinetNO.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labCabinetNO.TabIndex = 16; this.labCabinetNO.Text = "病案柜编码:"; // // labCaseState // this.labCaseState.AutoSize = true; this.labCaseState.Location = new System.Drawing.Point(426, 73); this.labCaseState.Name = "labCaseState"; this.labCaseState.Size = new System.Drawing.Size(65, 12); this.labCaseState.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labCaseState.TabIndex = 20; this.labCaseState.Text = "病案状态:"; // // labCaseLose // this.labCaseLose.AutoSize = true; this.labCaseLose.Location = new System.Drawing.Point(638, 72); this.labCaseLose.Name = "labCaseLose"; this.labCaseLose.Size = new System.Drawing.Size(65, 12); this.labCaseLose.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labCaseLose.TabIndex = 22; this.labCaseLose.Text = "丢失原因:"; // // cmbCaseState // this.cmbCaseState.ArrowBackColor = System.Drawing.Color.Silver; this.cmbCaseState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCaseState.FormattingEnabled = true; this.cmbCaseState.IsFlat = true; this.cmbCaseState.IsLike = true; this.cmbCaseState.Location = new System.Drawing.Point(494, 69); this.cmbCaseState.Name = "cmbCaseState"; this.cmbCaseState.PopForm = null; this.cmbCaseState.ShowCustomerList = false; this.cmbCaseState.ShowID = false; this.cmbCaseState.Size = new System.Drawing.Size(100, 20); this.cmbCaseState.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbCaseState.TabIndex = 21; this.cmbCaseState.Tag = ""; this.cmbCaseState.ToolBarUse = false; this.cmbCaseState.SelectedIndexChanged += new System.EventHandler(this.cmbCaseState_SelectedIndexChanged); // // cmbInType // this.cmbInType.ArrowBackColor = System.Drawing.Color.Silver; this.cmbInType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbInType.FormattingEnabled = true; this.cmbInType.IsFlat = true; this.cmbInType.IsLike = true; this.cmbInType.Location = new System.Drawing.Point(494, 96); this.cmbInType.Name = "cmbInType"; this.cmbInType.PopForm = null; this.cmbInType.ShowCustomerList = false; this.cmbInType.ShowID = false; this.cmbInType.Size = new System.Drawing.Size(100, 20); this.cmbInType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbInType.TabIndex = 25; this.cmbInType.Tag = ""; this.cmbInType.ToolBarUse = false; this.cmbInType.SelectedIndexChanged += new System.EventHandler(this.cmbInType_SelectedIndexChanged); // // labInType // this.labInType.AutoSize = true; this.labInType.Location = new System.Drawing.Point(402, 100); this.labInType.Name = "labInType"; this.labInType.Size = new System.Drawing.Size(89, 12); this.labInType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.labInType.TabIndex = 24; this.labInType.Text = "病案所在类型:"; // // lblInType // this.lblInType.AutoSize = true; this.lblInType.Location = new System.Drawing.Point(614, 98); this.lblInType.Name = "lblInType"; this.lblInType.Size = new System.Drawing.Size(89, 12); this.lblInType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblInType.TabIndex = 26; this.lblInType.Text = "病案所在人员:"; // // cmbInDept // this.cmbInDept.ArrowBackColor = System.Drawing.Color.Silver; this.cmbInDept.FormattingEnabled = true; this.cmbInDept.IsFlat = true; this.cmbInDept.IsLike = true; this.cmbInDept.Location = new System.Drawing.Point(706, 95); this.cmbInDept.Name = "cmbInDept"; this.cmbInDept.PopForm = null; this.cmbInDept.ShowCustomerList = false; this.cmbInDept.ShowID = false; this.cmbInDept.Size = new System.Drawing.Size(127, 20); this.cmbInDept.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbInDept.TabIndex = 25; this.cmbInDept.Tag = ""; this.cmbInDept.ToolBarUse = false; // // cmbInEmployee // this.cmbInEmployee.ArrowBackColor = System.Drawing.Color.Silver; this.cmbInEmployee.FormattingEnabled = true; this.cmbInEmployee.IsFlat = true; this.cmbInEmployee.IsLike = true; this.cmbInEmployee.Location = new System.Drawing.Point(706, 95); this.cmbInEmployee.Name = "cmbInEmployee"; this.cmbInEmployee.PopForm = null; this.cmbInEmployee.ShowCustomerList = false; this.cmbInEmployee.ShowID = false; this.cmbInEmployee.Size = new System.Drawing.Size(127, 20); this.cmbInEmployee.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbInEmployee.TabIndex = 27; this.cmbInEmployee.Tag = ""; this.cmbInEmployee.ToolBarUse = false; // // panelTop // this.panelTop.Controls.Add(this.txtIDCard); this.panelTop.Controls.Add(this.lblIDCard); this.panelTop.Controls.Add(this.txtBirthday); this.panelTop.Controls.Add(this.lblBirthday); this.panelTop.Controls.Add(this.txtSex); this.panelTop.Controls.Add(this.txtName); this.panelTop.Controls.Add(this.lblName); this.panelTop.Controls.Add(this.lblSex); this.panelTop.Controls.Add(this.cmbCaseLose); this.panelTop.Controls.Add(this.lblSearchFor); this.panelTop.Controls.Add(this.txtSearchFor); this.panelTop.Controls.Add(this.lblSearchType); this.panelTop.Controls.Add(this.cmbSearchType); this.panelTop.Controls.Add(this.cmbInEmployee); this.panelTop.Controls.Add(this.labNowCardNO); this.panelTop.Controls.Add(this.cmbInDept); this.panelTop.Controls.Add(this.txtNowCardNO); this.panelTop.Controls.Add(this.lblInType); this.panelTop.Controls.Add(this.labFirstCardNO); this.panelTop.Controls.Add(this.cmbInType); this.panelTop.Controls.Add(this.txtFirstCardNO); this.panelTop.Controls.Add(this.labInType); this.panelTop.Controls.Add(this.labRegCardNO); this.panelTop.Controls.Add(this.txtRegCardNO); this.panelTop.Controls.Add(this.cmbCaseState); this.panelTop.Controls.Add(this.labInHosCardNO); this.panelTop.Controls.Add(this.labCaseLose); this.panelTop.Controls.Add(this.txtInHosCardNO); this.panelTop.Controls.Add(this.labCaseState); this.panelTop.Controls.Add(this.labCabinetNO); this.panelTop.Controls.Add(this.txtGridNO); this.panelTop.Controls.Add(this.txtCabinetNO); this.panelTop.Controls.Add(this.labGridNO); this.panelTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelTop.Location = new System.Drawing.Point(0, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(845, 199); this.panelTop.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.panelTop.TabIndex = 28; // // txtIDCard // this.txtIDCard.Enabled = false; this.txtIDCard.Location = new System.Drawing.Point(280, 97); this.txtIDCard.Name = "txtIDCard"; this.txtIDCard.Size = new System.Drawing.Size(100, 21); this.txtIDCard.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtIDCard.TabIndex = 15; // // lblIDCard // this.lblIDCard.AutoSize = true; this.lblIDCard.Location = new System.Drawing.Point(209, 100); this.lblIDCard.Name = "lblIDCard"; this.lblIDCard.Size = new System.Drawing.Size(65, 12); this.lblIDCard.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblIDCard.TabIndex = 14; this.lblIDCard.Text = "身份证号:"; // // txtBirthday // this.txtBirthday.Enabled = false; this.txtBirthday.Location = new System.Drawing.Point(280, 68); this.txtBirthday.Name = "txtBirthday"; this.txtBirthday.Size = new System.Drawing.Size(100, 21); this.txtBirthday.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtBirthday.TabIndex = 13; // // lblBirthday // this.lblBirthday.AutoSize = true; this.lblBirthday.Location = new System.Drawing.Point(209, 71); this.lblBirthday.Name = "lblBirthday"; this.lblBirthday.Size = new System.Drawing.Size(65, 12); this.lblBirthday.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblBirthday.TabIndex = 12; this.lblBirthday.Text = "出生日期:"; // // txtSex // this.txtSex.Enabled = false; this.txtSex.Location = new System.Drawing.Point(280, 41); this.txtSex.Name = "txtSex"; this.txtSex.Size = new System.Drawing.Size(100, 21); this.txtSex.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtSex.TabIndex = 11; // // txtName // this.txtName.Enabled = false; this.txtName.Location = new System.Drawing.Point(280, 14); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(100, 21); this.txtName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtName.TabIndex = 9; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(233, 19); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(41, 12); this.lblName.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblName.TabIndex = 8; this.lblName.Text = "姓名:"; // // lblSex // this.lblSex.AutoSize = true; this.lblSex.Location = new System.Drawing.Point(233, 44); this.lblSex.Name = "lblSex"; this.lblSex.Size = new System.Drawing.Size(41, 12); this.lblSex.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblSex.TabIndex = 10; this.lblSex.Text = "性别:"; // // cmbCaseLose // this.cmbCaseLose.ArrowBackColor = System.Drawing.Color.Silver; this.cmbCaseLose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCaseLose.FormattingEnabled = true; this.cmbCaseLose.IsFlat = true; this.cmbCaseLose.IsLike = true; this.cmbCaseLose.Location = new System.Drawing.Point(706, 68); this.cmbCaseLose.Name = "cmbCaseLose"; this.cmbCaseLose.PopForm = null; this.cmbCaseLose.ShowCustomerList = false; this.cmbCaseLose.ShowID = false; this.cmbCaseLose.Size = new System.Drawing.Size(127, 20); this.cmbCaseLose.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbCaseLose.TabIndex = 23; this.cmbCaseLose.Tag = ""; this.cmbCaseLose.ToolBarUse = false; // // lblSearchFor // this.lblSearchFor.AutoSize = true; this.lblSearchFor.Location = new System.Drawing.Point(209, 174); this.lblSearchFor.Name = "lblSearchFor"; this.lblSearchFor.Size = new System.Drawing.Size(65, 12); this.lblSearchFor.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblSearchFor.TabIndex = 30; this.lblSearchFor.Text = "查询内容:"; // // txtSearchFor // this.txtSearchFor.Location = new System.Drawing.Point(280, 169); this.txtSearchFor.Name = "txtSearchFor"; this.txtSearchFor.Size = new System.Drawing.Size(100, 21); this.txtSearchFor.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.txtSearchFor.TabIndex = 31; // // lblSearchType // this.lblSearchType.AutoSize = true; this.lblSearchType.Location = new System.Drawing.Point(21, 174); this.lblSearchType.Name = "lblSearchType"; this.lblSearchType.Size = new System.Drawing.Size(65, 12); this.lblSearchType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.lblSearchType.TabIndex = 28; this.lblSearchType.Text = "查询方式:"; // // cmbSearchType // this.cmbSearchType.ArrowBackColor = System.Drawing.Color.Silver; this.cmbSearchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearchType.FormattingEnabled = true; this.cmbSearchType.IsFlat = true; this.cmbSearchType.IsLike = true; this.cmbSearchType.Items.AddRange(new object[] { "按病历号查询" }); this.cmbSearchType.Location = new System.Drawing.Point(89, 169); this.cmbSearchType.Name = "cmbSearchType"; this.cmbSearchType.PopForm = null; this.cmbSearchType.ShowCustomerList = false; this.cmbSearchType.ShowID = false; this.cmbSearchType.Size = new System.Drawing.Size(100, 20); this.cmbSearchType.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.cmbSearchType.TabIndex = 29; this.cmbSearchType.Tag = ""; this.cmbSearchType.ToolBarUse = false; // // panelFill // this.panelFill.Controls.Add(this.fpSpread1); this.panelFill.Dock = System.Windows.Forms.DockStyle.Fill; this.panelFill.Location = new System.Drawing.Point(0, 199); this.panelFill.Name = "panelFill"; this.panelFill.Size = new System.Drawing.Size(845, 306); this.panelFill.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D; this.panelFill.TabIndex = 29; // // fpSpread1 // this.fpSpread1.About = "2.5.2007.2005"; this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, "; this.fpSpread1.BackColor = System.Drawing.Color.White; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.Location = new System.Drawing.Point(0, 0); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread_Sheet }); this.fpSpread1.Size = new System.Drawing.Size(845, 306); 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; this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick); // // fpSpread_Sheet // this.fpSpread_Sheet.Reset(); this.fpSpread_Sheet.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread_Sheet.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread_Sheet.RowCount = 0; this.fpSpread_Sheet.RowHeader.ColumnCount = 0; this.fpSpread_Sheet.GrayAreaBackColor = System.Drawing.Color.White; this.fpSpread_Sheet.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect; this.fpSpread_Sheet.RowHeader.Columns.Default.Resizable = false; this.fpSpread_Sheet.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single; this.fpSpread_Sheet.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row; this.fpSpread_Sheet.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; this.fpSpread1.SetActiveViewport(1, 0); // // ucCaseInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelFill); this.Controls.Add(this.panelTop); this.Name = "ucCaseInfo"; this.Size = new System.Drawing.Size(845, 505); this.panelTop.ResumeLayout(false); this.panelTop.PerformLayout(); this.panelFill.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread_Sheet)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.tabPage = new DevExpress.XtraTab.XtraTabPage(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.tabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // xtraTabControl1 // this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.xtraTabControl1.Location = new System.Drawing.Point(12, 12); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.tabPage; this.xtraTabControl1.Size = new System.Drawing.Size(392, 62); this.xtraTabControl1.TabIndex = 2; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabPage}); this.xtraTabControl1.Text = "xtraTabControl1"; // // tabPage // this.tabPage.Controls.Add(this.textBox1); this.tabPage.Controls.Add(this.label1); this.tabPage.Name = "tabPage"; this.tabPage.Size = new System.Drawing.Size(386, 35); this.tabPage.Text = "查询框"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(116, 8); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(263, 21); this.textBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 12); this.label1.TabIndex = 0; this.label1.Text = "请输入查询的内容:"; // // button1 // this.button1.Location = new System.Drawing.Point(434, 41); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(531, 41); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 2; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; // // panelControl1 // this.panelControl1.Controls.Add(this.fpSpread1); this.panelControl1.Location = new System.Drawing.Point(12, 98); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(806, 244); this.panelControl1.TabIndex = 3; this.panelControl1.Text = "panelControl1"; // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, "; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.Location = new System.Drawing.Point(4, 4); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1}); this.fpSpread1.Size = new System.Drawing.Size(798, 236); this.fpSpread1.TabIndex = 1; tipAppearance1.BackColor = System.Drawing.SystemColors.Info; tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText; this.fpSpread1.TextTipAppearance = tipAppearance1; // // 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.AutoUpdateNotes = true; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // FrmSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(830, 354); this.Controls.Add(this.panelControl1); this.Controls.Add(this.button1); this.Controls.Add(this.button2); this.Controls.Add(this.xtraTabControl1); this.Name = "FrmSelect"; this.Text = "FrmSelect"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.tabPage.ResumeLayout(false); this.tabPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); }