Пример #1
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance              tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.TextCellType      textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType  checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.NumberCellType    numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.TextCellType      textCellType2     = 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(ucDrugQualityManager));
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1";
            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(725, 472);
            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.EditChange             += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_EditChange);
            this.neuSpread1.ComboSelChange         += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ComboSelChange);
            this.neuSpread1.LeaveCell              += new FarPoint.Win.Spread.LeaveCellEventHandler(this.fpSpread1_LeaveCell);
            //
            // 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.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.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.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).Width               = 69F;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "名称";
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 98F;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "备注";
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 97F;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "拼音码";
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 78F;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "五笔码";
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 68F;
            this.neuSpread1_Sheet1.Columns.Get(5).Label               = "系统类别";
            this.neuSpread1_Sheet1.Columns.Get(5).Width               = 81F;
            this.neuSpread1_Sheet1.Columns.Get(6).CellType            = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(6).Label               = "有效性";
            this.neuSpread1_Sheet1.Columns.Get(6).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(6).Width               = 59F;
            numberCellType1.DecimalPlaces = 0;
            this.neuSpread1_Sheet1.Columns.Get(7).CellType = numberCellType1;
            this.neuSpread1_Sheet1.Columns.Get(7).Label    = "序号";
            this.neuSpread1_Sheet1.Columns.Get(8).CellType = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(8).Label    = "操作员";
            this.neuSpread1_Sheet1.Columns.Get(8).Locked   = true;
            dateTimeCellType1.Calendar    = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar")));
            dateTimeCellType1.DateDefault = new System.DateTime(2007, 8, 20, 11, 36, 26, 0);
            dateTimeCellType1.TimeDefault = new System.DateTime(2007, 8, 20, 11, 36, 26, 0);
            this.neuSpread1_Sheet1.Columns.Get(9).CellType             = dateTimeCellType1;
            this.neuSpread1_Sheet1.Columns.Get(9).Label                = "操作时间";
            this.neuSpread1_Sheet1.Columns.Get(9).Locked               = true;
            this.neuSpread1_Sheet1.Columns.Get(9).Width                = 124F;
            this.neuSpread1_Sheet1.Columns.Get(10).Label               = "标志";
            this.neuSpread1_Sheet1.Columns.Get(10).Visible             = false;
            this.neuSpread1_Sheet1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 0);
            //
            // ucDrugQualityManager
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread1);
            this.Name = "ucDrugQualityManager";
            this.Size = new System.Drawing.Size(725, 472);
            ((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();
     FarPoint.Win.Spread.TipAppearance             tipAppearance3    = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType5     = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType6     = new FarPoint.Win.Spread.CellType.TextCellType();
     this.chkNotSelect      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     this.btnOK             = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.neuCheckBox1      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.neuLabel2         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.cmbReportType     = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuGroupBox1      = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
     this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.btnSave           = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
     this.neuGroupBox1.SuspendLayout();
     this.neuPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chkNotSelect
     //
     this.chkNotSelect.AutoSize = true;
     this.chkNotSelect.Location = new System.Drawing.Point(12, 96);
     this.chkNotSelect.Name     = "chkNotSelect";
     this.chkNotSelect.Size     = new System.Drawing.Size(48, 16);
     this.chkNotSelect.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.chkNotSelect.TabIndex = 5;
     this.chkNotSelect.Text     = "反选";
     this.chkNotSelect.UseVisualStyleBackColor = true;
     this.chkNotSelect.CheckedChanged         += new System.EventHandler(this.chkNotSelect_CheckedChanged_1);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(87, 158);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(65, 26);
     this.btnOK.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.btnOK.TabIndex = 4;
     this.btnOK.Text     = "确定";
     this.btnOK.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click_1);
     //
     // neuCheckBox1
     //
     this.neuCheckBox1.AutoSize = true;
     this.neuCheckBox1.Location = new System.Drawing.Point(12, 72);
     this.neuCheckBox1.Name     = "neuCheckBox1";
     this.neuCheckBox1.Size     = new System.Drawing.Size(48, 16);
     this.neuCheckBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuCheckBox1.TabIndex = 2;
     this.neuCheckBox1.Text     = "全选";
     this.neuCheckBox1.UseVisualStyleBackColor = true;
     this.neuCheckBox1.CheckedChanged         += new System.EventHandler(this.neuCheckBox1_CheckedChanged_1);
     //
     // 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(173, 0);
     this.neuSpread1.Name     = "neuSpread1";
     this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.neuSpread1_Sheet1
     });
     this.neuSpread1.Size                    = new System.Drawing.Size(268, 508);
     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;
     //
     // 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.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.Empty, 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.Columns.Get(0).CellType            = checkBoxCellType3;
     this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpread1_Sheet1.Columns.Get(0).Label                = "选择";
     this.neuSpread1_Sheet1.Columns.Get(0).Width                = 52F;
     this.neuSpread1_Sheet1.Columns.Get(1).CellType             = textCellType5;
     this.neuSpread1_Sheet1.Columns.Get(1).Label                = "编码";
     this.neuSpread1_Sheet1.Columns.Get(1).Locked               = true;
     this.neuSpread1_Sheet1.Columns.Get(1).Width                = 68F;
     this.neuSpread1_Sheet1.Columns.Get(2).CellType             = textCellType6;
     this.neuSpread1_Sheet1.Columns.Get(2).Label                = "名称";
     this.neuSpread1_Sheet1.Columns.Get(2).Locked               = true;
     this.neuSpread1_Sheet1.Columns.Get(2).Width                = 126F;
     this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
     this.neuSpread1_Sheet1.VisualStyles   = FarPoint.Win.VisualStyles.Off;
     this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // neuLabel2
     //
     this.neuLabel2.ForeColor = System.Drawing.Color.Blue;
     this.neuLabel2.Location  = new System.Drawing.Point(12, 122);
     this.neuLabel2.Name      = "neuLabel2";
     this.neuLabel2.Size      = new System.Drawing.Size(153, 33);
     this.neuLabel2.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel2.TabIndex  = 3;
     this.neuLabel2.Text      = "注:全选即全部选中右侧界面中所有统计大类";
     //
     // cmbReportType
     //
     this.cmbReportType.ArrowBackColor     = System.Drawing.Color.Silver;
     this.cmbReportType.FormattingEnabled  = true;
     this.cmbReportType.IsEnter2Tab        = false;
     this.cmbReportType.IsFlat             = false;
     this.cmbReportType.IsLike             = true;
     this.cmbReportType.IsListOnly         = false;
     this.cmbReportType.IsPopForm          = true;
     this.cmbReportType.IsShowCustomerList = false;
     this.cmbReportType.IsShowID           = false;
     this.cmbReportType.Location           = new System.Drawing.Point(66, 33);
     this.cmbReportType.Name             = "cmbReportType";
     this.cmbReportType.PopForm          = null;
     this.cmbReportType.ShowCustomerList = false;
     this.cmbReportType.ShowID           = false;
     this.cmbReportType.Size             = new System.Drawing.Size(99, 20);
     this.cmbReportType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
     this.cmbReportType.TabIndex         = 1;
     this.cmbReportType.Tag                   = "";
     this.cmbReportType.ToolBarUse            = false;
     this.cmbReportType.SelectedIndexChanged += new System.EventHandler(this.cmbReportType_SelectedIndexChanged_1);
     //
     // neuGroupBox1
     //
     this.neuGroupBox1.Controls.Add(this.chkNotSelect);
     this.neuGroupBox1.Controls.Add(this.btnSave);
     this.neuGroupBox1.Controls.Add(this.btnOK);
     this.neuGroupBox1.Controls.Add(this.neuLabel2);
     this.neuGroupBox1.Controls.Add(this.neuCheckBox1);
     this.neuGroupBox1.Controls.Add(this.cmbReportType);
     this.neuGroupBox1.Controls.Add(this.neuLabel1);
     this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.neuGroupBox1.Name     = "neuGroupBox1";
     this.neuGroupBox1.Size     = new System.Drawing.Size(173, 508);
     this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuGroupBox1.TabIndex = 1;
     this.neuGroupBox1.TabStop  = false;
     //
     // neuLabel1
     //
     this.neuLabel1.AutoSize = true;
     this.neuLabel1.Location = new System.Drawing.Point(6, 37);
     this.neuLabel1.Name     = "neuLabel1";
     this.neuLabel1.Size     = new System.Drawing.Size(59, 12);
     this.neuLabel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel1.TabIndex = 0;
     this.neuLabel1.Text     = "统计类型:";
     //
     // neuPanel1
     //
     this.neuPanel1.Controls.Add(this.neuSpread1);
     this.neuPanel1.Controls.Add(this.neuGroupBox1);
     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(441, 508);
     this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel1.TabIndex = 1;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(14, 479);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(138, 23);
     this.btnSave.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.btnSave.TabIndex = 4;
     this.btnSave.Text     = "保存当前选择";
     this.btnSave.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // ucFeeStatSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.neuPanel1);
     this.Name  = "ucFeeStatSelect";
     this.Size  = new System.Drawing.Size(441, 508);
     this.Load += new System.EventHandler(this.ucFeeStatSelect_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
     this.neuGroupBox1.ResumeLayout(false);
     this.neuGroupBox1.PerformLayout();
     this.neuPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。


        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(ucSysGroupMenuManager));
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            System.Windows.Forms.ListViewItem             listViewItem1     = new System.Windows.Forms.ListViewItem("", 0);
            FarPoint.Win.Spread.TipAppearance             tipAppearance2    = 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.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.ComboBoxCellType comboBoxCellType1 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType5     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.ImageCellType    imageCellType1    = new FarPoint.Win.Spread.CellType.ImageCellType();
            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.ComboBoxCellType comboBoxCellType2 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            this.panel1                   = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.imageList                = new System.Windows.Forms.ImageList(this.components);
            this.panelMain                = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.tabControl1              = new Neusoft.FrameWork.WinForms.Controls.NeuTabControl();
            this.tabPage1                 = new System.Windows.Forms.TabPage();
            this.lnkMenuDelete            = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkMenuSave              = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkMenuAdd               = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkDown1                 = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkUp1                   = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.fpSpread1                = new FarPoint.Win.Spread.FpSpread();
            this.lnkDelete                = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lblModify                = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkAdd                   = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkDown                  = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkUp                    = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lsvMainMenu              = new Neusoft.FrameWork.WinForms.Controls.NeuListView();
            this.tabPage2                 = new System.Windows.Forms.TabPage();
            this.fpSpread2                = new FarPoint.Win.Spread.FpSpread();
            this.neuPanel1                = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.lnkConstDel              = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkConstSave             = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.lnkConstAdd              = new Neusoft.FrameWork.WinForms.Controls.NeuLinkLabel();
            this.tabPage3                 = new System.Windows.Forms.TabPage();
            this.tabPage4                 = new System.Windows.Forms.TabPage();
            this.lsvPerson                = new Neusoft.FrameWork.WinForms.Controls.NeuListView();
            this.neuSplitter1             = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.neuContextMenuStrip1     = new Neusoft.FrameWork.WinForms.Controls.NeuContextMenuStrip();
            this.sQL语句维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fpSpread1_Sheet1         = new FarPoint.Win.Spread.SheetView();
            this.fpSpread2_Sheet1         = new FarPoint.Win.Spread.SheetView();
            this.treeView1                = new Manager.Controls.tvGroup();
            this.panel1.SuspendLayout();
            this.panelMain.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            this.neuPanel1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.neuContextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.treeView1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(200, 471);
            this.panel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panel1.TabIndex = 0;
            //
            // imageList
            //
            this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "G2 Folder Blue.ico");
            this.imageList.Images.SetKeyName(1, "G2 Folder Grey.ico");
            this.imageList.Images.SetKeyName(2, "hourse.bmp");
            this.imageList.Images.SetKeyName(3, "hourse1.bmp");
            this.imageList.Images.SetKeyName(4, "36-3.bmp");
            this.imageList.Images.SetKeyName(5, "36-2.bmp");
            this.imageList.Images.SetKeyName(6, "47-1.gif");
            this.imageList.Images.SetKeyName(7, "47-2.gif");
            //
            // panelMain
            //
            this.panelMain.Controls.Add(this.tabControl1);
            this.panelMain.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(200, 0);
            this.panelMain.Name     = "panelMain";
            this.panelMain.Size     = new System.Drawing.Size(637, 471);
            this.panelMain.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panelMain.TabIndex = 1;
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location      = new System.Drawing.Point(0, 0);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(637, 471);
            this.tabControl1.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControl1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tabControl1.TabIndex      = 0;
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.lnkMenuDelete);
            this.tabPage1.Controls.Add(this.lnkMenuSave);
            this.tabPage1.Controls.Add(this.lnkMenuAdd);
            this.tabPage1.Controls.Add(this.lnkDown1);
            this.tabPage1.Controls.Add(this.lnkUp1);
            this.tabPage1.Controls.Add(this.fpSpread1);
            this.tabPage1.Controls.Add(this.lnkDelete);
            this.tabPage1.Controls.Add(this.lblModify);
            this.tabPage1.Controls.Add(this.lnkAdd);
            this.tabPage1.Controls.Add(this.lnkDown);
            this.tabPage1.Controls.Add(this.lnkUp);
            this.tabPage1.Controls.Add(this.lsvMainMenu);
            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(629, 446);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "菜单";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // lnkMenuDelete
            //
            this.lnkMenuDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkMenuDelete.AutoSize     = true;
            this.lnkMenuDelete.Location     = new System.Drawing.Point(533, 416);
            this.lnkMenuDelete.Name         = "lnkMenuDelete";
            this.lnkMenuDelete.Size         = new System.Drawing.Size(29, 12);
            this.lnkMenuDelete.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkMenuDelete.TabIndex     = 11;
            this.lnkMenuDelete.TabStop      = true;
            this.lnkMenuDelete.Text         = "删除";
            this.lnkMenuDelete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMenuDelete_LinkClicked);
            //
            // lnkMenuSave
            //
            this.lnkMenuSave.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkMenuSave.AutoSize     = true;
            this.lnkMenuSave.Location     = new System.Drawing.Point(568, 416);
            this.lnkMenuSave.Name         = "lnkMenuSave";
            this.lnkMenuSave.Size         = new System.Drawing.Size(29, 12);
            this.lnkMenuSave.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkMenuSave.TabIndex     = 10;
            this.lnkMenuSave.TabStop      = true;
            this.lnkMenuSave.Text         = "保存";
            this.lnkMenuSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMenuSave_LinkClicked);
            //
            // lnkMenuAdd
            //
            this.lnkMenuAdd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkMenuAdd.AutoSize     = true;
            this.lnkMenuAdd.Location     = new System.Drawing.Point(498, 416);
            this.lnkMenuAdd.Name         = "lnkMenuAdd";
            this.lnkMenuAdd.Size         = new System.Drawing.Size(29, 12);
            this.lnkMenuAdd.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkMenuAdd.TabIndex     = 9;
            this.lnkMenuAdd.TabStop      = true;
            this.lnkMenuAdd.Text         = "增加";
            this.lnkMenuAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMenuAdd_LinkClicked);
            //
            // lnkDown1
            //
            this.lnkDown1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lnkDown1.AutoSize     = true;
            this.lnkDown1.Location     = new System.Drawing.Point(68, 416);
            this.lnkDown1.Name         = "lnkDown1";
            this.lnkDown1.Size         = new System.Drawing.Size(17, 12);
            this.lnkDown1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkDown1.TabIndex     = 8;
            this.lnkDown1.TabStop      = true;
            this.lnkDown1.Text         = ">>";
            this.lnkDown1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSubItemDown_LinkClicked);
            //
            // lnkUp1
            //
            this.lnkUp1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lnkUp1.AutoSize     = true;
            this.lnkUp1.Location     = new System.Drawing.Point(35, 416);
            this.lnkUp1.Name         = "lnkUp1";
            this.lnkUp1.Size         = new System.Drawing.Size(17, 12);
            this.lnkUp1.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkUp1.TabIndex     = 7;
            this.lnkUp1.TabStop      = true;
            this.lnkUp1.Text         = "<<";
            this.lnkUp1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSubItemUp_LinkClicked);
            //
            // fpSpread1
            //
            this.fpSpread1.About = "2.5.2007.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1";
            this.fpSpread1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.fpSpread1.BackColor = System.Drawing.Color.Transparent;
            this.fpSpread1.Location  = new System.Drawing.Point(3, 84);
            this.fpSpread1.Name      = "fpSpread1";
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size              = new System.Drawing.Size(623, 314);
            this.fpSpread1.TabIndex          = 6;
            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.ComboSelChange   += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ComboSelChanged);
            //
            // lnkDelete
            //
            this.lnkDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkDelete.AutoSize     = true;
            this.lnkDelete.Location     = new System.Drawing.Point(568, 55);
            this.lnkDelete.Name         = "lnkDelete";
            this.lnkDelete.Size         = new System.Drawing.Size(29, 12);
            this.lnkDelete.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkDelete.TabIndex     = 5;
            this.lnkDelete.TabStop      = true;
            this.lnkDelete.Text         = "删除";
            this.lnkDelete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMainDel_LinkClicked);
            //
            // lblModify
            //
            this.lblModify.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblModify.AutoSize     = true;
            this.lblModify.Location     = new System.Drawing.Point(533, 55);
            this.lblModify.Name         = "lblModify";
            this.lblModify.Size         = new System.Drawing.Size(29, 12);
            this.lblModify.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblModify.TabIndex     = 4;
            this.lblModify.TabStop      = true;
            this.lblModify.Text         = "改名";
            this.lblModify.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMainModify_LinkClicked);
            //
            // lnkAdd
            //
            this.lnkAdd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkAdd.AutoSize     = true;
            this.lnkAdd.Location     = new System.Drawing.Point(498, 55);
            this.lnkAdd.Name         = "lnkAdd";
            this.lnkAdd.Size         = new System.Drawing.Size(29, 12);
            this.lnkAdd.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkAdd.TabIndex     = 3;
            this.lnkAdd.TabStop      = true;
            this.lnkAdd.Text         = "增加";
            this.lnkAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMainAdd_LinkClicked);
            //
            // lnkDown
            //
            this.lnkDown.AutoSize     = true;
            this.lnkDown.Location     = new System.Drawing.Point(68, 55);
            this.lnkDown.Name         = "lnkDown";
            this.lnkDown.Size         = new System.Drawing.Size(17, 12);
            this.lnkDown.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkDown.TabIndex     = 2;
            this.lnkDown.TabStop      = true;
            this.lnkDown.Text         = ">>";
            this.lnkDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMainDown_LinkClicked);
            //
            // lnkUp
            //
            this.lnkUp.AutoSize     = true;
            this.lnkUp.Location     = new System.Drawing.Point(35, 55);
            this.lnkUp.Name         = "lnkUp";
            this.lnkUp.Size         = new System.Drawing.Size(17, 12);
            this.lnkUp.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkUp.TabIndex     = 1;
            this.lnkUp.TabStop      = true;
            this.lnkUp.Text         = "<<";
            this.lnkUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMainUp_LinkClicked);
            //
            // lsvMainMenu
            //
            this.lsvMainMenu.Dock          = System.Windows.Forms.DockStyle.Top;
            this.lsvMainMenu.HideSelection = false;
            this.lsvMainMenu.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
                listViewItem1
            });
            this.lsvMainMenu.LabelEdit      = true;
            this.lsvMainMenu.LargeImageList = this.imageList;
            this.lsvMainMenu.Location       = new System.Drawing.Point(3, 3);
            this.lsvMainMenu.MultiSelect    = false;
            this.lsvMainMenu.Name           = "lsvMainMenu";
            this.lsvMainMenu.Size           = new System.Drawing.Size(623, 75);
            this.lsvMainMenu.SmallImageList = this.imageList;
            this.lsvMainMenu.Style          = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lsvMainMenu.TabIndex       = 0;
            this.lsvMainMenu.UseCompatibleStateImageBehavior = false;
            this.lsvMainMenu.SelectedIndexChanged           += new System.EventHandler(this.subMenuListView_SelectedIndexChanged);
            this.lsvMainMenu.AfterLabelEdit  += new System.Windows.Forms.LabelEditEventHandler(this.MainMenuListView_AfterLabelEdit);
            this.lsvMainMenu.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(lsvMainMenu_BeforeLabelEdit);
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.fpSpread2);
            this.tabPage2.Controls.Add(this.neuPanel1);
            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(629, 446);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "常数";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // fpSpread2
            //
            this.fpSpread2.About = "2.5.2007.2005";
            this.fpSpread2.AccessibleDescription = "fpSpread2";
            this.fpSpread2.BackColor             = System.Drawing.Color.Transparent;
            this.fpSpread2.ContextMenuStrip      = this.neuContextMenuStrip1;
            this.fpSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.Location = new System.Drawing.Point(3, 3);
            this.fpSpread2.Name     = "fpSpread2";
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread2_Sheet1
            });
            this.fpSpread2.Size              = new System.Drawing.Size(623, 386);
            this.fpSpread2.TabIndex          = 7;
            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.fpSpread2.TextTipAppearance = tipAppearance2;
            this.fpSpread2.CellClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread2_CellClick);
            //
            // neuPanel1
            //
            this.neuPanel1.Controls.Add(this.lnkConstDel);
            this.neuPanel1.Controls.Add(this.lnkConstSave);
            this.neuPanel1.Controls.Add(this.lnkConstAdd);
            this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.neuPanel1.Location = new System.Drawing.Point(3, 389);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(623, 54);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 8;
            //
            // lnkConstDel
            //
            this.lnkConstDel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkConstDel.AutoSize     = true;
            this.lnkConstDel.Location     = new System.Drawing.Point(533, 24);
            this.lnkConstDel.Name         = "lnkConstDel";
            this.lnkConstDel.Size         = new System.Drawing.Size(29, 12);
            this.lnkConstDel.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkConstDel.TabIndex     = 14;
            this.lnkConstDel.TabStop      = true;
            this.lnkConstDel.Text         = "删除";
            this.lnkConstDel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkConstDel_LinkClicked);
            //
            // lnkConstSave
            //
            this.lnkConstSave.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkConstSave.AutoSize     = true;
            this.lnkConstSave.Location     = new System.Drawing.Point(568, 24);
            this.lnkConstSave.Name         = "lnkConstSave";
            this.lnkConstSave.Size         = new System.Drawing.Size(29, 12);
            this.lnkConstSave.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkConstSave.TabIndex     = 13;
            this.lnkConstSave.TabStop      = true;
            this.lnkConstSave.Text         = "保存";
            this.lnkConstSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkConstSave_LinkClicked);
            //
            // lnkConstAdd
            //
            this.lnkConstAdd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lnkConstAdd.AutoSize     = true;
            this.lnkConstAdd.Location     = new System.Drawing.Point(498, 24);
            this.lnkConstAdd.Name         = "lnkConstAdd";
            this.lnkConstAdd.Size         = new System.Drawing.Size(29, 12);
            this.lnkConstAdd.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lnkConstAdd.TabIndex     = 12;
            this.lnkConstAdd.TabStop      = true;
            this.lnkConstAdd.Text         = "增加";
            this.lnkConstAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkConstAdd_LinkClicked);
            //
            // tabPage3
            //
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name     = "tabPage3";
            this.tabPage3.Size     = new System.Drawing.Size(629, 446);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text     = "报表";
            this.tabPage3.UseVisualStyleBackColor = true;
            //
            // tabPage4
            //
            this.tabPage4.Controls.Add(this.lsvPerson);
            this.tabPage4.Location = new System.Drawing.Point(4, 21);
            this.tabPage4.Name     = "tabPage4";
            this.tabPage4.Size     = new System.Drawing.Size(629, 446);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text     = "人员";
            this.tabPage4.UseVisualStyleBackColor = true;
            //
            // lsvPerson
            //
            this.lsvPerson.Dock           = System.Windows.Forms.DockStyle.Fill;
            this.lsvPerson.LargeImageList = this.imageList;
            this.lsvPerson.Location       = new System.Drawing.Point(0, 0);
            this.lsvPerson.Name           = "lsvPerson";
            this.lsvPerson.Size           = new System.Drawing.Size(629, 446);
            this.lsvPerson.Style          = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lsvPerson.TabIndex       = 0;
            this.lsvPerson.UseCompatibleStateImageBehavior = false;
            //
            // neuSplitter1
            //
            this.neuSplitter1.Location = new System.Drawing.Point(200, 0);
            this.neuSplitter1.Name     = "neuSplitter1";
            this.neuSplitter1.Size     = new System.Drawing.Size(3, 471);
            this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex = 2;
            this.neuSplitter1.TabStop  = false;
            //
            // neuContextMenuStrip1
            //
            this.neuContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.sQL语句维护ToolStripMenuItem
            });
            this.neuContextMenuStrip1.Name  = "neuContextMenuStrip1";
            this.neuContextMenuStrip1.Size  = new System.Drawing.Size(137, 26);
            this.neuContextMenuStrip1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            //
            // sQL语句维护ToolStripMenuItem
            //
            this.sQL语句维护ToolStripMenuItem.Name   = "sQL语句维护ToolStripMenuItem";
            this.sQL语句维护ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
            this.sQL语句维护ToolStripMenuItem.Text   = "SQL语句维护";
            this.sQL语句维护ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
            //
            // 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    = 9;
            this.fpSpread1_Sheet1.RowCount       = 1;
            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 = "ID";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "图像";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "ICONID";
            this.fpSpread1_Sheet1.Columns.Get(0).CellType            = textCellType1;
            this.fpSpread1_Sheet1.Columns.Get(0).Label    = "菜单名称";
            this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType2;
            this.fpSpread1_Sheet1.Columns.Get(1).Label    = "调用模块";
            this.fpSpread1_Sheet1.Columns.Get(1).Width    = 177F;
            this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType3;
            this.fpSpread1_Sheet1.Columns.Get(2).Label    = "模块编码";
            this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType4;
            this.fpSpread1_Sheet1.Columns.Get(3).Label    = "调用窗口";
            this.fpSpread1_Sheet1.Columns.Get(4).CellType = checkBoxCellType1;
            this.fpSpread1_Sheet1.Columns.Get(4).Label    = "是否可用";
            comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            this.fpSpread1_Sheet1.Columns.Get(5).CellType = comboBoxCellType1;
            this.fpSpread1_Sheet1.Columns.Get(5).Label    = "图标";
            this.fpSpread1_Sheet1.Columns.Get(5).Width    = 67F;
            this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5;
            this.fpSpread1_Sheet1.Columns.Get(6).Label    = "ID";
            this.fpSpread1_Sheet1.Columns.Get(6).Width    = 73F;
            imageCellType1.Style                                      = FarPoint.Win.RenderStyle.Normal;
            imageCellType1.TransparencyColor                          = System.Drawing.Color.Empty;
            imageCellType1.TransparencyTolerance                      = 0;
            this.fpSpread1_Sheet1.Columns.Get(7).CellType             = imageCellType1;
            this.fpSpread1_Sheet1.Columns.Get(7).Label                = "图像";
            this.fpSpread1_Sheet1.Columns.Get(7).Width                = 84F;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.CellChanged                        += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread1_Sheet1_CellChanged_1);
            this.fpSpread1_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // fpSpread2_Sheet1
            //
            this.fpSpread2_Sheet1.Reset();
            this.fpSpread2_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread2_Sheet1.ColumnCount    = 6;
            this.fpSpread2_Sheet1.RowCount       = 1;
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "常数类别";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "常数名称";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "控件名称";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "程序集名称";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "参数";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "备注";
            this.fpSpread2_Sheet1.Columns.Get(0).CellType            = textCellType6;
            this.fpSpread2_Sheet1.Columns.Get(0).Label    = "常数类别";
            this.fpSpread2_Sheet1.Columns.Get(0).Width    = 102F;
            this.fpSpread2_Sheet1.Columns.Get(1).CellType = textCellType7;
            this.fpSpread2_Sheet1.Columns.Get(1).Label    = "常数名称";
            this.fpSpread2_Sheet1.Columns.Get(1).Width    = 138F;
            this.fpSpread2_Sheet1.Columns.Get(2).CellType = textCellType8;
            this.fpSpread2_Sheet1.Columns.Get(2).Label    = "控件名称";
            this.fpSpread2_Sheet1.Columns.Get(2).Width    = 198F;
            this.fpSpread2_Sheet1.Columns.Get(3).CellType = textCellType9;
            this.fpSpread2_Sheet1.Columns.Get(3).Label    = "程序集名称";
            this.fpSpread2_Sheet1.Columns.Get(3).Width    = 176F;
            this.fpSpread2_Sheet1.Columns.Get(4).Label    = "参数";
            this.fpSpread2_Sheet1.Columns.Get(4).Width    = 87F;
            comboBoxCellType2.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            this.fpSpread2_Sheet1.Columns.Get(5).CellType             = comboBoxCellType2;
            this.fpSpread2_Sheet1.Columns.Get(5).Label                = "备注";
            this.fpSpread2_Sheet1.Columns.Get(5).Width                = 102F;
            this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread2_Sheet1.CellChanged   += new FarPoint.Win.Spread.SheetViewEventHandler(this.fpSpread2_Sheet1_CellChanged);
            this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // treeView1
            //
            this.treeView1.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.HideSelection      = false;
            this.treeView1.ImageIndex         = 0;
            this.treeView1.ImageList          = this.imageList;
            this.treeView1.Location           = new System.Drawing.Point(0, 0);
            this.treeView1.Name               = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size               = new System.Drawing.Size(200, 471);
            this.treeView1.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.treeView1.TabIndex           = 0;
            this.treeView1.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
            //
            // ucSysGroupMenuManager
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSplitter1);
            this.Controls.Add(this.panelMain);
            this.Controls.Add(this.panel1);
            this.Name = "ucSysGroupMenuManager";
            this.Size = new System.Drawing.Size(837, 471);
            this.panel1.ResumeLayout(false);
            this.panelMain.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel1.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.neuContextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCowStatus));
     FarPoint.Win.Spread.DefaultScrollBarRenderer   defaultScrollBarRenderer1 = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     FarPoint.Win.Spread.DefaultScrollBarRenderer   defaultScrollBarRenderer2 = new FarPoint.Win.Spread.DefaultScrollBarRenderer();
     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();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbSearch           = new System.Windows.Forms.ToolStripButton();
     this.tsbAddNew           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDelete           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPrint            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbClose            = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.label2                = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.textBox2              = new System.Windows.Forms.TextBox();
     this.textBox1              = new System.Windows.Forms.TextBox();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.fpsData               = new FarPoint.Win.Spread.FpSpread();
     this.fpsData_Sheet1        = new FarPoint.Win.Spread.SheetView();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpsData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpsData_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbSearch,
         this.tsbAddNew,
         this.toolStripSeparator2,
         this.tsbDelete,
         this.toolStripSeparator3,
         this.tsbPrint,
         this.toolStripSeparator1,
         this.tsbClose,
         this.toolStripLabel1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(864, 48);
     this.toolStrip1.TabIndex = 18;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbSearch
     //
     this.tsbSearch.AutoSize = false;
     this.tsbSearch.Image    = global::BSSoft.iBeef.Properties.Resources.magnifying_glass;
     this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSearch.Name              = "tsbSearch";
     this.tsbSearch.Size              = new System.Drawing.Size(55, 45);
     this.tsbSearch.Text              = "ค้นหา";
     this.tsbSearch.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbSearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // tsbAddNew
     //
     this.tsbAddNew.AutoSize = false;
     this.tsbAddNew.Image    = global::BSSoft.iBeef.Properties.Resources.add_button;
     this.tsbAddNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddNew.Name              = "tsbAddNew";
     this.tsbAddNew.Size              = new System.Drawing.Size(55, 45);
     this.tsbAddNew.Text              = "เพิ่มใหม่";
     this.tsbAddNew.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbAddNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbAddNew.Click            += new System.EventHandler(this.tsbAddNew_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 48);
     //
     // tsbDelete
     //
     this.tsbDelete.AutoSize = false;
     this.tsbDelete.Enabled  = false;
     this.tsbDelete.Image    = global::BSSoft.iBeef.Properties.Resources.garbage;
     this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDelete.Name              = "tsbDelete";
     this.tsbDelete.Size              = new System.Drawing.Size(55, 45);
     this.tsbDelete.Text              = "ลบ";
     this.tsbDelete.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 48);
     //
     // tsbPrint
     //
     this.tsbPrint.AutoSize = false;
     this.tsbPrint.Enabled  = false;
     this.tsbPrint.Image    = global::BSSoft.iBeef.Properties.Resources.printer;
     this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbPrint.Name              = "tsbPrint";
     this.tsbPrint.Size              = new System.Drawing.Size(55, 45);
     this.tsbPrint.Text              = "พิมพ์";
     this.tsbPrint.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 48);
     //
     // tsbClose
     //
     this.tsbClose.AutoSize = false;
     this.tsbClose.Image    = global::BSSoft.iBeef.Properties.Resources.close;
     this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbClose.Name              = "tsbClose";
     this.tsbClose.Size              = new System.Drawing.Size(55, 45);
     this.tsbClose.Text              = "ปิด";
     this.tsbClose.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsbClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsbClose.Click            += new System.EventHandler(this.tsbClose_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabel1.Font      = new System.Drawing.Font("Segoe UI", 20.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel1.ForeColor = System.Drawing.Color.Silver;
     this.toolStripLabel1.Name      = "toolStripLabel1";
     this.toolStripLabel1.Size      = new System.Drawing.Size(135, 45);
     this.toolStripLabel1.Text      = "สถานะโค";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new System.Drawing.Point(8, 55);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(848, 81);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "ค้นหา";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(107, 49);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(166, 20);
     this.checkBox1.TabIndex = 6;
     this.checkBox1.Text     = "แสดงเฉพาะที่ยกเลิกใช้งานแล้ว";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(318, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "ชื่อสถานะ:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(63, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "รหัสสถานะ:";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(397, 21);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(170, 22);
     this.textBox2.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(107, 21);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(170, 22);
     this.textBox1.TabIndex = 0;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 419);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(864, 22);
     this.statusStrip1.TabIndex = 20;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(114, 17);
     this.toolStripStatusLabel1.Text = "ผลการค้นหา 0 รายการ";
     //
     // fpsData
     //
     this.fpsData.About = "4.0.2001.2005";
     this.fpsData.AccessibleDescription = "fpsCowType, Sheet1";
     this.fpsData.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.fpsData.BackColor     = System.Drawing.SystemColors.Control;
     this.fpsData.FocusRenderer = ((FarPoint.Win.Spread.IFocusIndicatorRenderer)(resources.GetObject("fpsData.FocusRenderer")));
     this.fpsData.HorizontalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.fpsData.HorizontalScrollBar.Name     = "";
     this.fpsData.HorizontalScrollBar.Renderer = defaultScrollBarRenderer1;
     this.fpsData.HorizontalScrollBar.TabIndex = 13;
     this.fpsData.HorizontalScrollBarPolicy    = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpsData.Location    = new System.Drawing.Point(8, 142);
     this.fpsData.Name        = "fpsData";
     this.fpsData.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fpsData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpsData_Sheet1
     });
     this.fpsData.Size     = new System.Drawing.Size(848, 274);
     this.fpsData.Skin     = FarPoint.Win.Spread.DefaultSpreadSkins.Classic;
     this.fpsData.TabIndex = 21;
     this.fpsData.VerticalScrollBar.Buttons  = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
     this.fpsData.VerticalScrollBar.Name     = "";
     this.fpsData.VerticalScrollBar.Renderer = defaultScrollBarRenderer2;
     this.fpsData.VerticalScrollBar.TabIndex = 14;
     this.fpsData.CellDoubleClick           += new FarPoint.Win.Spread.CellClickEventHandler(this.fpsCowType_CellDoubleClick);
     //
     // fpsData_Sheet1
     //
     this.fpsData_Sheet1.Reset();
     this.fpsData_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpsData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpsData_Sheet1.ColumnCount    = 5;
     this.fpsData_Sheet1.RowCount       = 0;
     this.fpsData_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "...";
     this.fpsData_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "สถานะ";
     this.fpsData_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "รหัสสถานะ";
     this.fpsData_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "ชื่อสถานะ";
     this.fpsData_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "หมายเหตุ";
     this.fpsData_Sheet1.ColumnHeader.DefaultStyle.Parent   = "HeaderDefault";
     this.fpsData_Sheet1.Columns.Get(0).CellType            = checkBoxCellType1;
     this.fpsData_Sheet1.Columns.Get(0).Label                = "...";
     this.fpsData_Sheet1.Columns.Get(0).Resizable            = false;
     this.fpsData_Sheet1.Columns.Get(0).Width                = 25F;
     this.fpsData_Sheet1.Columns.Get(1).CellType             = textCellType1;
     this.fpsData_Sheet1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpsData_Sheet1.Columns.Get(1).Label                = "สถานะ";
     this.fpsData_Sheet1.Columns.Get(1).Locked               = true;
     this.fpsData_Sheet1.Columns.Get(1).Width                = 120F;
     this.fpsData_Sheet1.Columns.Get(2).CellType             = textCellType2;
     this.fpsData_Sheet1.Columns.Get(2).Label                = "รหัสสถานะ";
     this.fpsData_Sheet1.Columns.Get(2).Locked               = true;
     this.fpsData_Sheet1.Columns.Get(2).Width                = 200F;
     this.fpsData_Sheet1.Columns.Get(3).CellType             = textCellType3;
     this.fpsData_Sheet1.Columns.Get(3).Label                = "ชื่อสถานะ";
     this.fpsData_Sheet1.Columns.Get(3).Locked               = true;
     this.fpsData_Sheet1.Columns.Get(3).Width                = 220F;
     this.fpsData_Sheet1.Columns.Get(4).CellType             = textCellType4;
     this.fpsData_Sheet1.Columns.Get(4).Label                = "หมายเหตุ";
     this.fpsData_Sheet1.Columns.Get(4).Locked               = true;
     this.fpsData_Sheet1.Columns.Get(4).Width                = 250F;
     this.fpsData_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.fpsData_Sheet1.RowHeader.DefaultStyle.Parent       = "RowHeaderDefault";
     this.fpsData_Sheet1.SheetCornerStyle.Parent             = "CornerDefault";
     this.fpsData_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpsData.SetActiveViewport(0, 1, 0);
     //
     // frmCowStatus
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(864, 441);
     this.Controls.Add(this.fpsData);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "frmCowStatus";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "สถานะโค";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.frmCowType_FormClosed);
     this.Load         += new System.EventHandler(this.frmCowType_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpsData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpsData_Sheet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType   numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.splitContainer2   = new System.Windows.Forms.SplitContainer();
     this.tvKindTree1       = new Neusoft.HISFC.Components.Material.Base.tvKindTree1(this.components);
     this.tvDeptTree1       = new Neusoft.HISFC.Components.Material.Base.tvDeptTree1(this.components);
     this.splitContainer3   = new System.Windows.Forms.SplitContainer();
     this.txtSum            = new Neusoft.FrameWork.WinForms.Controls.NeuNumericUpDown();
     this.label1            = new System.Windows.Forms.Label();
     this.txtQueryCode      = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
     this.splitContainer1.Size             = new System.Drawing.Size(782, 489);
     this.splitContainer1.SplitterDistance = 155;
     this.splitContainer1.TabIndex         = 1;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.tvKindTree1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.tvDeptTree1);
     this.splitContainer2.Size             = new System.Drawing.Size(155, 489);
     this.splitContainer2.SplitterDistance = 244;
     this.splitContainer2.TabIndex         = 1;
     //
     // tvKindTree1
     //
     this.tvKindTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tvKindTree1.HideSelection = false;
     this.tvKindTree1.Location      = new System.Drawing.Point(0, 0);
     this.tvKindTree1.Name          = "tvKindTree1";
     this.tvKindTree1.Size          = new System.Drawing.Size(155, 244);
     this.tvKindTree1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.tvKindTree1.TabIndex      = 0;
     this.tvKindTree1.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvKindTree1_AfterSelect);
     //
     // tvDeptTree1
     //
     this.tvDeptTree1.CheckBoxes    = true;
     this.tvDeptTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tvDeptTree1.HideSelection = false;
     this.tvDeptTree1.Location      = new System.Drawing.Point(0, 0);
     this.tvDeptTree1.Name          = "tvDeptTree1";
     this.tvDeptTree1.Size          = new System.Drawing.Size(155, 241);
     this.tvDeptTree1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.tvDeptTree1.TabIndex      = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer3.IsSplitterFixed = true;
     this.splitContainer3.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name            = "splitContainer3";
     this.splitContainer3.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.BackColor = System.Drawing.Color.White;
     this.splitContainer3.Panel1.Controls.Add(this.txtSum);
     this.splitContainer3.Panel1.Controls.Add(this.label1);
     this.splitContainer3.Panel1.Controls.Add(this.txtQueryCode);
     this.splitContainer3.Panel1.Controls.Add(this.label2);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.neuSpread1);
     this.splitContainer3.Size             = new System.Drawing.Size(623, 489);
     this.splitContainer3.SplitterDistance = 38;
     this.splitContainer3.TabIndex         = 0;
     //
     // txtSum
     //
     this.txtSum.Location = new System.Drawing.Point(337, 8);
     this.txtSum.Maximum  = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.txtSum.Name     = "txtSum";
     this.txtSum.Size     = new System.Drawing.Size(120, 21);
     this.txtSum.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.txtSum.TabIndex = 6;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(272, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 4;
     this.label1.Text     = "增加数量";
     //
     // txtQueryCode
     //
     this.txtQueryCode.Location     = new System.Drawing.Point(69, 8);
     this.txtQueryCode.Name         = "txtQueryCode";
     this.txtQueryCode.Size         = new System.Drawing.Size(171, 21);
     this.txtQueryCode.TabIndex     = 3;
     this.txtQueryCode.TextChanged += new System.EventHandler(this.txtQueryCode_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(22, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "查询码";
     //
     // neuSpread1
     //
     this.neuSpread1.About = "2.5.2007.2005";
     this.neuSpread1.AccessibleDescription = "neuSpread1";
     this.neuSpread1.BackColor             = System.Drawing.Color.White;
     this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.neuSpread1.FileName = "";
     this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuSpread1.IsAutoSaveGridStatus      = false;
     this.neuSpread1.IsCanCustomConfigColumn   = false;
     this.neuSpread1.Location = new System.Drawing.Point(0, 0);
     this.neuSpread1.Name     = "neuSpread1";
     this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.neuSpread1_Sheet1
     });
     this.neuSpread1.Size                    = new System.Drawing.Size(623, 447);
     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    = 10;
     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.Columns.Get(0).AllowAutoSort       = true;
     this.neuSpread1_Sheet1.Columns.Get(0).CellType            = checkBoxCellType1;
     this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpread1_Sheet1.Columns.Get(0).Label             = "选择";
     this.neuSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.General;
     this.neuSpread1_Sheet1.Columns.Get(0).Width             = 51F;
     this.neuSpread1_Sheet1.Columns.Get(2).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(2).Label             = "商品名称";
     this.neuSpread1_Sheet1.Columns.Get(2).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(2).Width             = 138F;
     this.neuSpread1_Sheet1.Columns.Get(3).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(3).Label             = "规格";
     this.neuSpread1_Sheet1.Columns.Get(3).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(3).Width             = 91F;
     this.neuSpread1_Sheet1.Columns.Get(4).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(4).CellType          = numberCellType1;
     this.neuSpread1_Sheet1.Columns.Get(4).Label             = "零售价";
     this.neuSpread1_Sheet1.Columns.Get(4).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(4).Width             = 78F;
     this.neuSpread1_Sheet1.Columns.Get(5).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(5).Label             = "药品性质";
     this.neuSpread1_Sheet1.Columns.Get(5).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(5).Width             = 81F;
     this.neuSpread1_Sheet1.Columns.Get(6).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(6).CellType          = numberCellType2;
     this.neuSpread1_Sheet1.Columns.Get(6).Label             = "包装数量";
     this.neuSpread1_Sheet1.Columns.Get(6).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(6).Width             = 72F;
     this.neuSpread1_Sheet1.Columns.Get(7).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(7).Label             = "包装单位";
     this.neuSpread1_Sheet1.Columns.Get(7).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(7).Width             = 76F;
     this.neuSpread1_Sheet1.Columns.Get(8).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(8).Label             = "最小单位";
     this.neuSpread1_Sheet1.Columns.Get(8).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(8).Width             = 86F;
     this.neuSpread1_Sheet1.Columns.Get(9).AllowAutoSort     = true;
     this.neuSpread1_Sheet1.Columns.Get(9).Label             = "药品编码";
     this.neuSpread1_Sheet1.Columns.Get(9).Locked            = true;
     this.neuSpread1_Sheet1.Columns.Get(9).Width             = 117F;
     this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
     this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.neuSpread1.SetActiveViewport(1, 0);
     //
     // ucAddStock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name = "ucAddStock";
     this.Size = new System.Drawing.Size(782, 489);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel1.PerformLayout();
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtSum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #6
0
        /// <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();
            Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType1 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
            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();
            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.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.ComboBoxCellType comboBoxCellType2          = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType14             = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.TipAppearance             tipAppearance2             = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.GeneralCellType  generalCellType1           = new FarPoint.Win.Spread.CellType.GeneralCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType15             = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.GeneralCellType  generalCellType2           = new FarPoint.Win.Spread.CellType.GeneralCellType();
            Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType4 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType();
            Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType5 = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType();
            this.neuPanelTerminalApply      = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanelApplyGrid          = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread1                  = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
            this.fpSpread1_Sheet1           = new FarPoint.Win.Spread.SheetView();
            this.neuPanelApplyTitle         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuLabelApplyTitle         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuPanelInvoiceInformation = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.fpSpread2                  = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.fpSpread2_Sheet1           = new FarPoint.Win.Spread.SheetView();
            this.neuPanelInvoiceTitle       = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuLabelInvoiceTitle       = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuSplitter1               = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.neuPanelTerminalApply.SuspendLayout();
            this.neuPanelApplyGrid.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.neuPanelApplyTitle.SuspendLayout();
            this.neuPanelInvoiceInformation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
            this.neuPanelInvoiceTitle.SuspendLayout();
            this.SuspendLayout();
            //
            // neuPanelTerminalApply
            //
            this.neuPanelTerminalApply.Controls.Add(this.neuPanelApplyGrid);
            this.neuPanelTerminalApply.Controls.Add(this.neuPanelApplyTitle);
            this.neuPanelTerminalApply.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanelTerminalApply.Location = new System.Drawing.Point(0, 0);
            this.neuPanelTerminalApply.Name     = "neuPanelTerminalApply";
            this.neuPanelTerminalApply.Size     = new System.Drawing.Size(1044, 179);
            this.neuPanelTerminalApply.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanelTerminalApply.TabIndex = 0;
            //
            // neuPanelApplyGrid
            //
            this.neuPanelApplyGrid.Controls.Add(this.fpSpread1);
            this.neuPanelApplyGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuPanelApplyGrid.Location = new System.Drawing.Point(0, 23);
            this.neuPanelApplyGrid.Name     = "neuPanelApplyGrid";
            this.neuPanelApplyGrid.Size     = new System.Drawing.Size(1044, 156);
            this.neuPanelApplyGrid.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanelApplyGrid.TabIndex = 1;
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.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.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(1044, 156);
            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.EditChange             += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_EditChange);
            this.fpSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
            this.fpSpread1.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
            //
            // 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    = 26;
            this.fpSpread1_Sheet1.RowCount       = 0;
            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.Cells.Get(0, 12).Value = "处方号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "处方内项目流水号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "项目编码";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "组套代码";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "组套名称";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "是否药品";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "项目状态";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "医嘱流水号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "医嘱执行单号";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "(原)执行科室";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).Value = "执行设备";
            this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "执行人";
            this.fpSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.fpSpread1_Sheet1.Columns.Get(0).Label               = "是否执行";
            this.fpSpread1_Sheet1.Columns.Get(0).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(0).Width               = 57F;
            this.fpSpread1_Sheet1.Columns.Get(1).CellType            = textCellType1;
            this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet1.Columns.Get(1).Label               = "项目名称";
            this.fpSpread1_Sheet1.Columns.Get(1).Width               = 158F;
            this.fpSpread1_Sheet1.Columns.Get(2).CellType            = textCellType2;
            this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(2).Label               = "单价";
            this.fpSpread1_Sheet1.Columns.Get(2).Width               = 76F;
            numCellType1.DecimalPlaces = 0;
            this.fpSpread1_Sheet1.Columns.Get(3).CellType            = numCellType1;
            this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(3).Label               = "项目数量";
            this.fpSpread1_Sheet1.Columns.Get(3).Width               = 56F;
            this.fpSpread1_Sheet1.Columns.Get(4).CellType            = textCellType3;
            this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(4).Label               = "单位[规格]";
            this.fpSpread1_Sheet1.Columns.Get(4).Width               = 128F;
            this.fpSpread1_Sheet1.Columns.Get(5).CellType            = numCellType2;
            this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(5).Label               = "金额";
            this.fpSpread1_Sheet1.Columns.Get(5).Width               = 67F;
            numCellType3.DecimalPlaces = 0;
            this.fpSpread1_Sheet1.Columns.Get(6).CellType            = numCellType3;
            this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(6).Label               = "执行数量";
            this.fpSpread1_Sheet1.Columns.Get(7).CellType            = textCellType4;
            this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet1.Columns.Get(7).Label               = "医技设备";
            comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            this.fpSpread1_Sheet1.Columns.Get(8).CellType             = comboBoxCellType1;
            this.fpSpread1_Sheet1.Columns.Get(8).Label                = "设备编号";
            this.fpSpread1_Sheet1.Columns.Get(9).CellType             = textCellType5;
            this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.fpSpread1_Sheet1.Columns.Get(9).Label                = "已执行数";
            this.fpSpread1_Sheet1.Columns.Get(9).Width                = 66F;
            this.fpSpread1_Sheet1.Columns.Get(10).CellType            = textCellType6;
            this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(10).Label               = "新旧项目";
            this.fpSpread1_Sheet1.Columns.Get(11).CellType            = textCellType7;
            this.fpSpread1_Sheet1.Columns.Get(11).Label               = "申请单流水号";
            this.fpSpread1_Sheet1.Columns.Get(12).CellType            = textCellType8;
            this.fpSpread1_Sheet1.Columns.Get(12).Label               = "处方号";
            this.fpSpread1_Sheet1.Columns.Get(13).CellType            = textCellType9;
            this.fpSpread1_Sheet1.Columns.Get(13).Label               = "处方内项目流水号";
            this.fpSpread1_Sheet1.Columns.Get(14).CellType            = textCellType10;
            this.fpSpread1_Sheet1.Columns.Get(14).Label               = "项目编码";
            this.fpSpread1_Sheet1.Columns.Get(15).CellType            = textCellType11;
            this.fpSpread1_Sheet1.Columns.Get(15).Label               = "组套代码";
            this.fpSpread1_Sheet1.Columns.Get(16).CellType            = textCellType12;
            this.fpSpread1_Sheet1.Columns.Get(16).Label               = "组套名称";
            this.fpSpread1_Sheet1.Columns.Get(17).CellType            = textCellType13;
            this.fpSpread1_Sheet1.Columns.Get(17).Label               = "是否药品";
            comboBoxCellType2.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            comboBoxCellType2.Items       = new string[] {
                "划价",
                "收费",
                "执行"
            };
            this.fpSpread1_Sheet1.Columns.Get(18).CellType            = comboBoxCellType2;
            this.fpSpread1_Sheet1.Columns.Get(18).Label               = "项目状态";
            this.fpSpread1_Sheet1.Columns.Get(18).Width               = 63F;
            this.fpSpread1_Sheet1.Columns.Get(23).CellType            = textCellType14;
            this.fpSpread1_Sheet1.Columns.Get(23).Label               = "(原)执行科室";
            this.fpSpread1_Sheet1.Columns.Get(23).Width               = 100F;
            this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.fpSpread1_Sheet1.Columns.Get(24).Label               = "执行设备";
            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.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread1.SetActiveViewport(0, 1, 0);
            //
            // neuPanelApplyTitle
            //
            this.neuPanelApplyTitle.Controls.Add(this.neuLabelApplyTitle);
            this.neuPanelApplyTitle.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanelApplyTitle.Location = new System.Drawing.Point(0, 0);
            this.neuPanelApplyTitle.Name     = "neuPanelApplyTitle";
            this.neuPanelApplyTitle.Size     = new System.Drawing.Size(1044, 23);
            this.neuPanelApplyTitle.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanelApplyTitle.TabIndex = 0;
            //
            // neuLabelApplyTitle
            //
            this.neuLabelApplyTitle.AutoSize = true;
            this.neuLabelApplyTitle.Location = new System.Drawing.Point(7, 6);
            this.neuLabelApplyTitle.Name     = "neuLabelApplyTitle";
            this.neuLabelApplyTitle.Size     = new System.Drawing.Size(149, 12);
            this.neuLabelApplyTitle.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabelApplyTitle.TabIndex = 0;
            this.neuLabelApplyTitle.Text     = "医技终端待确认的项目列表";
            //
            // neuPanelInvoiceInformation
            //
            this.neuPanelInvoiceInformation.Controls.Add(this.fpSpread2);
            this.neuPanelInvoiceInformation.Controls.Add(this.neuPanelInvoiceTitle);
            this.neuPanelInvoiceInformation.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.neuPanelInvoiceInformation.Location = new System.Drawing.Point(0, 179);
            this.neuPanelInvoiceInformation.Name     = "neuPanelInvoiceInformation";
            this.neuPanelInvoiceInformation.Size     = new System.Drawing.Size(1044, 242);
            this.neuPanelInvoiceInformation.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanelInvoiceInformation.TabIndex = 1;
            //
            // fpSpread2
            //
            this.fpSpread2.About = "3.0.2004.2005";
            this.fpSpread2.AccessibleDescription = "fpSpread2, Sheet1";
            this.fpSpread2.BackColor             = System.Drawing.Color.White;
            this.fpSpread2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.FileName = "";
            this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread2.IsAutoSaveGridStatus      = false;
            this.fpSpread2.IsCanCustomConfigColumn   = false;
            this.fpSpread2.Location    = new System.Drawing.Point(0, 23);
            this.fpSpread2.Name        = "fpSpread2";
            this.fpSpread2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread2_Sheet1
            });
            this.fpSpread2.Size                    = new System.Drawing.Size(1044, 219);
            this.fpSpread2.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.fpSpread2.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.fpSpread2.TextTipAppearance       = tipAppearance2;
            this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpSpread2_Sheet1
            //
            this.fpSpread2_Sheet1.Reset();
            this.fpSpread2_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread2_Sheet1.ColumnCount    = 10;
            this.fpSpread2_Sheet1.RowCount       = 0;
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "项目编号";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "项目名称";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "规格";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "单价";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "数量";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "金额";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "开立科室";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "执行科室";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "收款员";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "收款时间";
            this.fpSpread2_Sheet1.Columns.Get(0).CellType            = generalCellType1;
            this.fpSpread2_Sheet1.Columns.Get(0).Label               = "项目编号";
            this.fpSpread2_Sheet1.Columns.Get(0).Width               = 80F;
            this.fpSpread2_Sheet1.Columns.Get(1).CellType            = textCellType15;
            this.fpSpread2_Sheet1.Columns.Get(1).Label               = "项目名称";
            this.fpSpread2_Sheet1.Columns.Get(1).Width               = 150F;
            this.fpSpread2_Sheet1.Columns.Get(2).CellType            = generalCellType2;
            this.fpSpread2_Sheet1.Columns.Get(2).Label               = "规格";
            this.fpSpread2_Sheet1.Columns.Get(2).Width               = 50F;
            this.fpSpread2_Sheet1.Columns.Get(3).CellType            = numCellType4;
            this.fpSpread2_Sheet1.Columns.Get(3).Label               = "单价";
            this.fpSpread2_Sheet1.Columns.Get(3).Width               = 80F;
            this.fpSpread2_Sheet1.Columns.Get(4).CellType            = numCellType5;
            this.fpSpread2_Sheet1.Columns.Get(4).Label               = "数量";
            this.fpSpread2_Sheet1.Columns.Get(4).Width               = 40F;
            this.fpSpread2_Sheet1.Columns.Get(6).CellType            = textCellType16;
            this.fpSpread2_Sheet1.Columns.Get(6).Label               = "开立科室";
            this.fpSpread2_Sheet1.Columns.Get(6).Width               = 80F;
            this.fpSpread2_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
            this.fpSpread2_Sheet1.Columns.Get(7).Label               = "执行科室";
            this.fpSpread2_Sheet1.Columns.Get(7).Width               = 80F;
            this.fpSpread2_Sheet1.Columns.Get(8).CellType            = textCellType17;
            this.fpSpread2_Sheet1.Columns.Get(8).Label               = "收款员";
            this.fpSpread2_Sheet1.Columns.Get(8).Width               = 70F;
            this.fpSpread2_Sheet1.Columns.Get(9).Label               = "收款时间";
            this.fpSpread2_Sheet1.Columns.Get(9).Width               = 89F;
            this.fpSpread2_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread2_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread2_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread2_Sheet1.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread2_Sheet1.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread2.SetActiveViewport(0, 1, 0);
            //
            // neuPanelInvoiceTitle
            //
            this.neuPanelInvoiceTitle.Controls.Add(this.neuLabelInvoiceTitle);
            this.neuPanelInvoiceTitle.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanelInvoiceTitle.Location = new System.Drawing.Point(0, 0);
            this.neuPanelInvoiceTitle.Name     = "neuPanelInvoiceTitle";
            this.neuPanelInvoiceTitle.Size     = new System.Drawing.Size(1044, 23);
            this.neuPanelInvoiceTitle.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanelInvoiceTitle.TabIndex = 0;
            //
            // neuLabelInvoiceTitle
            //
            this.neuLabelInvoiceTitle.AutoSize = true;
            this.neuLabelInvoiceTitle.Location = new System.Drawing.Point(7, 5);
            this.neuLabelInvoiceTitle.Name     = "neuLabelInvoiceTitle";
            this.neuLabelInvoiceTitle.Size     = new System.Drawing.Size(161, 12);
            this.neuLabelInvoiceTitle.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabelInvoiceTitle.TabIndex = 1;
            this.neuLabelInvoiceTitle.Text     = "终端项目所属发票的明细信息";
            //
            // neuSplitter1
            //
            this.neuSplitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.neuSplitter1.Location = new System.Drawing.Point(0, 174);
            this.neuSplitter1.Name     = "neuSplitter1";
            this.neuSplitter1.Size     = new System.Drawing.Size(1044, 5);
            this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex = 2;
            this.neuSplitter1.TabStop  = false;
            //
            // ucItemApply
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSplitter1);
            this.Controls.Add(this.neuPanelTerminalApply);
            this.Controls.Add(this.neuPanelInvoiceInformation);
            this.Name   = "ucItemApply";
            this.Size   = new System.Drawing.Size(1044, 421);
            this.Leave += new System.EventHandler(this.ucItemApply_Leave);
            this.neuPanelTerminalApply.ResumeLayout(false);
            this.neuPanelApplyGrid.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.neuPanelApplyTitle.ResumeLayout(false);
            this.neuPanelApplyTitle.PerformLayout();
            this.neuPanelInvoiceInformation.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
            this.neuPanelInvoiceTitle.ResumeLayout(false);
            this.neuPanelInvoiceTitle.PerformLayout();
            this.ResumeLayout(false);
        }
Пример #7
0
        /// <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.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType3   = new FarPoint.Win.Spread.CellType.NumberCellType();
            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.TipAppearance             tipAppearance2    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            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();
            this.splitContainer1   = new System.Windows.Forms.SplitContainer();
            this.splitContainer2   = new System.Windows.Forms.SplitContainer();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.lbCost            = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbPlanBill        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbPlanInfo        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbTitle           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuTabControl1    = new Neusoft.FrameWork.WinForms.Controls.NeuTabControl();
            this.tbStockHistory    = new System.Windows.Forms.TabPage();
            this.fpSpread2         = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread2_Sheet1  = new FarPoint.Win.Spread.SheetView();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.neuTabControl1.SuspendLayout();
            this.tbStockHistory.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer1
            //
            this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name            = "splitContainer1";
            this.splitContainer1.Panel1Collapsed = true;
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size             = new System.Drawing.Size(755, 459);
            this.splitContainer1.SplitterDistance = 135;
            this.splitContainer1.SplitterWidth    = 2;
            this.splitContainer1.TabIndex         = 0;
            //
            // splitContainer2
            //
            this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name        = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer2.Panel1
            //
            this.splitContainer2.Panel1.Controls.Add(this.neuSpread1);
            this.splitContainer2.Panel1.Controls.Add(this.lbCost);
            this.splitContainer2.Panel1.Controls.Add(this.lbPlanBill);
            this.splitContainer2.Panel1.Controls.Add(this.lbPlanInfo);
            this.splitContainer2.Panel1.Controls.Add(this.lbTitle);
            //
            // splitContainer2.Panel2
            //
            this.splitContainer2.Panel2.Controls.Add(this.neuTabControl1);
            this.splitContainer2.Size             = new System.Drawing.Size(755, 459);
            this.splitContainer2.SplitterDistance = 349;
            this.splitContainer2.TabIndex         = 0;
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.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.SystemColors.Control;
            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, 52);
            this.neuSpread1.Name = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(751, 296);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.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.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.KeyPress               += new System.Windows.Forms.KeyPressEventHandler(this.fpStockApprove_KeyPress);
            this.neuSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpStockApprove_CellDoubleClick);
            this.neuSpread1.SelectionChanged       += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.fpStockApprove_SelectionChanged);
            this.neuSpread1.EditModeOff            += new System.EventHandler(this.fpStockApprove_EditModeOff);
            //
            // 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    = 13;
            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.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.ColumnHeader.Cells.Get(0, 11).Value = "科室库存";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "全院库存";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label = "招标药";
            this.neuSpread1_Sheet1.Columns.Get(0).Width = 45F;
            this.neuSpread1_Sheet1.Columns.Get(1).Label = "商 品 名 称";
            this.neuSpread1_Sheet1.Columns.Get(1).Width = 130F;
            this.neuSpread1_Sheet1.Columns.Get(2).Label = "规 格";
            this.neuSpread1_Sheet1.Columns.Get(2).Width = 85F;
            numberCellType1.DecimalPlaces = 4;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType = numberCellType1;
            this.neuSpread1_Sheet1.Columns.Get(3).Label    = "计划购入价";
            this.neuSpread1_Sheet1.Columns.Get(3).Width    = 68F;
            numberCellType2.DecimalPlaces = 2;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType = numberCellType2;
            this.neuSpread1_Sheet1.Columns.Get(4).Label    = "计划数量";
            this.neuSpread1_Sheet1.Columns.Get(4).Width    = 80F;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType = numberCellType3;
            this.neuSpread1_Sheet1.Columns.Get(5).Label    = "审核数量";
            this.neuSpread1_Sheet1.Columns.Get(5).Width    = 80F;
            this.neuSpread1_Sheet1.Columns.Get(6).Label    = "单位";
            this.neuSpread1_Sheet1.Columns.Get(6).Width    = 42F;
            numberCellType4.DecimalPlaces = 2;
            this.neuSpread1_Sheet1.Columns.Get(7).CellType             = numberCellType4;
            this.neuSpread1_Sheet1.Columns.Get(7).Label                = "审核金额";
            this.neuSpread1_Sheet1.Columns.Get(7).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(8).Label                = "供货公司";
            this.neuSpread1_Sheet1.Columns.Get(8).Width                = 100F;
            this.neuSpread1_Sheet1.Columns.Get(9).Label                = "生产厂家";
            this.neuSpread1_Sheet1.Columns.Get(9).Width                = 100F;
            this.neuSpread1_Sheet1.Columns.Get(10).Label               = "备注";
            this.neuSpread1_Sheet1.Columns.Get(10).Width               = 80F;
            this.neuSpread1_Sheet1.Columns.Get(11).CellType            = numberCellType5;
            this.neuSpread1_Sheet1.Columns.Get(11).Label               = "科室库存";
            this.neuSpread1_Sheet1.Columns.Get(11).Width               = 80F;
            this.neuSpread1_Sheet1.Columns.Get(12).CellType            = numberCellType6;
            this.neuSpread1_Sheet1.Columns.Get(12).Label               = "全院库存";
            this.neuSpread1_Sheet1.Columns.Get(12).Width               = 80F;
            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.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked    = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle             = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 0);
            //
            // lbCost
            //
            this.lbCost.AutoSize  = true;
            this.lbCost.ForeColor = System.Drawing.Color.Blue;
            this.lbCost.Location  = new System.Drawing.Point(448, 32);
            this.lbCost.Name      = "lbCost";
            this.lbCost.Size      = new System.Drawing.Size(53, 12);
            this.lbCost.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbCost.TabIndex  = 4;
            this.lbCost.Text      = "计划金额";
            //
            // lbPlanBill
            //
            this.lbPlanBill.AutoSize = true;
            this.lbPlanBill.Location = new System.Drawing.Point(310, 32);
            this.lbPlanBill.Name     = "lbPlanBill";
            this.lbPlanBill.Size     = new System.Drawing.Size(41, 12);
            this.lbPlanBill.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbPlanBill.TabIndex = 3;
            this.lbPlanBill.Text     = "单据号";
            //
            // lbPlanInfo
            //
            this.lbPlanInfo.AutoSize = true;
            this.lbPlanInfo.Location = new System.Drawing.Point(3, 32);
            this.lbPlanInfo.Name     = "lbPlanInfo";
            this.lbPlanInfo.Size     = new System.Drawing.Size(95, 12);
            this.lbPlanInfo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbPlanInfo.TabIndex = 2;
            this.lbPlanInfo.Text     = "计划科室 计划人";
            //
            // lbTitle
            //
            this.lbTitle.Dock      = System.Windows.Forms.DockStyle.Top;
            this.lbTitle.Font      = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbTitle.Location  = new System.Drawing.Point(0, 0);
            this.lbTitle.Name      = "lbTitle";
            this.lbTitle.Size      = new System.Drawing.Size(755, 32);
            this.lbTitle.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbTitle.TabIndex  = 0;
            this.lbTitle.Text      = "采 购 单 ";
            this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // neuTabControl1
            //
            this.neuTabControl1.Controls.Add(this.tbStockHistory);
            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(755, 106);
            this.neuTabControl1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuTabControl1.TabIndex      = 1;
            //
            // tbStockHistory
            //
            this.tbStockHistory.Controls.Add(this.fpSpread2);
            this.tbStockHistory.Location = new System.Drawing.Point(4, 21);
            this.tbStockHistory.Name     = "tbStockHistory";
            this.tbStockHistory.Size     = new System.Drawing.Size(747, 81);
            this.tbStockHistory.TabIndex = 0;
            this.tbStockHistory.Text     = "历史采购计划信息";
            this.tbStockHistory.UseVisualStyleBackColor = true;
            //
            // fpSpread2
            //
            this.fpSpread2.About = "2.5.2007.2005";
            this.fpSpread2.AccessibleDescription = "fpSpread2";
            this.fpSpread2.BackColor             = System.Drawing.Color.Transparent;
            this.fpSpread2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpSpread2.EditModePermanent         = true;
            this.fpSpread2.EditModeReplace           = true;
            this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread2.Location = new System.Drawing.Point(0, 0);
            this.fpSpread2.Name     = "fpSpread2";
            this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread2_Sheet1
            });
            this.fpSpread2.Size                    = new System.Drawing.Size(747, 81);
            this.fpSpread2.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.fpSpread2.TextTipAppearance       = tipAppearance2;
            this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpSpread2_Sheet1
            //
            this.fpSpread2_Sheet1.Reset();
            this.fpSpread2_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpSpread2_Sheet1.ColumnCount    = 9;
            this.fpSpread2_Sheet1.RowCount       = 0;
            this.fpSpread2_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.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "招标药";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "采购日期";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "采购数量";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "单位";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "购入价";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 5).Value  = "零售价";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 6).Value  = "供货公司";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 7).Value  = "生产厂家";
            this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 8).Value  = "备注";
            this.fpSpread2_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpSpread2_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpSpread2_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpSpread2_Sheet1.Columns.Get(0).CellType             = checkBoxCellType2;
            this.fpSpread2_Sheet1.Columns.Get(0).Label = "招标药";
            this.fpSpread2_Sheet1.Columns.Get(0).Width = 46F;
            this.fpSpread2_Sheet1.Columns.Get(1).Label = "采购日期";
            this.fpSpread2_Sheet1.Columns.Get(1).Width = 110F;
            numberCellType7.DecimalPlaces = 2;
            this.fpSpread2_Sheet1.Columns.Get(2).CellType = numberCellType7;
            this.fpSpread2_Sheet1.Columns.Get(2).Label    = "采购数量";
            this.fpSpread2_Sheet1.Columns.Get(2).Width    = 75F;
            this.fpSpread2_Sheet1.Columns.Get(3).Label    = "单位";
            this.fpSpread2_Sheet1.Columns.Get(3).Width    = 35F;
            numberCellType8.DecimalPlaces = 2;
            this.fpSpread2_Sheet1.Columns.Get(4).CellType = numberCellType8;
            this.fpSpread2_Sheet1.Columns.Get(4).Label    = "购入价";
            this.fpSpread2_Sheet1.Columns.Get(4).Width    = 70F;
            numberCellType9.DecimalPlaces = 2;
            this.fpSpread2_Sheet1.Columns.Get(5).CellType             = numberCellType9;
            this.fpSpread2_Sheet1.Columns.Get(5).Label                = "零售价";
            this.fpSpread2_Sheet1.Columns.Get(5).Width                = 70F;
            this.fpSpread2_Sheet1.Columns.Get(6).Label                = "供货公司";
            this.fpSpread2_Sheet1.Columns.Get(6).Width                = 100F;
            this.fpSpread2_Sheet1.Columns.Get(7).Label                = "生产厂家";
            this.fpSpread2_Sheet1.Columns.Get(7).Width                = 100F;
            this.fpSpread2_Sheet1.Columns.Get(8).Label                = "备注";
            this.fpSpread2_Sheet1.Columns.Get(8).Width                = 76F;
            this.fpSpread2_Sheet1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread2_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpSpread2_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpSpread2_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpSpread2_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpSpread2_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpSpread2_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpSpread2_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpSpread2_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpSpread2.SetActiveViewport(1, 0);
            //
            // ucStockPlan
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "ucStockPlan";
            this.Size = new System.Drawing.Size(755, 459);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.neuTabControl1.ResumeLayout(false);
            this.tbStockHistory.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #8
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance              tipAppearance3    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType  checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            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.DateTimeCellType  dateTimeCellType3 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ucCompoundRePrint));
            FarPoint.Win.Spread.CellType.TextCellType      textCellType5     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType      textCellType6     = new FarPoint.Win.Spread.CellType.TextCellType();
            this.splitContainer1  = new System.Windows.Forms.SplitContainer();
            this.neuGroupBox1     = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.neuLabel3        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbOrderGroup    = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.lbInfo           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel2        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtCompoundGroup = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuLabel1        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.fpApply          = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.fpApply_Sheet1   = new FarPoint.Win.Spread.SheetView();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.neuGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpApply)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpApply_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer1
            //
            this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.neuGroupBox1);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.fpApply);
            this.splitContainer1.Size             = new System.Drawing.Size(714, 425);
            this.splitContainer1.SplitterDistance = 66;
            this.splitContainer1.TabIndex         = 0;
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.BackColor = System.Drawing.Color.White;
            this.neuGroupBox1.Controls.Add(this.neuLabel3);
            this.neuGroupBox1.Controls.Add(this.cmbOrderGroup);
            this.neuGroupBox1.Controls.Add(this.lbInfo);
            this.neuGroupBox1.Controls.Add(this.neuLabel2);
            this.neuGroupBox1.Controls.Add(this.txtCompoundGroup);
            this.neuGroupBox1.Controls.Add(this.neuLabel1);
            this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(714, 66);
            this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox1.TabIndex = 0;
            this.neuGroupBox1.TabStop  = false;
            //
            // neuLabel3
            //
            this.neuLabel3.AutoSize  = true;
            this.neuLabel3.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel3.Location  = new System.Drawing.Point(6, 17);
            this.neuLabel3.Name      = "neuLabel3";
            this.neuLabel3.Size      = new System.Drawing.Size(53, 12);
            this.neuLabel3.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel3.TabIndex  = 5;
            this.neuLabel3.Text      = "批  次:";
            //
            // cmbOrderGroup
            //
            this.cmbOrderGroup.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbOrderGroup.FormattingEnabled = true;
            this.cmbOrderGroup.IsFlat            = true;
            this.cmbOrderGroup.IsLike            = true;
            this.cmbOrderGroup.Location          = new System.Drawing.Point(60, 13);
            this.cmbOrderGroup.Name             = "cmbOrderGroup";
            this.cmbOrderGroup.PopForm          = null;
            this.cmbOrderGroup.ShowCustomerList = false;
            this.cmbOrderGroup.ShowID           = false;
            this.cmbOrderGroup.Size             = new System.Drawing.Size(82, 20);
            this.cmbOrderGroup.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbOrderGroup.TabIndex         = 4;
            this.cmbOrderGroup.Tag                   = "";
            this.cmbOrderGroup.ToolBarUse            = false;
            this.cmbOrderGroup.SelectedIndexChanged += new System.EventHandler(this.cmbOrderGroup_SelectedIndexChanged);
            //
            // lbInfo
            //
            this.lbInfo.AutoSize  = true;
            this.lbInfo.ForeColor = System.Drawing.Color.Blue;
            this.lbInfo.Location  = new System.Drawing.Point(6, 45);
            this.lbInfo.Name      = "lbInfo";
            this.lbInfo.Size      = new System.Drawing.Size(53, 12);
            this.lbInfo.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbInfo.TabIndex  = 3;
            this.lbInfo.Text      = "患者信息";
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize  = true;
            this.neuLabel2.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel2.Location  = new System.Drawing.Point(424, 17);
            this.neuLabel2.Name      = "neuLabel2";
            this.neuLabel2.Size      = new System.Drawing.Size(245, 12);
            this.neuLabel2.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel2.TabIndex  = 2;
            this.neuLabel2.Text      = "根据批次流水号检索数据,进行配置标签补打";
            //
            // txtCompoundGroup
            //
            this.txtCompoundGroup.Location = new System.Drawing.Point(237, 13);
            this.txtCompoundGroup.Name     = "txtCompoundGroup";
            this.txtCompoundGroup.Size     = new System.Drawing.Size(180, 21);
            this.txtCompoundGroup.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCompoundGroup.TabIndex = 1;
            this.txtCompoundGroup.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCompoundGroup_KeyDown);
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize  = true;
            this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
            this.neuLabel1.Location  = new System.Drawing.Point(157, 17);
            this.neuLabel1.Name      = "neuLabel1";
            this.neuLabel1.Size      = new System.Drawing.Size(77, 12);
            this.neuLabel1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex  = 0;
            this.neuLabel1.Text      = "批次流水号:";
            //
            // fpApply
            //
            this.fpApply.About = "2.5.2007.2005";
            this.fpApply.AccessibleDescription = "fpApply, Sheet1";
            this.fpApply.BackColor             = System.Drawing.Color.White;
            this.fpApply.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.fpApply.FileName = "";
            this.fpApply.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpApply.IsAutoSaveGridStatus      = false;
            this.fpApply.IsCanCustomConfigColumn   = false;
            this.fpApply.Location = new System.Drawing.Point(0, 0);
            this.fpApply.Name     = "fpApply";
            this.fpApply.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpApply_Sheet1
            });
            this.fpApply.Size                    = new System.Drawing.Size(714, 355);
            this.fpApply.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.fpApply.TabIndex                = 1;
            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.fpApply.TextTipAppearance       = tipAppearance3;
            this.fpApply.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            //
            // fpApply_Sheet1
            //
            this.fpApply_Sheet1.Reset();
            this.fpApply_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.fpApply_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.fpApply_Sheet1.ColumnCount    = 14;
            this.fpApply_Sheet1.RowCount       = 0;
            this.fpApply_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.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "[床号]姓名";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "选中";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "药品[规格]";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "零售价";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "用量";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 5).Value  = "单位";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 6).Value  = "总量";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 7).Value  = "单位";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 8).Value  = "频次";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 9).Value  = "用法";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "用药时间";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "开方医生";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "申请时间";
            this.fpApply_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "批次号";
            this.fpApply_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.fpApply_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpApply_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpApply_Sheet1.Columns.Get(0).Label               = "[床号]姓名";
            this.fpApply_Sheet1.Columns.Get(0).MergePolicy         = FarPoint.Win.Spread.Model.MergePolicy.Always;
            this.fpApply_Sheet1.Columns.Get(0).Width               = 78F;
            this.fpApply_Sheet1.Columns.Get(1).BackColor           = System.Drawing.Color.SeaShell;
            this.fpApply_Sheet1.Columns.Get(1).CellType            = checkBoxCellType3;
            this.fpApply_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpApply_Sheet1.Columns.Get(1).Label               = "选中";
            this.fpApply_Sheet1.Columns.Get(1).Locked              = false;
            this.fpApply_Sheet1.Columns.Get(1).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
            this.fpApply_Sheet1.Columns.Get(1).Width               = 38F;
            this.fpApply_Sheet1.Columns.Get(2).Label               = "药品[规格]";
            this.fpApply_Sheet1.Columns.Get(2).Width               = 140F;
            this.fpApply_Sheet1.Columns.Get(3).CellType            = numberCellType7;
            this.fpApply_Sheet1.Columns.Get(3).Label               = "零售价";
            this.fpApply_Sheet1.Columns.Get(4).CellType            = numberCellType8;
            this.fpApply_Sheet1.Columns.Get(4).Label               = "用量";
            this.fpApply_Sheet1.Columns.Get(5).Label               = "单位";
            this.fpApply_Sheet1.Columns.Get(5).Width               = 40F;
            this.fpApply_Sheet1.Columns.Get(6).CellType            = numberCellType9;
            this.fpApply_Sheet1.Columns.Get(6).Label               = "总量";
            this.fpApply_Sheet1.Columns.Get(7).Label               = "单位";
            this.fpApply_Sheet1.Columns.Get(7).Width               = 40F;
            this.fpApply_Sheet1.Columns.Get(8).Label               = "频次";
            this.fpApply_Sheet1.Columns.Get(8).Width               = 46F;
            this.fpApply_Sheet1.Columns.Get(9).Label               = "用法";
            this.fpApply_Sheet1.Columns.Get(9).Width               = 50F;
            dateTimeCellType3.Calendar                              = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType3.Calendar")));
            dateTimeCellType3.DateDefault                           = new System.DateTime(2007, 8, 21, 10, 9, 47, 0);
            dateTimeCellType3.DateTimeFormat                        = FarPoint.Win.Spread.CellType.DateTimeFormat.ShortDateWithTime;
            dateTimeCellType3.TimeDefault                           = new System.DateTime(2007, 8, 21, 10, 9, 47, 0);
            this.fpApply_Sheet1.Columns.Get(10).CellType            = dateTimeCellType3;
            this.fpApply_Sheet1.Columns.Get(10).Label               = "用药时间";
            this.fpApply_Sheet1.Columns.Get(10).Width               = 113F;
            this.fpApply_Sheet1.Columns.Get(11).CellType            = textCellType5;
            this.fpApply_Sheet1.Columns.Get(11).Label               = "开方医生";
            this.fpApply_Sheet1.Columns.Get(11).Width               = 70F;
            this.fpApply_Sheet1.Columns.Get(12).Label               = "申请时间";
            this.fpApply_Sheet1.Columns.Get(12).Width               = 104F;
            this.fpApply_Sheet1.Columns.Get(13).CellType            = textCellType6;
            this.fpApply_Sheet1.Columns.Get(13).Label               = "批次号";
            this.fpApply_Sheet1.Columns.Get(13).Width               = 103F;
            this.fpApply_Sheet1.DefaultStyle.Locked                 = true;
            this.fpApply_Sheet1.DefaultStyle.Parent                 = "DataAreaDefault";
            this.fpApply_Sheet1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.fpApply_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpApply_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.fpApply_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.fpApply_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpApply_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpApply_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.fpApply_Sheet1.SheetCornerStyle.Locked             = false;
            this.fpApply_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.fpApply_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.fpApply.SetActiveViewport(1, 0);
            //
            // ucCompoundRePrint
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "ucCompoundRePrint";
            this.Size = new System.Drawing.Size(714, 425);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fpApply)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpApply_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.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();
     this.grpScreenList                 = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.tableLayoutPanel1             = new System.Windows.Forms.TableLayoutPanel();
     this.fpScreenList                  = new FarPoint.Win.Spread.FpSpread();
     this.cmsSelectHelper               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectAllToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.selectNoneToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.invertSelectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shtScreenList                 = new FarPoint.Win.Spread.SheetView();
     this.txtFind         = new EVOFramework.Windows.Forms.EVOTextBox();
     this.lblFind         = new EVOFramework.Windows.Forms.EVOLabel();
     this.grpCommand      = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.btnClearScreen  = new EVOFramework.Windows.Forms.EVOButton();
     this.btnReImport     = new EVOFramework.Windows.Forms.EVOButton();
     this.btnImportScreen = new EVOFramework.Windows.Forms.EVOButton();
     this.grpScreenList.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreenList)).BeginInit();
     this.cmsSelectHelper.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreenList)).BeginInit();
     this.grpCommand.SuspendLayout();
     this.SuspendLayout();
     //
     // grpScreenList
     //
     this.grpScreenList.AppearanceName = "";
     this.grpScreenList.Controls.Add(this.tableLayoutPanel1);
     this.grpScreenList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grpScreenList.Location = new System.Drawing.Point(3, 3);
     this.grpScreenList.Name     = "grpScreenList";
     this.grpScreenList.Size     = new System.Drawing.Size(784, 288);
     this.grpScreenList.TabIndex = 4;
     this.grpScreenList.TabStop  = false;
     this.grpScreenList.Text     = "System Screen List";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
     this.tableLayoutPanel1.Controls.Add(this.fpScreenList, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.txtFind, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblFind, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.grpCommand, 2, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(778, 269);
     this.tableLayoutPanel1.TabIndex = 4;
     //
     // fpScreenList
     //
     this.fpScreenList.About = "2.5.2015.2005";
     this.fpScreenList.AccessibleDescription = "fpScreenList, Sheet1";
     this.fpScreenList.BackColor             = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel1.SetColumnSpan(this.fpScreenList, 2);
     this.fpScreenList.ContextMenuStrip          = this.cmsSelectHelper;
     this.fpScreenList.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.fpScreenList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreenList.Location                  = new System.Drawing.Point(3, 29);
     this.fpScreenList.Name                      = "fpScreenList";
     this.fpScreenList.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.fpScreenList.ScrollBarTrackPolicy      = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpScreenList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtScreenList
     });
     this.fpScreenList.Size     = new System.Drawing.Size(572, 237);
     this.fpScreenList.TabIndex = 0;
     this.fpScreenList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     //
     // cmsSelectHelper
     //
     this.cmsSelectHelper.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.selectAllToolStripMenuItem,
         this.selectNoneToolStripMenuItem,
         this.invertSelectToolStripMenuItem
     });
     this.cmsSelectHelper.Name = "cmsSelectHelper";
     this.cmsSelectHelper.Size = new System.Drawing.Size(137, 70);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name   = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.selectAllToolStripMenuItem.Text   = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // selectNoneToolStripMenuItem
     //
     this.selectNoneToolStripMenuItem.Name   = "selectNoneToolStripMenuItem";
     this.selectNoneToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.selectNoneToolStripMenuItem.Text   = "Select None";
     this.selectNoneToolStripMenuItem.Click += new System.EventHandler(this.selectNoneToolStripMenuItem_Click);
     //
     // invertSelectToolStripMenuItem
     //
     this.invertSelectToolStripMenuItem.Name   = "invertSelectToolStripMenuItem";
     this.invertSelectToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.invertSelectToolStripMenuItem.Text   = "Invert Select";
     this.invertSelectToolStripMenuItem.Click += new System.EventHandler(this.invertSelectToolStripMenuItem_Click);
     //
     // shtScreenList
     //
     this.shtScreenList.Reset();
     this.shtScreenList.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtScreenList.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtScreenList.ColumnCount         = 5;
     this.shtScreenList.RowCount            = 0;
     this.shtScreenList.AutoGenerateColumns = false;
     this.shtScreenList.ColumnHeader.Cells.Get(0, 0).Value = "Sel";
     this.shtScreenList.ColumnHeader.Cells.Get(0, 1).Value = "Screen Code";
     this.shtScreenList.ColumnHeader.Cells.Get(0, 2).Value = "Screen Name";
     this.shtScreenList.ColumnHeader.Cells.Get(0, 3).Value = "Screen Type";
     this.shtScreenList.ColumnHeader.Cells.Get(0, 4).Value = "Import Status";
     this.shtScreenList.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtScreenList.Columns.Get(0).CellType            = checkBoxCellType1;
     this.shtScreenList.Columns.Get(0).Label           = "Sel";
     this.shtScreenList.Columns.Get(0).Tag             = "SEL";
     this.shtScreenList.Columns.Get(0).Width           = 29F;
     this.shtScreenList.Columns.Get(1).AllowAutoFilter = true;
     this.shtScreenList.Columns.Get(1).AllowAutoSort   = true;
     this.shtScreenList.Columns.Get(1).CellType        = textCellType1;
     this.shtScreenList.Columns.Get(1).Label           = "Screen Code";
     this.shtScreenList.Columns.Get(1).Tag             = "SCREEN_CODE";
     this.shtScreenList.Columns.Get(1).Width           = 106F;
     this.shtScreenList.Columns.Get(2).AllowAutoFilter = true;
     this.shtScreenList.Columns.Get(2).AllowAutoSort   = true;
     this.shtScreenList.Columns.Get(2).CellType        = textCellType2;
     this.shtScreenList.Columns.Get(2).Label           = "Screen Name";
     this.shtScreenList.Columns.Get(2).Tag             = "SCREEN_NAME";
     this.shtScreenList.Columns.Get(2).Width           = 166F;
     this.shtScreenList.Columns.Get(3).AllowAutoFilter = true;
     this.shtScreenList.Columns.Get(3).AllowAutoSort   = true;
     this.shtScreenList.Columns.Get(3).CellType        = textCellType3;
     this.shtScreenList.Columns.Get(3).Label           = "Screen Type";
     this.shtScreenList.Columns.Get(3).Tag             = "SCREEN_TYPE";
     this.shtScreenList.Columns.Get(3).Width           = 109F;
     this.shtScreenList.Columns.Get(4).AllowAutoFilter = true;
     this.shtScreenList.Columns.Get(4).AllowAutoSort   = true;
     this.shtScreenList.Columns.Get(4).CellType        = textCellType4;
     this.shtScreenList.Columns.Get(4).Label           = "Import Status";
     this.shtScreenList.Columns.Get(4).Tag             = "IMPORT_STATUS";
     this.shtScreenList.Columns.Get(4).Width           = 104F;
     this.shtScreenList.DataAutoCellTypes   = false;
     this.shtScreenList.DataAutoHeadings    = false;
     this.shtScreenList.DataAutoSizeColumns = false;
     this.shtScreenList.RowHeader.Columns.Default.Resizable = true;
     this.shtScreenList.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpScreenList.SetActiveViewport(0, 1, 0);
     //
     // txtFind
     //
     this.txtFind.AppearanceName         = "";
     this.txtFind.AppearanceReadOnlyName = "";
     this.txtFind.ControlID           = "";
     this.txtFind.DisableRestrictChar = true;
     this.txtFind.Dock         = System.Windows.Forms.DockStyle.Top;
     this.txtFind.HelpButton   = null;
     this.txtFind.Location     = new System.Drawing.Point(73, 3);
     this.txtFind.Name         = "txtFind";
     this.txtFind.PathString   = null;
     this.txtFind.PathValue    = "";
     this.txtFind.Size         = new System.Drawing.Size(502, 20);
     this.txtFind.TabIndex     = 2;
     this.txtFind.TextChanged += new System.EventHandler(this.txtFind_TextChanged);
     //
     // lblFind
     //
     this.lblFind.AppearanceName = "";
     this.lblFind.ControlID      = "";
     this.lblFind.Dock           = System.Windows.Forms.DockStyle.Top;
     this.lblFind.Location       = new System.Drawing.Point(3, 0);
     this.lblFind.Name           = "lblFind";
     this.lblFind.PathString     = null;
     this.lblFind.PathValue      = "Finding :";
     this.lblFind.Size           = new System.Drawing.Size(64, 23);
     this.lblFind.TabIndex       = 1;
     this.lblFind.Text           = "Finding :";
     this.lblFind.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     //
     // grpCommand
     //
     this.grpCommand.AppearanceName = "";
     this.grpCommand.Controls.Add(this.btnClearScreen);
     this.grpCommand.Controls.Add(this.btnReImport);
     this.grpCommand.Controls.Add(this.btnImportScreen);
     this.grpCommand.Dock     = System.Windows.Forms.DockStyle.Top;
     this.grpCommand.Location = new System.Drawing.Point(581, 29);
     this.grpCommand.Name     = "grpCommand";
     this.grpCommand.Size     = new System.Drawing.Size(194, 129);
     this.grpCommand.TabIndex = 3;
     this.grpCommand.TabStop  = false;
     this.grpCommand.Text     = "Command";
     //
     // btnClearScreen
     //
     this.btnClearScreen.AppearanceName          = "";
     this.btnClearScreen.ControlID               = null;
     this.btnClearScreen.Location                = new System.Drawing.Point(11, 58);
     this.btnClearScreen.Name                    = "btnClearScreen";
     this.btnClearScreen.Size                    = new System.Drawing.Size(173, 23);
     this.btnClearScreen.TabIndex                = 1;
     this.btnClearScreen.Text                    = "Clear Screen Data";
     this.btnClearScreen.UseVisualStyleBackColor = true;
     this.btnClearScreen.Click                  += new System.EventHandler(this.btnClearScreen_Click);
     //
     // btnReImport
     //
     this.btnReImport.AppearanceName          = "";
     this.btnReImport.ControlID               = null;
     this.btnReImport.Location                = new System.Drawing.Point(11, 87);
     this.btnReImport.Name                    = "btnReImport";
     this.btnReImport.Size                    = new System.Drawing.Size(173, 23);
     this.btnReImport.TabIndex                = 0;
     this.btnReImport.Text                    = "Re-Import All Screen";
     this.btnReImport.UseVisualStyleBackColor = true;
     this.btnReImport.Click                  += new System.EventHandler(this.btnReImport_Click);
     //
     // btnImportScreen
     //
     this.btnImportScreen.AppearanceName          = "";
     this.btnImportScreen.ControlID               = null;
     this.btnImportScreen.Location                = new System.Drawing.Point(11, 29);
     this.btnImportScreen.Name                    = "btnImportScreen";
     this.btnImportScreen.Size                    = new System.Drawing.Size(173, 23);
     this.btnImportScreen.TabIndex                = 0;
     this.btnImportScreen.Text                    = "Import Screen Data";
     this.btnImportScreen.UseVisualStyleBackColor = true;
     this.btnImportScreen.Click                  += new System.EventHandler(this.btnImportScreen_Click);
     //
     // SFM004_ImportScreen
     //
     this.ClientSize = new System.Drawing.Size(790, 294);
     this.Controls.Add(this.grpScreenList);
     this.MinimumSize = new System.Drawing.Size(798, 328);
     this.Name        = "SFM004_ImportScreen";
     this.Padding     = new System.Windows.Forms.Padding(3);
     this.Text        = "Screen Import";
     this.Load       += new System.EventHandler(this.SFM004_ImportScreen_Load);
     this.grpScreenList.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreenList)).EndInit();
     this.cmsSelectHelper.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.shtScreenList)).EndInit();
     this.grpCommand.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #10
0
        private void PaintGrdView()
        {
            //FarPoint.Win.Spread.Cell aCell;
            GrdView.Visible = false;
            GrdView.Reset();
            GrdView.Sheets.Count          = 3;
            GrdView.Sheets[0].SheetName   = "¼ÙéÁÒ»ÃЪØÁ";
            GrdView.Sheets[1].SheetName   = "¡ÃÃÁ¡ÒÃ";
            GrdView.Sheets[2].SheetName   = "¼ÙéÊ×èÍ¢èÒÇ";
            GrdView.Sheets[0].RowCount    = 1;
            GrdView.Sheets[0].ColumnCount = 12;
            //GrdView.Height = this.Height - 60;
            //GrdView.Width = this.Width - 30;
            GrdView.Top  = 30;
            GrdView.Left = 400;
            //this.Width
            GrdView.Width = this.Width - 420;

            FarPoint.Win.Spread.CellType.TextCellType cellTxt = new FarPoint.Win.Spread.CellType.TextCellType();
            GrdView.Sheets[0].Columns[liColMeetingContactID, colMemNameT].CellType = cellTxt;
            GrdView.Sheets[0].Columns[liColMeetingContactID].Visible = false;
            GrdView.Sheets[0].Columns[liColFlag].Visible             = false;
            GrdView.Sheets[0].Columns[liColMemID].Visible            = true;
            FarPoint.Win.Spread.CellType.CheckBoxCellType cellGrdCheck  = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType cellGrdCheckP = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            cellGrdCheck.TextTrue  = "Visit";
            cellGrdCheck.TextFalse = "Visit";
            GrdView.Sheets[0].Columns[liColFlagVisit].CellType = cellGrdCheck;
            cellGrdCheckP.TextTrue  = "Print";
            cellGrdCheckP.TextFalse = "Print";
            GrdView.Sheets[0].Columns[liColPrintLabel].CellType = cellGrdCheckP;

            GrdView.Sheets[0].SetColumnWidth(liColMeetingContactID, 72);
            GrdView.Sheets[0].SetColumnWidth(liColMeetingContactName, 170);
            GrdView.Sheets[0].SetColumnWidth(liColCompanyName, 170);
            GrdView.Sheets[0].SetColumnWidth(liColPositionName, 80);
            GrdView.Sheets[0].SetColumnWidth(liColTypeMeetingContact, 80);
            GrdView.Sheets[0].SetColumnWidth(liColFlagVisit, 80);
            GrdView.Sheets[0].SetColumnWidth(liColPrintLabel, 85);

            GrdView.Sheets[0].SetColumnLabel(0, liColMeetingContactID, "meetingcontactid");
            GrdView.Sheets[0].SetColumnLabel(0, liColMeetingContactName, "ª×èͼÙéà¢éÒ»ÃЪØÁ");
            GrdView.Sheets[0].SetColumnLabel(0, liColCompanyName, "ºÃÔÉÑ·");
            GrdView.Sheets[0].SetColumnLabel(0, liColPositionName, "µÓá˹è§");
            GrdView.Sheets[0].SetColumnLabel(0, liColTypeMeetingContact, "»ÃÐàÀ·");
            GrdView.Sheets[0].SetColumnLabel(0, liColFlag, "flag");
            GrdView.Sheets[0].SetColumnLabel(0, liColFlagVisit, "ÁÒ»ÃЪØÁ");
            GrdView.Sheets[0].SetColumnLabel(0, liColMemID, "ʤ¤9");
            GrdView.Sheets[0].SetColumnLabel(0, liColPrintLabel, "printlabel");
            GrdView.Sheets[0].SetColumnLabel(0, colTmemNameT, "»ÃÐàÀ·ÊÁÒªÔ¡");
            GrdView.Sheets[0].SetColumnLabel(0, colMemNameT, "ª×èÍÊÁÒªÔ¡ÀÒÉÒä·Â");
            GrdView.Sheets[0].SetColumnLabel(0, colContactID, "contactid");

            GrdView.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Off;
            GrdView.BorderStyle          = BorderStyle.None;
            //GrdView.Sheets[0].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
            GrdView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            GrdView.VerticalScrollBarPolicy   = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            GrdView.Visible = true;

            //GrdView.Sheets[0].Columns[colContactID].Visible = false;
            GrdView.Sheets[0].Columns[liColMeetingContactID, colMemNameT].AllowAutoSort   = true;
            GrdView.Sheets[0].Columns[liColMeetingContactID, colMemNameT].AllowAutoFilter = true;

            GrdView.AllowColumnMove = true;
        }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.CheckBoxCellType  checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(TRN271_DeliveryOrderSelection));
     this.dmc           = new EVOFramework.Data.UIDataModelController(this.components);
     this.fpView        = new FarPoint.Win.Spread.FpSpread();
     this.shtView       = new FarPoint.Win.Spread.SheetView();
     this.evoLabel1     = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoLabel2     = new EVOFramework.Windows.Forms.EVOLabel();
     this.dtPeriodEnd   = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.evoLabel3     = new EVOFramework.Windows.Forms.EVOLabel();
     this.dtPeriodBegin = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.txtItemDesc   = new EVOFramework.Windows.Forms.EVOTextBox();
     this.evoLabel8     = new EVOFramework.Windows.Forms.EVOLabel();
     this.stcItemCode   = new EVOFramework.Windows.Forms.EVOLabel();
     this.txtMasterNo   = new Rubik.Forms.UserControl.ItemTextBox();
     this.btnItemCode   = new EVOFramework.Windows.Forms.EVOButton();
     this.btnGenerate   = new EVOFramework.Windows.Forms.EVOButton();
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.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.pnlContainer.Controls.Add(this.btnGenerate);
     this.pnlContainer.Controls.Add(this.txtItemDesc);
     this.pnlContainer.Controls.Add(this.evoLabel8);
     this.pnlContainer.Controls.Add(this.stcItemCode);
     this.pnlContainer.Controls.Add(this.txtMasterNo);
     this.pnlContainer.Controls.Add(this.btnItemCode);
     this.pnlContainer.Controls.Add(this.dtPeriodEnd);
     this.pnlContainer.Controls.Add(this.evoLabel3);
     this.pnlContainer.Controls.Add(this.dtPeriodBegin);
     this.pnlContainer.Controls.Add(this.evoLabel2);
     this.pnlContainer.Controls.Add(this.evoLabel1);
     this.pnlContainer.Controls.Add(this.fpView);
     this.pnlContainer.Dock      = System.Windows.Forms.DockStyle.None;
     this.pnlContainer.Font      = new System.Drawing.Font("Tahoma", 12F);
     this.pnlContainer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.pnlContainer.Location  = new System.Drawing.Point(0, 25);
     this.pnlContainer.Size      = new System.Drawing.Size(928, 465);
     //
     // fpView
     //
     this.fpView.About = "2.5.2015.2005";
     this.fpView.AccessibleDescription = "fpView, Sheet1";
     this.fpView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.fpView.BackColor                 = System.Drawing.Color.AliceBlue;
     this.fpView.EditModeReplace           = true;
     this.fpView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.Location             = new System.Drawing.Point(12, 136);
     this.fpView.Name                 = "fpView";
     this.fpView.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpView.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpView.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtView
     });
     this.fpView.Size     = new System.Drawing.Size(904, 315);
     this.fpView.TabIndex = 5;
     this.fpView.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.Change        += new FarPoint.Win.Spread.ChangeEventHandler(this.fpView_Change);
     this.fpView.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpView_ButtonClicked);
     this.fpView.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.fpView_KeyDown);
     //
     // shtView
     //
     this.shtView.Reset();
     this.shtView.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtView.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtView.ColumnCount         = 17;
     this.shtView.RowCount            = 0;
     this.shtView.AutoCalculation     = false;
     this.shtView.AutoGenerateColumns = false;
     this.shtView.ColumnHeader.Cells.Get(0, 0).Value  = " ";
     this.shtView.ColumnHeader.Cells.Get(0, 1).Value  = "Delivery No.";
     this.shtView.ColumnHeader.Cells.Get(0, 2).Value  = "Group Trans ID.";
     this.shtView.ColumnHeader.Cells.Get(0, 3).Value  = "Trans ID.";
     this.shtView.ColumnHeader.Cells.Get(0, 4).Value  = "Currency";
     this.shtView.ColumnHeader.Cells.Get(0, 5).Value  = "Order No.";
     this.shtView.ColumnHeader.Cells.Get(0, 6).Value  = "Order Detail No.";
     this.shtView.ColumnHeader.Cells.Get(0, 7).Value  = "PO No.";
     this.shtView.ColumnHeader.Cells.Get(0, 8).Value  = "M/N";
     this.shtView.ColumnHeader.Cells.Get(0, 9).Value  = "Part No. ";
     this.shtView.ColumnHeader.Cells.Get(0, 10).Value = "Delivery Date";
     this.shtView.ColumnHeader.Cells.Get(0, 11).Value = "Pack No.";
     this.shtView.ColumnHeader.Cells.Get(0, 12).Value = "FG No.";
     this.shtView.ColumnHeader.Cells.Get(0, 13).Value = "Lot No.";
     this.shtView.ColumnHeader.Cells.Get(0, 14).Value = "Customer Lot No.";
     this.shtView.ColumnHeader.Cells.Get(0, 15).Value = "Delivery Qty";
     this.shtView.ColumnHeader.Cells.Get(0, 16).Value = "Returnable Qty";
     this.shtView.ColumnHeader.Rows.Get(0).Height     = 40F;
     this.shtView.Columns.Get(0).CellType             = checkBoxCellType1;
     this.shtView.Columns.Get(0).Label            = " ";
     this.shtView.Columns.Get(0).Locked           = false;
     this.shtView.Columns.Get(0).Width            = 20F;
     this.shtView.Columns.Get(1).AllowAutoFilter  = true;
     this.shtView.Columns.Get(1).AllowAutoSort    = true;
     this.shtView.Columns.Get(1).Label            = "Delivery No.";
     this.shtView.Columns.Get(1).Tag              = "Delivery No.";
     this.shtView.Columns.Get(1).Width            = 115F;
     this.shtView.Columns.Get(2).Label            = "Group Trans ID.";
     this.shtView.Columns.Get(2).Visible          = false;
     this.shtView.Columns.Get(2).Width            = 150F;
     this.shtView.Columns.Get(3).Label            = "Trans ID.";
     this.shtView.Columns.Get(3).Visible          = false;
     this.shtView.Columns.Get(3).Width            = 100F;
     this.shtView.Columns.Get(4).Label            = "Currency";
     this.shtView.Columns.Get(4).Visible          = false;
     this.shtView.Columns.Get(4).Width            = 100F;
     this.shtView.Columns.Get(5).AllowAutoFilter  = true;
     this.shtView.Columns.Get(5).AllowAutoSort    = true;
     this.shtView.Columns.Get(5).Label            = "Order No.";
     this.shtView.Columns.Get(5).Locked           = true;
     this.shtView.Columns.Get(5).Tag              = "Order No.";
     this.shtView.Columns.Get(5).Width            = 115F;
     this.shtView.Columns.Get(6).Label            = "Order Detail No.";
     this.shtView.Columns.Get(6).Visible          = false;
     this.shtView.Columns.Get(6).Width            = 150F;
     this.shtView.Columns.Get(7).AllowAutoFilter  = true;
     this.shtView.Columns.Get(7).AllowAutoSort    = true;
     this.shtView.Columns.Get(7).Label            = "PO No.";
     this.shtView.Columns.Get(7).Tag              = "PO No.";
     this.shtView.Columns.Get(7).Width            = 115F;
     this.shtView.Columns.Get(8).AllowAutoFilter  = true;
     this.shtView.Columns.Get(8).AllowAutoSort    = true;
     this.shtView.Columns.Get(8).Label            = "M/N";
     this.shtView.Columns.Get(8).Tag              = "Master No.";
     this.shtView.Columns.Get(8).Width            = 115F;
     this.shtView.Columns.Get(9).AllowAutoFilter  = true;
     this.shtView.Columns.Get(9).AllowAutoSort    = true;
     this.shtView.Columns.Get(9).Label            = "Part No. ";
     this.shtView.Columns.Get(9).Tag              = "Part No. ";
     this.shtView.Columns.Get(9).Width            = 115F;
     this.shtView.Columns.Get(10).AllowAutoFilter = true;
     this.shtView.Columns.Get(10).AllowAutoSort   = true;
     this.shtView.Columns.Get(10).Label           = "Delivery Date";
     this.shtView.Columns.Get(10).Locked          = true;
     this.shtView.Columns.Get(10).Tag             = "Delivery Date";
     this.shtView.Columns.Get(10).Width           = 115F;
     this.shtView.Columns.Get(11).AllowAutoFilter = true;
     this.shtView.Columns.Get(11).AllowAutoSort   = true;
     this.shtView.Columns.Get(11).Label           = "Pack No.";
     this.shtView.Columns.Get(11).Locked          = false;
     this.shtView.Columns.Get(11).Tag             = "Pack No.";
     this.shtView.Columns.Get(11).Visible         = false;
     this.shtView.Columns.Get(11).Width           = 120F;
     this.shtView.Columns.Get(12).AllowAutoFilter = true;
     this.shtView.Columns.Get(12).AllowAutoSort   = true;
     this.shtView.Columns.Get(12).Label           = "FG No.";
     this.shtView.Columns.Get(12).Tag             = "FG No.";
     this.shtView.Columns.Get(12).Visible         = false;
     this.shtView.Columns.Get(12).Width           = 122F;
     this.shtView.Columns.Get(13).AllowAutoFilter = true;
     this.shtView.Columns.Get(13).AllowAutoSort   = true;
     this.shtView.Columns.Get(13).Label           = "Lot No.";
     this.shtView.Columns.Get(13).Tag             = "Lot No.";
     this.shtView.Columns.Get(13).Width           = 120F;
     this.shtView.Columns.Get(14).AllowAutoFilter = true;
     this.shtView.Columns.Get(14).AllowAutoSort   = true;
     this.shtView.Columns.Get(14).Label           = "Customer Lot No.";
     this.shtView.Columns.Get(14).Tag             = "Customer Lot No.";
     this.shtView.Columns.Get(14).Width           = 120F;
     this.shtView.Columns.Get(15).AllowAutoFilter = true;
     this.shtView.Columns.Get(15).AllowAutoSort   = true;
     this.shtView.Columns.Get(15).Label           = "Delivery Qty";
     this.shtView.Columns.Get(15).Tag             = "Delivery Qty";
     this.shtView.Columns.Get(15).Width           = 120F;
     this.shtView.Columns.Get(16).AllowAutoFilter = true;
     this.shtView.Columns.Get(16).AllowAutoSort   = true;
     this.shtView.Columns.Get(16).Label           = "Returnable Qty";
     this.shtView.Columns.Get(16).Tag             = "Returnable Qty";
     this.shtView.Columns.Get(16).Width           = 120F;
     this.shtView.DataAutoCellTypes      = false;
     this.shtView.DataAutoHeadings       = false;
     this.shtView.DataAutoSizeColumns    = false;
     this.shtView.DefaultStyle.ForeColor = System.Drawing.Color.Blue;
     this.shtView.DefaultStyle.Locked    = true;
     this.shtView.DefaultStyle.Parent    = "DataAreaDefault";
     this.shtView.LockForeColor          = System.Drawing.Color.Black;
     this.shtView.RowHeader.Columns.Default.Resizable = true;
     this.shtView.RowHeader.Columns.Get(0).Width      = 34F;
     this.shtView.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpView.SetActiveViewport(0, 1, 0);
     //
     // evoLabel1
     //
     this.evoLabel1.AppearanceName = "Title";
     this.evoLabel1.AutoSize       = true;
     this.evoLabel1.ControlID      = "";
     this.evoLabel1.Font           = new System.Drawing.Font("Tahoma", 24F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel1.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.evoLabel1.Location       = new System.Drawing.Point(12, 15);
     this.evoLabel1.Name           = "evoLabel1";
     this.evoLabel1.PathString     = null;
     this.evoLabel1.PathValue      = "Delivery Selection";
     this.evoLabel1.Size           = new System.Drawing.Size(307, 39);
     this.evoLabel1.TabIndex       = 100019;
     this.evoLabel1.Text           = "Delivery Selection";
     //
     // evoLabel2
     //
     this.evoLabel2.AppearanceName = "";
     this.evoLabel2.ControlID      = "";
     this.evoLabel2.Location       = new System.Drawing.Point(20, 99);
     this.evoLabel2.Name           = "evoLabel2";
     this.evoLabel2.PathString     = null;
     this.evoLabel2.PathValue      = "Delivery Date";
     this.evoLabel2.Size           = new System.Drawing.Size(105, 32);
     this.evoLabel2.TabIndex       = 100022;
     this.evoLabel2.Text           = "Delivery Date";
     this.evoLabel2.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtPeriodEnd
     //
     this.dtPeriodEnd.AppearanceName         = "";
     this.dtPeriodEnd.AppearanceReadOnlyName = "";
     this.dtPeriodEnd.BackColor   = System.Drawing.Color.Transparent;
     this.dtPeriodEnd.ControlID   = "";
     this.dtPeriodEnd.Format      = "dd/MM/yyyy";
     this.dtPeriodEnd.Location    = new System.Drawing.Point(350, 102);
     this.dtPeriodEnd.MinimumSize = new System.Drawing.Size(100, 0);
     this.dtPeriodEnd.Name        = "dtPeriodEnd";
     this.dtPeriodEnd.NZValue     = ((EVOFramework.NZDateTime)(resources.GetObject("dtPeriodEnd.NZValue")));
     this.dtPeriodEnd.PathString  = null;
     this.dtPeriodEnd.PathValue   = ((object)(resources.GetObject("dtPeriodEnd.PathValue")));
     this.dtPeriodEnd.ReadOnly    = false;
     this.dtPeriodEnd.ShowButton  = true;
     this.dtPeriodEnd.Size        = new System.Drawing.Size(185, 20);
     this.dtPeriodEnd.TabIndex    = 3;
     this.dtPeriodEnd.Value       = null;
     //
     // evoLabel3
     //
     this.evoLabel3.AppearanceName = "";
     this.evoLabel3.AutoSize       = true;
     this.evoLabel3.ControlID      = "";
     this.evoLabel3.Location       = new System.Drawing.Point(329, 106);
     this.evoLabel3.Name           = "evoLabel3";
     this.evoLabel3.PathString     = null;
     this.evoLabel3.PathValue      = "-";
     this.evoLabel3.Size           = new System.Drawing.Size(15, 19);
     this.evoLabel3.TabIndex       = 100025;
     this.evoLabel3.Text           = "-";
     this.evoLabel3.TextAlign      = System.Drawing.ContentAlignment.TopCenter;
     //
     // dtPeriodBegin
     //
     this.dtPeriodBegin.AppearanceName         = "";
     this.dtPeriodBegin.AppearanceReadOnlyName = "";
     this.dtPeriodBegin.BackColor   = System.Drawing.Color.Transparent;
     this.dtPeriodBegin.ControlID   = "";
     this.dtPeriodBegin.Format      = "dd/MM/yyyy";
     this.dtPeriodBegin.Location    = new System.Drawing.Point(134, 102);
     this.dtPeriodBegin.MinimumSize = new System.Drawing.Size(100, 0);
     this.dtPeriodBegin.Name        = "dtPeriodBegin";
     this.dtPeriodBegin.NZValue     = ((EVOFramework.NZDateTime)(resources.GetObject("dtPeriodBegin.NZValue")));
     this.dtPeriodBegin.PathString  = null;
     this.dtPeriodBegin.PathValue   = ((object)(resources.GetObject("dtPeriodBegin.PathValue")));
     this.dtPeriodBegin.ReadOnly    = false;
     this.dtPeriodBegin.ShowButton  = true;
     this.dtPeriodBegin.Size        = new System.Drawing.Size(185, 20);
     this.dtPeriodBegin.TabIndex    = 2;
     this.dtPeriodBegin.Value       = null;
     //
     // txtItemDesc
     //
     this.txtItemDesc.AppearanceName         = "";
     this.txtItemDesc.AppearanceReadOnlyName = "";
     this.txtItemDesc.ControlID           = "";
     this.txtItemDesc.DisableRestrictChar = false;
     this.txtItemDesc.HelpButton          = null;
     this.txtItemDesc.Location            = new System.Drawing.Point(414, 67);
     this.txtItemDesc.MaxLength           = 50;
     this.txtItemDesc.Name       = "txtItemDesc";
     this.txtItemDesc.PathString = "ItemDesc.Value";
     this.txtItemDesc.PathValue  = "";
     this.txtItemDesc.Size       = new System.Drawing.Size(368, 27);
     this.txtItemDesc.TabIndex   = 1;
     //
     // evoLabel8
     //
     this.evoLabel8.AppearanceName = "";
     this.evoLabel8.ControlID      = "";
     this.evoLabel8.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel8.Location       = new System.Drawing.Point(15, 66);
     this.evoLabel8.Name           = "evoLabel8";
     this.evoLabel8.PathString     = null;
     this.evoLabel8.PathValue      = "Master No.";
     this.evoLabel8.Size           = new System.Drawing.Size(87, 31);
     this.evoLabel8.TabIndex       = 100030;
     this.evoLabel8.Text           = "Master No.";
     this.evoLabel8.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // stcItemCode
     //
     this.stcItemCode.AppearanceName = "";
     this.stcItemCode.ControlID      = "";
     this.stcItemCode.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.stcItemCode.Location       = new System.Drawing.Point(350, 63);
     this.stcItemCode.Name           = "stcItemCode";
     this.stcItemCode.PathString     = null;
     this.stcItemCode.PathValue      = "Part No.";
     this.stcItemCode.Size           = new System.Drawing.Size(80, 35);
     this.stcItemCode.TabIndex       = 100031;
     this.stcItemCode.Text           = "Part No.";
     this.stcItemCode.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtMasterNo
     //
     this.txtMasterNo.AllowNegative          = true;
     this.txtMasterNo.AppearanceName         = "";
     this.txtMasterNo.AppearanceReadOnlyName = "";
     this.txtMasterNo.BackColor           = System.Drawing.Color.White;
     this.txtMasterNo.CharacterCasing     = System.Windows.Forms.CharacterCasing.Upper;
     this.txtMasterNo.CheckEmpty          = true;
     this.txtMasterNo.CheckExist          = false;
     this.txtMasterNo.CheckNotExist       = true;
     this.txtMasterNo.ControlID           = "";
     this.txtMasterNo.CustomerCode        = null;
     this.txtMasterNo.CustomerNameTextBox = null;
     this.txtMasterNo.Decimal             = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.txtMasterNo.DecimalPoint       = '.';
     this.txtMasterNo.DescriptionTextBox = this.txtItemDesc;
     this.txtMasterNo.DigitsInGroup      = 0;
     this.txtMasterNo.Double             = 0D;
     this.txtMasterNo.FixDecimalPosition = true;
     this.txtMasterNo.Flags                   = 0;
     this.txtMasterNo.ForeColor               = System.Drawing.Color.Black;
     this.txtMasterNo.GroupSeparator          = ',';
     this.txtMasterNo.HelpButton              = this.btnItemCode;
     this.txtMasterNo.Int                     = 0;
     this.txtMasterNo.ItemType                = new Rubik.eItemType[0];
     this.txtMasterNo.Location                = new System.Drawing.Point(134, 68);
     this.txtMasterNo.Long                    = ((long)(0));
     this.txtMasterNo.MaxDecimalPlaces        = 0;
     this.txtMasterNo.MaxLength               = 10;
     this.txtMasterNo.MaxWholeDigits          = 10;
     this.txtMasterNo.Name                    = "txtMasterNo";
     this.txtMasterNo.NegativeSign            = '-';
     this.txtMasterNo.PathString              = "ItemCode.Value";
     this.txtMasterNo.PathValue               = "";
     this.txtMasterNo.Prefix                  = "";
     this.txtMasterNo.RangeMax                = 9999999999D;
     this.txtMasterNo.RangeMin                = 0D;
     this.txtMasterNo.SelectedCustomerData    = null;
     this.txtMasterNo.SelectedItemData        = null;
     this.txtMasterNo.SelectedItemProcessData = null;
     this.txtMasterNo.Size                    = new System.Drawing.Size(149, 27);
     this.txtMasterNo.SqlOperator             = Rubik.eSqlOperator.In;
     this.txtMasterNo.TabIndex                = 0;
     this.txtMasterNo.TextAlign               = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btnItemCode
     //
     this.btnItemCode.AppearanceName        = "";
     this.btnItemCode.AutoSize              = true;
     this.btnItemCode.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnItemCode.BackgroundImage")));
     this.btnItemCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnItemCode.ControlID             = null;
     this.btnItemCode.Location              = new System.Drawing.Point(289, 67);
     this.btnItemCode.Name     = "btnItemCode";
     this.btnItemCode.Size     = new System.Drawing.Size(32, 29);
     this.btnItemCode.TabIndex = 1;
     this.btnItemCode.TabStop  = false;
     this.btnItemCode.UseVisualStyleBackColor = true;
     //
     // btnGenerate
     //
     this.btnGenerate.AppearanceName        = "";
     this.btnGenerate.AutoSize              = true;
     this.btnGenerate.BackgroundImage       = global::Rubik.Forms.Properties.Resources.REFRESH;
     this.btnGenerate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnGenerate.ControlID             = null;
     this.btnGenerate.Location              = new System.Drawing.Point(538, 101);
     this.btnGenerate.Name     = "btnGenerate";
     this.btnGenerate.Size     = new System.Drawing.Size(34, 29);
     this.btnGenerate.TabIndex = 4;
     this.btnGenerate.UseVisualStyleBackColor = true;
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // TRN271_DeliveryOrderSelection
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(928, 515);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(500, 396);
     this.Name        = "TRN271_DeliveryOrderSelection";
     this.Text        = "TRN102: Delivery Selection";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Lot_Maintenance_Load);
     this.Shown      += new System.EventHandler(this.TRN271_DeliveryOrderSelection_Shown);
     this.pnlContainer.ResumeLayout(false);
     this.pnlContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #12
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType8  = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType9  = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType10 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType11 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType12 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType13 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType14 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.crt_Panel3           = new System.Windows.Forms.Panel();
     this.ctr_FarPoint1        = new Miracom.SmartWeb.UI.Controls.udcFarPoint(this.components);
     this.ctr_FarPoint1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.crt_Panel1           = new System.Windows.Forms.Panel();
     this.label1     = new System.Windows.Forms.Label();
     this.downButton = new System.Windows.Forms.Button();
     this.upButton   = new System.Windows.Forms.Button();
     this.crt_Panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctr_FarPoint1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctr_FarPoint1_Sheet1)).BeginInit();
     this.crt_Panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // crt_Panel3
     //
     this.crt_Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crt_Panel3.Controls.Add(this.ctr_FarPoint1);
     this.crt_Panel3.Controls.Add(this.crt_Panel1);
     this.crt_Panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.crt_Panel3.Location = new System.Drawing.Point(0, 0);
     this.crt_Panel3.Name     = "crt_Panel3";
     this.crt_Panel3.Size     = new System.Drawing.Size(219, 52);
     this.crt_Panel3.TabIndex = 2;
     //
     // ctr_FarPoint1
     //
     this.ctr_FarPoint1.About = "4.0.2001.2005";
     this.ctr_FarPoint1.AccessibleDescription = "ctr_FarPoint1, Sheet1, Row 0, Column 0, ";
     this.ctr_FarPoint1.BackColor             = System.Drawing.SystemColors.Control;
     this.ctr_FarPoint1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.ctr_FarPoint1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctr_FarPoint1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     this.ctr_FarPoint1.Location           = new System.Drawing.Point(0, 30);
     this.ctr_FarPoint1.Name               = "ctr_FarPoint1";
     this.ctr_FarPoint1.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.ctr_FarPoint1.RPT_IsPreCellsType = true;
     this.ctr_FarPoint1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.ctr_FarPoint1_Sheet1
     });
     this.ctr_FarPoint1.Size                    = new System.Drawing.Size(217, 20);
     this.ctr_FarPoint1.TabIndex                = 0;
     this.ctr_FarPoint1.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.ctr_FarPoint1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     //
     // ctr_FarPoint1_Sheet1
     //
     this.ctr_FarPoint1_Sheet1.Reset();
     this.ctr_FarPoint1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.ctr_FarPoint1_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.ctr_FarPoint1_Sheet1.ColumnCount                         = 3;
     this.ctr_FarPoint1_Sheet1.RowCount                            = 7;
     this.ctr_FarPoint1_Sheet1.Cells.Get(0, 1).CellType            = checkBoxCellType8;
     this.ctr_FarPoint1_Sheet1.Cells.Get(1, 1).CellType            = checkBoxCellType9;
     this.ctr_FarPoint1_Sheet1.Cells.Get(2, 1).CellType            = checkBoxCellType10;
     this.ctr_FarPoint1_Sheet1.Cells.Get(3, 1).CellType            = checkBoxCellType11;
     this.ctr_FarPoint1_Sheet1.Cells.Get(4, 1).CellType            = checkBoxCellType12;
     this.ctr_FarPoint1_Sheet1.Cells.Get(5, 1).CellType            = checkBoxCellType13;
     this.ctr_FarPoint1_Sheet1.Cells.Get(6, 1).CellType            = checkBoxCellType14;
     this.ctr_FarPoint1_Sheet1.DataAutoCellTypes                   = false;
     this.ctr_FarPoint1_Sheet1.RowHeader.AutoText                  = FarPoint.Win.Spread.HeaderAutoText.Blank;
     this.ctr_FarPoint1_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.ctr_FarPoint1_Sheet1.SelectionStyle                      = FarPoint.Win.Spread.SelectionStyles.SelectionColors;
     this.ctr_FarPoint1_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // crt_Panel1
     //
     this.crt_Panel1.BackColor = System.Drawing.SystemColors.Menu;
     this.crt_Panel1.Controls.Add(this.label1);
     this.crt_Panel1.Controls.Add(this.downButton);
     this.crt_Panel1.Controls.Add(this.upButton);
     this.crt_Panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.crt_Panel1.Location = new System.Drawing.Point(0, 0);
     this.crt_Panel1.Name     = "crt_Panel1";
     this.crt_Panel1.Size     = new System.Drawing.Size(217, 30);
     this.crt_Panel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.label1.Location  = new System.Drawing.Point(44, 5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(36, 20);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Sequence";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // downButton
     //
     this.downButton.Image    = global::Miracom.SmartWeb.UI.Properties.Resources._320datasort;
     this.downButton.Location = new System.Drawing.Point(110, 5);
     this.downButton.Name     = "downButton";
     this.downButton.Size     = new System.Drawing.Size(20, 20);
     this.downButton.TabIndex = 1;
     this.downButton.Click   += new System.EventHandler(this.downButton_Click);
     //
     // upButton
     //
     this.upButton.Image    = global::Miracom.SmartWeb.UI.Properties.Resources._320datasort_up;
     this.upButton.Location = new System.Drawing.Point(86, 5);
     this.upButton.Name     = "upButton";
     this.upButton.Size     = new System.Drawing.Size(20, 20);
     this.upButton.TabIndex = 0;
     this.upButton.Click   += new System.EventHandler(this.upButton_Click);
     //
     // udcTableForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(219, 52);
     this.Controls.Add(this.crt_Panel3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "udcTableForm";
     this.crt_Panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctr_FarPoint1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctr_FarPoint1_Sheet1)).EndInit();
     this.crt_Panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <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();
            this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.ckRePrint         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.btSelectAll       = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btExit            = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btOk              = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btQuery           = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.dtEndDate         = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dtBeginDate       = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.neuLabel2         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.neuPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // neuPanel1
            //
            this.neuPanel1.Controls.Add(this.ckRePrint);
            this.neuPanel1.Controls.Add(this.btSelectAll);
            this.neuPanel1.Controls.Add(this.btExit);
            this.neuPanel1.Controls.Add(this.btOk);
            this.neuPanel1.Controls.Add(this.btQuery);
            this.neuPanel1.Controls.Add(this.dtEndDate);
            this.neuPanel1.Controls.Add(this.dtBeginDate);
            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(909, 77);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 0;
            //
            // ckRePrint
            //
            this.ckRePrint.AutoSize = true;
            this.ckRePrint.Enabled  = false;
            this.ckRePrint.Location = new System.Drawing.Point(14, 55);
            this.ckRePrint.Name     = "ckRePrint";
            this.ckRePrint.Size     = new System.Drawing.Size(264, 16);
            this.ckRePrint.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.ckRePrint.TabIndex = 8;
            this.ckRePrint.Text     = "补打  补打时自动选择该次汇总的所有日结单";
            this.ckRePrint.UseVisualStyleBackColor = true;
            //
            // btSelectAll
            //
            this.btSelectAll.Location = new System.Drawing.Point(571, 12);
            this.btSelectAll.Name     = "btSelectAll";
            this.btSelectAll.Size     = new System.Drawing.Size(73, 25);
            this.btSelectAll.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btSelectAll.TabIndex = 7;
            this.btSelectAll.Tag      = "";
            this.btSelectAll.Text     = "全选(&A)";
            this.btSelectAll.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btSelectAll.UseVisualStyleBackColor = true;
            this.btSelectAll.Click += new System.EventHandler(this.btSelectAll_Click);
            //
            // btExit
            //
            this.btExit.Location = new System.Drawing.Point(737, 14);
            this.btExit.Name     = "btExit";
            this.btExit.Size     = new System.Drawing.Size(73, 25);
            this.btExit.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btExit.TabIndex = 6;
            this.btExit.Text     = "退出(&E)";
            this.btExit.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btExit.UseVisualStyleBackColor = true;
            this.btExit.Click += new System.EventHandler(this.btExit_Click);
            //
            // btOk
            //
            this.btOk.Location = new System.Drawing.Point(653, 13);
            this.btOk.Name     = "btOk";
            this.btOk.Size     = new System.Drawing.Size(73, 25);
            this.btOk.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btOk.TabIndex = 5;
            this.btOk.Text     = "确定(&C)";
            this.btOk.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btOk.UseVisualStyleBackColor = true;
            this.btOk.Click += new System.EventHandler(this.btOk_Click);
            //
            // btQuery
            //
            this.btQuery.Location = new System.Drawing.Point(491, 11);
            this.btQuery.Name     = "btQuery";
            this.btQuery.Size     = new System.Drawing.Size(73, 25);
            this.btQuery.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btQuery.TabIndex = 4;
            this.btQuery.Text     = "查询(&Q)";
            this.btQuery.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btQuery.UseVisualStyleBackColor = true;
            this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
            //
            // dtEndDate
            //
            this.dtEndDate.IsEnter2Tab = false;
            this.dtEndDate.Location    = new System.Drawing.Point(290, 13);
            this.dtEndDate.Name        = "dtEndDate";
            this.dtEndDate.Size        = new System.Drawing.Size(124, 21);
            this.dtEndDate.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtEndDate.TabIndex    = 3;
            //
            // dtBeginDate
            //
            this.dtBeginDate.IsEnter2Tab = false;
            this.dtBeginDate.Location    = new System.Drawing.Point(72, 13);
            this.dtBeginDate.Name        = "dtBeginDate";
            this.dtBeginDate.Size        = new System.Drawing.Size(124, 21);
            this.dtBeginDate.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtBeginDate.TabIndex    = 2;
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize = true;
            this.neuLabel2.Location = new System.Drawing.Point(225, 20);
            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 = 1;
            this.neuLabel2.Text     = "结束时间:";
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(12, 20);
            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     = "开始时间:";
            //
            // 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, 77);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(909, 479);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 1;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellClick);
            //
            // neuSpread1_Sheet1
            //
            this.neuSpread1_Sheet1.Reset();
            this.neuSpread1_Sheet1.SheetName = "Sheet1";
            // Formulas and custom names must be loaded with R1C1 reference style
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
            this.neuSpread1_Sheet1.ColumnCount    = 7;
            this.neuSpread1_Sheet1.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.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label                = "选择";
            this.neuSpread1_Sheet1.Columns.Get(0).Width                = 44F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType             = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(1).Label                = "收费员";
            this.neuSpread1_Sheet1.Columns.Get(1).Width                = 100F;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType             = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(2).Label                = "起始时间";
            this.neuSpread1_Sheet1.Columns.Get(2).Width                = 130F;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType             = textCellType3;
            this.neuSpread1_Sheet1.Columns.Get(3).Label                = "结束时间";
            this.neuSpread1_Sheet1.Columns.Get(3).Width                = 130F;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType             = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(4).Label                = "起始票据号";
            this.neuSpread1_Sheet1.Columns.Get(4).Width                = 140F;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType             = textCellType5;
            this.neuSpread1_Sheet1.Columns.Get(5).Label                = "结束票据号";
            this.neuSpread1_Sheet1.Columns.Get(5).Width                = 140F;
            this.neuSpread1_Sheet1.Columns.Get(6).Label                = "审核时间";
            this.neuSpread1_Sheet1.Columns.Get(6).Width                = 130F;
            this.neuSpread1_Sheet1.GrayAreaBackColor                   = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucCollectDayBalanceInfo
            //
            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  = "ucCollectDayBalanceInfo";
            this.Size  = new System.Drawing.Size(909, 556);
            this.Load += new System.EventHandler(this.ucCollectDayBalanceInfo_Load);
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #14
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance              tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType  checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ucInjectQuery));
            FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType2 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType3 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType4 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.panelList         = 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.panelLeft         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuPanel4         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuGroupBox1      = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.dtInjectDate      = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dtMixDate         = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.dtRegDate         = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.txtOrder          = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.cbInjectDate      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbInjectOper     = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cbInjectOper      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cbMixDate         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbMixOper        = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cbMixOper         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cbOrder           = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cbRegDate         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.cmbRegOper        = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cbRegOper         = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.neuPanel3         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuGroupBox2      = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtName           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuLabel2         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtCardNo         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuPanel1.SuspendLayout();
            this.panelList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.panelLeft.SuspendLayout();
            this.neuPanel4.SuspendLayout();
            this.neuGroupBox1.SuspendLayout();
            this.neuPanel3.SuspendLayout();
            this.neuGroupBox2.SuspendLayout();
            this.SuspendLayout();
            //
            // neuPanel1
            //
            this.neuPanel1.Controls.Add(this.panelList);
            this.neuPanel1.Controls.Add(this.neuSplitter1);
            this.neuPanel1.Controls.Add(this.panelLeft);
            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(821, 523);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 0;
            //
            // panelList
            //
            this.panelList.Controls.Add(this.neuSpread1);
            this.panelList.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panelList.Location = new System.Drawing.Point(231, 0);
            this.panelList.Name     = "panelList";
            this.panelList.Size     = new System.Drawing.Size(590, 523);
            this.panelList.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panelList.TabIndex = 3;
            //
            // 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(590, 523);
            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.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.ColumnCount                        = 24;
            this.neuSpread1_Sheet1.RowCount                           = 0;
            this.neuSpread1_Sheet1.ColumnHeader.AutoText              = FarPoint.Win.Spread.HeaderAutoText.Blank;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Text  = "Seq";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Text  = "日顺序号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Text  = "病历号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Text  = "患者姓名";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Text  = "开单医生";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Text  = "开单科室";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Text  = "医嘱";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Text  = "组合";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Text  = "每次量";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Text = "频次";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Text = "用法";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Text = "皮试?";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Text = "登记人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Text = "登记时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Text = "配药人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Text = "配药时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Text = "注射人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Text = "注射时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Text = "滴速";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Text = "拔针人";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Text = "拔针时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Text = "送急诊时间";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Text = "特殊情况记录";
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height    = 29F;
            this.neuSpread1_Sheet1.Columns.Get(0).CellType            = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).Width               = 27F;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "Seq";
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 27F;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "日顺序号";
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 34F;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "病历号";
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 67F;
            this.neuSpread1_Sheet1.Columns.Get(5).Label               = "开单医生";
            this.neuSpread1_Sheet1.Columns.Get(5).Width               = 59F;
            this.neuSpread1_Sheet1.Columns.Get(6).Label               = "开单科室";
            this.neuSpread1_Sheet1.Columns.Get(6).Width               = 69F;
            this.neuSpread1_Sheet1.Columns.Get(7).Label               = "医嘱";
            this.neuSpread1_Sheet1.Columns.Get(7).Width               = 150F;
            this.neuSpread1_Sheet1.Columns.Get(8).Font                = new System.Drawing.Font("仿宋_GB2312", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
            this.neuSpread1_Sheet1.Columns.Get(8).ForeColor           = System.Drawing.Color.Red;
            this.neuSpread1_Sheet1.Columns.Get(8).Label               = "组合";
            this.neuSpread1_Sheet1.Columns.Get(8).Width               = 20F;
            this.neuSpread1_Sheet1.Columns.Get(9).Label               = "每次量";
            this.neuSpread1_Sheet1.Columns.Get(9).Width               = 65F;
            this.neuSpread1_Sheet1.Columns.Get(10).Label              = "频次";
            this.neuSpread1_Sheet1.Columns.Get(10).Width              = 39F;
            this.neuSpread1_Sheet1.Columns.Get(11).Label              = "用法";
            this.neuSpread1_Sheet1.Columns.Get(11).Width              = 41F;
            this.neuSpread1_Sheet1.Columns.Get(12).Label              = "皮试?";
            this.neuSpread1_Sheet1.Columns.Get(12).Width              = 26F;
            this.neuSpread1_Sheet1.Columns.Get(14).Label              = "登记时间";
            this.neuSpread1_Sheet1.Columns.Get(14).Width              = 105F;
            this.neuSpread1_Sheet1.Columns.Get(15).Label              = "配药人";
            this.neuSpread1_Sheet1.Columns.Get(15).Width              = 56F;
            dateTimeCellType1.Calendar                                 = new System.Globalization.GregorianCalendar(System.Globalization.GregorianCalendarTypes.Localized);
            dateTimeCellType1.DateTimeFormat                           = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
            dateTimeCellType1.UserDefinedFormat                        = "yyyy-MM-dd HH:mm";
            this.neuSpread1_Sheet1.Columns.Get(16).CellType            = dateTimeCellType1;
            this.neuSpread1_Sheet1.Columns.Get(16).Label               = "配药时间";
            this.neuSpread1_Sheet1.Columns.Get(16).Width               = 95F;
            this.neuSpread1_Sheet1.Columns.Get(17).Label               = "注射人";
            this.neuSpread1_Sheet1.Columns.Get(17).Width               = 58F;
            dateTimeCellType2.Calendar                                 = new System.Globalization.GregorianCalendar(System.Globalization.GregorianCalendarTypes.Localized);
            dateTimeCellType2.DateTimeFormat                           = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
            dateTimeCellType2.MaximumTime                              = System.TimeSpan.Parse("23:59:59");
            dateTimeCellType2.SpinButton                               = true;
            dateTimeCellType2.UserDefinedFormat                        = "yyyy-MM-dd HH:mm";
            this.neuSpread1_Sheet1.Columns.Get(18).CellType            = dateTimeCellType2;
            this.neuSpread1_Sheet1.Columns.Get(18).Label               = "注射时间";
            this.neuSpread1_Sheet1.Columns.Get(18).Width               = 106F;
            this.neuSpread1_Sheet1.Columns.Get(19).Label               = "滴速";
            this.neuSpread1_Sheet1.Columns.Get(19).Visible             = false;
            this.neuSpread1_Sheet1.Columns.Get(19).Width               = 29F;
            this.neuSpread1_Sheet1.Columns.Get(20).Label               = "拔针人";
            this.neuSpread1_Sheet1.Columns.Get(20).Width               = 64F;
            dateTimeCellType3.AcceptsArrowKeys                         = FarPoint.Win.SuperEdit.AcceptsArrowKeys.Arrows;
            dateTimeCellType3.Calendar                                 = new System.Globalization.GregorianCalendar(System.Globalization.GregorianCalendarTypes.Localized);
            dateTimeCellType3.DateTimeFormat                           = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
            dateTimeCellType3.MaximumTime                              = System.TimeSpan.Parse("23:59:59");
            dateTimeCellType3.UserDefinedFormat                        = "yy-MM-dd HH:mm";
            this.neuSpread1_Sheet1.Columns.Get(21).CellType            = dateTimeCellType3;
            this.neuSpread1_Sheet1.Columns.Get(21).Label               = "拔针时间";
            this.neuSpread1_Sheet1.Columns.Get(21).Width               = 115F;
            dateTimeCellType4.Calendar                                 = new System.Globalization.GregorianCalendar(System.Globalization.GregorianCalendarTypes.Localized);
            dateTimeCellType4.DateTimeFormat                           = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
            dateTimeCellType4.UserDefinedFormat                        = "yyyy-MM-dd HH:mm";
            this.neuSpread1_Sheet1.Columns.Get(22).CellType            = dateTimeCellType4;
            this.neuSpread1_Sheet1.Columns.Get(22).Label               = "送急诊时间";
            this.neuSpread1_Sheet1.Columns.Get(22).Width               = 115F;
            this.neuSpread1_Sheet1.Columns.Get(23).Label               = "特殊情况记录";
            this.neuSpread1_Sheet1.Columns.Get(23).Width               = 117F;
            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);
            //
            // neuSplitter1
            //
            this.neuSplitter1.Location = new System.Drawing.Point(228, 0);
            this.neuSplitter1.Name     = "neuSplitter1";
            this.neuSplitter1.Size     = new System.Drawing.Size(3, 523);
            this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex = 1;
            this.neuSplitter1.TabStop  = false;
            //
            // panelLeft
            //
            this.panelLeft.BackColor = System.Drawing.Color.Linen;
            this.panelLeft.Controls.Add(this.neuPanel4);
            this.panelLeft.Controls.Add(this.neuPanel3);
            this.panelLeft.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 0);
            this.panelLeft.Name     = "panelLeft";
            this.panelLeft.Size     = new System.Drawing.Size(228, 523);
            this.panelLeft.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panelLeft.TabIndex = 0;
            //
            // neuPanel4
            //
            this.neuPanel4.Controls.Add(this.neuGroupBox1);
            this.neuPanel4.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel4.Location = new System.Drawing.Point(0, 116);
            this.neuPanel4.Name     = "neuPanel4";
            this.neuPanel4.Size     = new System.Drawing.Size(228, 343);
            this.neuPanel4.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel4.TabIndex = 8;
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.Controls.Add(this.dtInjectDate);
            this.neuGroupBox1.Controls.Add(this.dtMixDate);
            this.neuGroupBox1.Controls.Add(this.dtRegDate);
            this.neuGroupBox1.Controls.Add(this.txtOrder);
            this.neuGroupBox1.Controls.Add(this.cbInjectDate);
            this.neuGroupBox1.Controls.Add(this.cmbInjectOper);
            this.neuGroupBox1.Controls.Add(this.cbInjectOper);
            this.neuGroupBox1.Controls.Add(this.cbMixDate);
            this.neuGroupBox1.Controls.Add(this.cmbMixOper);
            this.neuGroupBox1.Controls.Add(this.cbMixOper);
            this.neuGroupBox1.Controls.Add(this.cbOrder);
            this.neuGroupBox1.Controls.Add(this.cbRegDate);
            this.neuGroupBox1.Controls.Add(this.cmbRegOper);
            this.neuGroupBox1.Controls.Add(this.cbRegOper);
            this.neuGroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox1.Name     = "neuGroupBox1";
            this.neuGroupBox1.Size     = new System.Drawing.Size(228, 343);
            this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox1.TabIndex = 5;
            this.neuGroupBox1.TabStop  = false;
            this.neuGroupBox1.Text     = "选项";
            //
            // dtInjectDate
            //
            this.dtInjectDate.Location = new System.Drawing.Point(85, 234);
            this.dtInjectDate.Name     = "dtInjectDate";
            this.dtInjectDate.Size     = new System.Drawing.Size(116, 21);
            this.dtInjectDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtInjectDate.TabIndex = 17;
            //
            // dtMixDate
            //
            this.dtMixDate.Location = new System.Drawing.Point(85, 156);
            this.dtMixDate.Name     = "dtMixDate";
            this.dtMixDate.Size     = new System.Drawing.Size(116, 21);
            this.dtMixDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtMixDate.TabIndex = 16;
            //
            // dtRegDate
            //
            this.dtRegDate.Location = new System.Drawing.Point(85, 57);
            this.dtRegDate.Name     = "dtRegDate";
            this.dtRegDate.Size     = new System.Drawing.Size(116, 21);
            this.dtRegDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtRegDate.TabIndex = 15;
            //
            // txtOrder
            //
            this.txtOrder.Location = new System.Drawing.Point(85, 84);
            this.txtOrder.Name     = "txtOrder";
            this.txtOrder.Size     = new System.Drawing.Size(116, 21);
            this.txtOrder.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtOrder.TabIndex = 14;
            this.txtOrder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtOrder_KeyDown);
            //
            // cbInjectDate
            //
            this.cbInjectDate.AutoSize = true;
            this.cbInjectDate.Location = new System.Drawing.Point(8, 237);
            this.cbInjectDate.Name     = "cbInjectDate";
            this.cbInjectDate.Size     = new System.Drawing.Size(72, 16);
            this.cbInjectDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbInjectDate.TabIndex = 12;
            this.cbInjectDate.Text     = "注射日期";
            this.cbInjectDate.UseVisualStyleBackColor = true;
            //
            // cmbInjectOper
            //
            this.cmbInjectOper.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbInjectOper.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbInjectOper.FormattingEnabled = true;
            this.cmbInjectOper.IsFlat            = true;
            this.cmbInjectOper.IsLike            = true;
            this.cmbInjectOper.Location          = new System.Drawing.Point(85, 206);
            this.cmbInjectOper.Name             = "cmbInjectOper";
            this.cmbInjectOper.PopForm          = null;
            this.cmbInjectOper.ShowCustomerList = false;
            this.cmbInjectOper.ShowID           = false;
            this.cmbInjectOper.Size             = new System.Drawing.Size(116, 20);
            this.cmbInjectOper.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbInjectOper.TabIndex         = 11;
            this.cmbInjectOper.Tag        = "";
            this.cmbInjectOper.ToolBarUse = false;
            //
            // cbInjectOper
            //
            this.cbInjectOper.AutoSize = true;
            this.cbInjectOper.Location = new System.Drawing.Point(8, 211);
            this.cbInjectOper.Name     = "cbInjectOper";
            this.cbInjectOper.Size     = new System.Drawing.Size(72, 16);
            this.cbInjectOper.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbInjectOper.TabIndex = 10;
            this.cbInjectOper.Text     = "注射护士";
            this.cbInjectOper.UseVisualStyleBackColor = true;
            //
            // cbMixDate
            //
            this.cbMixDate.AutoSize = true;
            this.cbMixDate.Location = new System.Drawing.Point(8, 159);
            this.cbMixDate.Name     = "cbMixDate";
            this.cbMixDate.Size     = new System.Drawing.Size(72, 16);
            this.cbMixDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbMixDate.TabIndex = 8;
            this.cbMixDate.Text     = "配药日期";
            this.cbMixDate.UseVisualStyleBackColor = true;
            //
            // cmbMixOper
            //
            this.cmbMixOper.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbMixOper.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbMixOper.FormattingEnabled = true;
            this.cmbMixOper.IsFlat            = true;
            this.cmbMixOper.IsLike            = true;
            this.cmbMixOper.Location          = new System.Drawing.Point(85, 128);
            this.cmbMixOper.Name             = "cmbMixOper";
            this.cmbMixOper.PopForm          = null;
            this.cmbMixOper.ShowCustomerList = false;
            this.cmbMixOper.ShowID           = false;
            this.cmbMixOper.Size             = new System.Drawing.Size(116, 20);
            this.cmbMixOper.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbMixOper.TabIndex         = 7;
            this.cmbMixOper.Tag        = "";
            this.cmbMixOper.ToolBarUse = false;
            //
            // cbMixOper
            //
            this.cbMixOper.AutoSize = true;
            this.cbMixOper.Location = new System.Drawing.Point(8, 133);
            this.cbMixOper.Name     = "cbMixOper";
            this.cbMixOper.Size     = new System.Drawing.Size(72, 16);
            this.cbMixOper.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbMixOper.TabIndex = 6;
            this.cbMixOper.Text     = "配药护士";
            this.cbMixOper.UseVisualStyleBackColor = true;
            //
            // cbOrder
            //
            this.cbOrder.AutoSize = true;
            this.cbOrder.Location = new System.Drawing.Point(8, 87);
            this.cbOrder.Name     = "cbOrder";
            this.cbOrder.Size     = new System.Drawing.Size(72, 16);
            this.cbOrder.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbOrder.TabIndex = 4;
            this.cbOrder.Text     = "流 水 号";
            this.cbOrder.UseVisualStyleBackColor = true;
            //
            // cbRegDate
            //
            this.cbRegDate.AutoSize = true;
            this.cbRegDate.Location = new System.Drawing.Point(8, 60);
            this.cbRegDate.Name     = "cbRegDate";
            this.cbRegDate.Size     = new System.Drawing.Size(72, 16);
            this.cbRegDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbRegDate.TabIndex = 2;
            this.cbRegDate.Text     = "登记日期";
            this.cbRegDate.UseVisualStyleBackColor = true;
            //
            // cmbRegOper
            //
            this.cmbRegOper.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cmbRegOper.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbRegOper.FormattingEnabled = true;
            this.cmbRegOper.IsFlat            = true;
            this.cmbRegOper.IsLike            = true;
            this.cmbRegOper.Location          = new System.Drawing.Point(85, 27);
            this.cmbRegOper.Name             = "cmbRegOper";
            this.cmbRegOper.PopForm          = null;
            this.cmbRegOper.ShowCustomerList = false;
            this.cmbRegOper.ShowID           = false;
            this.cmbRegOper.Size             = new System.Drawing.Size(116, 20);
            this.cmbRegOper.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cmbRegOper.TabIndex         = 1;
            this.cmbRegOper.Tag        = "";
            this.cmbRegOper.ToolBarUse = false;
            //
            // cbRegOper
            //
            this.cbRegOper.AutoSize = true;
            this.cbRegOper.Location = new System.Drawing.Point(8, 32);
            this.cbRegOper.Name     = "cbRegOper";
            this.cbRegOper.Size     = new System.Drawing.Size(72, 16);
            this.cbRegOper.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbRegOper.TabIndex = 0;
            this.cbRegOper.Text     = "登 记 人";
            this.cbRegOper.UseVisualStyleBackColor = true;
            //
            // neuPanel3
            //
            this.neuPanel3.Controls.Add(this.neuGroupBox2);
            this.neuPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
            this.neuPanel3.Location = new System.Drawing.Point(0, 0);
            this.neuPanel3.Name     = "neuPanel3";
            this.neuPanel3.Size     = new System.Drawing.Size(228, 116);
            this.neuPanel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel3.TabIndex = 7;
            //
            // neuGroupBox2
            //
            this.neuGroupBox2.Controls.Add(this.neuLabel1);
            this.neuGroupBox2.Controls.Add(this.txtName);
            this.neuGroupBox2.Controls.Add(this.neuLabel2);
            this.neuGroupBox2.Controls.Add(this.txtCardNo);
            this.neuGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuGroupBox2.Location = new System.Drawing.Point(0, 0);
            this.neuGroupBox2.Name     = "neuGroupBox2";
            this.neuGroupBox2.Size     = new System.Drawing.Size(228, 116);
            this.neuGroupBox2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox2.TabIndex = 6;
            this.neuGroupBox2.TabStop  = false;
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(21, 32);
            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     = "病 历 号";
            //
            // txtName
            //
            this.txtName.Location = new System.Drawing.Point(86, 64);
            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 = 3;
            //
            // neuLabel2
            //
            this.neuLabel2.AutoSize = true;
            this.neuLabel2.Location = new System.Drawing.Point(21, 67);
            this.neuLabel2.Name     = "neuLabel2";
            this.neuLabel2.Size     = new System.Drawing.Size(53, 12);
            this.neuLabel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel2.TabIndex = 2;
            this.neuLabel2.Text     = "姓    名";
            //
            // txtCardNo
            //
            this.txtCardNo.Location = new System.Drawing.Point(86, 29);
            this.txtCardNo.Name     = "txtCardNo";
            this.txtCardNo.Size     = new System.Drawing.Size(100, 21);
            this.txtCardNo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCardNo.TabIndex = 1;
            this.txtCardNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCardNo_KeyDown);
            //
            // ucInjectQuery
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuPanel1);
            this.Name = "ucInjectQuery";
            this.Size = new System.Drawing.Size(821, 523);
            this.neuPanel1.ResumeLayout(false);
            this.panelList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.panelLeft.ResumeLayout(false);
            this.neuPanel4.ResumeLayout(false);
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            this.neuPanel3.ResumeLayout(false);
            this.neuGroupBox2.ResumeLayout(false);
            this.neuGroupBox2.PerformLayout();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(ucCheckInvoice));
            FarPoint.Win.Spread.TipAppearance             tipAppearance2    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            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();
            this.pltrv             = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.tree              = new Neusoft.FrameWork.WinForms.Controls.NeuTreeView();
            this.imageList         = new System.Windows.Forms.ImageList(this.components);
            this.neuSplitter1      = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            this.plMain            = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.plDate            = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.cbsky             = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.lblSky            = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtEnd             = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.lblEnd            = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.dtBegin           = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
            this.lblBegin          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.pltrv.SuspendLayout();
            this.plMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.plDate.SuspendLayout();
            this.SuspendLayout();
            //
            // pltrv
            //
            this.pltrv.Controls.Add(this.tree);
            this.pltrv.Dock     = System.Windows.Forms.DockStyle.Left;
            this.pltrv.Location = new System.Drawing.Point(0, 0);
            this.pltrv.Name     = "pltrv";
            this.pltrv.Size     = new System.Drawing.Size(200, 527);
            this.pltrv.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.pltrv.TabIndex = 0;
            //
            // tree
            //
            this.tree.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.tree.HideSelection      = false;
            this.tree.ImageIndex         = 2;
            this.tree.ImageList          = this.imageList;
            this.tree.Location           = new System.Drawing.Point(0, 0);
            this.tree.Name               = "tree";
            this.tree.SelectedImageIndex = 2;
            this.tree.Size               = new System.Drawing.Size(200, 527);
            this.tree.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tree.TabIndex           = 0;
            this.tree.NodeMouseClick    += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tree_NodeMouseClick);
            //
            // imageList
            //
            this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "G2 Folder Blue.ico");
            this.imageList.Images.SetKeyName(1, "G2 Folder Grey.ico");
            this.imageList.Images.SetKeyName(2, "hourse.bmp");
            this.imageList.Images.SetKeyName(3, "hourse1.bmp");
            this.imageList.Images.SetKeyName(4, "36-3.bmp");
            this.imageList.Images.SetKeyName(5, "36-2.bmp");
            this.imageList.Images.SetKeyName(6, "47-1.gif");
            this.imageList.Images.SetKeyName(7, "47-2.gif");
            //
            // neuSplitter1
            //
            this.neuSplitter1.BackColor   = System.Drawing.SystemColors.Desktop;
            this.neuSplitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.neuSplitter1.Location    = new System.Drawing.Point(200, 0);
            this.neuSplitter1.Name        = "neuSplitter1";
            this.neuSplitter1.Size        = new System.Drawing.Size(3, 527);
            this.neuSplitter1.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex    = 1;
            this.neuSplitter1.TabStop     = false;
            //
            // plMain
            //
            this.plMain.Controls.Add(this.neuSpread1);
            this.plMain.Controls.Add(this.plDate);
            this.plMain.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.plMain.Location = new System.Drawing.Point(203, 0);
            this.plMain.Name     = "plMain";
            this.plMain.Size     = new System.Drawing.Size(689, 527);
            this.plMain.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.plMain.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, 48);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(689, 479);
            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";
            // 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    = 6;
            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.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             = checkBoxCellType2;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label               = "是否核销";
            this.neuSpread1_Sheet1.Columns.Get(0).Locked              = false;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType            = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "发票号";
            this.neuSpread1_Sheet1.Columns.Get(1).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 113F;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType            = textCellType5;
            this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "发票状态";
            this.neuSpread1_Sheet1.Columns.Get(2).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 74F;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType            = textCellType6;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "金额";
            this.neuSpread1_Sheet1.Columns.Get(3).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 71F;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType            = textCellType7;
            this.neuSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "结算时间";
            this.neuSpread1_Sheet1.Columns.Get(4).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 120F;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType            = textCellType8;
            this.neuSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(5).Label               = "缴款时间";
            this.neuSpread1_Sheet1.Columns.Get(5).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(5).Width               = 120F;
            this.neuSpread1_Sheet1.GrayAreaBackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 0);
            //
            // plDate
            //
            this.plDate.Controls.Add(this.cbsky);
            this.plDate.Controls.Add(this.lblSky);
            this.plDate.Controls.Add(this.dtEnd);
            this.plDate.Controls.Add(this.lblEnd);
            this.plDate.Controls.Add(this.dtBegin);
            this.plDate.Controls.Add(this.lblBegin);
            this.plDate.Dock     = System.Windows.Forms.DockStyle.Top;
            this.plDate.Location = new System.Drawing.Point(0, 0);
            this.plDate.Name     = "plDate";
            this.plDate.Size     = new System.Drawing.Size(689, 48);
            this.plDate.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.plDate.TabIndex = 0;
            //
            // cbsky
            //
            this.cbsky.ArrowBackColor    = System.Drawing.Color.Silver;
            this.cbsky.FormattingEnabled = true;
            this.cbsky.IsFlat            = true;
            this.cbsky.IsLike            = true;
            this.cbsky.Location          = new System.Drawing.Point(509, 15);
            this.cbsky.Name             = "cbsky";
            this.cbsky.PopForm          = null;
            this.cbsky.ShowCustomerList = false;
            this.cbsky.ShowID           = false;
            this.cbsky.Size             = new System.Drawing.Size(144, 20);
            this.cbsky.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.cbsky.TabIndex         = 5;
            this.cbsky.Tag                   = "";
            this.cbsky.ToolBarUse            = false;
            this.cbsky.SelectedIndexChanged += new System.EventHandler(this.cbsky_SelectedIndexChanged);
            //
            // lblSky
            //
            this.lblSky.AutoSize = true;
            this.lblSky.Location = new System.Drawing.Point(456, 20);
            this.lblSky.Name     = "lblSky";
            this.lblSky.Size     = new System.Drawing.Size(53, 12);
            this.lblSky.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblSky.TabIndex = 4;
            this.lblSky.Text     = "收款员:";
            //
            // dtEnd
            //
            this.dtEnd.Location = new System.Drawing.Point(297, 15);
            this.dtEnd.Name     = "dtEnd";
            this.dtEnd.Size     = new System.Drawing.Size(134, 21);
            this.dtEnd.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtEnd.TabIndex = 3;
            //
            // lblEnd
            //
            this.lblEnd.AutoSize = true;
            this.lblEnd.Location = new System.Drawing.Point(227, 21);
            this.lblEnd.Name     = "lblEnd";
            this.lblEnd.Size     = new System.Drawing.Size(65, 12);
            this.lblEnd.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblEnd.TabIndex = 2;
            this.lblEnd.Text     = "终止时间:";
            //
            // dtBegin
            //
            this.dtBegin.Location = new System.Drawing.Point(70, 15);
            this.dtBegin.Name     = "dtBegin";
            this.dtBegin.Size     = new System.Drawing.Size(134, 21);
            this.dtBegin.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.dtBegin.TabIndex = 1;
            //
            // lblBegin
            //
            this.lblBegin.AutoSize = true;
            this.lblBegin.Location = new System.Drawing.Point(6, 21);
            this.lblBegin.Name     = "lblBegin";
            this.lblBegin.Size     = new System.Drawing.Size(65, 12);
            this.lblBegin.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblBegin.TabIndex = 0;
            this.lblBegin.Text     = "开始时间:";
            //
            // ucCheckInvoice
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.plMain);
            this.Controls.Add(this.neuSplitter1);
            this.Controls.Add(this.pltrv);
            this.Name  = "ucCheckInvoice";
            this.Size  = new System.Drawing.Size(892, 527);
            this.Load += new System.EventHandler(this.ucCheckInvoice_Load);
            this.pltrv.ResumeLayout(false);
            this.plMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.plDate.ResumeLayout(false);
            this.plDate.PerformLayout();
            this.ResumeLayout(false);
        }
Пример #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.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.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType4 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType4     = 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.CheckBoxCellType checkBoxCellType7 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType8 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.grpScreenList      = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.fpScreenList       = new FarPoint.Win.Spread.FpSpread();
     this.shtScreenList      = new FarPoint.Win.Spread.SheetView();
     this.txtFind            = new EVOFramework.Windows.Forms.EVOTextBox();
     this.lblFind            = new EVOFramework.Windows.Forms.EVOLabel();
     this.splitContainer1    = new System.Windows.Forms.SplitContainer();
     this.grpPermission      = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.tabPermission      = new System.Windows.Forms.TabControl();
     this.tpGroups           = new System.Windows.Forms.TabPage();
     this.fpGroupPermission  = new FarPoint.Win.Spread.FpSpread();
     this.shtGroupPermission = new FarPoint.Win.Spread.SheetView();
     this.tpUsersAccount     = new System.Windows.Forms.TabPage();
     this.fpUserPermission   = new FarPoint.Win.Spread.FpSpread();
     this.shtUserPermission  = new FarPoint.Win.Spread.SheetView();
     this.grpScreenList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreenList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreenList)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.grpPermission.SuspendLayout();
     this.tabPermission.SuspendLayout();
     this.tpGroups.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpGroupPermission)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtGroupPermission)).BeginInit();
     this.tpUsersAccount.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpUserPermission)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtUserPermission)).BeginInit();
     this.SuspendLayout();
     //
     // grpScreenList
     //
     this.grpScreenList.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.grpScreenList.AppearanceName = "";
     this.grpScreenList.Controls.Add(this.fpScreenList);
     this.grpScreenList.Controls.Add(this.txtFind);
     this.grpScreenList.Controls.Add(this.lblFind);
     this.grpScreenList.Location = new System.Drawing.Point(12, 12);
     this.grpScreenList.Name     = "grpScreenList";
     this.grpScreenList.Size     = new System.Drawing.Size(362, 408);
     this.grpScreenList.TabIndex = 0;
     this.grpScreenList.TabStop  = false;
     this.grpScreenList.Text     = "Screen List";
     //
     // fpScreenList
     //
     this.fpScreenList.About = "2.5.2015.2005";
     this.fpScreenList.AccessibleDescription = "fpScreenList, Sheet1";
     this.fpScreenList.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.fpScreenList.BackColor = System.Drawing.Color.Transparent;
     this.fpScreenList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreenList.Location    = new System.Drawing.Point(6, 41);
     this.fpScreenList.Name        = "fpScreenList";
     this.fpScreenList.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.fpScreenList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtScreenList
     });
     this.fpScreenList.Size     = new System.Drawing.Size(350, 357);
     this.fpScreenList.TabIndex = 9;
     this.fpScreenList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreenList.CellClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpScreenList_CellClick);
     this.fpScreenList.SelectionChanged += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.fpScreenList_SelectionChanged);
     //
     // shtScreenList
     //
     this.shtScreenList.Reset();
     this.shtScreenList.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtScreenList.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtScreenList.ColumnCount         = 2;
     this.shtScreenList.RowCount            = 0;
     this.shtScreenList.AutoGenerateColumns = false;
     this.shtScreenList.ColumnHeader.Cells.Get(0, 0).Value = "Screen Code";
     this.shtScreenList.ColumnHeader.Cells.Get(0, 1).Value = "Original Title";
     this.shtScreenList.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtScreenList.Columns.Get(0).CellType            = textCellType1;
     this.shtScreenList.Columns.Get(0).Label                = "Screen Code";
     this.shtScreenList.Columns.Get(0).Tag                  = "ScreenCode";
     this.shtScreenList.Columns.Get(0).Width                = 117F;
     this.shtScreenList.Columns.Get(1).CellType             = textCellType2;
     this.shtScreenList.Columns.Get(1).Label                = "Original Title";
     this.shtScreenList.Columns.Get(1).Tag                  = "OriginalTitle";
     this.shtScreenList.Columns.Get(1).Width                = 156F;
     this.shtScreenList.DataAutoCellTypes                   = false;
     this.shtScreenList.DataAutoHeadings                    = false;
     this.shtScreenList.DataAutoSizeColumns                 = false;
     this.shtScreenList.RowHeader.Columns.Default.Resizable = true;
     this.shtScreenList.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtScreenList.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.shtScreenList.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpScreenList.SetActiveViewport(0, 1, 0);
     //
     // txtFind
     //
     this.txtFind.AppearanceName         = "";
     this.txtFind.AppearanceReadOnlyName = "";
     this.txtFind.ControlID           = "";
     this.txtFind.DisableRestrictChar = true;
     this.txtFind.HelpButton          = null;
     this.txtFind.Location            = new System.Drawing.Point(93, 16);
     this.txtFind.Name         = "txtFind";
     this.txtFind.PathString   = null;
     this.txtFind.PathValue    = "";
     this.txtFind.Size         = new System.Drawing.Size(193, 20);
     this.txtFind.TabIndex     = 8;
     this.txtFind.TextChanged += new System.EventHandler(this.txtFind_TextChanged);
     //
     // lblFind
     //
     this.lblFind.AppearanceName = "";
     this.lblFind.AutoSize       = true;
     this.lblFind.ControlID      = "";
     this.lblFind.Location       = new System.Drawing.Point(40, 19);
     this.lblFind.Name           = "lblFind";
     this.lblFind.PathString     = null;
     this.lblFind.PathValue      = "Finding :";
     this.lblFind.Size           = new System.Drawing.Size(47, 13);
     this.lblFind.TabIndex       = 7;
     this.lblFind.Text           = "Finding :";
     //
     // 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.grpScreenList);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.grpPermission);
     this.splitContainer1.Size             = new System.Drawing.Size(903, 432);
     this.splitContainer1.SplitterDistance = 377;
     this.splitContainer1.TabIndex         = 1;
     //
     // grpPermission
     //
     this.grpPermission.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.grpPermission.AppearanceName = "";
     this.grpPermission.Controls.Add(this.tabPermission);
     this.grpPermission.Location = new System.Drawing.Point(3, 12);
     this.grpPermission.Name     = "grpPermission";
     this.grpPermission.Size     = new System.Drawing.Size(507, 408);
     this.grpPermission.TabIndex = 1;
     this.grpPermission.TabStop  = false;
     this.grpPermission.Text     = "Permission";
     //
     // tabPermission
     //
     this.tabPermission.Controls.Add(this.tpGroups);
     this.tabPermission.Controls.Add(this.tpUsersAccount);
     this.tabPermission.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabPermission.Location              = new System.Drawing.Point(3, 16);
     this.tabPermission.Name                  = "tabPermission";
     this.tabPermission.SelectedIndex         = 0;
     this.tabPermission.Size                  = new System.Drawing.Size(501, 389);
     this.tabPermission.TabIndex              = 0;
     this.tabPermission.SelectedIndexChanged += new System.EventHandler(this.tabPermission_SelectedIndexChanged);
     //
     // tpGroups
     //
     this.tpGroups.Controls.Add(this.fpGroupPermission);
     this.tpGroups.Location = new System.Drawing.Point(4, 22);
     this.tpGroups.Name     = "tpGroups";
     this.tpGroups.Padding  = new System.Windows.Forms.Padding(3);
     this.tpGroups.Size     = new System.Drawing.Size(493, 363);
     this.tpGroups.TabIndex = 0;
     this.tpGroups.Text     = "Groups";
     this.tpGroups.UseVisualStyleBackColor = true;
     //
     // fpGroupPermission
     //
     this.fpGroupPermission.About = "2.5.2015.2005";
     this.fpGroupPermission.AccessibleDescription = "fpGroupPermission, shtGroupPermission, Row 0, Column 0, ";
     this.fpGroupPermission.BackColor             = System.Drawing.SystemColors.ControlLight;
     this.fpGroupPermission.ColumnSplitBoxPolicy  = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpGroupPermission.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fpGroupPermission.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpGroupPermission.Location             = new System.Drawing.Point(3, 3);
     this.fpGroupPermission.Name                 = "fpGroupPermission";
     this.fpGroupPermission.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpGroupPermission.RowSplitBoxPolicy    = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpGroupPermission.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpGroupPermission.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtGroupPermission
     });
     this.fpGroupPermission.Size     = new System.Drawing.Size(487, 357);
     this.fpGroupPermission.TabIndex = 182;
     this.fpGroupPermission.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpGroupPermission.EditModeOff            += new System.EventHandler(this.fpGroupPermission_EditModeOff);
     //
     // shtGroupPermission
     //
     this.shtGroupPermission.Reset();
     this.shtGroupPermission.SheetName = "shtGroupPermission";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtGroupPermission.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtGroupPermission.ColumnCount         = 6;
     this.shtGroupPermission.RowCount            = 0;
     this.shtGroupPermission.AutoGenerateColumns = false;
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 0).Value = "Group Name";
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 1).Value = "View";
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 2).Value = "Add";
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 3).Value = "Change";
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 4).Value = "Delete";
     this.shtGroupPermission.ColumnHeader.Cells.Get(0, 5).Value = "Group CD";
     this.shtGroupPermission.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtGroupPermission.Columns.Get(0).CellType            = textCellType3;
     this.shtGroupPermission.Columns.Get(0).Label               = "Group Name";
     this.shtGroupPermission.Columns.Get(0).Tag                 = "GroupName";
     this.shtGroupPermission.Columns.Get(0).Width               = 183F;
     this.shtGroupPermission.Columns.Get(1).CellType            = checkBoxCellType1;
     this.shtGroupPermission.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtGroupPermission.Columns.Get(1).Label               = "View";
     this.shtGroupPermission.Columns.Get(1).Tag                 = "View";
     this.shtGroupPermission.Columns.Get(1).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtGroupPermission.Columns.Get(1).Width               = 74F;
     this.shtGroupPermission.Columns.Get(2).CellType            = checkBoxCellType2;
     this.shtGroupPermission.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtGroupPermission.Columns.Get(2).Label               = "Add";
     this.shtGroupPermission.Columns.Get(2).Tag                 = "Add";
     this.shtGroupPermission.Columns.Get(2).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtGroupPermission.Columns.Get(3).CellType            = checkBoxCellType3;
     this.shtGroupPermission.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtGroupPermission.Columns.Get(3).Label               = "Change";
     this.shtGroupPermission.Columns.Get(3).Tag                 = "Change";
     this.shtGroupPermission.Columns.Get(3).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtGroupPermission.Columns.Get(3).Width               = 67F;
     this.shtGroupPermission.Columns.Get(4).CellType            = checkBoxCellType4;
     this.shtGroupPermission.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtGroupPermission.Columns.Get(4).Label               = "Delete";
     this.shtGroupPermission.Columns.Get(4).Tag                 = "Delete";
     this.shtGroupPermission.Columns.Get(4).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtGroupPermission.Columns.Get(5).Label               = "Group CD";
     this.shtGroupPermission.Columns.Get(5).Tag                 = "GroupCD";
     this.shtGroupPermission.Columns.Get(5).Visible             = false;
     this.shtGroupPermission.DataAutoCellTypes   = false;
     this.shtGroupPermission.DataAutoHeadings    = false;
     this.shtGroupPermission.DataAutoSizeColumns = false;
     this.shtGroupPermission.DefaultStyle.Locked = true;
     this.shtGroupPermission.DefaultStyle.Parent = "DataAreaDefault";
     this.shtGroupPermission.RowHeader.Columns.Default.Resizable = true;
     this.shtGroupPermission.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtGroupPermission.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpGroupPermission.SetActiveViewport(0, 1, 0);
     //
     // tpUsersAccount
     //
     this.tpUsersAccount.Controls.Add(this.fpUserPermission);
     this.tpUsersAccount.Location = new System.Drawing.Point(4, 22);
     this.tpUsersAccount.Name     = "tpUsersAccount";
     this.tpUsersAccount.Padding  = new System.Windows.Forms.Padding(3);
     this.tpUsersAccount.Size     = new System.Drawing.Size(493, 363);
     this.tpUsersAccount.TabIndex = 1;
     this.tpUsersAccount.Text     = "Users Account";
     this.tpUsersAccount.UseVisualStyleBackColor = true;
     //
     // fpUserPermission
     //
     this.fpUserPermission.About = "2.5.2015.2005";
     this.fpUserPermission.AccessibleDescription = "fpUserPermission, shtUserPermission, Row 0, Column 0, ";
     this.fpUserPermission.BackColor             = System.Drawing.SystemColors.Control;
     this.fpUserPermission.ColumnSplitBoxPolicy  = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpUserPermission.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fpUserPermission.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpUserPermission.Location             = new System.Drawing.Point(3, 3);
     this.fpUserPermission.Name                 = "fpUserPermission";
     this.fpUserPermission.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpUserPermission.RowSplitBoxPolicy    = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpUserPermission.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpUserPermission.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtUserPermission
     });
     this.fpUserPermission.Size     = new System.Drawing.Size(487, 357);
     this.fpUserPermission.TabIndex = 193;
     this.fpUserPermission.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpUserPermission.EditModeOff            += new System.EventHandler(this.fpUserPermission_EditModeOff);
     //
     // shtUserPermission
     //
     this.shtUserPermission.Reset();
     this.shtUserPermission.SheetName = "shtUserPermission";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtUserPermission.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtUserPermission.ColumnCount         = 6;
     this.shtUserPermission.RowCount            = 0;
     this.shtUserPermission.AutoGenerateColumns = false;
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 0).Value = "User Account";
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 1).Value = "View";
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 2).Value = "Add";
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 3).Value = "Change";
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 4).Value = "Delete";
     this.shtUserPermission.ColumnHeader.Cells.Get(0, 5).Value = "User CD";
     this.shtUserPermission.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtUserPermission.Columns.Get(0).CellType            = textCellType4;
     this.shtUserPermission.Columns.Get(0).Label = "User Account";
     this.shtUserPermission.Columns.Get(0).Tag   = "UserAccount";
     this.shtUserPermission.Columns.Get(0).Width = 161F;
     checkBoxCellType5.ThreeState = true;
     this.shtUserPermission.Columns.Get(1).CellType            = checkBoxCellType5;
     this.shtUserPermission.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtUserPermission.Columns.Get(1).Label             = "View";
     this.shtUserPermission.Columns.Get(1).Tag               = "View";
     this.shtUserPermission.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtUserPermission.Columns.Get(1).Width             = 67F;
     checkBoxCellType6.ThreeState = true;
     this.shtUserPermission.Columns.Get(2).CellType            = checkBoxCellType6;
     this.shtUserPermission.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtUserPermission.Columns.Get(2).Label             = "Add";
     this.shtUserPermission.Columns.Get(2).Tag               = "Add";
     this.shtUserPermission.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtUserPermission.Columns.Get(2).Width             = 67F;
     checkBoxCellType7.ThreeState = true;
     this.shtUserPermission.Columns.Get(3).CellType            = checkBoxCellType7;
     this.shtUserPermission.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtUserPermission.Columns.Get(3).Label             = "Change";
     this.shtUserPermission.Columns.Get(3).Tag               = "Change";
     this.shtUserPermission.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtUserPermission.Columns.Get(3).Width             = 67F;
     checkBoxCellType8.ThreeState = true;
     this.shtUserPermission.Columns.Get(4).CellType            = checkBoxCellType8;
     this.shtUserPermission.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtUserPermission.Columns.Get(4).Label             = "Delete";
     this.shtUserPermission.Columns.Get(4).Tag               = "Delete";
     this.shtUserPermission.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Top;
     this.shtUserPermission.Columns.Get(4).Width             = 67F;
     this.shtUserPermission.Columns.Get(5).Label             = "User CD";
     this.shtUserPermission.Columns.Get(5).Tag               = "UserCD";
     this.shtUserPermission.Columns.Get(5).Visible           = false;
     this.shtUserPermission.DataAutoCellTypes   = false;
     this.shtUserPermission.DataAutoHeadings    = false;
     this.shtUserPermission.DataAutoSizeColumns = false;
     this.shtUserPermission.DefaultStyle.Locked = true;
     this.shtUserPermission.DefaultStyle.Parent = "DataAreaDefault";
     this.shtUserPermission.RowHeader.Columns.Default.Resizable = true;
     this.shtUserPermission.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpUserPermission.SetActiveViewport(0, 1, 0);
     //
     // SFM006_AuthorizedMaintenance
     //
     this.ClientSize = new System.Drawing.Size(903, 432);
     this.Controls.Add(this.splitContainer1);
     this.Name   = "SFM006_AuthorizedMaintenance";
     this.Text   = "AuthorizedMaintenance";
     this.Load  += new System.EventHandler(this.SFM006_AuthorizedMaintenance_Load);
     this.Shown += new System.EventHandler(this.SFM006_AuthorizedMaintenance_Shown);
     this.grpScreenList.ResumeLayout(false);
     this.grpScreenList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreenList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreenList)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.grpPermission.ResumeLayout(false);
     this.tabPermission.ResumeLayout(false);
     this.tpGroups.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpGroupPermission)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtGroupPermission)).EndInit();
     this.tpUsersAccount.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpUserPermission)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtUserPermission)).EndInit();
     this.ResumeLayout(false);
 }
Пример #17
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            FarPoint.Win.Spread.TipAppearance             tipAppearance8    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType8 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType78    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType79    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType80    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType81    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType82    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType83    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType84    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType85    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType86    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType87    = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType88    = new FarPoint.Win.Spread.CellType.TextCellType();
            this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.labDay            = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.lblInfo           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.lbltitle          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbType           = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.txtAlert          = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.chkAll            = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.btnCompute        = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btnPrint          = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.labPercent        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.labShow           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.chkSelectAll      = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.btnPrintGrid      = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuComboBox1      = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.cmbFeeType        = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.neuPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // neuPanel1
            //
            this.neuPanel1.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.neuPanel1.BackColor = System.Drawing.Color.White;
            this.neuPanel1.Controls.Add(this.labDay);
            this.neuPanel1.Controls.Add(this.neuSpread1);
            this.neuPanel1.Controls.Add(this.lblInfo);
            this.neuPanel1.Controls.Add(this.lbltitle);
            this.neuPanel1.Location = new System.Drawing.Point(0, 1);
            this.neuPanel1.Name     = "neuPanel1";
            this.neuPanel1.Size     = new System.Drawing.Size(677, 493);
            this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuPanel1.TabIndex = 0;
            //
            // labDay
            //
            this.labDay.AutoSize = true;
            this.labDay.Location = new System.Drawing.Point(521, 44);
            this.labDay.Name     = "labDay";
            this.labDay.Size     = new System.Drawing.Size(0, 12);
            this.labDay.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.labDay.TabIndex = 11;
            //
            // neuSpread1
            //
            this.neuSpread1.About = "3.0.2004.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(2, 68);
            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(671, 423);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 2;
            tipAppearance8.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance8.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance8.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance8;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellClick);
            //
            // 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.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.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.ColumnHeader.Cells.Get(0, 11).Value = "补缴金额";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType8;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label                = "选择";
            this.neuSpread1_Sheet1.Columns.Get(0).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Width                = 31F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType             = textCellType78;
            this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            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                = 50F;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType             = textCellType79;
            this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(2).Label                = "姓名";
            this.neuSpread1_Sheet1.Columns.Get(2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType             = textCellType80;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(3).Label                = "住院号";
            this.neuSpread1_Sheet1.Columns.Get(3).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(3).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType             = textCellType81;
            this.neuSpread1_Sheet1.Columns.Get(4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(4).Label                = "类别";
            this.neuSpread1_Sheet1.Columns.Get(4).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(4).Width                = 50F;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType             = textCellType82;
            this.neuSpread1_Sheet1.Columns.Get(5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(5).Label                = "合同单位";
            this.neuSpread1_Sheet1.Columns.Get(5).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(5).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(6).CellType             = textCellType83;
            this.neuSpread1_Sheet1.Columns.Get(6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(6).Label                = "预交金";
            this.neuSpread1_Sheet1.Columns.Get(6).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(6).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(7).CellType             = textCellType84;
            this.neuSpread1_Sheet1.Columns.Get(7).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(7).Label                = "总金额";
            this.neuSpread1_Sheet1.Columns.Get(7).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(7).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(8).CellType             = textCellType85;
            this.neuSpread1_Sheet1.Columns.Get(8).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(8).Label                = "余额";
            this.neuSpread1_Sheet1.Columns.Get(8).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(8).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(9).CellType             = textCellType86;
            this.neuSpread1_Sheet1.Columns.Get(9).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
            this.neuSpread1_Sheet1.Columns.Get(9).Label                = "警戒线";
            this.neuSpread1_Sheet1.Columns.Get(9).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(9).Width                = 80F;
            this.neuSpread1_Sheet1.Columns.Get(10).CellType            = textCellType87;
            this.neuSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(10).Label               = "入院日期";
            this.neuSpread1_Sheet1.Columns.Get(10).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(10).Width               = 80F;
            this.neuSpread1_Sheet1.Columns.Get(11).CellType            = textCellType88;
            this.neuSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
            this.neuSpread1_Sheet1.Columns.Get(11).Label               = "补缴金额";
            this.neuSpread1_Sheet1.Columns.Get(11).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(11).Width               = 74F;
            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.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;
            //
            // lblInfo
            //
            this.lblInfo.AutoSize = true;
            this.lblInfo.Location = new System.Drawing.Point(277, 44);
            this.lblInfo.Name     = "lblInfo";
            this.lblInfo.Size     = new System.Drawing.Size(0, 12);
            this.lblInfo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblInfo.TabIndex = 1;
            //
            // lbltitle
            //
            this.lbltitle.AutoSize = true;
            this.lbltitle.Font     = new System.Drawing.Font("隶书", 21F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbltitle.Location = new System.Drawing.Point(194, 8);
            this.lbltitle.Name     = "lbltitle";
            this.lbltitle.Size     = new System.Drawing.Size(236, 28);
            this.lbltitle.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbltitle.TabIndex = 0;
            this.lbltitle.Text     = "在院患者欠费报警";
            //
            // cmbType
            //
            this.cmbType.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmbType.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbType.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbType.FormattingEnabled  = true;
            this.cmbType.IsEnter2Tab        = false;
            this.cmbType.IsFlat             = false;
            this.cmbType.IsLike             = true;
            this.cmbType.IsListOnly         = false;
            this.cmbType.IsPopForm          = true;
            this.cmbType.IsShowCustomerList = false;
            this.cmbType.IsShowID           = false;
            this.cmbType.Items.AddRange(new object[] {
                "按指定标准",
                "按比例",
                "按最底下限"
            });
            this.cmbType.Location         = new System.Drawing.Point(4, 499);
            this.cmbType.Name             = "cmbType";
            this.cmbType.PopForm          = null;
            this.cmbType.ShowCustomerList = false;
            this.cmbType.ShowID           = false;
            this.cmbType.Size             = new System.Drawing.Size(125, 20);
            this.cmbType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbType.TabIndex         = 3;
            this.cmbType.Tag                   = "";
            this.cmbType.ToolBarUse            = false;
            this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
            //
            // txtAlert
            //
            this.txtAlert.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.txtAlert.IsEnter2Tab  = false;
            this.txtAlert.Location     = new System.Drawing.Point(171, 499);
            this.txtAlert.Name         = "txtAlert";
            this.txtAlert.Size         = new System.Drawing.Size(63, 21);
            this.txtAlert.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtAlert.TabIndex     = 4;
            this.txtAlert.TextChanged += new System.EventHandler(this.txtAlert_TextChanged);
            //
            // chkAll
            //
            this.chkAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkAll.AutoSize = true;
            this.chkAll.Location = new System.Drawing.Point(252, 502);
            this.chkAll.Name     = "chkAll";
            this.chkAll.Size     = new System.Drawing.Size(72, 16);
            this.chkAll.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.chkAll.TabIndex = 5;
            this.chkAll.Text     = "全部病人";
            this.chkAll.UseVisualStyleBackColor = true;
            this.chkAll.CheckedChanged         += new System.EventHandler(this.chkAll_CheckedChanged);
            //
            // btnCompute
            //
            this.btnCompute.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCompute.BackColor = System.Drawing.SystemColors.Control;
            this.btnCompute.Location  = new System.Drawing.Point(495, 499);
            this.btnCompute.Name      = "btnCompute";
            this.btnCompute.Size      = new System.Drawing.Size(61, 24);
            this.btnCompute.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnCompute.TabIndex  = 7;
            this.btnCompute.Text      = "查询";
            this.btnCompute.Type      = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnCompute.UseVisualStyleBackColor = false;
            this.btnCompute.Click += new System.EventHandler(this.btnCompute_Click);
            //
            // btnPrint
            //
            this.btnPrint.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPrint.BackColor = System.Drawing.SystemColors.Control;
            this.btnPrint.Location  = new System.Drawing.Point(555, 499);
            this.btnPrint.Name      = "btnPrint";
            this.btnPrint.Size      = new System.Drawing.Size(61, 24);
            this.btnPrint.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnPrint.TabIndex  = 8;
            this.btnPrint.Text      = "打印催款";
            this.btnPrint.Type      = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnPrint.UseVisualStyleBackColor = false;
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            //
            // labPercent
            //
            this.labPercent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labPercent.AutoSize = true;
            this.labPercent.Font     = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labPercent.Location = new System.Drawing.Point(236, 502);
            this.labPercent.Name     = "labPercent";
            this.labPercent.Size     = new System.Drawing.Size(16, 15);
            this.labPercent.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.labPercent.TabIndex = 9;
            this.labPercent.Text     = "%";
            //
            // labShow
            //
            this.labShow.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labShow.Location = new System.Drawing.Point(134, 503);
            this.labShow.Name     = "labShow";
            this.labShow.Size     = new System.Drawing.Size(35, 15);
            this.labShow.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.labShow.TabIndex = 10;
            //
            // chkSelectAll
            //
            this.chkSelectAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chkSelectAll.AutoSize = true;
            this.chkSelectAll.Location = new System.Drawing.Point(320, 502);
            this.chkSelectAll.Name     = "chkSelectAll";
            this.chkSelectAll.Size     = new System.Drawing.Size(48, 16);
            this.chkSelectAll.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.chkSelectAll.TabIndex = 11;
            this.chkSelectAll.Text     = "全选";
            this.chkSelectAll.UseVisualStyleBackColor = true;
            this.chkSelectAll.CheckedChanged         += new System.EventHandler(this.chkSelectAll_CheckedChanged);
            //
            // btnPrintGrid
            //
            this.btnPrintGrid.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPrintGrid.BackColor = System.Drawing.SystemColors.Control;
            this.btnPrintGrid.Location  = new System.Drawing.Point(615, 499);
            this.btnPrintGrid.Name      = "btnPrintGrid";
            this.btnPrintGrid.Size      = new System.Drawing.Size(61, 24);
            this.btnPrintGrid.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.btnPrintGrid.TabIndex  = 12;
            this.btnPrintGrid.Text      = "打印表格";
            this.btnPrintGrid.Type      = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
            this.btnPrintGrid.UseVisualStyleBackColor = false;
            this.btnPrintGrid.Click += new System.EventHandler(this.btnPrintGrid_Click);
            //
            // neuLabel1
            //
            this.neuLabel1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(372, 503);
            this.neuLabel1.Name     = "neuLabel1";
            this.neuLabel1.Size     = new System.Drawing.Size(29, 12);
            this.neuLabel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex = 13;
            this.neuLabel1.Text     = "类别";
            //
            // neuComboBox1
            //
            this.neuComboBox1.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.neuComboBox1.FormattingEnabled  = true;
            this.neuComboBox1.IsEnter2Tab        = false;
            this.neuComboBox1.IsFlat             = false;
            this.neuComboBox1.IsLike             = true;
            this.neuComboBox1.IsListOnly         = false;
            this.neuComboBox1.IsPopForm          = true;
            this.neuComboBox1.IsShowCustomerList = false;
            this.neuComboBox1.IsShowID           = false;
            this.neuComboBox1.Location           = new System.Drawing.Point(0, 0);
            this.neuComboBox1.Name             = "neuComboBox1";
            this.neuComboBox1.PopForm          = null;
            this.neuComboBox1.ShowCustomerList = false;
            this.neuComboBox1.ShowID           = false;
            this.neuComboBox1.Size             = new System.Drawing.Size(121, 20);
            this.neuComboBox1.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.neuComboBox1.TabIndex         = 14;
            this.neuComboBox1.Tag        = "";
            this.neuComboBox1.ToolBarUse = false;
            //
            // cmbFeeType
            //
            this.cmbFeeType.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmbFeeType.ArrowBackColor     = System.Drawing.SystemColors.Control;
            this.cmbFeeType.FormattingEnabled  = true;
            this.cmbFeeType.IsEnter2Tab        = false;
            this.cmbFeeType.IsFlat             = false;
            this.cmbFeeType.IsLike             = false;
            this.cmbFeeType.IsListOnly         = false;
            this.cmbFeeType.IsPopForm          = true;
            this.cmbFeeType.IsShowCustomerList = false;
            this.cmbFeeType.IsShowID           = false;
            this.cmbFeeType.Location           = new System.Drawing.Point(402, 501);
            this.cmbFeeType.Name             = "cmbFeeType";
            this.cmbFeeType.PopForm          = null;
            this.cmbFeeType.ShowCustomerList = false;
            this.cmbFeeType.ShowID           = false;
            this.cmbFeeType.Size             = new System.Drawing.Size(88, 20);
            this.cmbFeeType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbFeeType.TabIndex         = 15;
            this.cmbFeeType.Tag                   = "";
            this.cmbFeeType.ToolBarUse            = false;
            this.cmbFeeType.SelectedIndexChanged += new System.EventHandler(this.cmbFeeType_SelectedIndexChanged);
            //
            // ucAlert
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.Honeydew;
            this.Controls.Add(this.cmbFeeType);
            this.Controls.Add(this.neuComboBox1);
            this.Controls.Add(this.neuLabel1);
            this.Controls.Add(this.btnPrintGrid);
            this.Controls.Add(this.chkSelectAll);
            this.Controls.Add(this.neuPanel1);
            this.Controls.Add(this.labShow);
            this.Controls.Add(this.labPercent);
            this.Controls.Add(this.cmbType);
            this.Controls.Add(this.btnPrint);
            this.Controls.Add(this.txtAlert);
            this.Controls.Add(this.btnCompute);
            this.Controls.Add(this.chkAll);
            this.Name  = "ucAlert";
            this.Size  = new System.Drawing.Size(677, 524);
            this.Load += new System.EventHandler(this.ucAlert_Load);
            this.neuPanel1.ResumeLayout(false);
            this.neuPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            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.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType   buttonCellType1   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     this.neuPanel1         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.btnOK             = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.neuPanel2         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.lbInvoiceTypeName = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuFpEnter1       = new Neusoft.FrameWork.WinForms.Controls.NeuFpEnter();
     this.invoiceSheet      = new FarPoint.Win.Spread.SheetView();
     this.neuPanel1.SuspendLayout();
     this.neuPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.neuFpEnter1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.invoiceSheet)).BeginInit();
     this.SuspendLayout();
     //
     // neuPanel1
     //
     this.neuPanel1.Controls.Add(this.neuLabel1);
     this.neuPanel1.Controls.Add(this.btnOK);
     this.neuPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.neuPanel1.Location = new System.Drawing.Point(0, 215);
     this.neuPanel1.Name     = "neuPanel1";
     this.neuPanel1.Size     = new System.Drawing.Size(481, 37);
     this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel1.TabIndex = 0;
     //
     // neuLabel1
     //
     this.neuLabel1.AutoSize  = true;
     this.neuLabel1.ForeColor = System.Drawing.Color.Blue;
     this.neuLabel1.Location  = new System.Drawing.Point(17, 11);
     this.neuLabel1.Name      = "neuLabel1";
     this.neuLabel1.Size      = new System.Drawing.Size(293, 12);
     this.neuLabel1.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel1.TabIndex  = 1;
     this.neuLabel1.Text      = "如果已用发票号小于起始发票号表明该发票段还未使用";
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(351, 6);
     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 = 0;
     this.btnOK.Text     = "确定(&O)";
     this.btnOK.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Visible = false;
     this.btnOK.Click  += new System.EventHandler(this.btnOK_Click);
     //
     // neuPanel2
     //
     this.neuPanel2.Controls.Add(this.lbInvoiceTypeName);
     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(481, 38);
     this.neuPanel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel2.TabIndex = 2;
     //
     // lbInvoiceTypeName
     //
     this.lbInvoiceTypeName.AutoSize = true;
     this.lbInvoiceTypeName.Location = new System.Drawing.Point(17, 13);
     this.lbInvoiceTypeName.Name     = "lbInvoiceTypeName";
     this.lbInvoiceTypeName.Size     = new System.Drawing.Size(113, 12);
     this.lbInvoiceTypeName.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.lbInvoiceTypeName.TabIndex = 0;
     this.lbInvoiceTypeName.Text     = "发票类型:门诊发票";
     //
     // neuFpEnter1
     //
     this.neuFpEnter1.About = "2.5.2007.2005";
     this.neuFpEnter1.AccessibleDescription = "neuFpEnter1, Sheet1";
     this.neuFpEnter1.BackColor             = System.Drawing.Color.White;
     this.neuFpEnter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.neuFpEnter1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     this.neuFpEnter1.Location   = new System.Drawing.Point(0, 38);
     this.neuFpEnter1.Name       = "neuFpEnter1";
     this.neuFpEnter1.SelectNone = true;
     this.neuFpEnter1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.invoiceSheet
     });
     this.neuFpEnter1.ShowListWhenOfFocus = false;
     this.neuFpEnter1.Size                    = new System.Drawing.Size(481, 177);
     this.neuFpEnter1.TabIndex                = 3;
     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.neuFpEnter1.TextTipAppearance       = tipAppearance1;
     this.neuFpEnter1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuFpEnter1.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.neuFpEnter1_ButtonClicked);
     this.neuFpEnter1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.neuFpEnter1_CellDoubleClick);
     //
     // invoiceSheet
     //
     this.invoiceSheet.Reset();
     this.invoiceSheet.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.invoiceSheet.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.invoiceSheet.ColumnCount    = 6;
     this.invoiceSheet.RowCount       = 0;
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 0).Value            = "领用时间";
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 1).Value            = "起始发票号";
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 2).Value            = "终止发票号";
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 3).Value            = "已用发票号";
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 4).Value            = "在用号段 ";
     this.invoiceSheet.ColumnHeader.Cells.Get(0, 5).Value            = " ";
     this.invoiceSheet.ColumnHeader.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.invoiceSheet.ColumnHeader.DefaultStyle.Locked   = false;
     this.invoiceSheet.ColumnHeader.DefaultStyle.Parent   = "HeaderDefault";
     this.invoiceSheet.Columns.Get(0).CellType            = textCellType1;
     this.invoiceSheet.Columns.Get(0).Label               = "领用时间";
     this.invoiceSheet.Columns.Get(0).Locked              = true;
     this.invoiceSheet.Columns.Get(0).Width               = 170F;
     this.invoiceSheet.Columns.Get(1).CellType            = textCellType2;
     this.invoiceSheet.Columns.Get(1).Label               = "起始发票号";
     this.invoiceSheet.Columns.Get(1).Locked              = true;
     this.invoiceSheet.Columns.Get(1).Width               = 91F;
     this.invoiceSheet.Columns.Get(2).CellType            = textCellType3;
     this.invoiceSheet.Columns.Get(2).Label               = "终止发票号";
     this.invoiceSheet.Columns.Get(2).Locked              = true;
     this.invoiceSheet.Columns.Get(2).Width               = 95F;
     this.invoiceSheet.Columns.Get(3).CellType            = textCellType4;
     this.invoiceSheet.Columns.Get(3).Label               = "已用发票号";
     this.invoiceSheet.Columns.Get(3).Locked              = true;
     this.invoiceSheet.Columns.Get(3).Width               = 83F;
     this.invoiceSheet.Columns.Get(4).CellType            = checkBoxCellType1;
     this.invoiceSheet.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.invoiceSheet.Columns.Get(4).Label               = "在用号段 ";
     this.invoiceSheet.Columns.Get(4).Width               = 64F;
     buttonCellType1.Text = "跳号";
     this.invoiceSheet.Columns.Get(5).CellType             = buttonCellType1;
     this.invoiceSheet.Columns.Get(5).Label                = " ";
     this.invoiceSheet.GrayAreaBackColor                   = System.Drawing.Color.White;
     this.invoiceSheet.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.invoiceSheet.RowHeader.Columns.Default.Resizable = false;
     this.invoiceSheet.RowHeader.Columns.Get(0).Width      = 37F;
     this.invoiceSheet.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.neuFpEnter1.SetActiveViewport(1, 0);
     //
     // ucInvoiceChangeNOInitInvoiceType
     //
     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.neuFpEnter1);
     this.Controls.Add(this.neuPanel2);
     this.Controls.Add(this.neuPanel1);
     this.Name = "ucInvoiceChangeNOInitInvoiceType";
     this.Size = new System.Drawing.Size(481, 252);
     this.neuPanel1.ResumeLayout(false);
     this.neuPanel1.PerformLayout();
     this.neuPanel2.ResumeLayout(false);
     this.neuPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.neuFpEnter1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.invoiceSheet)).EndInit();
     this.ResumeLayout(false);
 }
Пример #19
0
        /// <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.DateTimeCellType  dateTimeCellType1 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ucPay));
            FarPoint.Win.Spread.CellType.NumberCellType    numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType    numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType    numberCellType3   = new FarPoint.Win.Spread.CellType.NumberCellType();
            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.ComboBoxCellType  comboBoxCellType1 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            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.TipAppearance              tipAppearance2    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.TextCellType      textCellType5     = new FarPoint.Win.Spread.CellType.TextCellType();
            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.ComboBoxCellType  comboBoxCellType2 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType      textCellType6     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.DateTimeCellType  dateTimeCellType2 = new FarPoint.Win.Spread.CellType.DateTimeCellType();
            this.splitContainer1   = new System.Windows.Forms.SplitContainer();
            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.rbUnPay           = new System.Windows.Forms.RadioButton();
            this.rbPay             = new System.Windows.Forms.RadioButton();
            this.lbCompany         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.neuSpread2        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
            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.neuGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer1
            //
            this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.neuSpread1);
            this.splitContainer1.Panel1.Controls.Add(this.neuGroupBox1);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.neuSpread2);
            this.splitContainer1.Size             = new System.Drawing.Size(714, 442);
            this.splitContainer1.SplitterDistance = 214;
            this.splitContainer1.TabIndex         = 0;
            //
            // 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.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, 39);
            this.neuSpread1.Name                      = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(714, 175);
            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.neuSpread1_CellDoubleClick);
            this.neuSpread1.SelectionChanged       += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.fpSpread1_SelectionChanged);
            //
            // 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    = 14;
            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.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.ColumnHeader.Cells.Get(0, 11).Value = "银行帐号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "入库科室";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "入库单据号";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(0).Label    = "付款";
            this.neuSpread1_Sheet1.Columns.Get(0).Locked   = false;
            this.neuSpread1_Sheet1.Columns.Get(0).Width    = 43F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(1).Label    = "发票号";
            this.neuSpread1_Sheet1.Columns.Get(1).Width    = 75F;
            dateTimeCellType1.Calendar    = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType1.Calendar")));
            dateTimeCellType1.DateDefault = new System.DateTime(2007, 3, 16, 15, 58, 47, 0);
            dateTimeCellType1.TimeDefault = new System.DateTime(2007, 3, 16, 15, 58, 47, 0);
            this.neuSpread1_Sheet1.Columns.Get(2).CellType  = dateTimeCellType1;
            this.neuSpread1_Sheet1.Columns.Get(2).Label     = "发票日期";
            this.neuSpread1_Sheet1.Columns.Get(2).Locked    = false;
            this.neuSpread1_Sheet1.Columns.Get(2).Visible   = false;
            this.neuSpread1_Sheet1.Columns.Get(2).Width     = 110F;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType  = numberCellType1;
            this.neuSpread1_Sheet1.Columns.Get(3).Label     = "发票金额";
            this.neuSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.SeaShell;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType  = numberCellType2;
            this.neuSpread1_Sheet1.Columns.Get(4).Label     = "优惠金额";
            this.neuSpread1_Sheet1.Columns.Get(4).Locked    = false;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType  = numberCellType3;
            this.neuSpread1_Sheet1.Columns.Get(5).Formula   = "RC[-2]-RC[-1]";
            this.neuSpread1_Sheet1.Columns.Get(5).Label     = "应付金额";
            this.neuSpread1_Sheet1.Columns.Get(6).CellType  = numberCellType4;
            this.neuSpread1_Sheet1.Columns.Get(6).Label     = "已付金额";
            this.neuSpread1_Sheet1.Columns.Get(7).BackColor = System.Drawing.Color.SeaShell;
            this.neuSpread1_Sheet1.Columns.Get(7).CellType  = numberCellType5;
            this.neuSpread1_Sheet1.Columns.Get(7).Label     = "本次付款";
            this.neuSpread1_Sheet1.Columns.Get(7).Locked    = false;
            this.neuSpread1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.SeaShell;
            this.neuSpread1_Sheet1.Columns.Get(8).CellType  = numberCellType6;
            this.neuSpread1_Sheet1.Columns.Get(8).Label     = "运费";
            this.neuSpread1_Sheet1.Columns.Get(8).Locked    = false;
            comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            comboBoxCellType1.Items       = new string[] {
                "现金",
                "支票"
            };
            this.neuSpread1_Sheet1.Columns.Get(9).CellType             = comboBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(9).Label                = "付款类型";
            this.neuSpread1_Sheet1.Columns.Get(9).Locked               = false;
            this.neuSpread1_Sheet1.Columns.Get(10).CellType            = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(10).Label               = "开户银行";
            this.neuSpread1_Sheet1.Columns.Get(10).Locked              = false;
            this.neuSpread1_Sheet1.Columns.Get(10).Width               = 150F;
            this.neuSpread1_Sheet1.Columns.Get(11).CellType            = textCellType3;
            this.neuSpread1_Sheet1.Columns.Get(11).Label               = "银行帐号";
            this.neuSpread1_Sheet1.Columns.Get(11).Locked              = false;
            this.neuSpread1_Sheet1.Columns.Get(11).Width               = 159F;
            this.neuSpread1_Sheet1.Columns.Get(12).Label               = "入库科室";
            this.neuSpread1_Sheet1.Columns.Get(12).Width               = 92F;
            this.neuSpread1_Sheet1.Columns.Get(13).CellType            = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(13).Label               = "入库单据号";
            this.neuSpread1_Sheet1.Columns.Get(13).Width               = 75F;
            this.neuSpread1_Sheet1.DefaultStyle.Locked                 = true;
            this.neuSpread1_Sheet1.DefaultStyle.Parent                 = "DataAreaDefault";
            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.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked    = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle             = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(1, 0);
            //
            // neuGroupBox1
            //
            this.neuGroupBox1.Controls.Add(this.rbUnPay);
            this.neuGroupBox1.Controls.Add(this.rbPay);
            this.neuGroupBox1.Controls.Add(this.lbCompany);
            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(714, 39);
            this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuGroupBox1.TabIndex = 1;
            this.neuGroupBox1.TabStop  = false;
            //
            // rbUnPay
            //
            this.rbUnPay.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rbUnPay.AutoSize  = true;
            this.rbUnPay.Checked   = true;
            this.rbUnPay.ForeColor = System.Drawing.Color.Blue;
            this.rbUnPay.Location  = new System.Drawing.Point(457, 17);
            this.rbUnPay.Name      = "rbUnPay";
            this.rbUnPay.Size      = new System.Drawing.Size(59, 16);
            this.rbUnPay.TabIndex  = 1;
            this.rbUnPay.TabStop   = true;
            this.rbUnPay.Text      = "未结存";
            this.rbUnPay.UseVisualStyleBackColor = true;
            this.rbUnPay.CheckedChanged         += new System.EventHandler(this.rbUnPay_CheckedChanged);
            //
            // rbPay
            //
            this.rbPay.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rbPay.AutoSize  = true;
            this.rbPay.ForeColor = System.Drawing.Color.Blue;
            this.rbPay.Location  = new System.Drawing.Point(543, 17);
            this.rbPay.Name      = "rbPay";
            this.rbPay.Size      = new System.Drawing.Size(59, 16);
            this.rbPay.TabIndex  = 1;
            this.rbPay.TabStop   = true;
            this.rbPay.Text      = "已结存";
            this.rbPay.UseVisualStyleBackColor = true;
            this.rbPay.CheckedChanged         += new System.EventHandler(this.rbPay_CheckedChanged);
            //
            // lbCompany
            //
            this.lbCompany.AutoSize  = true;
            this.lbCompany.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.lbCompany.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbCompany.ForeColor = System.Drawing.Color.Blue;
            this.lbCompany.Location  = new System.Drawing.Point(3, 17);
            this.lbCompany.Name      = "lbCompany";
            this.lbCompany.Size      = new System.Drawing.Size(77, 14);
            this.lbCompany.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lbCompany.TabIndex  = 0;
            this.lbCompany.Text      = "结存单位:";
            this.lbCompany.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // 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.Dock     = System.Windows.Forms.DockStyle.Fill;
            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, 0);
            this.neuSpread2.Name     = "neuSpread2";
            this.neuSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread2_Sheet1
            });
            this.neuSpread2.Size                    = new System.Drawing.Size(714, 224);
            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    = 8;
            this.neuSpread2_Sheet1.RowCount       = 0;
            this.neuSpread2_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.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.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread2_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread2_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread2_Sheet1.Columns.Get(0).CellType             = textCellType5;
            this.neuSpread2_Sheet1.Columns.Get(0).Label    = "发票号";
            this.neuSpread2_Sheet1.Columns.Get(0).Width    = 81F;
            this.neuSpread2_Sheet1.Columns.Get(1).CellType = numberCellType7;
            this.neuSpread2_Sheet1.Columns.Get(1).Label    = "本次付款";
            this.neuSpread2_Sheet1.Columns.Get(2).CellType = numberCellType8;
            this.neuSpread2_Sheet1.Columns.Get(2).Label    = "运费";
            comboBoxCellType2.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            comboBoxCellType2.Items       = new string[] {
                "现金",
                "支票"
            };
            this.neuSpread2_Sheet1.Columns.Get(3).CellType = comboBoxCellType2;
            this.neuSpread2_Sheet1.Columns.Get(3).Label    = "付款类型";
            this.neuSpread2_Sheet1.Columns.Get(4).Label    = "开户银行";
            this.neuSpread2_Sheet1.Columns.Get(4).Width    = 134F;
            this.neuSpread2_Sheet1.Columns.Get(5).CellType = textCellType6;
            this.neuSpread2_Sheet1.Columns.Get(5).Label    = "银行帐号";
            this.neuSpread2_Sheet1.Columns.Get(5).Width    = 181F;
            this.neuSpread2_Sheet1.Columns.Get(6).Label    = "付款人";
            this.neuSpread2_Sheet1.Columns.Get(6).Width    = 66F;
            dateTimeCellType2.Calendar    = ((System.Globalization.Calendar)(resources.GetObject("dateTimeCellType2.Calendar")));
            dateTimeCellType2.DateDefault = new System.DateTime(2007, 3, 16, 16, 4, 39, 0);
            dateTimeCellType2.TimeDefault = new System.DateTime(2007, 3, 16, 16, 4, 39, 0);
            this.neuSpread2_Sheet1.Columns.Get(7).CellType             = dateTimeCellType2;
            this.neuSpread2_Sheet1.Columns.Get(7).Label                = "付款日期";
            this.neuSpread2_Sheet1.Columns.Get(7).Width                = 120F;
            this.neuSpread2_Sheet1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread2_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread2_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread2_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread2_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread2_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread2_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread2_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread2_Sheet1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread2.SetActiveViewport(1, 0);
            //
            // ucPay
            //
            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.splitContainer1);
            this.Name = "ucPay";
            this.Size = new System.Drawing.Size(714, 442);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.neuGroupBox1.ResumeLayout(false);
            this.neuGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread2_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.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
            this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.GroupBox1        = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.btnCancel        = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.btnOK            = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
            this.lblShow          = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.cmbInpatientNo   = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.neuLabel1        = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
            this.GroupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // fpSpread1
            //
            this.fpSpread1.About = "3.0.2004.2005";
            this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1, Row 0, Column 0, ";
            this.fpSpread1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.fpSpread1.BackColor = System.Drawing.SystemColors.Info;
            this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.fpSpread1.Location    = new System.Drawing.Point(6, 20);
            this.fpSpread1.Name        = "fpSpread1";
            this.fpSpread1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.fpSpread1_Sheet1
            });
            this.fpSpread1.Size                    = new System.Drawing.Size(524, 347);
            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.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_Click);
            this.fpSpread1.SelectionChanged       += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.fpSpread1_SelectionChanged);
            //
            // 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    = 10;
            this.fpSpread1_Sheet1.RowCount       = 3;
            this.fpSpread1_Sheet1.ActiveSkin     = FarPoint.Win.Spread.DefaultSkins.Classic2;
            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.DefaultStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort        = true;
            this.fpSpread1_Sheet1.Columns.Get(0).Label               = "床号";
            this.fpSpread1_Sheet1.Columns.Get(0).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(0).Width               = 70F;
            this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(1).Label               = "房间号";
            this.fpSpread1_Sheet1.Columns.Get(1).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(1).Width               = 70F;
            this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(2).Label               = "床位等级";
            this.fpSpread1_Sheet1.Columns.Get(2).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(2).Width               = 85F;
            this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(3).Label               = "床位编制";
            this.fpSpread1_Sheet1.Columns.Get(3).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(3).Width               = 85F;
            this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(4).Label               = "状态";
            this.fpSpread1_Sheet1.Columns.Get(4).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(4).Width               = 70F;
            this.fpSpread1_Sheet1.Columns.Get(5).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(5).Label               = "住院号";
            this.fpSpread1_Sheet1.Columns.Get(5).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(5).Width               = 90F;
            this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(6).Label               = "病床电话";
            this.fpSpread1_Sheet1.Columns.Get(6).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(6).Width               = 80F;
            this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(7).Label               = "归属";
            this.fpSpread1_Sheet1.Columns.Get(7).Visible             = false;
            this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(8).CellType            = checkBoxCellType1;
            this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(8).Label               = "是否有效";
            this.fpSpread1_Sheet1.Columns.Get(8).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(8).Width               = 80F;
            this.fpSpread1_Sheet1.Columns.Get(9).AllowAutoSort       = true;
            this.fpSpread1_Sheet1.Columns.Get(9).CellType            = checkBoxCellType2;
            this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.fpSpread1_Sheet1.Columns.Get(9).Label               = "预约";
            this.fpSpread1_Sheet1.Columns.Get(9).Locked              = true;
            this.fpSpread1_Sheet1.Columns.Get(9).Width               = 70F;
            this.fpSpread1_Sheet1.DefaultStyle.BackColor             = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.DefaultStyle.ForeColor             = System.Drawing.Color.Black;
            this.fpSpread1_Sheet1.DefaultStyle.Locked = false;
            this.fpSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault";
            this.fpSpread1_Sheet1.OperationMode       = FarPoint.Win.Spread.OperationMode.SingleSelect;
            this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor    = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.fpSpread1_Sheet1.SelectionPolicy            = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
            this.fpSpread1_Sheet1.SelectionUnit              = FarPoint.Win.Spread.Model.SelectionUnit.Row;
            this.fpSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(105)))), ((int)(((byte)(107)))));
            this.fpSpread1_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.White;
            this.fpSpread1_Sheet1.SheetCornerStyle.Locked    = false;
            this.fpSpread1_Sheet1.SheetCornerStyle.Parent    = "HeaderDefault";
            this.fpSpread1_Sheet1.VisualStyles   = FarPoint.Win.VisualStyles.Off;
            this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // GroupBox1
            //
            this.GroupBox1.Controls.Add(this.btnCancel);
            this.GroupBox1.Controls.Add(this.btnOK);
            this.GroupBox1.Controls.Add(this.lblShow);
            this.GroupBox1.Controls.Add(this.cmbInpatientNo);
            this.GroupBox1.Controls.Add(this.neuLabel1);
            this.GroupBox1.Controls.Add(this.fpSpread1);
            this.GroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.GroupBox1.Location = new System.Drawing.Point(0, 0);
            this.GroupBox1.Name     = "GroupBox1";
            this.GroupBox1.Size     = new System.Drawing.Size(536, 419);
            this.GroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.GroupBox1.TabIndex = 1;
            this.GroupBox1.TabStop  = false;
            this.GroupBox1.Text     = "包床";
            //
            // btnCancel
            //
            this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location   = new System.Drawing.Point(455, 381);
            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   = 5;
            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);
            //
            // btnOK
            //
            this.btnOK.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnOK.Location   = new System.Drawing.Point(374, 381);
            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   = 4;
            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.btnSave_Click);
            //
            // lblShow
            //
            this.lblShow.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblShow.AutoSize = true;
            this.lblShow.Location = new System.Drawing.Point(215, 381);
            this.lblShow.Name     = "lblShow";
            this.lblShow.Size     = new System.Drawing.Size(53, 12);
            this.lblShow.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblShow.TabIndex = 3;
            this.lblShow.Text     = "患者信息";
            //
            // cmbInpatientNo
            //
            this.cmbInpatientNo.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmbInpatientNo.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbInpatientNo.Enabled            = false;
            this.cmbInpatientNo.FormattingEnabled  = true;
            this.cmbInpatientNo.IsEnter2Tab        = false;
            this.cmbInpatientNo.IsFlat             = false;
            this.cmbInpatientNo.IsLike             = true;
            this.cmbInpatientNo.IsListOnly         = false;
            this.cmbInpatientNo.IsShowCustomerList = false;
            this.cmbInpatientNo.IsShowID           = false;
            this.cmbInpatientNo.Location           = new System.Drawing.Point(65, 377);
            this.cmbInpatientNo.Name             = "cmbInpatientNo";
            this.cmbInpatientNo.PopForm          = null;
            this.cmbInpatientNo.ShowCustomerList = false;
            this.cmbInpatientNo.ShowID           = false;
            this.cmbInpatientNo.Size             = new System.Drawing.Size(121, 20);
            this.cmbInpatientNo.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbInpatientNo.TabIndex         = 2;
            this.cmbInpatientNo.Tag        = "";
            this.cmbInpatientNo.ToolBarUse = false;
            //
            // neuLabel1
            //
            this.neuLabel1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(6, 381);
            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 = 1;
            this.neuLabel1.Text     = "住院号:";
            //
            // ucBedChange
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.GroupBox1);
            this.Name = "ucBedChange";
            this.Size = new System.Drawing.Size(536, 419);
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
            this.GroupBox1.ResumeLayout(false);
            this.GroupBox1.PerformLayout();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType2     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.ComboBoxCellType comboBoxCellType1 = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.NumberCellType   numberCellType3   = new FarPoint.Win.Spread.CellType.NumberCellType();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.tvBedGrade        = new Neusoft.FrameWork.WinForms.Controls.NeuTreeView();
            this.neuSplitter1      = new Neusoft.FrameWork.WinForms.Controls.NeuSplitter();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // 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.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(194, 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(700, 455);
            this.neuSpread1.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSpread1.TabIndex                = 0;
            tipAppearance1.BackColor                = System.Drawing.SystemColors.Info;
            tipAppearance1.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            tipAppearance1.ForeColor                = System.Drawing.SystemColors.InfoText;
            this.neuSpread1.TextTipAppearance       = tipAppearance1;
            this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick);
            //
            // 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.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.SystemColors.Control, 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  = "ID";
            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.ColumnHeader.DefaultStyle.BackColor = System.Drawing.SystemColors.Control;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height     = 18F;
            this.neuSpread1_Sheet1.Columns.Get(0).Label   = "ID";
            this.neuSpread1_Sheet1.Columns.Get(0).Visible = false;
            this.neuSpread1_Sheet1.Columns.Get(1).Label   = "项目代码";
            this.neuSpread1_Sheet1.Columns.Get(1).Visible = false;
            this.neuSpread1_Sheet1.Columns.Get(2).Label   = "项目名称";
            this.neuSpread1_Sheet1.Columns.Get(2).Width   = 160F;
            numberCellType1.AcceptsArrowKeys = FarPoint.Win.SuperEdit.AcceptsArrowKeys.Arrows;
            numberCellType1.MaximumValue     = 999;
            numberCellType1.MinimumValue     = 0;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType = numberCellType1;
            this.neuSpread1_Sheet1.Columns.Get(3).Label    = "数量";
            this.neuSpread1_Sheet1.Columns.Get(3).Width    = 53F;
            numberCellType2.AcceptsArrowKeys = FarPoint.Win.SuperEdit.AcceptsArrowKeys.Arrows;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType = numberCellType2;
            this.neuSpread1_Sheet1.Columns.Get(4).Label    = "单价";
            this.neuSpread1_Sheet1.Columns.Get(4).Width    = 76F;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(5).Label    = "开始时间";
            this.neuSpread1_Sheet1.Columns.Get(5).Width    = 114F;
            this.neuSpread1_Sheet1.Columns.Get(6).CellType = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(6).Label    = "结束时间";
            this.neuSpread1_Sheet1.Columns.Get(6).Width    = 116F;
            this.neuSpread1_Sheet1.Columns.Get(7).CellType = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(7).Label    = "婴儿相关";
            this.neuSpread1_Sheet1.Columns.Get(7).Width    = 62F;
            this.neuSpread1_Sheet1.Columns.Get(8).CellType = checkBoxCellType2;
            this.neuSpread1_Sheet1.Columns.Get(8).Label    = "时间相关";
            this.neuSpread1_Sheet1.Columns.Get(8).Width    = 65F;
            comboBoxCellType1.AcceptsArrowKeys             = FarPoint.Win.SuperEdit.AcceptsArrowKeys.None;
            comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
            comboBoxCellType1.ItemData    = new string[] {
                "",
                "",
                ""
            };
            comboBoxCellType1.Items = new string[] {
                "在用",
                "停用",
                "废弃"
            };
            this.neuSpread1_Sheet1.Columns.Get(9).CellType = comboBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(9).Label    = "是否有效";
            numberCellType3.AcceptsArrowKeys = FarPoint.Win.SuperEdit.AcceptsArrowKeys.Arrows;
            this.neuSpread1_Sheet1.Columns.Get(10).CellType            = numberCellType3;
            this.neuSpread1_Sheet1.Columns.Get(10).Label               = "顺序号";
            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      = 63F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.SystemColors.Control;
            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.SystemColors.Control;
            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);
            //
            // tvBedGrade
            //
            this.tvBedGrade.Dock          = System.Windows.Forms.DockStyle.Left;
            this.tvBedGrade.HideSelection = false;
            this.tvBedGrade.Location      = new System.Drawing.Point(0, 0);
            this.tvBedGrade.Name          = "tvBedGrade";
            this.tvBedGrade.Size          = new System.Drawing.Size(184, 455);
            this.tvBedGrade.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tvBedGrade.TabIndex      = 1;
            this.tvBedGrade.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvBedGrade_AfterSelect);
            //
            // neuSplitter1
            //
            this.neuSplitter1.Location = new System.Drawing.Point(184, 0);
            this.neuSplitter1.Name     = "neuSplitter1";
            this.neuSplitter1.Size     = new System.Drawing.Size(10, 455);
            this.neuSplitter1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuSplitter1.TabIndex = 2;
            this.neuSplitter1.TabStop  = false;
            //
            // ucBedFeeMaintenance
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread1);
            this.Controls.Add(this.neuSplitter1);
            this.Controls.Add(this.tvBedGrade);
            this.Name  = "ucBedFeeMaintenance";
            this.Size  = new System.Drawing.Size(894, 455);
            this.Load += new System.EventHandler(this.ucBedFeeMaintenance_Load);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #22
0
 /// <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.NumberCellType   numberCellType1   = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType   numberCellType2   = new FarPoint.Win.Spread.CellType.NumberCellType();
     this.neuGroupBox1       = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
     this.lbNotice           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.fsApplyData        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.fsApplyData_List   = new FarPoint.Win.Spread.SheetView();
     this.fsApplyData_Detail = new FarPoint.Win.Spread.SheetView();
     this.neuGroupBox2       = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
     this.btnOK     = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.btnCancel = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.neuGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData_List)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData_Detail)).BeginInit();
     this.neuGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // neuGroupBox1
     //
     this.neuGroupBox1.Controls.Add(this.lbNotice);
     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(510, 40);
     this.neuGroupBox1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuGroupBox1.TabIndex = 0;
     this.neuGroupBox1.TabStop  = false;
     //
     // lbNotice
     //
     this.lbNotice.AutoSize  = true;
     this.lbNotice.ForeColor = System.Drawing.Color.Blue;
     this.lbNotice.Location  = new System.Drawing.Point(6, 17);
     this.lbNotice.Name      = "lbNotice";
     this.lbNotice.Size      = new System.Drawing.Size(401, 12);
     this.lbNotice.Style     = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.lbNotice.TabIndex  = 0;
     this.lbNotice.Text      = "说明:双击单据查看申请单明细。确认后对所选择的申请单合并生成计划单";
     //
     // fsApplyData
     //
     this.fsApplyData.About = "2.5.2007.2005";
     this.fsApplyData.AccessibleDescription = "fsApplyData, 申请单, Row 0, Column 0, ";
     this.fsApplyData.BackColor             = System.Drawing.Color.White;
     this.fsApplyData.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.fsApplyData.FileName = "";
     this.fsApplyData.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fsApplyData.IsAutoSaveGridStatus      = false;
     this.fsApplyData.IsCanCustomConfigColumn   = false;
     this.fsApplyData.Location = new System.Drawing.Point(0, 40);
     this.fsApplyData.Name     = "fsApplyData";
     this.fsApplyData.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fsApplyData_List,
         this.fsApplyData_Detail
     });
     this.fsApplyData.Size                    = new System.Drawing.Size(510, 233);
     this.fsApplyData.Style                   = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.fsApplyData.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.fsApplyData.TextTipAppearance       = tipAppearance1;
     this.fsApplyData.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fsApplyData.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fsApplyData_CellDoubleClick);
     //
     // fsApplyData_List
     //
     this.fsApplyData_List.Reset();
     this.fsApplyData_List.SheetName = "申请单";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fsApplyData_List.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fsApplyData_List.ColumnCount    = 3;
     this.fsApplyData_List.RowCount       = 1;
     this.fsApplyData_List.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.fsApplyData_List.ColumnHeader.Cells.Get(0, 0).Value  = "选择";
     this.fsApplyData_List.ColumnHeader.Cells.Get(0, 1).Value  = "单据号";
     this.fsApplyData_List.ColumnHeader.Cells.Get(0, 2).Value  = "申请科室";
     this.fsApplyData_List.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
     this.fsApplyData_List.ColumnHeader.DefaultStyle.Locked    = false;
     this.fsApplyData_List.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
     this.fsApplyData_List.Columns.Get(0).BackColor            = System.Drawing.Color.SeaShell;
     this.fsApplyData_List.Columns.Get(0).CellType             = checkBoxCellType1;
     this.fsApplyData_List.Columns.Get(0).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fsApplyData_List.Columns.Get(0).Label             = "选择";
     this.fsApplyData_List.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fsApplyData_List.Columns.Get(0).Width             = 51F;
     this.fsApplyData_List.Columns.Get(1).CellType          = textCellType1;
     this.fsApplyData_List.Columns.Get(1).Label             = "单据号";
     this.fsApplyData_List.Columns.Get(1).Locked            = true;
     this.fsApplyData_List.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fsApplyData_List.Columns.Get(1).Width             = 137F;
     this.fsApplyData_List.Columns.Get(2).Label             = "申请科室";
     this.fsApplyData_List.Columns.Get(2).Locked            = true;
     this.fsApplyData_List.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fsApplyData_List.Columns.Get(2).Width             = 153F;
     this.fsApplyData_List.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
     this.fsApplyData_List.RowHeader.Columns.Default.Resizable = false;
     this.fsApplyData_List.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
     this.fsApplyData_List.RowHeader.DefaultStyle.Locked       = false;
     this.fsApplyData_List.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
     this.fsApplyData_List.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
     this.fsApplyData_List.SheetCornerStyle.Locked             = false;
     this.fsApplyData_List.SheetCornerStyle.Parent             = "HeaderDefault";
     this.fsApplyData_List.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // fsApplyData_Detail
     //
     this.fsApplyData_Detail.Reset();
     this.fsApplyData_Detail.SheetName = "明 细";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fsApplyData_Detail.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fsApplyData_Detail.ColumnCount    = 5;
     this.fsApplyData_Detail.RowCount       = 0;
     this.fsApplyData_Detail.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.fsApplyData_Detail.ColumnHeader.Cells.Get(0, 0).Value  = "药品名称";
     this.fsApplyData_Detail.ColumnHeader.Cells.Get(0, 1).Value  = "规格";
     this.fsApplyData_Detail.ColumnHeader.Cells.Get(0, 2).Value  = "申请数量";
     this.fsApplyData_Detail.ColumnHeader.Cells.Get(0, 3).Value  = "已发数量";
     this.fsApplyData_Detail.ColumnHeader.Cells.Get(0, 4).Value  = "单位";
     this.fsApplyData_Detail.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
     this.fsApplyData_Detail.ColumnHeader.DefaultStyle.Locked    = false;
     this.fsApplyData_Detail.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
     this.fsApplyData_Detail.Columns.Get(0).Label                = "药品名称";
     this.fsApplyData_Detail.Columns.Get(0).Width                = 120F;
     this.fsApplyData_Detail.Columns.Get(1).Label                = "规格";
     this.fsApplyData_Detail.Columns.Get(1).Width                = 80F;
     this.fsApplyData_Detail.Columns.Get(2).CellType             = numberCellType1;
     this.fsApplyData_Detail.Columns.Get(2).Label                = "申请数量";
     this.fsApplyData_Detail.Columns.Get(2).Width                = 100F;
     this.fsApplyData_Detail.Columns.Get(3).CellType             = numberCellType2;
     this.fsApplyData_Detail.Columns.Get(3).Label                = "已发数量";
     this.fsApplyData_Detail.Columns.Get(3).Width                = 100F;
     this.fsApplyData_Detail.DefaultStyle.Locked                 = true;
     this.fsApplyData_Detail.DefaultStyle.Parent                 = "DataAreaDefault";
     this.fsApplyData_Detail.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.fsApplyData_Detail.RowHeader.Columns.Default.Resizable = false;
     this.fsApplyData_Detail.RowHeader.Columns.Get(0).Width      = 37F;
     this.fsApplyData_Detail.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
     this.fsApplyData_Detail.RowHeader.DefaultStyle.Locked       = false;
     this.fsApplyData_Detail.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
     this.fsApplyData_Detail.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
     this.fsApplyData_Detail.SheetCornerStyle.Locked             = false;
     this.fsApplyData_Detail.SheetCornerStyle.Parent             = "HeaderDefault";
     this.fsApplyData_Detail.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fsApplyData.SetActiveViewport(1, 1, 0);
     //
     // neuGroupBox2
     //
     this.neuGroupBox2.Controls.Add(this.btnOK);
     this.neuGroupBox2.Controls.Add(this.btnCancel);
     this.neuGroupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.neuGroupBox2.Location = new System.Drawing.Point(0, 273);
     this.neuGroupBox2.Name     = "neuGroupBox2";
     this.neuGroupBox2.Size     = new System.Drawing.Size(510, 41);
     this.neuGroupBox2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuGroupBox2.TabIndex = 2;
     this.neuGroupBox2.TabStop  = false;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(254, 13);
     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 = 0;
     this.btnOK.Text     = "确  认";
     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(345, 13);
     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 = 0;
     this.btnCancel.Text     = "取  消";
     this.btnCancel.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // ucPhaApplyList
     //
     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.fsApplyData);
     this.Controls.Add(this.neuGroupBox1);
     this.Controls.Add(this.neuGroupBox2);
     this.Name = "ucPhaApplyList";
     this.Size = new System.Drawing.Size(510, 314);
     this.neuGroupBox1.ResumeLayout(false);
     this.neuGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData_List)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fsApplyData_Detail)).EndInit();
     this.neuGroupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #23
0
 private void SerWidth()
 {
     this.neuSpread1_Sheet1.Columns[1].Visible = false;
     FarPoint.Win.Spread.CellType.CheckBoxCellType check = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     neuSpread1_Sheet1.Columns[1].CellType = check;
 }
Пример #24
0
 private void PaintGrdMain()
 {
     //GrdView.Visible = false;
     //GrdView.Reset();
     GrdView.ActiveSheet.RowCount = 0;
     GrdView.Left   = 9;
     GrdView.Height = this.Height - 100;
     GrdView.Width  = this.Width - 30;
     GrdView.Sheets[0].SheetName = "Member";
     GrdView.Top  = 35;
     GrdView.Left = 12;
     GrdView.Sheets[0].ColumnCount           = 29;
     GrdView.Sheets[0].RowCount              = 500;
     GrdView.HorizontalScrollBarPolicy       = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     GrdView.VerticalScrollBarPolicy         = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     GrdView.Sheets[0].ColumnHeader.RowCount = 2;
     GrdView.Sheets[0].SetColumnWidth(liColMemID, 50);
     GrdView.Sheets[0].SetColumnWidth(liColMemNameE1, 260);
     GrdView.Sheets[0].SetColumnWidth(liColNationality, 60);
     GrdView.Sheets[0].SetColumnWidth(liColEndDate, 70);
     GrdView.Sheets[0].SetColumnWidth(liColTMem, 70);
     GrdView.Sheets[0].SetColumnWidth(liColMemOwner, 60);
     GrdView.Sheets[0].SetColumnWidth(liColTBis, 80);
     GrdView.Sheets[0].SetColumnWidth(liColAddress, 65);
     GrdView.Sheets[0].SetColumnWidth(liColStartDate, 90);
     GrdView.Sheets[0].SetColumnWidth(liColEndDate, 90);
     GrdView.Sheets[0].SetColumnWidth(liColTMem, 90);
     GrdView.Sheets[0].SetColumnWidth(liCelNote, 90);
     GrdView.Sheets[0].SetColumnWidth(liColSKK9, 50);
     GrdView.Sheets[0].SetColumnWidth(liColLine1, 50);
     GrdView.Sheets[0].SetColumnWidth(liColSubDistrictName, 50);
     GrdView.Sheets[0].SetColumnWidth(liColDistrictName, 50);
     GrdView.Sheets[0].SetColumnWidth(liColProvName, 50);
     GrdView.Sheets[0].SetColumnWidth(liColPostCode, 50);
     GrdView.Sheets[0].SetColumnWidth(liColContactSkk9, 100);
     GrdView.Sheets[0].SetColumnWidth(liColPostCode, 50);
     GrdView.Sheets[0].SetColumnWidth(liColEmail, 50);
     GrdView.Sheets[0].SetColumnWidth(liColWebSite, 50);
     GrdView.Sheets[0].SetColumnWidth(liColTele, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFax, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFlagResign, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFlagRestaurant, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFlagMeeting, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFlagSpa, 50);
     GrdView.Sheets[0].SetColumnWidth(liColFlagFitness, 50);
     GrdView.Sheets[0].SetColumnWidth(liColBusiness, 50);
     FarPoint.Win.Spread.Column col;
     FarPoint.Win.Spread.CellType.TextCellType cell = new FarPoint.Win.Spread.CellType.TextCellType();
     col          = GrdView.Sheets[0].Columns[liColMemID, liColBusiness];
     col.CellType = cell;
     FarPoint.Win.Spread.CellType.CheckBoxCellType cellGrdCheck = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     cellGrdCheck.TextTrue  = "use";
     cellGrdCheck.TextFalse = "use";
     GrdView.Sheets[0].Columns[liColCheck].CellType = cellGrdCheck;
     //FarPoint.Win.Spread.CellType.NumberCellType celldeposit = new FarPoint.Win.Spread.CellType.NumberCellType();
     //GrdView.Sheets[0].Columns[liColAddress].CellType = celldeposit;
     GrdView.Sheets[0].Columns[liColMemNameE1, liColPostCode].Locked = true;
     GrdView.Sheets[0].SetColumnLabel(0, liColCheck, " ");
     //GrdView.Sheets[0].SetColumnLabel(0, liColMemID, "Mem ID");
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColCheck].Text = "Use";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColCheck].Text = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColMemID].Text = "Mem ID";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColMemID].Text = " ";
     GrdView.Sheets[0].Models.RowHeaderSpan.Add(0, liColMemID, 1, liColMemID);
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColMemOwner].Text         = "ª×èÍÊÁÒªÔ¡";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColMemOwner].Text         = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColNationality].Text      = "Nationality";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColNationality].Text      = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColMemNameE1].Text        = "ª×èÍ»ÃСͺÇÔÊÒË¡Ô¨";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColMemNameE1].Text        = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColTBis].Text             = "»ÃÐàÀ·ÇÔÊÒË¡Ô¨";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColTBis].Text             = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColAddress].Text          = "·ÕèµÑé§Êӹѡ§Ò¹";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColAddress].Text          = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColStartDate].Text        = "Çѹ·ÕèàÃÔèÁÊÁÒªÔ¡";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColStartDate].Text        = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColEndDate].Text          = "Çѹ¾é¹ÊÁÒªÔ¡ÀÒ¾";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColEndDate].Text          = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColTMem].Text             = "»ÃÐàÀ·ÊÁÒªÔ¡";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColTMem].Text             = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liCelNote].Text             = "ËÁÒÂà˵Ø";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liCelNote].Text             = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColAddressDoc].Text       = "·ÕèÍÂÙè¨Ñ´Êè§àÍ¡ÊÒÃ";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColAddressDoc].Text       = " ";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColSKK9].Text             = "ʤ¤9";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColSKK9].Text             = " ";
     GrdView.Sheets[0].ColumnHeader.Cells [1, liColSubDistrictName].Text = "µÓºÅ";
     GrdView.Sheets[0].ColumnHeader.Cells [1, liColDistrictName].Text    = "ÍÓàÀÍ";
     GrdView.Sheets[0].ColumnHeader.Cells [1, liColProvName].Text        = "¨Ñ§ËÇÑ´";
     GrdView.Sheets[0].ColumnHeader.Cells [1, liColPostCode].Text        = "ÃËÑÊä»ÃɳÕÂì";
     GrdView.Sheets[0].ColumnHeader.Cells [1, liColLine1].Text           = "·ÕèÍÂÙè 1.";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColEmail].Text            = "E-Mail";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColWebSite].Text          = "Web Site";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColTele].Text             = "â·ÃÈѾ·ì";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFax].Text            = "FAX";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFlagResign].Text     = "Resign";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFlagRestaurant].Text = "Restaurant";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFlagMeeting].Text    = "Meeting";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFlagSpa].Text        = "Spa";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColFlagFitness].Text    = "Fitness";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColBusiness].Text       = "Business";
     GrdView.Sheets[0].Models.RowHeaderSpan.Add(0, 0, 1, 2);
     GrdView.Sheets[0].Models.ColumnHeaderSpan.Add(0, liColLine1, 1, liColFax);
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColLine1, 0, liColPostCode].Text = "·ÕèµÑé§Êӹѡ§Ò¹";
     GrdView.Sheets[0].ColumnHeader.Cells[0, liColContactSkk9].Text             = "ª×èÍáÊ´§ã¹ ʤ¤ 9";
     GrdView.Sheets[0].ColumnHeader.Cells[1, liColContactSkk9].Text             = " ";
     //GrdView.Sheets[0].ColumnHeader.Cells[0, liColLine1, 0, liColPostCode].Text = " ";
     GrdView.AllowColumnMove           = true;
     GrdView.Sheets[0].RowCount        = 1;
     GrdView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Always;
     GrdView.ActiveSheet.Columns[liColMemID, liColContactSkk9].AllowAutoSort   = true;
     GrdView.ActiveSheet.Columns[liColCheck, liColContactSkk9].AllowAutoFilter = true;
     //GrdView.Visible = true;
     //GrdView.Sheets[0].Columns[0].Visible = false;
 }
Пример #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.pnlContainer = new EVOFramework.Windows.Forms.EVOPanel();
     this.btnCancel    = new EVOFramework.Windows.Forms.EVOButton();
     this.btnOK        = new EVOFramework.Windows.Forms.EVOButton();
     this.fpQueryList  = new FarPoint.Win.Spread.FpSpread();
     this.shtQueryList = new FarPoint.Win.Spread.SheetView();
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpQueryList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtQueryList)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.AppearanceName = "FormBGColor";
     this.pnlContainer.BackColor      = System.Drawing.Color.AliceBlue;
     this.pnlContainer.Controls.Add(this.btnCancel);
     this.pnlContainer.Controls.Add(this.btnOK);
     this.pnlContainer.Controls.Add(this.fpQueryList);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.pnlContainer.Location = new System.Drawing.Point(0, 0);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(427, 449);
     this.pnlContainer.TabIndex = 49;
     //
     // btnCancel
     //
     this.btnCancel.AppearanceName          = "";
     this.btnCancel.ControlID               = null;
     this.btnCancel.Location                = new System.Drawing.Point(337, 407);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 34);
     this.btnCancel.TabIndex                = 49;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.AppearanceName          = "";
     this.btnOK.ControlID               = null;
     this.btnOK.Location                = new System.Drawing.Point(240, 407);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(75, 34);
     this.btnOK.TabIndex                = 49;
     this.btnOK.Text                    = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // fpQueryList
     //
     this.fpQueryList.About = "2.5.2015.2005";
     this.fpQueryList.AccessibleDescription     = "fpQueryList, Sheet1, Row 0, Column 0, ";
     this.fpQueryList.BackColor                 = System.Drawing.Color.AliceBlue;
     this.fpQueryList.BorderStyle               = System.Windows.Forms.BorderStyle.FixedSingle;
     this.fpQueryList.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpQueryList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpQueryList.Location             = new System.Drawing.Point(12, 12);
     this.fpQueryList.Name                 = "fpQueryList";
     this.fpQueryList.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpQueryList.RowSplitBoxPolicy    = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpQueryList.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpQueryList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtQueryList
     });
     this.fpQueryList.Size     = new System.Drawing.Size(400, 389);
     this.fpQueryList.TabIndex = 48;
     this.fpQueryList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpQueryList.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpQueryList_ButtonClicked);
     //
     // shtQueryList
     //
     this.shtQueryList.Reset();
     this.shtQueryList.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtQueryList.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtQueryList.ColumnCount         = 5;
     this.shtQueryList.RowCount            = 3;
     this.shtQueryList.AutoCalculation     = false;
     this.shtQueryList.AutoGenerateColumns = false;
     this.shtQueryList.ColumnHeader.Cells.Get(0, 0).Value = " ";
     this.shtQueryList.ColumnHeader.Cells.Get(0, 1).Value = "Column Name";
     this.shtQueryList.ColumnHeader.Cells.Get(0, 2).Value = "Priority";
     this.shtQueryList.ColumnHeader.Cells.Get(0, 3).Value = "Sorting A-Z";
     this.shtQueryList.ColumnHeader.Cells.Get(0, 4).Value = "ColumnIndex";
     this.shtQueryList.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtQueryList.Columns.Get(0).CellType            = checkBoxCellType1;
     this.shtQueryList.Columns.Get(0).Label               = " ";
     this.shtQueryList.Columns.Get(0).Width               = 20F;
     this.shtQueryList.Columns.Get(1).Label               = "Column Name";
     this.shtQueryList.Columns.Get(1).Width               = 150F;
     this.shtQueryList.Columns.Get(3).CellType            = checkBoxCellType2;
     this.shtQueryList.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtQueryList.Columns.Get(3).Label               = "Sorting A-Z";
     this.shtQueryList.Columns.Get(3).Width               = 90F;
     this.shtQueryList.Columns.Get(4).Label               = "ColumnIndex";
     this.shtQueryList.Columns.Get(4).Width               = 89F;
     this.shtQueryList.DataAutoSizeColumns = false;
     this.shtQueryList.RowHeader.Columns.Default.Resizable = true;
     this.shtQueryList.RowHeader.Columns.Get(0).Width      = 36F;
     this.shtQueryList.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // MultiColumnSorting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(427, 449);
     this.Controls.Add(this.pnlContainer);
     this.MinimumSize = new System.Drawing.Size(402, 228);
     this.Name        = "MultiColumnSorting";
     this.Text        = "Multi Column Sorting";
     this.Load       += new System.EventHandler(this.MultiColumnSorting_Load);
     this.pnlContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpQueryList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtQueryList)).EndInit();
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.neuPanel1    = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.neuLabel3    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.dtpBegin     = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
     this.neuButton2   = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.neuButton1   = new Neusoft.FrameWork.WinForms.Controls.NeuButton();
     this.neuLabel2    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.dtpEnd       = new Neusoft.FrameWork.WinForms.Controls.NeuDateTimePicker();
     this.neuPanel2    = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.neuSpread1   = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.fpApplyList  = new FarPoint.Win.Spread.SheetView();
     this.neuPanel3    = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
     this.cbbApplyDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuLabel5    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.tbDrugBill   = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
     this.lblApplyDept = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.chkSelectAll = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
     this.cbbStockDept = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
     this.neuLabel1    = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
     this.neuPanel1.SuspendLayout();
     this.neuPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpApplyList)).BeginInit();
     this.neuPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // neuPanel1
     //
     this.neuPanel1.Controls.Add(this.neuLabel3);
     this.neuPanel1.Controls.Add(this.dtpBegin);
     this.neuPanel1.Controls.Add(this.neuButton2);
     this.neuPanel1.Controls.Add(this.neuButton1);
     this.neuPanel1.Controls.Add(this.neuLabel2);
     this.neuPanel1.Controls.Add(this.dtpEnd);
     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(800, 39);
     this.neuPanel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel1.TabIndex = 0;
     //
     // neuLabel3
     //
     this.neuLabel3.AutoSize = true;
     this.neuLabel3.Location = new System.Drawing.Point(12, 15);
     this.neuLabel3.Name     = "neuLabel3";
     this.neuLabel3.Size     = new System.Drawing.Size(53, 12);
     this.neuLabel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel3.TabIndex = 10;
     this.neuLabel3.Text     = "开始时间";
     //
     // dtpBegin
     //
     this.dtpBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.dtpBegin.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBegin.IsEnter2Tab  = false;
     this.dtpBegin.Location     = new System.Drawing.Point(71, 10);
     this.dtpBegin.Name         = "dtpBegin";
     this.dtpBegin.Size         = new System.Drawing.Size(142, 21);
     this.dtpBegin.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.dtpBegin.TabIndex     = 9;
     //
     // neuButton2
     //
     this.neuButton2.Location = new System.Drawing.Point(562, 9);
     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 = 8;
     this.neuButton2.Text     = "取消申请";
     this.neuButton2.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.neuButton2.UseVisualStyleBackColor = true;
     this.neuButton2.Click += new System.EventHandler(this.neuButton2_Click);
     //
     // neuButton1
     //
     this.neuButton1.Location = new System.Drawing.Point(471, 9);
     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 = 7;
     this.neuButton1.Text     = "刷新";
     this.neuButton1.Type     = Neusoft.FrameWork.WinForms.Controls.General.ButtonType.None;
     this.neuButton1.UseVisualStyleBackColor = true;
     this.neuButton1.Click += new System.EventHandler(this.neuButton1_Click);
     //
     // neuLabel2
     //
     this.neuLabel2.AutoSize = true;
     this.neuLabel2.Location = new System.Drawing.Point(237, 16);
     this.neuLabel2.Name     = "neuLabel2";
     this.neuLabel2.Size     = new System.Drawing.Size(53, 12);
     this.neuLabel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel2.TabIndex = 3;
     this.neuLabel2.Text     = "截止时间";
     //
     // dtpEnd
     //
     this.dtpEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.dtpEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEnd.IsEnter2Tab  = false;
     this.dtpEnd.Location     = new System.Drawing.Point(296, 11);
     this.dtpEnd.Name         = "dtpEnd";
     this.dtpEnd.Size         = new System.Drawing.Size(142, 21);
     this.dtpEnd.Style        = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.dtpEnd.TabIndex     = 1;
     //
     // neuPanel2
     //
     this.neuPanel2.Controls.Add(this.neuSpread1);
     this.neuPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.neuPanel2.Location = new System.Drawing.Point(0, 69);
     this.neuPanel2.Name     = "neuPanel2";
     this.neuPanel2.Size     = new System.Drawing.Size(800, 306);
     this.neuPanel2.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel2.TabIndex = 1;
     //
     // neuSpread1
     //
     this.neuSpread1.About = "3.0.2004.2005";
     this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1";
     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.fpApplyList
     });
     this.neuSpread1.Size                    = new System.Drawing.Size(800, 306);
     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;
     //
     // fpApplyList
     //
     this.fpApplyList.Reset();
     this.fpApplyList.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpApplyList.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpApplyList.ColumnCount    = 9;
     this.fpApplyList.RowCount       = 0;
     this.fpApplyList.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin2", System.Drawing.Color.White, System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(102))))), System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))), FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.White, System.Drawing.Color.Navy, System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(153))))), System.Drawing.Color.White, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, true, true, true);
     this.fpApplyList.ColumnHeader.Cells.Get(0, 0).Value  = "选择";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 1).Value  = "申请科室";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 2).Value  = "摆药单号";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 3).Value  = "药品名称";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 4).Value  = "数量";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 5).Value  = "单位";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 6).Value  = "申请时间";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 7).Value  = "病案号";
     this.fpApplyList.ColumnHeader.Cells.Get(0, 8).Value  = "状态";
     this.fpApplyList.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
     this.fpApplyList.ColumnHeader.DefaultStyle.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpApplyList.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.Navy;
     this.fpApplyList.ColumnHeader.DefaultStyle.Locked    = false;
     this.fpApplyList.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
     this.fpApplyList.Columns.Get(0).CellType             = checkBoxCellType1;
     this.fpApplyList.Columns.Get(0).Label   = "选择";
     this.fpApplyList.Columns.Get(1).Label   = "申请科室";
     this.fpApplyList.Columns.Get(1).Width   = 136F;
     this.fpApplyList.Columns.Get(2).Label   = "摆药单号";
     this.fpApplyList.Columns.Get(2).Width   = 70F;
     this.fpApplyList.Columns.Get(3).Label   = "药品名称";
     this.fpApplyList.Columns.Get(3).Width   = 160F;
     this.fpApplyList.Columns.Get(4).Label   = "数量";
     this.fpApplyList.Columns.Get(4).Width   = 50F;
     this.fpApplyList.Columns.Get(5).Label   = "单位";
     this.fpApplyList.Columns.Get(5).Width   = 36F;
     this.fpApplyList.Columns.Get(6).Label   = "申请时间";
     this.fpApplyList.Columns.Get(6).Width   = 90F;
     this.fpApplyList.Columns.Get(7).Label   = "病案号";
     this.fpApplyList.Columns.Get(7).Width   = 70F;
     this.fpApplyList.DefaultStyle.BackColor = System.Drawing.Color.White;
     this.fpApplyList.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(102)))));
     this.fpApplyList.DefaultStyle.Locked    = false;
     this.fpApplyList.DefaultStyle.Parent    = "DataAreaDefault";
     this.fpApplyList.RowHeader.Columns.Default.Resizable = false;
     this.fpApplyList.RowHeader.Columns.Get(0).Width      = 40F;
     this.fpApplyList.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
     this.fpApplyList.RowHeader.DefaultStyle.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpApplyList.RowHeader.DefaultStyle.ForeColor    = System.Drawing.Color.Navy;
     this.fpApplyList.RowHeader.DefaultStyle.Locked       = false;
     this.fpApplyList.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
     this.fpApplyList.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
     this.fpApplyList.SheetCornerStyle.ForeColor          = System.Drawing.Color.Navy;
     this.fpApplyList.SheetCornerStyle.Locked             = false;
     this.fpApplyList.SheetCornerStyle.Parent             = "HeaderDefault";
     this.fpApplyList.VisualStyles   = FarPoint.Win.VisualStyles.Off;
     this.fpApplyList.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.neuSpread1.SetActiveViewport(0, 1, 0);
     //
     // neuPanel3
     //
     this.neuPanel3.Controls.Add(this.cbbApplyDept);
     this.neuPanel3.Controls.Add(this.neuLabel5);
     this.neuPanel3.Controls.Add(this.tbDrugBill);
     this.neuPanel3.Controls.Add(this.lblApplyDept);
     this.neuPanel3.Controls.Add(this.chkSelectAll);
     this.neuPanel3.Controls.Add(this.cbbStockDept);
     this.neuPanel3.Controls.Add(this.neuLabel1);
     this.neuPanel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.neuPanel3.Location = new System.Drawing.Point(0, 39);
     this.neuPanel3.Name     = "neuPanel3";
     this.neuPanel3.Size     = new System.Drawing.Size(800, 30);
     this.neuPanel3.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuPanel3.TabIndex = 2;
     //
     // cbbApplyDept
     //
     this.cbbApplyDept.ArrowBackColor     = System.Drawing.Color.Silver;
     this.cbbApplyDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbApplyDept.FormattingEnabled  = true;
     this.cbbApplyDept.IsEnter2Tab        = false;
     this.cbbApplyDept.IsFlat             = false;
     this.cbbApplyDept.IsLike             = true;
     this.cbbApplyDept.IsListOnly         = false;
     this.cbbApplyDept.IsPopForm          = true;
     this.cbbApplyDept.IsShowCustomerList = false;
     this.cbbApplyDept.IsShowID           = false;
     this.cbbApplyDept.Location           = new System.Drawing.Point(379, 5);
     this.cbbApplyDept.Name             = "cbbApplyDept";
     this.cbbApplyDept.PopForm          = null;
     this.cbbApplyDept.ShowCustomerList = false;
     this.cbbApplyDept.ShowID           = false;
     this.cbbApplyDept.Size             = new System.Drawing.Size(165, 20);
     this.cbbApplyDept.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
     this.cbbApplyDept.TabIndex         = 14;
     this.cbbApplyDept.Tag        = "";
     this.cbbApplyDept.ToolBarUse = false;
     //
     // neuLabel5
     //
     this.neuLabel5.AutoSize = true;
     this.neuLabel5.Location = new System.Drawing.Point(564, 9);
     this.neuLabel5.Name     = "neuLabel5";
     this.neuLabel5.Size     = new System.Drawing.Size(53, 12);
     this.neuLabel5.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuLabel5.TabIndex = 13;
     this.neuLabel5.Text     = "摆药单号";
     //
     // tbDrugBill
     //
     this.tbDrugBill.IsEnter2Tab = false;
     this.tbDrugBill.Location    = new System.Drawing.Point(623, 4);
     this.tbDrugBill.Name        = "tbDrugBill";
     this.tbDrugBill.Size        = new System.Drawing.Size(90, 21);
     this.tbDrugBill.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.tbDrugBill.TabIndex    = 12;
     //
     // lblApplyDept
     //
     this.lblApplyDept.AutoSize = true;
     this.lblApplyDept.Location = new System.Drawing.Point(320, 9);
     this.lblApplyDept.Name     = "lblApplyDept";
     this.lblApplyDept.Size     = new System.Drawing.Size(53, 12);
     this.lblApplyDept.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.lblApplyDept.TabIndex = 11;
     this.lblApplyDept.Text     = "申请科室";
     //
     // chkSelectAll
     //
     this.chkSelectAll.AutoSize = true;
     this.chkSelectAll.Location = new System.Drawing.Point(14, 8);
     this.chkSelectAll.Name     = "chkSelectAll";
     this.chkSelectAll.Size     = new System.Drawing.Size(48, 16);
     this.chkSelectAll.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.chkSelectAll.TabIndex = 9;
     this.chkSelectAll.Text     = "全选";
     this.chkSelectAll.UseVisualStyleBackColor = true;
     this.chkSelectAll.CheckedChanged         += new System.EventHandler(this.chkSelectAll_CheckedChanged);
     //
     // cbbStockDept
     //
     this.cbbStockDept.ArrowBackColor     = System.Drawing.Color.Silver;
     this.cbbStockDept.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbStockDept.FormattingEnabled  = true;
     this.cbbStockDept.IsEnter2Tab        = false;
     this.cbbStockDept.IsFlat             = false;
     this.cbbStockDept.IsLike             = true;
     this.cbbStockDept.IsListOnly         = false;
     this.cbbStockDept.IsPopForm          = true;
     this.cbbStockDept.IsShowCustomerList = false;
     this.cbbStockDept.IsShowID           = false;
     this.cbbStockDept.Location           = new System.Drawing.Point(130, 5);
     this.cbbStockDept.Name             = "cbbStockDept";
     this.cbbStockDept.PopForm          = null;
     this.cbbStockDept.ShowCustomerList = false;
     this.cbbStockDept.ShowID           = false;
     this.cbbStockDept.Size             = new System.Drawing.Size(165, 20);
     this.cbbStockDept.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
     this.cbbStockDept.TabIndex         = 6;
     this.cbbStockDept.Tag        = "";
     this.cbbStockDept.ToolBarUse = false;
     //
     // neuLabel1
     //
     this.neuLabel1.AutoSize = true;
     this.neuLabel1.Location = new System.Drawing.Point(71, 9);
     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     = "药房选择";
     //
     // ucHidePatient
     //
     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.neuPanel3);
     this.Controls.Add(this.neuPanel1);
     this.Name = "ucHidePatient";
     this.Size = new System.Drawing.Size(800, 375);
     this.neuPanel1.ResumeLayout(false);
     this.neuPanel1.PerformLayout();
     this.neuPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpApplyList)).EndInit();
     this.neuPanel3.ResumeLayout(false);
     this.neuPanel3.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreWarningRulesPanel));
     FarPoint.Win.ComplexBorder complexBorder1 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.ComplexBorder complexBorder2  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder3  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder4  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder5  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder6  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder7  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder8  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder9  = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder10 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.ComplexBorder complexBorder11 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine));
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     this.miniToolStrip        = new System.Windows.Forms.ToolStrip();
     this.toolStripFilter      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel3      = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2   = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel1      = new System.Windows.Forms.ToolStripButton();
     this.cmbFilterWarningType = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2      = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1   = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripButton1     = new System.Windows.Forms.ToolStripButton();
     this.cmbFilterLocation    = new System.Windows.Forms.ToolStripComboBox();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.farpointFilter1      = new LibCommonControl.FarpointFilter();
     this.fpRules           = new FarPoint.Win.Spread.FpSpread();
     this.fpRules_Sheet1    = new FarPoint.Win.Spread.SheetView();
     this.propertyGridRules = new System.Windows.Forms.PropertyGrid();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.clrDlg            = new System.Windows.Forms.ColorDialog();
     this.toolStripFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpRules)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpRules_Sheet1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // miniToolStrip
     //
     this.miniToolStrip.AutoSize    = false;
     this.miniToolStrip.CanOverflow = false;
     this.miniToolStrip.Dock        = System.Windows.Forms.DockStyle.None;
     this.miniToolStrip.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.miniToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.miniToolStrip.Location    = new System.Drawing.Point(104, 0);
     this.miniToolStrip.Name        = "miniToolStrip";
     this.miniToolStrip.Size        = new System.Drawing.Size(105, 24);
     this.miniToolStrip.TabIndex    = 26;
     //
     // toolStripFilter
     //
     this.toolStripFilter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel3,
         this.toolStripComboBox2,
         this.toolStripLabel1,
         this.cmbFilterWarningType,
         this.toolStripLabel2,
         this.toolStripComboBox1,
         this.toolStripButton1,
         this.cmbFilterLocation
     });
     this.toolStripFilter.Location = new System.Drawing.Point(0, 0);
     this.toolStripFilter.Name     = "toolStripFilter";
     this.toolStripFilter.Size     = new System.Drawing.Size(911, 25);
     this.toolStripFilter.TabIndex = 28;
     this.toolStripFilter.Text     = "toolStrip1";
     this.toolStripFilter.Visible  = false;
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(53, 22);
     this.toolStripLabel3.Text = "规则类别";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox2.Name          = "toolStripComboBox2";
     this.toolStripComboBox2.Size          = new System.Drawing.Size(121, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripLabel1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripLabel1.Image")));
     this.toolStripLabel1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(57, 22);
     this.toolStripLabel1.Text = "预警类型";
     //
     // cmbFilterWarningType
     //
     this.cmbFilterWarningType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFilterWarningType.Name                  = "cmbFilterWarningType";
     this.cmbFilterWarningType.Size                  = new System.Drawing.Size(121, 25);
     this.cmbFilterWarningType.SelectedIndexChanged += new System.EventHandler(this.cmbFilterWarningType_SelectedIndexChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(53, 22);
     this.toolStripLabel2.Text = "预警级别";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.toolStripComboBox1.Items.AddRange(new object[] {
         "黄色预警",
         "红色预警"
     });
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(57, 22);
     this.toolStripButton1.Text = "适用位置";
     //
     // cmbFilterLocation
     //
     this.cmbFilterLocation.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFilterLocation.Name                  = "cmbFilterLocation";
     this.cmbFilterLocation.Size                  = new System.Drawing.Size(121, 25);
     this.cmbFilterLocation.SelectedIndexChanged += new System.EventHandler(this.cmbFilterLocation_SelectedIndexChanged);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 17);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.farpointFilter1);
     this.splitContainer1.Panel1.Controls.Add(this.fpRules);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyGridRules);
     this.splitContainer1.Size             = new System.Drawing.Size(905, 532);
     this.splitContainer1.SplitterDistance = 689;
     this.splitContainer1.TabIndex         = 29;
     //
     // farpointFilter1
     //
     this.farpointFilter1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.farpointFilter1.BackColor                = System.Drawing.Color.Transparent;
     this.farpointFilter1.Location                 = new System.Drawing.Point(187, 502);
     this.farpointFilter1.Name                     = "farpointFilter1";
     this.farpointFilter1.Size                     = new System.Drawing.Size(499, 25);
     this.farpointFilter1.TabIndex                 = 29;
     this.farpointFilter1.OnCheckFilterChanged    += new LibCommonControl.FarpointFilter.CheckHideEventHandler(this.farpointFilter1_OnCheckFilterChanged);
     this.farpointFilter1.OnClickFitColorBtnOK    += new LibCommonControl.FarpointFilter.ClickFitColorBtnEventHandler(this.farpointFilter1_OnClickFitColorBtnOK);
     this.farpointFilter1.OnClickNotFitColorBtnOK += new LibCommonControl.FarpointFilter.ClickFitColorBtnEventHandler(this.farpointFilter1_OnClickNotFitColorBtnOK);
     this.farpointFilter1.OnClickClearFilterBtn   += new LibCommonControl.FarpointFilter.ClickClearFilterBtnEventHandler(this.farpointFilter1_OnClickClearFilterBtn);
     //
     // fpRules
     //
     this.fpRules.AccessibleDescription = "fpRules, Sheet1, Row 0, Column 0, 选择";
     this.fpRules.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.fpRules.ColumnSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpRules.Location             = new System.Drawing.Point(2, 6);
     this.fpRules.Name = "fpRules";
     this.fpRules.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpRules.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpRules_Sheet1
     });
     this.fpRules.Size       = new System.Drawing.Size(689, 492);
     this.fpRules.TabIndex   = 28;
     this.fpRules.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpRules_CellClick);
     this.fpRules.SetViewportLeftColumn(0, 0, 2);
     this.fpRules.SetViewportTopRow(0, 0, 1);
     this.fpRules.SetActiveViewport(0, -1, -1);
     //
     // fpRules_Sheet1
     //
     this.fpRules_Sheet1.Reset();
     fpRules_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpRules_Sheet1.ReferenceStyle                       = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     fpRules_Sheet1.ColumnCount                               = 12;
     fpRules_Sheet1.RowCount                                  = 1;
     this.fpRules_Sheet1.AutoSortFrozenRows                   = false;
     this.fpRules_Sheet1.Cells.Get(0, 0).Border               = complexBorder1;
     this.fpRules_Sheet1.Cells.Get(0, 0).CellType             = generalCellType1;
     this.fpRules_Sheet1.Cells.Get(0, 0).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 0).Value                = "选择";
     this.fpRules_Sheet1.Cells.Get(0, 0).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 1).Border               = complexBorder2;
     this.fpRules_Sheet1.Cells.Get(0, 1).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 1).Value                = "规则编码";
     this.fpRules_Sheet1.Cells.Get(0, 1).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 2).Border               = complexBorder3;
     this.fpRules_Sheet1.Cells.Get(0, 2).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 2).Value                = "规则类别";
     this.fpRules_Sheet1.Cells.Get(0, 3).Border               = complexBorder4;
     this.fpRules_Sheet1.Cells.Get(0, 3).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 3).Value                = "预警类型";
     this.fpRules_Sheet1.Cells.Get(0, 3).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 4).Border               = complexBorder5;
     this.fpRules_Sheet1.Cells.Get(0, 4).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 4).Value                = "预警级别";
     this.fpRules_Sheet1.Cells.Get(0, 4).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 5).Border               = complexBorder6;
     this.fpRules_Sheet1.Cells.Get(0, 5).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 5).Value                = "适用位置";
     this.fpRules_Sheet1.Cells.Get(0, 5).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 6).Border               = complexBorder7;
     this.fpRules_Sheet1.Cells.Get(0, 6).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 6).Value                = "规则描述";
     this.fpRules_Sheet1.Cells.Get(0, 6).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 7).Border               = complexBorder8;
     this.fpRules_Sheet1.Cells.Get(0, 7).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 7).Value                = "指标类型";
     this.fpRules_Sheet1.Cells.Get(0, 7).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 8).Border               = complexBorder9;
     this.fpRules_Sheet1.Cells.Get(0, 8).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 8).Value                = "比较符";
     this.fpRules_Sheet1.Cells.Get(0, 8).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 9).Border               = complexBorder10;
     this.fpRules_Sheet1.Cells.Get(0, 9).Font                 = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 9).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 9).Value                = "修改日期";
     this.fpRules_Sheet1.Cells.Get(0, 9).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 10).Border              = complexBorder11;
     this.fpRules_Sheet1.Cells.Get(0, 10).Font                = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 10).Value               = "备注";
     this.fpRules_Sheet1.Cells.Get(0, 10).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Cells.Get(0, 11).Font                = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.fpRules_Sheet1.Cells.Get(0, 11).Value               = "ID";
     this.fpRules_Sheet1.Columns.Get(0).CellType              = checkBoxCellType1;
     this.fpRules_Sheet1.Columns.Get(0).Locked                = false;
     this.fpRules_Sheet1.Columns.Get(0).Width                 = 51F;
     this.fpRules_Sheet1.Columns.Get(1).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(1).HorizontalAlignment   = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(1).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(1).Width                 = 79F;
     this.fpRules_Sheet1.Columns.Get(2).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(2).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(2).Width                 = 94F;
     this.fpRules_Sheet1.Columns.Get(3).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(3).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(3).Width                 = 107F;
     this.fpRules_Sheet1.Columns.Get(4).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(4).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(4).Width                 = 124F;
     this.fpRules_Sheet1.Columns.Get(5).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(5).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(5).Width                 = 77F;
     this.fpRules_Sheet1.Columns.Get(6).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(6).VerticalAlignment     = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(6).Width                 = 430F;
     this.fpRules_Sheet1.Columns.Get(7).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(7).Width                 = 107F;
     this.fpRules_Sheet1.Columns.Get(8).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(8).Width                 = 107F;
     this.fpRules_Sheet1.Columns.Get(9).AllowAutoSort         = true;
     this.fpRules_Sheet1.Columns.Get(9).Width                 = 151F;
     this.fpRules_Sheet1.Columns.Get(10).AllowAutoSort        = true;
     this.fpRules_Sheet1.Columns.Get(10).Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.fpRules_Sheet1.Columns.Get(10).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.fpRules_Sheet1.Columns.Get(10).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.Columns.Get(10).Width                = 200F;
     this.fpRules_Sheet1.Columns.Get(11).TabStop              = false;
     this.fpRules_Sheet1.Columns.Get(11).Visible              = false;
     this.fpRules_Sheet1.DefaultStyle.HorizontalAlignment     = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpRules_Sheet1.DefaultStyle.NoteIndicatorColor      = System.Drawing.Color.Red;
     this.fpRules_Sheet1.DefaultStyle.Parent                  = "DataAreaDefault";
     this.fpRules_Sheet1.DefaultStyle.VerticalAlignment       = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.FrozenColumnCount                    = 2;
     this.fpRules_Sheet1.FrozenRowCount                       = 1;
     this.fpRules_Sheet1.RowHeader.Columns.Default.Resizable  = false;
     this.fpRules_Sheet1.Rows.Get(0).Font                     = new System.Drawing.Font("宋体", 18F);
     this.fpRules_Sheet1.Rows.Get(0).Height                   = 30F;
     this.fpRules_Sheet1.Rows.Get(0).HorizontalAlignment      = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.fpRules_Sheet1.Rows.Get(0).Locked                   = true;
     this.fpRules_Sheet1.Rows.Get(0).VerticalAlignment        = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.fpRules_Sheet1.SelectionPolicy                      = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.fpRules_Sheet1.SelectionUnit                        = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.fpRules_Sheet1.ShowRowSelector                      = true;
     this.fpRules_Sheet1.ReferenceStyle                       = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // propertyGridRules
     //
     this.propertyGridRules.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridRules.Location              = new System.Drawing.Point(0, 0);
     this.propertyGridRules.Name                  = "propertyGridRules";
     this.propertyGridRules.Size                  = new System.Drawing.Size(212, 532);
     this.propertyGridRules.TabIndex              = 24;
     this.propertyGridRules.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridRules_PropertyValueChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.splitContainer1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(911, 552);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     //
     // PreWarningRulesPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(911, 552);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStripFilter);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "PreWarningRulesPanel";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "预警规则管理";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.PreWarningRulesManagement_Load);
     this.toolStripFilter.ResumeLayout(false);
     this.toolStripFilter.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpRules)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpRules_Sheet1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #28
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType2     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType3     = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType4     = new FarPoint.Win.Spread.CellType.TextCellType();
            this.gbQuery           = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.ckState           = new Neusoft.FrameWork.WinForms.Controls.NeuCheckBox();
            this.txtCardNo         = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.neuLabel1         = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.gbInfo            = new Neusoft.FrameWork.WinForms.Controls.NeuGroupBox();
            this.lblmemo           = new Neusoft.FrameWork.WinForms.Controls.NeuLabel();
            this.txtMemo           = new Neusoft.FrameWork.WinForms.Controls.NeuTextBox();
            this.ucRegPatientInfo1 = new Neusoft.HISFC.Components.Account.Controls.ucRegPatientInfo();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.gbQuery.SuspendLayout();
            this.gbInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // gbQuery
            //
            this.gbQuery.Controls.Add(this.ckState);
            this.gbQuery.Controls.Add(this.txtCardNo);
            this.gbQuery.Controls.Add(this.neuLabel1);
            this.gbQuery.Dock     = System.Windows.Forms.DockStyle.Top;
            this.gbQuery.Location = new System.Drawing.Point(0, 0);
            this.gbQuery.Name     = "gbQuery";
            this.gbQuery.Size     = new System.Drawing.Size(981, 51);
            this.gbQuery.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.gbQuery.TabIndex = 0;
            this.gbQuery.TabStop  = false;
            this.gbQuery.Text     = "查询患者";
            //
            // ckState
            //
            this.ckState.AutoSize = true;
            this.ckState.Enabled  = false;
            this.ckState.Location = new System.Drawing.Point(284, 23);
            this.ckState.Name     = "ckState";
            this.ckState.Size     = new System.Drawing.Size(144, 16);
            this.ckState.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.ckState.TabIndex = 2;
            this.ckState.Text     = "患者当前是否在黑名单";
            this.ckState.UseVisualStyleBackColor = true;
            //
            // txtCardNo
            //
            this.txtCardNo.IsEnter2Tab = false;
            this.txtCardNo.Location    = new System.Drawing.Point(73, 19);
            this.txtCardNo.Name        = "txtCardNo";
            this.txtCardNo.Size        = new System.Drawing.Size(172, 21);
            this.txtCardNo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtCardNo.TabIndex    = 1;
            this.txtCardNo.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.txtCardNo_KeyDown);
            //
            // neuLabel1
            //
            this.neuLabel1.AutoSize = true;
            this.neuLabel1.Location = new System.Drawing.Point(25, 24);
            this.neuLabel1.Name     = "neuLabel1";
            this.neuLabel1.Size     = new System.Drawing.Size(41, 12);
            this.neuLabel1.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.neuLabel1.TabIndex = 0;
            this.neuLabel1.Text     = "病历号";
            //
            // gbInfo
            //
            this.gbInfo.Controls.Add(this.lblmemo);
            this.gbInfo.Controls.Add(this.txtMemo);
            this.gbInfo.Controls.Add(this.ucRegPatientInfo1);
            this.gbInfo.Dock     = System.Windows.Forms.DockStyle.Top;
            this.gbInfo.Location = new System.Drawing.Point(0, 51);
            this.gbInfo.Name     = "gbInfo";
            this.gbInfo.Size     = new System.Drawing.Size(981, 326);
            this.gbInfo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.gbInfo.TabIndex = 1;
            this.gbInfo.TabStop  = false;
            //
            // lblmemo
            //
            this.lblmemo.AutoSize = true;
            this.lblmemo.Location = new System.Drawing.Point(6, 15);
            this.lblmemo.Name     = "lblmemo";
            this.lblmemo.Size     = new System.Drawing.Size(137, 12);
            this.lblmemo.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.lblmemo.TabIndex = 3;
            this.lblmemo.Text     = "加入或排除黑名单原因:";
            //
            // txtMemo
            //
            this.txtMemo.IsEnter2Tab = false;
            this.txtMemo.Location    = new System.Drawing.Point(4, 36);
            this.txtMemo.Multiline   = true;
            this.txtMemo.Name        = "txtMemo";
            this.txtMemo.Size        = new System.Drawing.Size(286, 287);
            this.txtMemo.Style       = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.txtMemo.TabIndex    = 2;
            //
            // ucRegPatientInfo1
            //
            this.ucRegPatientInfo1.CardNO              = "";
            this.ucRegPatientInfo1.Enabled             = false;
            this.ucRegPatientInfo1.IsEnableEntry       = true;
            this.ucRegPatientInfo1.IsEnableIDENO       = true;
            this.ucRegPatientInfo1.IsEnableIDEType     = true;
            this.ucRegPatientInfo1.IsEnablePact        = true;
            this.ucRegPatientInfo1.IsEnableSiNO        = true;
            this.ucRegPatientInfo1.IsEnableVip         = true;
            this.ucRegPatientInfo1.IsInputBirthDay     = false;
            this.ucRegPatientInfo1.IsInputIDENO        = false;
            this.ucRegPatientInfo1.IsInputIDEType      = false;
            this.ucRegPatientInfo1.IsInputName         = true;
            this.ucRegPatientInfo1.IsInputPact         = false;
            this.ucRegPatientInfo1.IsInputSex          = false;
            this.ucRegPatientInfo1.IsInputSiNo         = false;
            this.ucRegPatientInfo1.IsLocalOperation    = true;
            this.ucRegPatientInfo1.IsMustInputTabIndex = false;
            this.ucRegPatientInfo1.IsPrint             = false;
            this.ucRegPatientInfo1.IsTreatment         = false;
            this.ucRegPatientInfo1.Location            = new System.Drawing.Point(296, 9);
            this.ucRegPatientInfo1.McardNO             = "";
            this.ucRegPatientInfo1.Name     = "ucRegPatientInfo1";
            this.ucRegPatientInfo1.Size     = new System.Drawing.Size(692, 306);
            this.ucRegPatientInfo1.TabIndex = 0;
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1";
            this.neuSpread1.BackColor             = System.Drawing.Color.White;
            this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.neuSpread1.FileName = "";
            this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
            this.neuSpread1.IsAutoSaveGridStatus      = false;
            this.neuSpread1.IsCanCustomConfigColumn   = false;
            this.neuSpread1.Location = new System.Drawing.Point(0, 377);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(981, 185);
            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;
            //
            // 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    = 5;
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value  = "病历号";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value  = "是否在黑名单";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value  = "原因";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value  = "操作员";
            this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value  = "操作时间";
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked    = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.Columns.Get(0).CellType             = textCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).Label               = "病历号";
            this.neuSpread1_Sheet1.Columns.Get(0).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(0).Width               = 88F;
            this.neuSpread1_Sheet1.Columns.Get(1).CellType            = checkBoxCellType1;
            this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.Columns.Get(1).Label               = "是否在黑名单";
            this.neuSpread1_Sheet1.Columns.Get(1).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(1).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.General;
            this.neuSpread1_Sheet1.Columns.Get(1).Width               = 80F;
            this.neuSpread1_Sheet1.Columns.Get(2).CellType            = textCellType2;
            this.neuSpread1_Sheet1.Columns.Get(2).Label               = "原因";
            this.neuSpread1_Sheet1.Columns.Get(2).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(2).Width               = 431F;
            this.neuSpread1_Sheet1.Columns.Get(3).CellType            = textCellType3;
            this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
            this.neuSpread1_Sheet1.Columns.Get(3).Label               = "操作员";
            this.neuSpread1_Sheet1.Columns.Get(3).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(3).Width               = 100F;
            this.neuSpread1_Sheet1.Columns.Get(4).CellType            = textCellType4;
            this.neuSpread1_Sheet1.Columns.Get(4).Label               = "操作时间";
            this.neuSpread1_Sheet1.Columns.Get(4).Locked              = true;
            this.neuSpread1_Sheet1.Columns.Get(4).Width               = 153F;
            this.neuSpread1_Sheet1.GrayAreaBackColor = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 37F;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.BackColor    = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor          = System.Drawing.Color.White;
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked             = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent             = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // ucBlackList
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread1);
            this.Controls.Add(this.gbInfo);
            this.Controls.Add(this.gbQuery);
            this.Name = "ucBlackList";
            this.Size = new System.Drawing.Size(981, 562);
            this.gbQuery.ResumeLayout(false);
            this.gbQuery.PerformLayout();
            this.gbInfo.ResumeLayout(false);
            this.gbInfo.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
Пример #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.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();
     this.splitterContainer = new System.Windows.Forms.SplitContainer();
     this.evoGroupBox1      = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.trvMenu           = new System.Windows.Forms.TreeView();
     this.evoGroupBox2      = new EVOFramework.Windows.Forms.EVOGroupBox();
     this.fpScreen          = new FarPoint.Win.Spread.FpSpread();
     this.shtScreen         = new FarPoint.Win.Spread.SheetView();
     this.panel1            = new System.Windows.Forms.Panel();
     this.btnMoveDown       = new EVOFramework.Windows.Forms.EVOButton();
     this.btnMoveUp         = new EVOFramework.Windows.Forms.EVOButton();
     this.ctxMenu           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuRegisterScreen = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRemoveScreen   = new System.Windows.Forms.ToolStripMenuItem();
     this.splitterContainer.Panel1.SuspendLayout();
     this.splitterContainer.Panel2.SuspendLayout();
     this.splitterContainer.SuspendLayout();
     this.evoGroupBox1.SuspendLayout();
     this.evoGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreen)).BeginInit();
     this.panel1.SuspendLayout();
     this.ctxMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // splitterContainer
     //
     this.splitterContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitterContainer.Location = new System.Drawing.Point(0, 0);
     this.splitterContainer.Name     = "splitterContainer";
     //
     // splitterContainer.Panel1
     //
     this.splitterContainer.Panel1.Controls.Add(this.evoGroupBox1);
     this.splitterContainer.Panel1.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
     this.splitterContainer.Panel1MinSize  = 250;
     //
     // splitterContainer.Panel2
     //
     this.splitterContainer.Panel2.Controls.Add(this.evoGroupBox2);
     this.splitterContainer.Panel2.Controls.Add(this.panel1);
     this.splitterContainer.Panel2.Padding   = new System.Windows.Forms.Padding(5, 5, 5, 10);
     this.splitterContainer.Size             = new System.Drawing.Size(710, 316);
     this.splitterContainer.SplitterDistance = 250;
     this.splitterContainer.SplitterWidth    = 5;
     this.splitterContainer.TabIndex         = 0;
     //
     // evoGroupBox1
     //
     this.evoGroupBox1.AppearanceName = "";
     this.evoGroupBox1.Controls.Add(this.trvMenu);
     this.evoGroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.evoGroupBox1.Location = new System.Drawing.Point(5, 10);
     this.evoGroupBox1.Name     = "evoGroupBox1";
     this.evoGroupBox1.Padding  = new System.Windows.Forms.Padding(5);
     this.evoGroupBox1.Size     = new System.Drawing.Size(240, 296);
     this.evoGroupBox1.TabIndex = 0;
     this.evoGroupBox1.TabStop  = false;
     this.evoGroupBox1.Text     = "Menu List";
     //
     // trvMenu
     //
     this.trvMenu.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.trvMenu.FullRowSelect = true;
     this.trvMenu.HideSelection = false;
     this.trvMenu.Location      = new System.Drawing.Point(5, 18);
     this.trvMenu.Name          = "trvMenu";
     this.trvMenu.Size          = new System.Drawing.Size(230, 273);
     this.trvMenu.TabIndex      = 0;
     this.trvMenu.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.trvMenu_AfterSelect);
     this.trvMenu.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.trvMenu_MouseDown);
     //
     // evoGroupBox2
     //
     this.evoGroupBox2.AppearanceName = "";
     this.evoGroupBox2.Controls.Add(this.fpScreen);
     this.evoGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.evoGroupBox2.Location = new System.Drawing.Point(5, 5);
     this.evoGroupBox2.Name     = "evoGroupBox2";
     this.evoGroupBox2.Padding  = new System.Windows.Forms.Padding(5);
     this.evoGroupBox2.Size     = new System.Drawing.Size(408, 301);
     this.evoGroupBox2.TabIndex = 1;
     this.evoGroupBox2.TabStop  = false;
     this.evoGroupBox2.Text     = "Screen List";
     //
     // fpScreen
     //
     this.fpScreen.About = "2.5.2015.2005";
     this.fpScreen.AccessibleDescription = "fpScreen, Sheet1";
     this.fpScreen.BackColor             = System.Drawing.SystemColors.Control;
     this.fpScreen.ColumnSplitBoxPolicy  = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpScreen.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fpScreen.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreen.Location              = new System.Drawing.Point(5, 18);
     this.fpScreen.Name                  = "fpScreen";
     this.fpScreen.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.fpScreen.RowSplitBoxPolicy     = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpScreen.ScrollBarTrackPolicy  = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpScreen.SelectionBlockOptions = ((FarPoint.Win.Spread.SelectionBlockOptions)((FarPoint.Win.Spread.SelectionBlockOptions.Cells | FarPoint.Win.Spread.SelectionBlockOptions.Rows)));
     this.fpScreen.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtScreen
     });
     this.fpScreen.Size     = new System.Drawing.Size(398, 278);
     this.fpScreen.TabIndex = 0;
     this.fpScreen.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreen.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.fpScreen_MouseDown);
     this.fpScreen.SelectionChanged += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.fpScreen_SelectionChanged);
     //
     // shtScreen
     //
     this.shtScreen.Reset();
     this.shtScreen.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtScreen.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtScreen.ColumnCount         = 3;
     this.shtScreen.RowCount            = 0;
     this.shtScreen.AutoCalculation     = false;
     this.shtScreen.AutoGenerateColumns = false;
     this.shtScreen.ColumnHeader.Cells.Get(0, 0).Value = " ";
     this.shtScreen.ColumnHeader.Cells.Get(0, 1).Value = "Screen Code";
     this.shtScreen.ColumnHeader.Cells.Get(0, 2).Value = "Original Title";
     this.shtScreen.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtScreen.Columns.Get(0).CellType            = checkBoxCellType1;
     this.shtScreen.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtScreen.Columns.Get(0).Label           = " ";
     this.shtScreen.Columns.Get(0).Width           = 38F;
     this.shtScreen.Columns.Get(1).AllowAutoFilter = true;
     this.shtScreen.Columns.Get(1).AllowAutoSort   = true;
     this.shtScreen.Columns.Get(1).CellType        = textCellType1;
     this.shtScreen.Columns.Get(1).Label           = "Screen Code";
     this.shtScreen.Columns.Get(1).Locked          = true;
     this.shtScreen.Columns.Get(1).Tag             = "Screen Code";
     this.shtScreen.Columns.Get(1).Width           = 137F;
     this.shtScreen.Columns.Get(2).AllowAutoFilter = true;
     this.shtScreen.Columns.Get(2).AllowAutoSort   = true;
     this.shtScreen.Columns.Get(2).CellType        = textCellType2;
     this.shtScreen.Columns.Get(2).Label           = "Original Title";
     this.shtScreen.Columns.Get(2).Locked          = true;
     this.shtScreen.Columns.Get(2).Tag             = "Original Title";
     this.shtScreen.Columns.Get(2).Width           = 146F;
     this.shtScreen.DataAutoCellTypes   = false;
     this.shtScreen.DataAutoHeadings    = false;
     this.shtScreen.DataAutoSizeColumns = false;
     this.shtScreen.RowHeader.Columns.Default.Resizable = true;
     this.shtScreen.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtScreen.SelectionUnit   = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.shtScreen.ReferenceStyle  = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpScreen.SetActiveViewport(0, 1, 0);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnMoveDown);
     this.panel1.Controls.Add(this.btnMoveUp);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(413, 5);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(37, 301);
     this.panel1.TabIndex = 1;
     //
     // btnMoveDown
     //
     this.btnMoveDown.Anchor                  = System.Windows.Forms.AnchorStyles.None;
     this.btnMoveDown.AppearanceName          = "";
     this.btnMoveDown.ControlID               = null;
     this.btnMoveDown.Image                   = global::SystemMaintenance.Properties.Resources.DOWN_BTN;
     this.btnMoveDown.Location                = new System.Drawing.Point(3, 153);
     this.btnMoveDown.Name                    = "btnMoveDown";
     this.btnMoveDown.Size                    = new System.Drawing.Size(31, 31);
     this.btnMoveDown.TabIndex                = 1;
     this.btnMoveDown.UseVisualStyleBackColor = true;
     this.btnMoveDown.Click                  += new System.EventHandler(this.btnMoveDown_Click);
     //
     // btnMoveUp
     //
     this.btnMoveUp.Anchor                  = System.Windows.Forms.AnchorStyles.None;
     this.btnMoveUp.AppearanceName          = "";
     this.btnMoveUp.ControlID               = null;
     this.btnMoveUp.Image                   = global::SystemMaintenance.Properties.Resources.UP_BTN;
     this.btnMoveUp.Location                = new System.Drawing.Point(3, 116);
     this.btnMoveUp.Name                    = "btnMoveUp";
     this.btnMoveUp.Size                    = new System.Drawing.Size(31, 31);
     this.btnMoveUp.TabIndex                = 0;
     this.btnMoveUp.UseVisualStyleBackColor = true;
     this.btnMoveUp.Click                  += new System.EventHandler(this.btnMoveUp_Click);
     //
     // ctxMenu
     //
     this.ctxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuRegisterScreen,
         this.mnuRemoveScreen
     });
     this.ctxMenu.Name = "ctxMenu";
     this.ctxMenu.Size = new System.Drawing.Size(204, 48);
     //
     // mnuRegisterScreen
     //
     this.mnuRegisterScreen.Name   = "mnuRegisterScreen";
     this.mnuRegisterScreen.Size   = new System.Drawing.Size(203, 22);
     this.mnuRegisterScreen.Text   = "Register Screen to Menu";
     this.mnuRegisterScreen.Click += new System.EventHandler(this.mnuRegisterScreen_Click);
     //
     // mnuRemoveScreen
     //
     this.mnuRemoveScreen.Name   = "mnuRemoveScreen";
     this.mnuRemoveScreen.Size   = new System.Drawing.Size(203, 22);
     this.mnuRemoveScreen.Text   = "Remove Screen from Menu";
     this.mnuRemoveScreen.Click += new System.EventHandler(this.mnuRemoveScreen_Click);
     //
     // SFM010_MenuRegister
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(710, 316);
     this.Controls.Add(this.splitterContainer);
     this.MinimumSize   = new System.Drawing.Size(700, 350);
     this.Name          = "SFM010_MenuRegister";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text          = "SFM010 Menu Register";
     this.Load         += new System.EventHandler(this.SFM010_MenuRegister_Load);
     this.Shown        += new System.EventHandler(this.SFM010_MenuRegister_Shown);
     this.splitterContainer.Panel1.ResumeLayout(false);
     this.splitterContainer.Panel2.ResumeLayout(false);
     this.splitterContainer.ResumeLayout(false);
     this.evoGroupBox1.ResumeLayout(false);
     this.evoGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpScreen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreen)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ctxMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.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();
     this.stcFind     = new EVOFramework.Windows.Forms.EVOLabel();
     this.txtFind     = new EVOFramework.Windows.Forms.EVOTextBox();
     this.fpScreen    = new FarPoint.Win.Spread.FpSpread();
     this.shtScreen   = new FarPoint.Win.Spread.SheetView();
     this.btnRegister = new EVOFramework.Windows.Forms.EVOButton();
     this.btnCancel   = new EVOFramework.Windows.Forms.EVOButton();
     ((System.ComponentModel.ISupportInitialize)(this.fpScreen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreen)).BeginInit();
     this.SuspendLayout();
     //
     // stcFind
     //
     this.stcFind.AppearanceName = "";
     this.stcFind.ControlID      = "";
     this.stcFind.Location       = new System.Drawing.Point(3, 11);
     this.stcFind.Name           = "stcFind";
     this.stcFind.PathString     = null;
     this.stcFind.PathValue      = "Finding:";
     this.stcFind.Size           = new System.Drawing.Size(69, 23);
     this.stcFind.TabIndex       = 0;
     this.stcFind.Text           = "Finding:";
     this.stcFind.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     //
     // txtFind
     //
     this.txtFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFind.AppearanceName         = "";
     this.txtFind.AppearanceReadOnlyName = "";
     this.txtFind.ControlID           = "";
     this.txtFind.DisableRestrictChar = true;
     this.txtFind.HelpButton          = null;
     this.txtFind.Location            = new System.Drawing.Point(78, 8);
     this.txtFind.Name       = "txtFind";
     this.txtFind.PathString = null;
     this.txtFind.PathValue  = "";
     this.txtFind.Size       = new System.Drawing.Size(298, 20);
     this.txtFind.TabIndex   = 1;
     this.txtFind.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.txtFind_KeyUp);
     //
     // fpScreen
     //
     this.fpScreen.About = "2.5.2015.2005";
     this.fpScreen.AccessibleDescription = "fpScreen, Sheet1";
     this.fpScreen.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.fpScreen.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpScreen.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpScreen.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpScreen.Location             = new System.Drawing.Point(6, 37);
     this.fpScreen.Name                 = "fpScreen";
     this.fpScreen.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpScreen.RowSplitBoxPolicy    = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpScreen.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpScreen.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtScreen
     });
     this.fpScreen.Size     = new System.Drawing.Size(370, 233);
     this.fpScreen.TabIndex = 2;
     this.fpScreen.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     //
     // shtScreen
     //
     this.shtScreen.Reset();
     this.shtScreen.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtScreen.ReferenceStyle      = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtScreen.ColumnCount         = 3;
     this.shtScreen.RowCount            = 0;
     this.shtScreen.AutoCalculation     = false;
     this.shtScreen.AutoGenerateColumns = false;
     this.shtScreen.ColumnHeader.Cells.Get(0, 0).Value = "Sel";
     this.shtScreen.ColumnHeader.Cells.Get(0, 1).Value = "Screen Code";
     this.shtScreen.ColumnHeader.Cells.Get(0, 2).Value = "Original Title";
     this.shtScreen.ColumnHeader.Rows.Get(0).Height    = 40F;
     this.shtScreen.Columns.Get(0).CellType            = checkBoxCellType1;
     this.shtScreen.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.shtScreen.Columns.Get(0).Label           = "Sel";
     this.shtScreen.Columns.Get(0).Width           = 38F;
     this.shtScreen.Columns.Get(1).AllowAutoFilter = true;
     this.shtScreen.Columns.Get(1).AllowAutoSort   = true;
     this.shtScreen.Columns.Get(1).CellType        = textCellType1;
     this.shtScreen.Columns.Get(1).Label           = "Screen Code";
     this.shtScreen.Columns.Get(1).Locked          = true;
     this.shtScreen.Columns.Get(1).Width           = 137F;
     this.shtScreen.Columns.Get(2).AllowAutoFilter = true;
     this.shtScreen.Columns.Get(2).AllowAutoSort   = true;
     this.shtScreen.Columns.Get(2).CellType        = textCellType2;
     this.shtScreen.Columns.Get(2).Label           = "Original Title";
     this.shtScreen.Columns.Get(2).Locked          = true;
     this.shtScreen.Columns.Get(2).Width           = 146F;
     this.shtScreen.DataAutoCellTypes   = false;
     this.shtScreen.DataAutoHeadings    = false;
     this.shtScreen.DataAutoSizeColumns = false;
     this.shtScreen.RowHeader.Columns.Default.Resizable = true;
     this.shtScreen.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpScreen.SetActiveViewport(0, 1, 0);
     //
     // btnRegister
     //
     this.btnRegister.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegister.AppearanceName          = "";
     this.btnRegister.ControlID               = null;
     this.btnRegister.Location                = new System.Drawing.Point(220, 276);
     this.btnRegister.Name                    = "btnRegister";
     this.btnRegister.Size                    = new System.Drawing.Size(75, 23);
     this.btnRegister.TabIndex                = 3;
     this.btnRegister.Text                    = "Register";
     this.btnRegister.UseVisualStyleBackColor = true;
     this.btnRegister.Click                  += new System.EventHandler(this.btnRegister_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.AppearanceName          = "";
     this.btnCancel.ControlID               = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(301, 276);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 4;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // SFM0101_ScreenList
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.CancelButton  = this.btnCancel;
     this.ClientSize    = new System.Drawing.Size(384, 307);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnRegister);
     this.Controls.Add(this.fpScreen);
     this.Controls.Add(this.txtFind);
     this.Controls.Add(this.stcFind);
     this.Name          = "SFM0101_ScreenList";
     this.ShowInTaskbar = false;
     this.Text          = "Screen List Dialog";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.SFM011_ScreenList_Load);
     this.Shown        += new System.EventHandler(this.SFM011_ScreenList_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.fpScreen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtScreen)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }