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

        }
Example #2
0
        private void setGrdViewHM20()
        {
            FarPoint.Win.Spread.CellType.CurrencyCellType ctest       = new FarPoint.Win.Spread.CellType.CurrencyCellType();
            FarPoint.Win.Spread.CellType.TextCellType     objTextCell = new FarPoint.Win.Spread.CellType.TextCellType();
            FarPoint.Win.Spread.CellType.ButtonCellType   buttencell  = new FarPoint.Win.Spread.CellType.ButtonCellType();
            FarPoint.Win.Spread.CellType.ComboBoxCellType combocell   = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            combocell.Items = sC.mHisDB.fm20;

            grdView.Sheets[2].ColumnCount   = colBMCnt;
            grdView.Sheets[2].OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;

            grdView.Sheets[2].ColumnHeader.Cells[0, colBMedit].Text = "edit";
            grdView.Sheets[2].ColumnHeader.Cells[0, colBMsave].Text = "save";
            grdView.Sheets[2].ColumnHeader.Cells[0, colBMCode].Text = "code";
            grdView.Sheets[2].ColumnHeader.Cells[0, colBMDesc].Text = "Description";
            //grdView.Sheets[1].ColumnHeader.Cells[0, colM06Grpss2].Text = "edit";

            grdView.Sheets[2].Columns[colBMedit].Width = 50;
            grdView.Sheets[2].Columns[colBMsave].Width = 50;
            grdView.Sheets[2].Columns[colBMCode].Width = 80;
            grdView.Sheets[2].Columns[colBMDesc].Width = 200;
            //grdView.Sheets[1].Columns[colM06Grpss2].Width = 50;
            //grdView.Sheets[0].Columns[colE].Width = 50;

            grdView.Sheets[2].Columns[colBMedit].CellType = buttencell;
            grdView.Sheets[2].Columns[colBMsave].CellType = buttencell;
            grdView.Sheets[2].Columns[colBMCode].CellType = objTextCell;
            grdView.Sheets[2].Columns[colBMDesc].CellType = objTextCell;
            //grdView.Sheets[1].Columns[colM06Grpss2].CellType = objTextCell;
        }
Example #3
0
        /// <summary>
        /// 设置farpoint
        /// </summary>
        /// <param name="alColections"></param>
        private void SetFarpointValue(ArrayList alColections)
        {
            decimal rowCount = Math.Ceiling(Neusoft.FrameWork.Function.NConvert.ToDecimal(alColections.Count / 5));  //求余和商


            this.neuSpread1_Sheet1.RowCount    = Neusoft.FrameWork.Function.NConvert.ToInt32(rowCount);
            this.neuSpread1_Sheet1.ColumnCount = 5;

            int j = 0;

            for (int i = 0; i < alColections.Count; i++)
            {
                int k = Neusoft.FrameWork.Function.NConvert.ToInt32(Math.Ceiling(Neusoft.FrameWork.Function.NConvert.ToDecimal(i / 5)));  //求余和商

                int mod = 0;

                Math.DivRem(i, 5, out mod);


                Neusoft.FrameWork.Models.NeuObject obj = alColections[i] as Neusoft.FrameWork.Models.NeuObject;

                FarPoint.Win.Spread.CellType.ButtonCellType btCell = new FarPoint.Win.Spread.CellType.ButtonCellType();
                btCell.Text = obj.Name + "\n(" + obj.ID + ")";
                this.neuSpread1_Sheet1.Cells[k, mod].CellType = btCell;


                this.neuSpread1_Sheet1.Cells[k, mod].Tag = obj;
            }
        }
Example #4
0
        /// <summary>
        /// 显示本科室全部摆药台列表
        /// </summary>
        public virtual void ShowControlList(string deptCode)
        {
            //清除当前显示的摆药台
            this.neuSpread1_Sheet1.Rows.Count = 0;

            //判断科室编码是否存在
            if (deptCode == "")
            {
                MessageBox.Show(Language.Msg("无效的摆药科室!没有可以选择的摆药台"));
                return;
            }

            //定义药房管理类
            Neusoft.HISFC.BizLogic.Pharmacy.DrugStore drugStoreManager = new Neusoft.HISFC.BizLogic.Pharmacy.DrugStore();

            //取本科室全部摆药台列表
            ArrayList al = drugStoreManager.QueryDrugControlList(deptCode);

            //{50CAFFB7-1E18-4b0d-95D6-CEC019D4C35D} 权限控制摆药台 add by guanyx
            al = this.FliterControl(al);

            if (al == null)
            {
                MessageBox.Show(drugStoreManager.Err);
                return;
            }
            if (al.Count == 0)
            {
                MessageBox.Show(Language.Msg("您所在的科室没有设置摆药台,请先检查本科室的摆药台。\n\r或者您没有操作摆药台的权限,请检查您的权限"));
                return;
            }

            this.neuSpread1_Sheet1.Rows.Add(0, al.Count);
            Neusoft.HISFC.Models.Pharmacy.DrugControl drugControl;
            for (int i = 0; i < al.Count; i++)
            {
                drugControl = al[i] as Neusoft.HISFC.Models.Pharmacy.DrugControl;

                FarPoint.Win.Spread.CellType.ButtonCellType btnType = new FarPoint.Win.Spread.CellType.ButtonCellType();
                btnType.ButtonColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(225)), ((System.Byte)(243)));
                btnType.Text        = drugControl.Name;
                btnType.TextDown    = drugControl.Name;
                this.neuSpread1_Sheet1.Cells[i, 0].CellType = btnType;
                this.neuSpread1_Sheet1.Cells[i, 1].Text     = drugControl.SendType == 0 ? "全部" : (drugControl.SendType == 1 ? "集中" : "临时");
                this.neuSpread1_Sheet1.Cells[i, 2].Text     = drugControl.ShowLevel == 0 ? "显示科室汇总" : (drugControl.ShowLevel == 1 ? "显示科室明细" : "显示患者明细");
                this.neuSpread1_Sheet1.Rows[i].Tag          = drugControl;
            }

            if (al.Count == 1)
            {
                this.drugControl = al[0] as Neusoft.HISFC.Models.Pharmacy.DrugControl;

                if (this.SelectControlEvent != null)
                {
                    this.SelectControlEvent(this.drugControl);
                }
                return;
            }
        }
Example #5
0
        private void setGrdViewH()
        {
            FarPoint.Win.Spread.EnhancedInterfaceRenderer outlinelook = new FarPoint.Win.Spread.EnhancedInterfaceRenderer();
            outlinelook.RangeGroupBackgroundColor   = Color.LightGreen;
            outlinelook.RangeGroupButtonBorderColor = Color.Red;
            outlinelook.RangeGroupLineColor         = Color.Blue;
            grdView.InterfaceRenderer = outlinelook;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            grdView.AllowColumnMove = true;
        }
        private void initFP()
        {
            //<PAD NAME="科室患者" PARENT="MAINTOP"  DLLNAME="WorkStation" CONTROLNAME="WorkStation.Controls.ucPatientList" ISALLOWMOVE="false" TITLECOLOR="" BACKCOLOR="">
            //    <PROPERTY ID ="name">value</PROPERTY>
            //</PAD>


            this.fpSpread1_Sheet1.ColumnCount = 9;
            this.fpSpread1_Sheet1.RowCount    = 4;
            FarPoint.Win.Spread.CellType.ComboBoxCellType combo  = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.ButtonCellType   button = new FarPoint.Win.Spread.CellType.ButtonCellType();
            FarPoint.Win.Spread.CellType.RichTextCellType rich   = new FarPoint.Win.Spread.CellType.RichTextCellType();
            rich.Multiline = true;
            String[] ss = new String[7];
            ss[0]       = "MAIN";
            ss[1]       = "MAINTOP";
            ss[2]       = "MAINTOP.LEFT";
            ss[3]       = "MAINTOP.RIGHT";
            ss[4]       = "MAINBOTTOM";
            ss[5]       = "MAINBOTTOM.LEFT";
            ss[6]       = "MAINBOTTOM.RIGHT";
            combo.Items = ss;
            this.fpSpread1_Sheet1.Rows.Default.Height = 150;
            this.fpSpread1_Sheet1.Columns[1].CellType = combo;
            this.fpSpread1_Sheet1.Columns[0].Label    = "NAME";
            this.fpSpread1_Sheet1.Columns[0].Width    = 80;
            this.fpSpread1_Sheet1.Columns[1].Label    = "PARENT";
            this.fpSpread1_Sheet1.Columns[1].Width    = 80;
            this.fpSpread1_Sheet1.Columns[2].Label    = "DLLNAME";
            this.fpSpread1_Sheet1.Columns[2].Width    = 80;
            this.fpSpread1_Sheet1.Columns[3].Label    = "CONTROLNAME";
            this.fpSpread1_Sheet1.Columns[3].Width    = 150;
            this.fpSpread1_Sheet1.Columns[4].Label    = "ISALLOWMOVE";
            this.fpSpread1_Sheet1.Columns[5].Label    = "TITLECOLOR";
            this.fpSpread1_Sheet1.Columns[5].Width    = 80;
            this.fpSpread1_Sheet1.Columns[6].Label    = "BACKCOLOR";
            this.fpSpread1_Sheet1.Columns[6].Width    = 80;
            this.fpSpread1_Sheet1.Columns[7].Label    = "PROPERTY"; //属性
            this.fpSpread1_Sheet1.Columns[7].CellType = rich;
            this.fpSpread1_Sheet1.Columns[7].Width    = 200;
            this.fpSpread1_Sheet1.Columns[8].Label    = "属性"; //属性
            this.fpSpread1_Sheet1.Columns[8].CellType = button;
        }
        private void InitSpread()
        {
            FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType = new FarPoint.Win.Spread.CellType.ButtonCellType();
            buttonCellType.Text = "...";
            FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType          = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
            FarPoint.Win.Spread.CellType.ComboBoxCellType comboBoxCellType          = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
            FarPoint.Win.Spread.CellType.TextCellType     textCellType              = new FarPoint.Win.Spread.CellType.TextCellType();
            Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType numCellType = new Neusoft.FrameWork.WinForms.Classes.MarkCellType.NumCellType();
            numCellType.DecimalPlaces = 0;
            comboBoxCellType.Items    = new string[] { "TextBox", "CheckBox", "ComboBox", "EditableComboBox", "DateTimePicker", "NumberCellType" };

            this.neuSpread1_Sheet1.OperationMode        = FarPoint.Win.Spread.OperationMode.RowMode;
            this.neuSpread1_Sheet1.RowCount             = 0;
            this.neuSpread1_Sheet1.ColumnCount          = 12;
            this.neuSpread1_Sheet1.Columns[0].Label     = "字段";
            this.neuSpread1_Sheet1.Columns[1].Label     = "名称";
            this.neuSpread1_Sheet1.Columns[2].Label     = "主键";
            this.neuSpread1_Sheet1.Columns[3].Label     = "过滤条件";
            this.neuSpread1_Sheet1.Columns[4].Label     = "锁定";
            this.neuSpread1_Sheet1.Columns[5].Label     = "排序";
            this.neuSpread1_Sheet1.Columns[6].Label     = "显示";
            this.neuSpread1_Sheet1.Columns[7].Label     = "显示类型";
            this.neuSpread1_Sheet1.Columns[8].Label     = "下拉框";
            this.neuSpread1_Sheet1.Columns[9].Label     = "数据类型";
            this.neuSpread1_Sheet1.Columns[10].Label    = "默认值";
            this.neuSpread1_Sheet1.Columns[11].Label    = "长度";
            this.neuSpread1_Sheet1.Columns[0].Locked    = true;
            this.neuSpread1_Sheet1.Columns[2].Locked    = true;
            this.neuSpread1_Sheet1.Columns[9].Locked    = true;
            this.neuSpread1_Sheet1.Columns[11].Locked   = true;
            this.neuSpread1_Sheet1.Columns[2].CellType  = checkBoxCellType;
            this.neuSpread1_Sheet1.Columns[3].CellType  = checkBoxCellType;
            this.neuSpread1_Sheet1.Columns[4].CellType  = checkBoxCellType;
            this.neuSpread1_Sheet1.Columns[5].CellType  = checkBoxCellType;
            this.neuSpread1_Sheet1.Columns[6].CellType  = checkBoxCellType;
            this.neuSpread1_Sheet1.Columns[7].CellType  = comboBoxCellType;
            this.neuSpread1_Sheet1.Columns[8].CellType  = buttonCellType;
            this.neuSpread1_Sheet1.Columns[10].CellType = textCellType;
            this.neuSpread1_Sheet1.Columns[11].CellType = numCellType;
            this.neuSpread1_Sheet1.Columns[0].Width     = 120;
            this.neuSpread1_Sheet1.Columns[1].Width     = 200;
            this.neuSpread1_Sheet1.Columns[7].Width     = 120;
        }
        /// <summary>
        /// 设置farpoint
        /// </summary>
        /// <param name="alColections"></param>
        private void SetFarpointValue(ArrayList alColections)
        {
            // decimal rowCount = Math.Ceiling(Neusoft.FrameWork.Function.NConvert.ToDecimal(alColections.Count / 3)); //求余和商
            int myMod    = 0;
            int rowCount = Math.DivRem(alColections.Count, 3, out myMod);

            if (myMod > 0)
            {
                rowCount = rowCount + 1;
            }

            this.neuSpread1_Sheet1.RowCount    = Neusoft.FrameWork.Function.NConvert.ToInt32(rowCount);
            this.neuSpread1_Sheet1.ColumnCount = 3;

            int j = 0;

            for (int i = 0; i < alColections.Count; i++)
            {
                int k = Neusoft.FrameWork.Function.NConvert.ToInt32(Math.Ceiling(Neusoft.FrameWork.Function.NConvert.ToDecimal(i / 3))); //求余和商

                int mod = 0;

                Math.DivRem(i, 3, out mod);


                Neusoft.FrameWork.Models.NeuObject obj = alColections[i] as Neusoft.FrameWork.Models.NeuObject;

                FarPoint.Win.Spread.CellType.ButtonCellType btCell = new FarPoint.Win.Spread.CellType.ButtonCellType();
                btCell.Text = obj.Name + "\n(" + obj.ID + ")";


                this.neuSpread1_Sheet1.Cells[k, mod].CellType = btCell;

                //btCell.Picture = Neusoft.FrameWork.WinForms.Classes.Function.GetImage(Neusoft.FrameWork.WinForms.Classes.EnumImageList.K科室);
                btCell.Picture = global::Neusoft.HISFC.Components.Registration.Properties.Resources.科室;
                this.neuSpread1_Sheet1.Cells[k, mod].Tag = obj;
            }
        }
Example #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.LineBorder lineBorder121 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder122 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder123 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder124 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder125 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder126 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder127 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder128 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder129 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder130 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder131 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder132 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder133 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder134 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder135 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder136 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder137 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder138 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder139 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder140 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder141 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder142 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder143 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder144 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.ButtonCellType    buttonCellType5 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(ucDiagnose));
     FarPoint.Win.LineBorder lineBorder145 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder146 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder147 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder148 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder149 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder150 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder151 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder152 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder153 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType19 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder154 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder155 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder156 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder157 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder158 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder159 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder160 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder161 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType20 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder162 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder163 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder164 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder165 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder166 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder167 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder168 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder169 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType21 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder170 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder171 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder172 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder173 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder174 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder175 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder176 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder177 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType22 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder178 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder179 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder180 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder181 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder182 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder183 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder184 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder185 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType23 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder186 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder187 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder188 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder189 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder190 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder191 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder192 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder193 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType24 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder194 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder195 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder196 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder197 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder198 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder199 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder200 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder201 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType25 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder202 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder203 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder204 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder205 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder206 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder207 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder208 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder209 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType26 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder210 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder211 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder212 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder213 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder214 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder215 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder216 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType6 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.LineBorder lineBorder217 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType27 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder218 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder219 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder220 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder221 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder222 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder223 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder224 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType7 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.LineBorder lineBorder225 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.NumberCellType numberCellType28 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.LineBorder lineBorder226 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder227 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder228 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder229 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.LineBorder lineBorder230 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder231 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder232 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType8 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.LineBorder lineBorder233 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, false, false, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.LineBorder lineBorder234 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder235 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder236 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder237 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder238 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder239 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.LineBorder lineBorder240 = new FarPoint.Win.LineBorder(System.Drawing.Color.Black, 1, false, true, true, false);
     FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
     this.neuSpreadDiagnose        = new NineVigor.FrameWork.WinForms.Controls.NineSpread();
     this.neuSpreadDiagnose_Sheet1 = new FarPoint.Win.Spread.SheetView();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpreadDiagnose)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpreadDiagnose_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // neuSpreadDiagnose
     //
     this.neuSpreadDiagnose.AccessibleDescription = "neuSpreadDiagnose, Sheet1, Row 0, Column 0, ";
     this.neuSpreadDiagnose.BackColor             = System.Drawing.Color.White;
     this.neuSpreadDiagnose.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.neuSpreadDiagnose.FileName = "";
     this.neuSpreadDiagnose.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuSpreadDiagnose.IsAutoSaveGridStatus      = false;
     this.neuSpreadDiagnose.IsCanCustomConfigColumn   = false;
     this.neuSpreadDiagnose.IsShowExport    = true;
     this.neuSpreadDiagnose.IsShowMenuStrip = true;
     this.neuSpreadDiagnose.Location        = new System.Drawing.Point(0, 0);
     this.neuSpreadDiagnose.Name            = "neuSpreadDiagnose";
     this.neuSpreadDiagnose.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.neuSpreadDiagnose.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.neuSpreadDiagnose_Sheet1
     });
     this.neuSpreadDiagnose.Size     = new System.Drawing.Size(983, 456);
     this.neuSpreadDiagnose.Style    = NineVigor.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuSpreadDiagnose.TabIndex = 0;
     this.neuSpreadDiagnose.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuSpreadDiagnose.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.neuSpreadDiagnose_KeyDown);
     this.neuSpreadDiagnose.TextChanged += new System.EventHandler(this.neuSpreadDiagnose_TextChanged);
     this.neuSpreadDiagnose.LeaveCell   += new FarPoint.Win.Spread.LeaveCellEventHandler(this.neuSpreadDiagnose_LeaveCell);
     this.neuSpreadDiagnose.EditModeOff += new System.EventHandler(this.neuSpreadDiagnose_EditModeOff);
     this.neuSpreadDiagnose.EditModeOn  += new System.EventHandler(this.neuSpreadDiagnose_EditModeOn);
     this.neuSpreadDiagnose.EnterCell   += new FarPoint.Win.Spread.EnterCellEventHandler(this.neuSpreadDiagnose_EnterCell);
     //
     // neuSpreadDiagnose_Sheet1
     //
     this.neuSpreadDiagnose_Sheet1.Reset();
     neuSpreadDiagnose_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.neuSpreadDiagnose_Sheet1.ReferenceStyle           = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     neuSpreadDiagnose_Sheet1.ColumnCount                   = 10;
     neuSpreadDiagnose_Sheet1.RowCount                      = 14;
     neuSpreadDiagnose_Sheet1.RowHeader.ColumnCount         = 0;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 1).Border   = lineBorder121;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 1).Value    = "门(急)诊诊断";
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 2).CellType = numberCellType15;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 3).Border   = lineBorder122;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 4).Border   = lineBorder123;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 5).Border   = lineBorder124;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 6).Border   = lineBorder125;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 7).Border   = lineBorder126;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 8).Border   = lineBorder127;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 9).Border   = lineBorder128;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(0, 9).CellType = textCellType7;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 1).Border   = lineBorder129;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 2).CellType = numberCellType16;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 3).Border   = lineBorder130;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 4).Border   = lineBorder131;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 5).Border   = lineBorder132;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 6).Border   = lineBorder133;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 7).Border   = lineBorder134;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 8).Border   = lineBorder135;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 9).Border   = lineBorder136;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(1, 9).CellType = textCellType8;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 1).Border   = lineBorder137;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 2).CellType = numberCellType17;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 3).Border   = lineBorder138;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 4).Border   = lineBorder139;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 5).Border   = lineBorder140;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 6).Border   = lineBorder141;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 7).Border   = lineBorder142;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 8).Border   = lineBorder143;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 9).Border   = lineBorder144;
     buttonCellType5.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType5.Picture      = ((System.Drawing.Image)(resources.GetObject("buttonCellType5.Picture")));
     this.neuSpreadDiagnose_Sheet1.Cells.Get(2, 9).CellType  = buttonCellType5;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 1).Border    = lineBorder145;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 1).Value     = "主要诊断";
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 2).CellType  = numberCellType18;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 3).Border    = lineBorder146;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 4).Border    = lineBorder147;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 5).Border    = lineBorder148;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 6).Border    = lineBorder149;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 7).Border    = lineBorder150;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 8).Border    = lineBorder151;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(3, 9).Border    = lineBorder152;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 1).Border    = lineBorder153;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 1).Value     = "其他诊断";
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 2).CellType  = numberCellType19;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 3).Border    = lineBorder154;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 4).Border    = lineBorder155;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 5).Border    = lineBorder156;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 6).Border    = lineBorder157;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 7).Border    = lineBorder158;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 8).Border    = lineBorder159;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(4, 9).Border    = lineBorder160;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 1).Border    = lineBorder161;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 2).CellType  = numberCellType20;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 3).Border    = lineBorder162;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 4).Border    = lineBorder163;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 5).Border    = lineBorder164;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 6).Border    = lineBorder165;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 7).Border    = lineBorder166;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 8).Border    = lineBorder167;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(5, 9).Border    = lineBorder168;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 1).Border    = lineBorder169;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 2).CellType  = numberCellType21;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 3).Border    = lineBorder170;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 4).Border    = lineBorder171;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 5).Border    = lineBorder172;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 6).Border    = lineBorder173;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 7).Border    = lineBorder174;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 8).Border    = lineBorder175;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(6, 9).Border    = lineBorder176;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 1).Border    = lineBorder177;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 2).CellType  = numberCellType22;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 3).Border    = lineBorder178;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 4).Border    = lineBorder179;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 5).Border    = lineBorder180;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 6).Border    = lineBorder181;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 7).Border    = lineBorder182;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 8).Border    = lineBorder183;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(7, 9).Border    = lineBorder184;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 1).Border    = lineBorder185;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 2).CellType  = numberCellType23;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 3).Border    = lineBorder186;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 4).Border    = lineBorder187;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 5).Border    = lineBorder188;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 6).Border    = lineBorder189;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 7).Border    = lineBorder190;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 8).Border    = lineBorder191;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(8, 9).Border    = lineBorder192;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 1).Border    = lineBorder193;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 2).CellType  = numberCellType24;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 3).Border    = lineBorder194;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 4).Border    = lineBorder195;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 5).Border    = lineBorder196;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 6).Border    = lineBorder197;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 7).Border    = lineBorder198;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 8).Border    = lineBorder199;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(9, 9).Border    = lineBorder200;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 1).Border   = lineBorder201;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 2).CellType = numberCellType25;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 3).Border   = lineBorder202;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 4).Border   = lineBorder203;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 5).Border   = lineBorder204;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 6).Border   = lineBorder205;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 7).Border   = lineBorder206;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 8).Border   = lineBorder207;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(10, 9).Border   = lineBorder208;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 1).Border   = lineBorder209;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 2).CellType = numberCellType26;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 3).Border   = lineBorder210;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 4).Border   = lineBorder211;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 5).Border   = lineBorder212;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 6).Border   = lineBorder213;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 7).Border   = lineBorder214;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 8).Border   = lineBorder215;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 9).Border   = lineBorder216;
     buttonCellType6.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType6.Picture      = ((System.Drawing.Image)(resources.GetObject("buttonCellType6.Picture")));
     this.neuSpreadDiagnose_Sheet1.Cells.Get(11, 9).CellType = buttonCellType6;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 1).Border   = lineBorder217;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 1).Value    = "损伤中毒原因";
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 2).CellType = numberCellType27;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 3).Border   = lineBorder218;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 4).Border   = lineBorder219;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 5).Border   = lineBorder220;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 6).Border   = lineBorder221;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 7).Border   = lineBorder222;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 8).Border   = lineBorder223;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 9).Border   = lineBorder224;
     buttonCellType7.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType7.Picture      = ((System.Drawing.Image)(resources.GetObject("buttonCellType7.Picture")));
     this.neuSpreadDiagnose_Sheet1.Cells.Get(12, 9).CellType = buttonCellType7;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 1).Border   = lineBorder225;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 1).Value    = "病理诊断";
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 2).CellType = numberCellType28;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 3).Border   = lineBorder226;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 4).Border   = lineBorder227;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 5).Border   = lineBorder228;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 6).Border   = lineBorder229;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 7).Border   = lineBorder230;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 7).CellType = textCellType9;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 8).Border   = lineBorder231;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 8).CellType = textCellType10;
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 9).Border   = lineBorder232;
     buttonCellType8.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType8.Picture      = ((System.Drawing.Image)(resources.GetObject("buttonCellType8.Picture")));
     this.neuSpreadDiagnose_Sheet1.Cells.Get(13, 9).CellType         = buttonCellType8;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 1).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 1).Value             = "诊断类型";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 2).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 2).Value             = "序号";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 3).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 3).Value             = "出院诊断";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 4).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 4).Value             = "入院病情";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 5).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 5).Value             = "治疗效果";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 6).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 6).Value             = "诊断编码";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 7).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 7).Value             = "临床诊断";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 8).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 8).Value             = "临床诊断编码";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 9).Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 9).Value             = "操作";
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Cells.Get(0, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.neuSpreadDiagnose_Sheet1.ColumnHeader.Rows.Get(0).Height     = 30F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(0).Visible              = false;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(1).Border               = lineBorder233;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(1).CellType             = textCellType11;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(1).Label                = "诊断类型";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(1).Locked               = true;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(1).Width                = 91F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(2).Label                = "序号";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(2).Width                = 51F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(3).Border               = lineBorder234;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(3).Label                = "出院诊断";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(3).Width                = 220F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(4).Border               = lineBorder235;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(4).Label                = "入院病情";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(4).Width                = 72F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(5).Border               = lineBorder236;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(5).Label                = "治疗效果";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(5).Width                = 68F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(6).Border               = lineBorder237;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(6).Label                = "诊断编码";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(6).Locked               = true;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(6).Width                = 70F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(7).Border               = lineBorder238;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(7).Label                = "临床诊断";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(7).Locked               = true;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(7).Width                = 243F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(8).Border               = lineBorder239;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(8).Label                = "临床诊断编码";
     this.neuSpreadDiagnose_Sheet1.Columns.Get(8).Locked               = true;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(8).Width                = 101F;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(9).Border               = lineBorder240;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(9).CellType             = textCellType12;
     this.neuSpreadDiagnose_Sheet1.Columns.Get(9).Label                = "操作";
     this.neuSpreadDiagnose_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.neuSpreadDiagnose_Sheet1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.neuSpreadDiagnose_Sheet1.SelectionPolicy    = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.neuSpreadDiagnose_Sheet1.ReferenceStyle     = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // ucDiagnose
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.neuSpreadDiagnose);
     this.Name  = "ucDiagnose";
     this.Size  = new System.Drawing.Size(983, 456);
     this.Load += new System.EventHandler(this.ucDiagnose2013_Load);
     ((System.ComponentModel.ISupportInitialize)(this.neuSpreadDiagnose)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpreadDiagnose_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }
Example #11
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.ButtonCellType   buttonCellType1   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType   buttonCellType2   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType   buttonCellType3   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType   buttonCellType4   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType   buttonCellType5   = new FarPoint.Win.Spread.CellType.ButtonCellType();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.ButtonOk        = new System.Windows.Forms.Button();
     this.ButtonCancel    = new System.Windows.Forms.Button();
     this.fpSpread2       = new FarPoint.Win.Spread.FpSpread();
     this.Sheet_Columns   = new FarPoint.Win.Spread.SheetView();
     this.txtStadiumRange = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.btn_AddDays     = new System.Windows.Forms.Button();
     this.fpSpread1       = new FarPoint.Win.Spread.FpSpread();
     this.sheetView1      = new FarPoint.Win.Spread.SheetView();
     this.label8          = new System.Windows.Forms.Label();
     this.cb_active       = new System.Windows.Forms.CheckBox();
     this.tb_moduleName   = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.txtTemperature  = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Sheet_Columns)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "选择试验(&M):";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(13, 47);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(89, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "龄期提醒范围:";
     //
     // ButtonOk
     //
     this.ButtonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOk.Location = new System.Drawing.Point(564, 587);
     this.ButtonOk.Name     = "ButtonOk";
     this.ButtonOk.Size     = new System.Drawing.Size(75, 23);
     this.ButtonOk.TabIndex = 6;
     this.ButtonOk.Text     = "确定";
     this.ButtonOk.UseVisualStyleBackColor = true;
     this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.Location = new System.Drawing.Point(670, 587);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 7;
     this.ButtonCancel.Text     = "取消";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // fpSpread2
     //
     this.fpSpread2.AccessibleDescription     = "fpSpread2, Sheet1, Row 0, Column 0, 批号";
     this.fpSpread2.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpSpread2.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.Location          = new System.Drawing.Point(3, 19);
     this.fpSpread2.Name              = "fpSpread2";
     this.fpSpread2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.fpSpread2.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.Sheet_Columns
     });
     this.fpSpread2.Size                    = new System.Drawing.Size(759, 198);
     this.fpSpread2.TabIndex                = 10;
     this.fpSpread2.TabStripInsertTab       = false;
     this.fpSpread2.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread2_ButtonClicked);
     //
     // Sheet_Columns
     //
     this.Sheet_Columns.Reset();
     this.Sheet_Columns.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.Sheet_Columns.ReferenceStyle                     = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.Sheet_Columns.ColumnCount                        = 3;
     this.Sheet_Columns.RowCount                           = 8;
     this.Sheet_Columns.Cells.Get(0, 0).Value              = "批号";
     this.Sheet_Columns.Cells.Get(1, 0).Value              = "制件日期";
     this.Sheet_Columns.Cells.Get(2, 0).Value              = "试件编号";
     this.Sheet_Columns.Cells.Get(3, 0).Value              = "试件尺寸";
     this.Sheet_Columns.Cells.Get(4, 0).Locked             = false;
     this.Sheet_Columns.Cells.Get(4, 0).Value              = "报告编号";
     this.Sheet_Columns.Cells.Get(5, 0).Locked             = true;
     this.Sheet_Columns.Cells.Get(5, 0).Value              = "委托编号";
     this.Sheet_Columns.Cells.Get(6, 0).Value              = "附加信息";
     this.Sheet_Columns.Cells.Get(7, 0).ParseFormatString  = "G";
     this.Sheet_Columns.Cells.Get(7, 0).Value              = "代表数量";
     this.Sheet_Columns.ColumnHeader.Cells.Get(0, 0).Value = "列描述";
     this.Sheet_Columns.ColumnHeader.Cells.Get(0, 1).Value = "数据区";
     this.Sheet_Columns.ColumnHeader.Cells.Get(0, 2).Value = "功能";
     this.Sheet_Columns.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.Sheet_Columns.Columns.Get(0).Label               = "列描述";
     this.Sheet_Columns.Columns.Get(0).Locked              = true;
     this.Sheet_Columns.Columns.Get(0).Resizable           = false;
     this.Sheet_Columns.Columns.Get(0).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.Sheet_Columns.Columns.Get(0).Width               = 230F;
     this.Sheet_Columns.Columns.Get(1).Label               = "数据区";
     this.Sheet_Columns.Columns.Get(1).Width               = 450F;
     buttonCellType1.ButtonColor2                          = System.Drawing.SystemColors.ButtonFace;
     buttonCellType1.Text = "设置";
     this.Sheet_Columns.Columns.Get(2).CellType            = buttonCellType1;
     this.Sheet_Columns.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.Sheet_Columns.Columns.Get(2).Label             = "功能";
     this.Sheet_Columns.Columns.Get(2).Resizable         = false;
     this.Sheet_Columns.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.Sheet_Columns.OperationMode = FarPoint.Win.Spread.OperationMode.RowMode;
     this.Sheet_Columns.RowHeader.Columns.Default.Resizable = false;
     this.Sheet_Columns.RowHeader.Visible = false;
     this.Sheet_Columns.ReferenceStyle    = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // txtStadiumRange
     //
     this.txtStadiumRange.Location = new System.Drawing.Point(128, 44);
     this.txtStadiumRange.Name     = "txtStadiumRange";
     this.txtStadiumRange.Size     = new System.Drawing.Size(157, 21);
     this.txtStadiumRange.TabIndex = 15;
     this.txtStadiumRange.Text     = "24";
     this.txtStadiumRange.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtStadiumRange_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(334, 47);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(305, 12);
     this.label4.TabIndex = 16;
     this.label4.Text     = "说明:24表示仅在龄期到期后24小时内提醒;以此类推。";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btn_AddDays);
     this.groupBox1.Controls.Add(this.fpSpread1);
     this.groupBox1.Controls.Add(this.fpSpread2);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Location = new System.Drawing.Point(10, 98);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(765, 468);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "设置提醒显示列";
     //
     // btn_AddDays
     //
     this.btn_AddDays.Location = new System.Drawing.Point(5, 223);
     this.btn_AddDays.Name     = "btn_AddDays";
     this.btn_AddDays.Size     = new System.Drawing.Size(75, 23);
     this.btn_AddDays.TabIndex = 12;
     this.btn_AddDays.Text     = "添加龄期天数";
     this.btn_AddDays.UseVisualStyleBackColor = true;
     this.btn_AddDays.Click += new System.EventHandler(this.btn_AddDays_Click);
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription     = "fpSpread1, Sheet1";
     this.fpSpread1.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpSpread1.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.Location          = new System.Drawing.Point(5, 252);
     this.fpSpread1.Name              = "fpSpread1";
     this.fpSpread1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.fpSpread1.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.sheetView1
     });
     this.fpSpread1.Size                    = new System.Drawing.Size(759, 208);
     this.fpSpread1.TabIndex                = 11;
     this.fpSpread1.TabStripInsertTab       = false;
     this.fpSpread1.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ButtonClicked);
     //
     // sheetView1
     //
     this.sheetView1.Reset();
     this.sheetView1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.sheetView1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.sheetView1.ColumnCount    = 9;
     this.sheetView1.RowCount       = 0;
     this.sheetView1.ColumnHeader.Cells.Get(0, 0).Value = "龄期天数";
     this.sheetView1.ColumnHeader.Cells.Get(0, 1).Value = "实验项目";
     this.sheetView1.ColumnHeader.Cells.Get(0, 3).Value = "是否变量";
     this.sheetView1.ColumnHeader.Cells.Get(0, 4).Value = "龄期变量";
     this.sheetView1.ColumnHeader.Cells.Get(0, 6).Value = "验证数据来源";
     this.sheetView1.ColumnHeader.Cells.Get(0, 8).Value = "删除";
     this.sheetView1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(0).Label             = "龄期天数";
     this.sheetView1.Columns.Get(0).Locked            = false;
     this.sheetView1.Columns.Get(0).Resizable         = false;
     this.sheetView1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(1).Label             = "实验项目";
     this.sheetView1.Columns.Get(1).Width             = 120F;
     buttonCellType2.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType2.Text                                = "设置";
     this.sheetView1.Columns.Get(2).CellType             = buttonCellType2;
     this.sheetView1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(2).Resizable            = false;
     this.sheetView1.Columns.Get(2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(3).CellType             = checkBoxCellType1;
     this.sheetView1.Columns.Get(3).Label                = "是否变量";
     this.sheetView1.Columns.Get(3).Locked               = false;
     this.sheetView1.Columns.Get(3).Resizable            = false;
     this.sheetView1.Columns.Get(4).Label                = "龄期变量";
     this.sheetView1.Columns.Get(4).Width                = 120F;
     buttonCellType3.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType3.Text                                = "设置";
     this.sheetView1.Columns.Get(5).CellType             = buttonCellType3;
     this.sheetView1.Columns.Get(6).Label                = "验证数据来源";
     this.sheetView1.Columns.Get(6).Width                = 120F;
     buttonCellType4.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType4.Text                                = "设置";
     this.sheetView1.Columns.Get(7).CellType             = buttonCellType4;
     buttonCellType5.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType5.Text                                = "删除";
     this.sheetView1.Columns.Get(8).CellType             = buttonCellType5;
     this.sheetView1.Columns.Get(8).Label                = "删除";
     this.sheetView1.Columns.Get(8).Width                = 55F;
     this.sheetView1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.sheetView1.RowHeader.Columns.Default.Resizable = true;
     this.sheetView1.RowHeader.Columns.Get(0).Width      = 34F;
     this.sheetView1.RowHeader.Visible                   = false;
     this.sheetView1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpSpread1.SetActiveViewport(0, 1, 0);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(86, 228);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(209, 12);
     this.label8.TabIndex = 16;
     this.label8.Text     = "说明:负数表示小时,正数代表天数。";
     //
     // cb_active
     //
     this.cb_active.AutoSize = true;
     this.cb_active.Location = new System.Drawing.Point(622, 16);
     this.cb_active.Name     = "cb_active";
     this.cb_active.Size     = new System.Drawing.Size(48, 16);
     this.cb_active.TabIndex = 20;
     this.cb_active.Text     = "启用";
     this.cb_active.UseVisualStyleBackColor = true;
     //
     // tb_moduleName
     //
     this.tb_moduleName.Location = new System.Drawing.Point(127, 14);
     this.tb_moduleName.Name     = "tb_moduleName";
     this.tb_moduleName.ReadOnly = true;
     this.tb_moduleName.Size     = new System.Drawing.Size(489, 21);
     this.tb_moduleName.TabIndex = 15;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(291, 47);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 12);
     this.label3.TabIndex = 16;
     this.label3.Text     = "小时 ";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(12, 74);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(77, 12);
     this.label5.TabIndex = 2;
     this.label5.Text     = "同条件温度:";
     //
     // txtTemperature
     //
     this.txtTemperature.Location = new System.Drawing.Point(127, 71);
     this.txtTemperature.Name     = "txtTemperature";
     this.txtTemperature.Size     = new System.Drawing.Size(157, 21);
     this.txtTemperature.TabIndex = 15;
     this.txtTemperature.Text     = "0";
     this.txtTemperature.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtStadiumRange_KeyDown);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(333, 74);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(281, 12);
     this.label6.TabIndex = 16;
     this.label6.Text     = "说明:表示温度累积需要达到的数值,0表示不设置。";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(290, 74);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 16;
     this.label7.Text     = "摄氏度";
     //
     // ItemInfoDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(778, 654);
     this.Controls.Add(this.cb_active);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tb_moduleName);
     this.Controls.Add(this.txtTemperature);
     this.Controls.Add(this.txtStadiumRange);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.ButtonOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ItemInfoDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "属性设置";
     this.Load           += new System.EventHandler(this.ItemInfoDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Sheet_Columns)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
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.HyperLinkCellType hyperLinkCellType1 = new FarPoint.Win.Spread.CellType.HyperLinkCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType   generalCellType1   = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ComboBoxCellType  comboBoxCellType1  = new FarPoint.Win.Spread.CellType.ComboBoxCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType   generalCellType2   = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType    buttonCellType1    = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.HyperLinkCellType hyperLinkCellType2 = new FarPoint.Win.Spread.CellType.HyperLinkCellType();
     FarPoint.Win.Spread.CellType.HyperLinkCellType hyperLinkCellType3 = new FarPoint.Win.Spread.CellType.HyperLinkCellType();
     this.ComboModules           = new System.Windows.Forms.ComboBox();
     this.TextModuleName         = new System.Windows.Forms.TextBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.TableModules           = new FarPoint.Win.Spread.FpSpread();
     this.TableModules_Sheet1    = new FarPoint.Win.Spread.SheetView();
     this.TableStatistics        = new FarPoint.Win.Spread.FpSpread();
     this.TableStatistics_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.ButtonCancel           = new System.Windows.Forms.Button();
     this.ButtonOk               = new System.Windows.Forms.Button();
     this.ButtonNew              = new System.Windows.Forms.Button();
     this.ButtonModify           = new System.Windows.Forms.Button();
     this.ButtonDelete           = new System.Windows.Forms.Button();
     this.LinkNewStatistics      = new System.Windows.Forms.LinkLabel();
     this.LinkModifyStatistics   = new System.Windows.Forms.LinkLabel();
     this.LinkDeleteStatistics   = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.TableModules)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableModules_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableStatistics)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableStatistics_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // ComboModules
     //
     this.ComboModules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.ComboModules.DisplayMember     = "ItemName";
     this.ComboModules.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboModules.FormattingEnabled = true;
     this.ComboModules.Location          = new System.Drawing.Point(355, 13);
     this.ComboModules.Name                  = "ComboModules";
     this.ComboModules.Size                  = new System.Drawing.Size(392, 20);
     this.ComboModules.TabIndex              = 20;
     this.ComboModules.ValueMember           = "ItemID";
     this.ComboModules.SelectedIndexChanged += new System.EventHandler(this.ComboModules_SelectedIndexChanged);
     //
     // TextModuleName
     //
     this.TextModuleName.Location = new System.Drawing.Point(81, 12);
     this.TextModuleName.Name     = "TextModuleName";
     this.TextModuleName.ReadOnly = true;
     this.TextModuleName.Size     = new System.Drawing.Size(221, 21);
     this.TextModuleName.TabIndex = 19;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(308, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 17;
     this.label2.Text     = "分类:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(10, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 18;
     this.label1.Text     = "当前模板:";
     //
     // TableModules
     //
     this.TableModules.AccessibleDescription = "TableModules, Sheet1, Row 0, Column 0, ";
     this.TableModules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.TableModules.BackColor                 = System.Drawing.SystemColors.Control;
     this.TableModules.BorderStyle               = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TableModules.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.TableModules.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.TableModules.Location          = new System.Drawing.Point(12, 51);
     this.TableModules.Name              = "TableModules";
     this.TableModules.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.TableModules.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.TableModules.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.TableModules_Sheet1
     });
     this.TableModules.Size                    = new System.Drawing.Size(735, 195);
     this.TableModules.TabIndex                = 21;
     this.TableModules.TabStripInsertTab       = false;
     this.TableModules.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.TableModules.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.TableModules.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.TableModules_CellClick);
     this.TableModules.SelectionChanged       += new FarPoint.Win.Spread.SelectionChangedEventHandler(this.TableModules_SelectionChanged);
     this.TableModules.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.TableModules_ButtonClicked);
     //
     // TableModules_Sheet1
     //
     this.TableModules_Sheet1.Reset();
     this.TableModules_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.TableModules_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.TableModules_Sheet1.ColumnCount    = 2;
     this.TableModules_Sheet1.RowCount       = 1;
     this.TableModules_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "该分类下关联的模板";
     this.TableModules_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "删除";
     this.TableModules_Sheet1.Columns.Get(0).Label = "该分类下关联的模板";
     this.TableModules_Sheet1.Columns.Get(0).Width = 415F;
     hyperLinkCellType1.LinkArea  = new System.Windows.Forms.LinkArea(0, 2);
     hyperLinkCellType1.LinkAreas = new System.Windows.Forms.LinkArea[] {
         new System.Windows.Forms.LinkArea(0, 2)
     };
     hyperLinkCellType1.LinkColor        = System.Drawing.Color.Red;
     hyperLinkCellType1.Text             = "删除";
     hyperLinkCellType1.VisitedLinkColor = System.Drawing.Color.DarkRed;
     this.TableModules_Sheet1.Columns.Get(1).CellType            = hyperLinkCellType1;
     this.TableModules_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.TableModules_Sheet1.Columns.Get(1).Label             = "删除";
     this.TableModules_Sheet1.Columns.Get(1).Locked            = true;
     this.TableModules_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.TableModules_Sheet1.Columns.Get(1).Width             = 102F;
     this.TableModules_Sheet1.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.TableModules_Sheet1.DefaultStyle.Parent            = "DataAreaDefault";
     this.TableModules_Sheet1.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.TableModules_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect;
     this.TableModules_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.TableModules_Sheet1.RowHeader.Visible = false;
     this.TableModules_Sheet1.SelectionPolicy   = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.TableModules_Sheet1.SelectionUnit     = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.TableModules_Sheet1.ReferenceStyle    = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // TableStatistics
     //
     this.TableStatistics.AccessibleDescription = "TableStatistics, Sheet1";
     this.TableStatistics.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.TableStatistics.BackColor                 = System.Drawing.SystemColors.Control;
     this.TableStatistics.BorderStyle               = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TableStatistics.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.TableStatistics.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.TableStatistics.Location          = new System.Drawing.Point(12, 252);
     this.TableStatistics.Name              = "TableStatistics";
     this.TableStatistics.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.TableStatistics.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.TableStatistics.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.TableStatistics_Sheet1
     });
     this.TableStatistics.Size                    = new System.Drawing.Size(734, 363);
     this.TableStatistics.TabIndex                = 21;
     this.TableStatistics.TabStripInsertTab       = false;
     this.TableStatistics.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.TableStatistics.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.TableStatistics.CellClick              += new FarPoint.Win.Spread.CellClickEventHandler(this.TableStatistics_CellClick);
     this.TableStatistics.Change                 += new FarPoint.Win.Spread.ChangeEventHandler(this.TableStatistics_Change);
     this.TableStatistics.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.TableStatistics_ButtonClicked);
     //
     // TableStatistics_Sheet1
     //
     this.TableStatistics_Sheet1.Reset();
     this.TableStatistics_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.TableStatistics_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.TableStatistics_Sheet1.ColumnCount    = 7;
     this.TableStatistics_Sheet1.RowCount       = 0;
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "统计项/标准值";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "数据类型";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "表单";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "单元格";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "设置";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "添加";
     this.TableStatistics_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "删除/清除";
     this.TableStatistics_Sheet1.Columns.Get(0).CellType            = generalCellType1;
     this.TableStatistics_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.TableStatistics_Sheet1.Columns.Get(0).Label             = "统计项/标准值";
     this.TableStatistics_Sheet1.Columns.Get(0).Locked            = false;
     this.TableStatistics_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.TableStatistics_Sheet1.Columns.Get(0).Width             = 112F;
     comboBoxCellType1.ButtonAlign = FarPoint.Win.ButtonAlign.Right;
     comboBoxCellType1.Items       = new string[] {
         "项目类型",
         "厂家名称",
         "报告编号",
         "报告日期",
         "强度等级",
         "品种等级",
         "施工部位",
         "数量",
         "组值",
         "小数点1",
         "小数点2",
         "小数点3",
         "小数点4",
         "小数点5",
         "小数点6",
         "小数点7",
         "小数点8",
         "小数点9",
         "小数点10",
         "小数点11",
         "小数点12",
         "小数点13",
         "小数点14",
         "小数点15",
         "小数点16",
         "小数点17",
         "小数点18",
         "小数点19",
         "时间1",
         "时间2",
         "时间3",
         "时间4",
         "时间5",
         "文本1",
         "文本2",
         "文本3",
         "文本4",
         "文本5",
         "文本6",
         "文本7",
         "文本8",
         "文本9",
         "文本10",
         "文本11",
         "文本12",
         "文本13",
         "文本14",
         "文本15",
         "文本16"
     };
     this.TableStatistics_Sheet1.Columns.Get(1).CellType            = comboBoxCellType1;
     this.TableStatistics_Sheet1.Columns.Get(1).Label               = "数据类型";
     this.TableStatistics_Sheet1.Columns.Get(1).Width               = 121F;
     this.TableStatistics_Sheet1.Columns.Get(2).Label               = "表单";
     this.TableStatistics_Sheet1.Columns.Get(2).Locked              = true;
     this.TableStatistics_Sheet1.Columns.Get(2).Width               = 126F;
     this.TableStatistics_Sheet1.Columns.Get(3).CellType            = generalCellType2;
     this.TableStatistics_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.TableStatistics_Sheet1.Columns.Get(3).Label               = "单元格";
     this.TableStatistics_Sheet1.Columns.Get(3).Locked              = true;
     this.TableStatistics_Sheet1.Columns.Get(3).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.TableStatistics_Sheet1.Columns.Get(3).Width               = 97F;
     buttonCellType1.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType1.Text         = "设置";
     this.TableStatistics_Sheet1.Columns.Get(4).CellType  = buttonCellType1;
     this.TableStatistics_Sheet1.Columns.Get(4).Label     = "设置";
     this.TableStatistics_Sheet1.Columns.Get(4).Resizable = false;
     this.TableStatistics_Sheet1.Columns.Get(4).Width     = 72F;
     hyperLinkCellType2.LinkArea  = new System.Windows.Forms.LinkArea(0, 2);
     hyperLinkCellType2.LinkAreas = new System.Windows.Forms.LinkArea[] {
         new System.Windows.Forms.LinkArea(0, 2)
     };
     hyperLinkCellType2.Text = "添加";
     this.TableStatistics_Sheet1.Columns.Get(5).CellType  = hyperLinkCellType2;
     this.TableStatistics_Sheet1.Columns.Get(5).Label     = "添加";
     this.TableStatistics_Sheet1.Columns.Get(5).Resizable = false;
     this.TableStatistics_Sheet1.Columns.Get(5).Width     = 66F;
     hyperLinkCellType3.LinkArea  = new System.Windows.Forms.LinkArea(0, 2);
     hyperLinkCellType3.LinkAreas = new System.Windows.Forms.LinkArea[] {
         new System.Windows.Forms.LinkArea(0, 2)
     };
     hyperLinkCellType3.Text = "删除";
     this.TableStatistics_Sheet1.Columns.Get(6).CellType          = hyperLinkCellType3;
     this.TableStatistics_Sheet1.Columns.Get(6).Label             = "删除/清除";
     this.TableStatistics_Sheet1.Columns.Get(6).Resizable         = false;
     this.TableStatistics_Sheet1.Columns.Get(6).Width             = 102F;
     this.TableStatistics_Sheet1.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.TableStatistics_Sheet1.DefaultStyle.Parent                 = "DataAreaDefault";
     this.TableStatistics_Sheet1.DefaultStyle.VerticalAlignment      = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.TableStatistics_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.TableStatistics_Sheet1.RowHeader.Visible = false;
     this.TableStatistics_Sheet1.CellChanged      += new FarPoint.Win.Spread.SheetViewEventHandler(this.TableStatistics_Sheet1_CellChanged);
     this.TableStatistics_Sheet1.ReferenceStyle    = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.TableStatistics.SetActiveViewport(0, 1, 0);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.Location = new System.Drawing.Point(678, 621);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 23;
     this.ButtonCancel.Text     = "关闭";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // ButtonOk
     //
     this.ButtonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOk.Location = new System.Drawing.Point(597, 621);
     this.ButtonOk.Name     = "ButtonOk";
     this.ButtonOk.Size     = new System.Drawing.Size(75, 23);
     this.ButtonOk.TabIndex = 22;
     this.ButtonOk.Text     = "保存";
     this.ButtonOk.UseVisualStyleBackColor = true;
     this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click);
     //
     // ButtonNew
     //
     this.ButtonNew.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ButtonNew.Location = new System.Drawing.Point(12, 621);
     this.ButtonNew.Name     = "ButtonNew";
     this.ButtonNew.Size     = new System.Drawing.Size(75, 23);
     this.ButtonNew.TabIndex = 22;
     this.ButtonNew.Text     = "新增";
     this.ButtonNew.UseVisualStyleBackColor = true;
     this.ButtonNew.Visible = false;
     this.ButtonNew.Click  += new System.EventHandler(this.ButtonNew_Click);
     //
     // ButtonModify
     //
     this.ButtonModify.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ButtonModify.Location = new System.Drawing.Point(93, 621);
     this.ButtonModify.Name     = "ButtonModify";
     this.ButtonModify.Size     = new System.Drawing.Size(75, 23);
     this.ButtonModify.TabIndex = 22;
     this.ButtonModify.Text     = "修改";
     this.ButtonModify.UseVisualStyleBackColor = true;
     this.ButtonModify.Visible = false;
     this.ButtonModify.Click  += new System.EventHandler(this.ButtonModify_Click);
     //
     // ButtonDelete
     //
     this.ButtonDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ButtonDelete.Location = new System.Drawing.Point(174, 621);
     this.ButtonDelete.Name     = "ButtonDelete";
     this.ButtonDelete.Size     = new System.Drawing.Size(75, 23);
     this.ButtonDelete.TabIndex = 22;
     this.ButtonDelete.Text     = "删除";
     this.ButtonDelete.UseVisualStyleBackColor = true;
     this.ButtonDelete.Visible = false;
     this.ButtonDelete.Click  += new System.EventHandler(this.ButtonDelete_Click);
     //
     // LinkNewStatistics
     //
     this.LinkNewStatistics.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LinkNewStatistics.AutoSize     = true;
     this.LinkNewStatistics.Location     = new System.Drawing.Point(575, 36);
     this.LinkNewStatistics.Name         = "LinkNewStatistics";
     this.LinkNewStatistics.Size         = new System.Drawing.Size(53, 12);
     this.LinkNewStatistics.TabIndex     = 24;
     this.LinkNewStatistics.TabStop      = true;
     this.LinkNewStatistics.Text         = "添加分类";
     this.LinkNewStatistics.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkNewStatistics_LinkClicked);
     //
     // LinkModifyStatistics
     //
     this.LinkModifyStatistics.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LinkModifyStatistics.AutoSize     = true;
     this.LinkModifyStatistics.Location     = new System.Drawing.Point(634, 36);
     this.LinkModifyStatistics.Name         = "LinkModifyStatistics";
     this.LinkModifyStatistics.Size         = new System.Drawing.Size(53, 12);
     this.LinkModifyStatistics.TabIndex     = 24;
     this.LinkModifyStatistics.TabStop      = true;
     this.LinkModifyStatistics.Text         = "修改分类";
     this.LinkModifyStatistics.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkModifyStatistics_LinkClicked);
     //
     // LinkDeleteStatistics
     //
     this.LinkDeleteStatistics.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LinkDeleteStatistics.AutoSize     = true;
     this.LinkDeleteStatistics.Location     = new System.Drawing.Point(693, 36);
     this.LinkDeleteStatistics.Name         = "LinkDeleteStatistics";
     this.LinkDeleteStatistics.Size         = new System.Drawing.Size(53, 12);
     this.LinkDeleteStatistics.TabIndex     = 24;
     this.LinkDeleteStatistics.TabStop      = true;
     this.LinkDeleteStatistics.Text         = "删除分类";
     this.LinkDeleteStatistics.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkDeleteStatistics_LinkClicked);
     //
     // StatisticsManagement
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(759, 656);
     this.Controls.Add(this.LinkDeleteStatistics);
     this.Controls.Add(this.LinkModifyStatistics);
     this.Controls.Add(this.LinkNewStatistics);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonDelete);
     this.Controls.Add(this.ButtonModify);
     this.Controls.Add(this.ButtonNew);
     this.Controls.Add(this.ButtonOk);
     this.Controls.Add(this.TableStatistics);
     this.Controls.Add(this.TableModules);
     this.Controls.Add(this.ComboModules);
     this.Controls.Add(this.TextModuleName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name  = "StatisticsManagement";
     this.Text  = "统计项模板设置";
     this.Load += new System.EventHandler(this.StatisticsManagement_Load);
     ((System.ComponentModel.ISupportInitialize)(this.TableModules)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableModules_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableStatistics)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TableStatistics_Sheet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
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();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(ORD020_DemandOrder));
     FarPoint.Win.Spread.CellType.TextCellType      textCellType1    = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType    buttonCellType1  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType2    = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType1  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType2  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType3  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType4  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType5  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType6  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType7  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType8  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType9  = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType14 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType19 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType20 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType21 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType22 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType23 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType24 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType25 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType26 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType27 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType28 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType29 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType30 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType31 = new FarPoint.Win.Spread.CellType.NumberCellType();
     this.ctxMenu                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.imgListStateNode        = new System.Windows.Forms.ImageList(this.components);
     this.tslControl              = new System.Windows.Forms.ToolStrip();
     this.tsbSaveAndClose         = new System.Windows.Forms.ToolStripButton();
     this.tlsSeperator2           = new System.Windows.Forms.ToolStripSeparator();
     this.tsbClose                = new System.Windows.Forms.ToolStripButton();
     this.evoLabel5               = new EVOFramework.Windows.Forms.EVOLabel();
     this.txtCusName              = new EVOFramework.Windows.Forms.EVOTextBox();
     this.txtCusCD                = new EVOFramework.Windows.Forms.EVOTextBox();
     this.dtpDemand               = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.evoLabel2               = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoLabel1               = new EVOFramework.Windows.Forms.EVOLabel();
     this.tableLayoutPanel2       = new System.Windows.Forms.TableLayoutPanel();
     this.fpView                  = new FarPoint.Win.Spread.FpSpread();
     this.shtView                 = new FarPoint.Win.Spread.SheetView();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.evoLabel4               = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoLabel6               = new EVOFramework.Windows.Forms.EVOLabel();
     this.btnSearchByCustomerCode = new EVOFramework.Windows.Forms.EVOButton();
     this.btnSearch               = new EVOFramework.Windows.Forms.EVOButton();
     this.evoLabel7               = new EVOFramework.Windows.Forms.EVOLabel();
     this.tableLayoutPanel7       = new System.Windows.Forms.TableLayoutPanel();
     this.tslControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).BeginInit();
     this.SuspendLayout();
     //
     // ctxMenu
     //
     this.ctxMenu.Name = "ctxMenu";
     this.ctxMenu.Size = new System.Drawing.Size(61, 4);
     //
     // imgListStateNode
     //
     this.imgListStateNode.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListStateNode.ImageStream")));
     this.imgListStateNode.TransparentColor = System.Drawing.Color.Transparent;
     this.imgListStateNode.Images.SetKeyName(0, "BLANK");
     this.imgListStateNode.Images.SetKeyName(1, "PLUS");
     this.imgListStateNode.Images.SetKeyName(2, "MINUS");
     //
     // tslControl
     //
     this.tslControl.GripMargin = new System.Windows.Forms.Padding(0);
     this.tslControl.GripStyle  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tslControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbSaveAndClose,
         this.tlsSeperator2,
         this.tsbClose
     });
     this.tslControl.Location = new System.Drawing.Point(0, 0);
     this.tslControl.Name     = "tslControl";
     this.tslControl.Padding  = new System.Windows.Forms.Padding(0);
     this.tslControl.Size     = new System.Drawing.Size(1041, 28);
     this.tslControl.TabIndex = 10009;
     this.tslControl.TabStop  = true;
     //
     // tsbSaveAndClose
     //
     this.tsbSaveAndClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveAndClose.Image")));
     this.tsbSaveAndClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSaveAndClose.Margin      = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.tsbSaveAndClose.Name        = "tsbSaveAndClose";
     this.tsbSaveAndClose.Padding     = new System.Windows.Forms.Padding(2);
     this.tsbSaveAndClose.Size        = new System.Drawing.Size(105, 24);
     this.tsbSaveAndClose.Text        = "Save and Close";
     this.tsbSaveAndClose.ToolTipText = "Save and Close (Ctrl + Shift + Enter)";
     this.tsbSaveAndClose.Click      += new System.EventHandler(this.tsbSaveAndClose_Click);
     //
     // tlsSeperator2
     //
     this.tlsSeperator2.Name = "tlsSeperator2";
     this.tlsSeperator2.Size = new System.Drawing.Size(6, 28);
     //
     // tsbClose
     //
     this.tsbClose.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbClose.Image                 = global::Rubik.Forms.Properties.Resources.CLOSE;
     this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbClose.Margin                = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.tsbClose.Name        = "tsbClose";
     this.tsbClose.Padding     = new System.Windows.Forms.Padding(2);
     this.tsbClose.Size        = new System.Drawing.Size(57, 24);
     this.tsbClose.Text        = "Close";
     this.tsbClose.ToolTipText = "Close";
     this.tsbClose.Click      += new System.EventHandler(this.tsbClose_Click);
     //
     // evoLabel5
     //
     this.evoLabel5.AppearanceName = "Title";
     this.evoLabel5.AutoSize       = true;
     this.evoLabel5.ControlID      = "";
     this.evoLabel5.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.evoLabel5.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.evoLabel5.Location       = new System.Drawing.Point(-1, 28);
     this.evoLabel5.Name           = "evoLabel5";
     this.evoLabel5.PathString     = null;
     this.evoLabel5.PathValue      = "Demand Order";
     this.evoLabel5.Size           = new System.Drawing.Size(251, 39);
     this.evoLabel5.TabIndex       = 10004;
     this.evoLabel5.Text           = "Demand Order";
     //
     // txtCusName
     //
     this.txtCusName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCusName.AppearanceName         = "";
     this.txtCusName.AppearanceReadOnlyName = "";
     this.txtCusName.BackColor           = System.Drawing.Color.LightCyan;
     this.txtCusName.ControlID           = "";
     this.txtCusName.DisableRestrictChar = false;
     this.txtCusName.Enabled             = false;
     this.txtCusName.Font       = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtCusName.HelpButton = null;
     this.txtCusName.Location   = new System.Drawing.Point(202, 130);
     this.txtCusName.Name       = "txtCusName";
     this.txtCusName.PathString = null;
     this.txtCusName.PathValue  = "";
     this.txtCusName.Size       = new System.Drawing.Size(716, 27);
     this.txtCusName.TabIndex   = 10007;
     //
     // txtCusCD
     //
     this.txtCusCD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCusCD.AppearanceName         = "";
     this.txtCusCD.AppearanceReadOnlyName = "";
     this.txtCusCD.ControlID           = "";
     this.txtCusCD.DisableRestrictChar = false;
     this.txtCusCD.Font         = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtCusCD.HelpButton   = null;
     this.txtCusCD.Location     = new System.Drawing.Point(202, 96);
     this.txtCusCD.Name         = "txtCusCD";
     this.txtCusCD.PathString   = null;
     this.txtCusCD.PathValue    = "";
     this.txtCusCD.Size         = new System.Drawing.Size(770, 27);
     this.txtCusCD.TabIndex     = 1;
     this.txtCusCD.TextChanged += new System.EventHandler(this.txtCusCD_TextChanged);
     this.txtCusCD.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.txtCusCD_KeyUp);
     this.txtCusCD.Leave       += new System.EventHandler(this.txtCusCD_Leave);
     //
     // dtpDemand
     //
     this.dtpDemand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.dtpDemand.AppearanceName         = "";
     this.dtpDemand.AppearanceReadOnlyName = "";
     this.dtpDemand.BackColor     = System.Drawing.Color.Transparent;
     this.dtpDemand.ControlID     = "";
     this.dtpDemand.Font          = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.dtpDemand.Format        = "MM/yyyy";
     this.dtpDemand.Location      = new System.Drawing.Point(893, 40);
     this.dtpDemand.MinimumSize   = new System.Drawing.Size(100, 0);
     this.dtpDemand.Name          = "dtpDemand";
     this.dtpDemand.NZValue       = ((EVOFramework.NZDateTime)(resources.GetObject("dtpDemand.NZValue")));
     this.dtpDemand.PathString    = null;
     this.dtpDemand.PathValue     = ((object)(resources.GetObject("dtpDemand.PathValue")));
     this.dtpDemand.ReadOnly      = false;
     this.dtpDemand.ShowButton    = true;
     this.dtpDemand.Size          = new System.Drawing.Size(114, 27);
     this.dtpDemand.TabIndex      = 0;
     this.dtpDemand.Value         = null;
     this.dtpDemand.ValueChanged += new System.EventHandler(this.dtpDemand_ValueChanged);
     //
     // evoLabel2
     //
     this.evoLabel2.AppearanceName = "";
     this.evoLabel2.AutoSize       = true;
     this.evoLabel2.ControlID      = "";
     this.evoLabel2.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel2.Location       = new System.Drawing.Point(53, 103);
     this.evoLabel2.Name           = "evoLabel2";
     this.evoLabel2.PathString     = null;
     this.evoLabel2.PathValue      = "Customer Code : ";
     this.evoLabel2.Size           = new System.Drawing.Size(134, 19);
     this.evoLabel2.TabIndex       = 1;
     this.evoLabel2.Text           = "Customer Code : ";
     //
     // evoLabel1
     //
     this.evoLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.evoLabel1.AppearanceName = "";
     this.evoLabel1.AutoSize       = true;
     this.evoLabel1.ControlID      = "";
     this.evoLabel1.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel1.Location       = new System.Drawing.Point(754, 44);
     this.evoLabel1.Name           = "evoLabel1";
     this.evoLabel1.PathString     = null;
     this.evoLabel1.PathValue      = "Demand Month : ";
     this.evoLabel1.Size           = new System.Drawing.Size(133, 19);
     this.evoLabel1.TabIndex       = 0;
     this.evoLabel1.Text           = "Demand Month : ";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.AutoSize    = true;
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1041F));
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 28);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1041, 0);
     this.tableLayoutPanel2.TabIndex = 10007;
     //
     // 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.SystemColors.Control;
     this.fpView.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.fpView.ColumnSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpView.ContextMenuStrip     = this.ctxMenu;
     this.fpView.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.fpView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.Location             = new System.Drawing.Point(6, 165);
     this.fpView.Margin               = new System.Windows.Forms.Padding(5);
     this.fpView.Name                 = "fpView";
     this.fpView.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpView.RowSplitBoxPolicy    = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     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(1032, 359);
     this.fpView.TabIndex = 0;
     this.fpView.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpView.EditModeOn    += new System.EventHandler(this.fpView_EditModeOn);
     this.fpView.LeaveCell     += new FarPoint.Win.Spread.LeaveCellEventHandler(this.fpView_LeaveCell);
     this.fpView.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpView_ButtonClicked);
     this.fpView.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.fpView_KeyDown);
     this.fpView.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.fpView_KeyUp);
     //
     // 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         = 34;
     this.shtView.RowCount            = 0;
     this.shtView.AutoCalculation     = false;
     this.shtView.AutoGenerateColumns = false;
     this.shtView.ColumnHeader.Cells.Get(0, 0).Value  = "Part Code";
     this.shtView.ColumnHeader.Cells.Get(0, 1).Value  = "...";
     this.shtView.ColumnHeader.Cells.Get(0, 2).Value  = "Part Name";
     this.shtView.ColumnHeader.Cells.Get(0, 3).Value  = "1";
     this.shtView.ColumnHeader.Cells.Get(0, 4).Value  = "2";
     this.shtView.ColumnHeader.Cells.Get(0, 5).Value  = "3";
     this.shtView.ColumnHeader.Cells.Get(0, 6).Value  = "4";
     this.shtView.ColumnHeader.Cells.Get(0, 7).Value  = "5";
     this.shtView.ColumnHeader.Cells.Get(0, 8).Value  = "6";
     this.shtView.ColumnHeader.Cells.Get(0, 9).Value  = "7";
     this.shtView.ColumnHeader.Cells.Get(0, 10).Value = "8";
     this.shtView.ColumnHeader.Cells.Get(0, 11).Value = "9";
     this.shtView.ColumnHeader.Cells.Get(0, 12).Value = "10";
     this.shtView.ColumnHeader.Cells.Get(0, 13).Value = "11";
     this.shtView.ColumnHeader.Cells.Get(0, 14).Value = "12";
     this.shtView.ColumnHeader.Cells.Get(0, 15).Value = "13";
     this.shtView.ColumnHeader.Cells.Get(0, 16).Value = "14";
     this.shtView.ColumnHeader.Cells.Get(0, 17).Value = "15";
     this.shtView.ColumnHeader.Cells.Get(0, 18).Value = "16";
     this.shtView.ColumnHeader.Cells.Get(0, 19).Value = "17";
     this.shtView.ColumnHeader.Cells.Get(0, 20).Value = "18";
     this.shtView.ColumnHeader.Cells.Get(0, 21).Value = "19";
     this.shtView.ColumnHeader.Cells.Get(0, 22).Value = "20";
     this.shtView.ColumnHeader.Cells.Get(0, 23).Value = "21";
     this.shtView.ColumnHeader.Cells.Get(0, 24).Value = "22";
     this.shtView.ColumnHeader.Cells.Get(0, 25).Value = "23";
     this.shtView.ColumnHeader.Cells.Get(0, 26).Value = "24";
     this.shtView.ColumnHeader.Cells.Get(0, 27).Value = "25";
     this.shtView.ColumnHeader.Cells.Get(0, 28).Value = "26";
     this.shtView.ColumnHeader.Cells.Get(0, 29).Value = "27";
     this.shtView.ColumnHeader.Cells.Get(0, 30).Value = "28";
     this.shtView.ColumnHeader.Cells.Get(0, 31).Value = "29";
     this.shtView.ColumnHeader.Cells.Get(0, 32).Value = "30";
     this.shtView.ColumnHeader.Cells.Get(0, 33).Value = "31";
     this.shtView.ColumnHeader.Rows.Get(0).Height     = 40F;
     this.shtView.Columns.Get(0).CellType             = textCellType1;
     this.shtView.Columns.Get(0).Label = "Part Code";
     this.shtView.Columns.Get(0).Tag   = "Part Code";
     this.shtView.Columns.Get(0).Width = 154F;
     buttonCellType1.Text = "...";
     this.shtView.Columns.Get(1).CellType            = buttonCellType1;
     this.shtView.Columns.Get(1).Label               = "...";
     this.shtView.Columns.Get(1).Tag                 = "...";
     this.shtView.Columns.Get(1).Width               = 35F;
     this.shtView.Columns.Get(2).CellType            = textCellType2;
     this.shtView.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.shtView.Columns.Get(2).Label               = "Part Name";
     this.shtView.Columns.Get(2).Tag                 = "Part Name";
     this.shtView.Columns.Get(2).Width               = 177F;
     numberCellType1.MaximumValue                     = 9999999D;
     numberCellType1.MinimumValue                     = 0D;
     numberCellType1.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(3).CellType             = numberCellType1;
     this.shtView.Columns.Get(3).Label                = "1";
     numberCellType2.MaximumValue                     = 9999999D;
     numberCellType2.MinimumValue                     = 0D;
     numberCellType2.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(4).CellType             = numberCellType2;
     this.shtView.Columns.Get(4).Label                = "2";
     numberCellType3.MaximumValue                     = 9999999D;
     numberCellType3.MinimumValue                     = 0D;
     numberCellType3.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(5).CellType             = numberCellType3;
     this.shtView.Columns.Get(5).Label                = "3";
     numberCellType4.MaximumValue                     = 9999999D;
     numberCellType4.MinimumValue                     = 0D;
     numberCellType4.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(6).CellType             = numberCellType4;
     this.shtView.Columns.Get(6).Label                = "4";
     numberCellType5.MaximumValue                     = 9999999D;
     numberCellType5.MinimumValue                     = 0D;
     numberCellType5.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(7).CellType             = numberCellType5;
     this.shtView.Columns.Get(7).Label                = "5";
     numberCellType6.MaximumValue                     = 9999999D;
     numberCellType6.MinimumValue                     = 0D;
     numberCellType6.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(8).CellType             = numberCellType6;
     this.shtView.Columns.Get(8).Label                = "6";
     numberCellType7.MaximumValue                     = 9999999D;
     numberCellType7.MinimumValue                     = 0D;
     numberCellType7.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(9).CellType             = numberCellType7;
     this.shtView.Columns.Get(9).Label                = "7";
     numberCellType8.MaximumValue                     = 9999999D;
     numberCellType8.MinimumValue                     = 0D;
     numberCellType8.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(10).CellType            = numberCellType8;
     this.shtView.Columns.Get(10).Label               = "8";
     numberCellType9.MaximumValue                     = 9999999D;
     numberCellType9.MinimumValue                     = 0D;
     numberCellType9.SpinDecimalIncrement             = 1F;
     this.shtView.Columns.Get(11).CellType            = numberCellType9;
     this.shtView.Columns.Get(11).Label               = "9";
     numberCellType10.MaximumValue                    = 9999999D;
     numberCellType10.MinimumValue                    = 0D;
     numberCellType10.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(12).CellType            = numberCellType10;
     this.shtView.Columns.Get(12).Label               = "10";
     numberCellType11.MaximumValue                    = 9999999D;
     numberCellType11.MinimumValue                    = 0D;
     numberCellType11.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(13).CellType            = numberCellType11;
     this.shtView.Columns.Get(13).Label               = "11";
     numberCellType12.MaximumValue                    = 9999999D;
     numberCellType12.MinimumValue                    = 0D;
     numberCellType12.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(14).CellType            = numberCellType12;
     this.shtView.Columns.Get(14).Label               = "12";
     numberCellType13.MaximumValue                    = 9999999D;
     numberCellType13.MinimumValue                    = 0D;
     numberCellType13.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(15).CellType            = numberCellType13;
     this.shtView.Columns.Get(15).Label               = "13";
     numberCellType14.MaximumValue                    = 9999999D;
     numberCellType14.MinimumValue                    = 0D;
     numberCellType14.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(16).CellType            = numberCellType14;
     this.shtView.Columns.Get(16).Label               = "14";
     numberCellType15.MaximumValue                    = 9999999D;
     numberCellType15.MinimumValue                    = 0D;
     numberCellType15.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(17).CellType            = numberCellType15;
     this.shtView.Columns.Get(17).Label               = "15";
     numberCellType16.MaximumValue                    = 9999999D;
     numberCellType16.MinimumValue                    = 0D;
     numberCellType16.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(18).CellType            = numberCellType16;
     this.shtView.Columns.Get(18).Label               = "16";
     numberCellType17.MaximumValue                    = 9999999D;
     numberCellType17.MinimumValue                    = 0D;
     numberCellType17.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(19).CellType            = numberCellType17;
     this.shtView.Columns.Get(19).Label               = "17";
     numberCellType18.MaximumValue                    = 9999999D;
     numberCellType18.MinimumValue                    = 0D;
     numberCellType18.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(20).CellType            = numberCellType18;
     this.shtView.Columns.Get(20).Label               = "18";
     numberCellType19.MaximumValue                    = 9999999D;
     numberCellType19.MinimumValue                    = 0D;
     numberCellType19.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(21).CellType            = numberCellType19;
     this.shtView.Columns.Get(21).Label               = "19";
     numberCellType20.MaximumValue                    = 9999999D;
     numberCellType20.MinimumValue                    = 0D;
     numberCellType20.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(22).CellType            = numberCellType20;
     this.shtView.Columns.Get(22).Label               = "20";
     numberCellType21.MaximumValue                    = 9999999D;
     numberCellType21.MinimumValue                    = 0D;
     numberCellType21.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(23).CellType            = numberCellType21;
     this.shtView.Columns.Get(23).Label               = "21";
     numberCellType22.MaximumValue                    = 9999999D;
     numberCellType22.MinimumValue                    = 0D;
     numberCellType22.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(24).CellType            = numberCellType22;
     this.shtView.Columns.Get(24).Label               = "22";
     numberCellType23.MaximumValue                    = 9999999D;
     numberCellType23.MinimumValue                    = 0D;
     numberCellType23.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(25).CellType            = numberCellType23;
     this.shtView.Columns.Get(25).Label               = "23";
     numberCellType24.MaximumValue                    = 9999999D;
     numberCellType24.MinimumValue                    = 0D;
     numberCellType24.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(26).CellType            = numberCellType24;
     this.shtView.Columns.Get(26).Label               = "24";
     numberCellType25.MaximumValue                    = 9999999D;
     numberCellType25.MinimumValue                    = 0D;
     numberCellType25.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(27).CellType            = numberCellType25;
     this.shtView.Columns.Get(27).Label               = "25";
     numberCellType26.MaximumValue                    = 9999999D;
     numberCellType26.MinimumValue                    = 0D;
     numberCellType26.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(28).CellType            = numberCellType26;
     this.shtView.Columns.Get(28).Label               = "26";
     numberCellType27.MaximumValue                    = 9999999D;
     numberCellType27.MinimumValue                    = 0D;
     numberCellType27.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(29).CellType            = numberCellType27;
     this.shtView.Columns.Get(29).Label               = "27";
     numberCellType28.MaximumValue                    = 9999999D;
     numberCellType28.MinimumValue                    = 0D;
     numberCellType28.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(30).CellType            = numberCellType28;
     this.shtView.Columns.Get(30).Label               = "28";
     numberCellType29.MaximumValue                    = 9999999D;
     numberCellType29.MinimumValue                    = 0D;
     numberCellType29.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(31).CellType            = numberCellType29;
     this.shtView.Columns.Get(31).Label               = "29";
     numberCellType30.MaximumValue                    = 9999999D;
     numberCellType30.MinimumValue                    = 0D;
     numberCellType30.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(32).CellType            = numberCellType30;
     this.shtView.Columns.Get(32).Label               = "30";
     numberCellType31.MaximumValue                    = 9999999D;
     numberCellType31.MinimumValue                    = 0D;
     numberCellType31.SpinDecimalIncrement            = 1F;
     this.shtView.Columns.Get(33).CellType            = numberCellType31;
     this.shtView.Columns.Get(33).Label               = "31";
     this.shtView.DataAutoCellTypes                   = false;
     this.shtView.DataAutoHeadings                    = false;
     this.shtView.DataAutoSizeColumns                 = false;
     this.shtView.FrozenColumnCount                   = 3;
     this.shtView.OperationMode                       = FarPoint.Win.Spread.OperationMode.SingleSelect;
     this.shtView.RowHeader.Columns.Default.Resizable = true;
     this.shtView.SelectionPolicy                     = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtView.SelectionUnit                       = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.shtView.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpView.SetViewportLeftColumn(0, 0, 3);
     this.fpView.SetActiveViewport(0, 1, -1);
     //
     // panel1
     //
     this.panel1.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.panel1.Location = new System.Drawing.Point(6, 265);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1032, 259);
     this.panel1.TabIndex = 10008;
     //
     // evoLabel4
     //
     this.evoLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.evoLabel4.AppearanceName = "";
     this.evoLabel4.AutoSize       = true;
     this.evoLabel4.ControlID      = "";
     this.evoLabel4.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel4.ForeColor      = System.Drawing.Color.Red;
     this.evoLabel4.Location       = new System.Drawing.Point(730, 44);
     this.evoLabel4.Name           = "evoLabel4";
     this.evoLabel4.PathString     = null;
     this.evoLabel4.PathValue      = "*";
     this.evoLabel4.Size           = new System.Drawing.Size(18, 19);
     this.evoLabel4.TabIndex       = 10011;
     this.evoLabel4.Text           = "*";
     //
     // evoLabel6
     //
     this.evoLabel6.AppearanceName = "";
     this.evoLabel6.AutoSize       = true;
     this.evoLabel6.ControlID      = "";
     this.evoLabel6.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel6.ForeColor      = System.Drawing.Color.Red;
     this.evoLabel6.Location       = new System.Drawing.Point(40, 103);
     this.evoLabel6.Name           = "evoLabel6";
     this.evoLabel6.PathString     = null;
     this.evoLabel6.PathValue      = "*";
     this.evoLabel6.Size           = new System.Drawing.Size(18, 19);
     this.evoLabel6.TabIndex       = 10012;
     this.evoLabel6.Text           = "*";
     //
     // btnSearchByCustomerCode
     //
     this.btnSearchByCustomerCode.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearchByCustomerCode.AppearanceName        = "";
     this.btnSearchByCustomerCode.AutoSize              = true;
     this.btnSearchByCustomerCode.BackgroundImage       = global::Rubik.Forms.Properties.Resources.VIEW;
     this.btnSearchByCustomerCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSearchByCustomerCode.ControlID             = null;
     this.btnSearchByCustomerCode.Location              = new System.Drawing.Point(975, 96);
     this.btnSearchByCustomerCode.Name     = "btnSearchByCustomerCode";
     this.btnSearchByCustomerCode.Size     = new System.Drawing.Size(32, 27);
     this.btnSearchByCustomerCode.TabIndex = 2;
     this.btnSearchByCustomerCode.TabStop  = false;
     this.btnSearchByCustomerCode.UseVisualStyleBackColor = true;
     this.btnSearchByCustomerCode.Click += new System.EventHandler(this.btnSearchByCustomerCode_Click);
     //
     // btnSearch
     //
     this.btnSearch.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.AppearanceName          = "";
     this.btnSearch.ControlID               = null;
     this.btnSearch.Font                    = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.btnSearch.Location                = new System.Drawing.Point(924, 130);
     this.btnSearch.Name                    = "btnSearch";
     this.btnSearch.Size                    = new System.Drawing.Size(83, 27);
     this.btnSearch.TabIndex                = 3;
     this.btnSearch.Text                    = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click                  += new System.EventHandler(this.btnSearch_Click);
     //
     // evoLabel7
     //
     this.evoLabel7.AppearanceName = "";
     this.evoLabel7.AutoSize       = true;
     this.evoLabel7.ControlID      = "";
     this.evoLabel7.Font           = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.evoLabel7.Location       = new System.Drawing.Point(53, 133);
     this.evoLabel7.Name           = "evoLabel7";
     this.evoLabel7.PathString     = null;
     this.evoLabel7.PathValue      = "Customer Name : ";
     this.evoLabel7.Size           = new System.Drawing.Size(139, 19);
     this.evoLabel7.TabIndex       = 10013;
     this.evoLabel7.Text           = "Customer Name : ";
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel7.AutoSize        = true;
     this.tableLayoutPanel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel7.BackgroundImage")));
     this.tableLayoutPanel7.ColumnCount     = 1;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.Location = new System.Drawing.Point(6, 72);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 1;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(1032, 24);
     this.tableLayoutPanel7.TabIndex = 10014;
     //
     // ORD020_DemandOrder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.AliceBlue;
     this.ClientSize          = new System.Drawing.Size(1041, 536);
     this.Controls.Add(this.tableLayoutPanel7);
     this.Controls.Add(this.evoLabel5);
     this.Controls.Add(this.fpView);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.evoLabel7);
     this.Controls.Add(this.btnSearchByCustomerCode);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.txtCusName);
     this.Controls.Add(this.txtCusCD);
     this.Controls.Add(this.tslControl);
     this.Controls.Add(this.dtpDemand);
     this.Controls.Add(this.evoLabel2);
     this.Controls.Add(this.evoLabel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.evoLabel4);
     this.Controls.Add(this.evoLabel6);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(690, 523);
     this.Name        = "ORD020_DemandOrder";
     this.Text        = "ORD020 : Demand Order";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ORD020_DemandOrder_FormClosed);
     this.Load       += new System.EventHandler(this.ORD020_DemandOrder_Load);
     this.tslControl.ResumeLayout(false);
     this.tslControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shtView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #14
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.CellType.ButtonCellType                        buttonCellType1       = new FarPoint.Win.Spread.CellType.ButtonCellType();
     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.CurrencyCellType                      currencyCellType1     = new FarPoint.Win.Spread.CellType.CurrencyCellType();
     FarPoint.Win.Spread.CellType.DateTimeCellType                      dateTimeCellType1     = new FarPoint.Win.Spread.CellType.DateTimeCellType();
     System.ComponentModel.ComponentResourceManager                     resources             = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     FarPoint.Win.Spread.CellType.EmptyCellType                         emptyCellType1        = new FarPoint.Win.Spread.CellType.EmptyCellType();
     FarPoint.Win.Spread.CellType.FilterBarCellType                     filterBarCellType1    = new FarPoint.Win.Spread.CellType.FilterBarCellType();
     GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType          gcDateTimeCellType1   = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateYearFieldInfo    dateYearFieldInfo1    = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateYearFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo dateLiteralFieldInfo1 = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthFieldInfo   dateMonthFieldInfo1   = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo dateLiteralFieldInfo2 = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateDayFieldInfo     dateDayFieldInfo1     = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateDayFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo dateLiteralFieldInfo3 = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateHourFieldInfo    dateHourFieldInfo1    = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateHourFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo dateLiteralFieldInfo4 = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMinuteFieldInfo  dateMinuteFieldInfo1  = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMinuteFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo dateLiteralFieldInfo5 = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSecondFieldInfo  dateSecondFieldInfo1  = new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSecondFieldInfo();
     GrapeCity.Win.Spread.InputMan.CellType.DropDownButtonInfo          dropDownButtonInfo1   = new GrapeCity.Win.Spread.InputMan.CellType.DropDownButtonInfo();
     GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType           gcTextBoxCellType1    = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType                       generalCellType1      = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.HyperLinkCellType                     hyperLinkCellType1    = new FarPoint.Win.Spread.CellType.HyperLinkCellType();
     FarPoint.Win.Spread.CellType.ImageCellType                         imageCellType1        = new FarPoint.Win.Spread.CellType.ImageCellType();
     FarPoint.Win.Spread.CellType.ListBoxCellType                       listBoxCellType1      = new FarPoint.Win.Spread.CellType.ListBoxCellType();
     FarPoint.Win.Spread.CellType.MaskCellType maskCellType1 = new FarPoint.Win.Spread.CellType.MaskCellType();
     FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType multiColumnComboBoxCellType1 = new FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType();
     FarPoint.Win.Spread.CellType.MultiOptionCellType         multiOptionCellType1         = new FarPoint.Win.Spread.CellType.MultiOptionCellType();
     FarPoint.Win.Spread.CellType.NumberCellType            numberCellType1            = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.PercentCellType           percentCellType1           = new FarPoint.Win.Spread.CellType.PercentCellType();
     FarPoint.Win.Spread.CellType.ProgressCellType          progressCellType1          = new FarPoint.Win.Spread.CellType.ProgressCellType();
     FarPoint.Win.Spread.CellType.RegularExpressionCellType regularExpressionCellType1 = new FarPoint.Win.Spread.CellType.RegularExpressionCellType();
     FarPoint.Win.Spread.CellType.RichTextCellType          richTextCellType1          = new FarPoint.Win.Spread.CellType.RichTextCellType();
     FarPoint.Win.Spread.CellType.SliderCellType            sliderCellType1            = new FarPoint.Win.Spread.CellType.SliderCellType();
     FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
     this._spread        = new FarPoint.Win.Spread.FpSpread();
     this._spread_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this._spread_Sheet2 = new FarPoint.Win.Spread.SheetView();
     ((System.ComponentModel.ISupportInitialize)(this._spread)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._spread_Sheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._spread_Sheet2)).BeginInit();
     this.SuspendLayout();
     //
     // _spread
     //
     this._spread.AccessibleDescription = "_spread, Sheet2, Row 0, Column 16, ";
     this._spread.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._spread.Location = new System.Drawing.Point(0, 0);
     this._spread.Name     = "_spread";
     this._spread.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this._spread_Sheet1,
         this._spread_Sheet2
     });
     this._spread.Size             = new System.Drawing.Size(1554, 261);
     this._spread.TabIndex         = 0;
     this._spread.ActiveSheetIndex = 1;
     //
     // _spread_Sheet1
     //
     this._spread_Sheet1.Reset();
     this._spread_Sheet1.SheetName = "Sheet1";
     //
     // _spread_Sheet2
     //
     this._spread_Sheet2.Reset();
     this._spread_Sheet2.SheetName = "Sheet2";
     // Formulas and custom names must be loaded with R1C1 reference style
     this._spread_Sheet2.ReferenceStyle           = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this._spread_Sheet2.ActiveColumnIndex        = 16;
     buttonCellType1.ButtonColor2                 = System.Drawing.SystemColors.ButtonFace;
     this._spread_Sheet2.Cells.Get(0, 1).CellType = buttonCellType1;
     this._spread_Sheet2.Cells.Get(0, 2).CellType = checkBoxCellType1;
     comboBoxCellType1.ButtonAlign                = FarPoint.Win.ButtonAlign.Right;
     this._spread_Sheet2.Cells.Get(0, 3).CellType = comboBoxCellType1;
     this._spread_Sheet2.Cells.Get(0, 4).CellType = currencyCellType1;
     dateTimeCellType1.Calendar = new System.Globalization.GregorianCalendar(System.Globalization.GregorianCalendarTypes.Localized);
     dateTimeCellType1.CalendarSurroundingDaysColor = System.Drawing.SystemColors.GrayText;
     dateTimeCellType1.MaximumTime = System.TimeSpan.Parse("23:59:59.9999999");
     dateTimeCellType1.TimeDefault = new System.DateTime(2015, 5, 9, 14, 30, 28, 566);
     this._spread_Sheet2.Cells.Get(0, 5).CellType = dateTimeCellType1;
     this._spread_Sheet2.Cells.Get(0, 6).CellType = emptyCellType1;
     filterBarCellType1.FormatString = "";
     this._spread_Sheet2.Cells.Get(0, 7).CellType    = filterBarCellType1;
     gcDateTimeCellType1.ClearCollection             = true;
     gcDateTimeCellType1.DropDownCalendar.TodayImage = ((System.Drawing.Image)(resources.GetObject("resource.TodayImage")));
     dateLiteralFieldInfo1.Text = "/";
     dateLiteralFieldInfo2.Text = "/";
     dateLiteralFieldInfo4.Text = ":";
     dateLiteralFieldInfo5.Text = ":";
     gcDateTimeCellType1.Fields.AddRange(new GrapeCity.Win.Spread.InputMan.CellType.Fields.DateFieldInfo[] {
         dateYearFieldInfo1,
         dateLiteralFieldInfo1,
         dateMonthFieldInfo1,
         dateLiteralFieldInfo2,
         dateDayFieldInfo1,
         dateLiteralFieldInfo3,
         dateHourFieldInfo1,
         dateLiteralFieldInfo4,
         dateMinuteFieldInfo1,
         dateLiteralFieldInfo5,
         dateSecondFieldInfo1
     });
     gcDateTimeCellType1.RecommendedValue = null;
     gcDateTimeCellType1.ShortcutKeys.AddRange(new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry[] {
         new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry(System.Windows.Forms.Keys.F2, "ShortcutClear"),
         new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry(System.Windows.Forms.Keys.F5, "SetNow"),
         new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry(((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Return))), "ApplyRecommendedValue")
     });
     gcDateTimeCellType1.SideButtons.AddRange(new GrapeCity.Win.Spread.InputMan.CellType.SideButtonBaseInfo[] {
         dropDownButtonInfo1
     });
     this._spread_Sheet2.Cells.Get(0, 8).CellType = gcDateTimeCellType1;
     gcTextBoxCellType1.ClearCollection           = true;
     gcTextBoxCellType1.RecommendedValue          = null;
     gcTextBoxCellType1.ShortcutKeys.AddRange(new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry[] {
         new GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionaryEntry(System.Windows.Forms.Keys.F2, "ShortcutClear")
     });
     this._spread_Sheet2.Cells.Get(0, 9).CellType  = gcTextBoxCellType1;
     this._spread_Sheet2.Cells.Get(0, 10).CellType = generalCellType1;
     hyperLinkCellType1.Text = "http://www.codeer.co.jp/";
     this._spread_Sheet2.Cells.Get(0, 11).CellType = hyperLinkCellType1;
     imageCellType1.Style                          = FarPoint.Win.RenderStyle.Normal;
     imageCellType1.TransparencyColor              = System.Drawing.Color.Empty;
     imageCellType1.TransparencyTolerance          = 0;
     this._spread_Sheet2.Cells.Get(0, 12).CellType = imageCellType1;
     listBoxCellType1.Items                        = new string[] {
         "a",
         "b",
         "c",
         "d",
         "e"
     };
     this._spread_Sheet2.Cells.Get(0, 13).CellType = listBoxCellType1;
     maskCellType1.Mask = "9999";
     this._spread_Sheet2.Cells.Get(0, 14).CellType = maskCellType1;
     multiColumnComboBoxCellType1.ColumnEditName   = null;
     multiColumnComboBoxCellType1.DataColumnName   = null;
     this._spread_Sheet2.Cells.Get(0, 15).CellType = multiColumnComboBoxCellType1;
     multiOptionCellType1.Items = new string[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6"
     };
     this._spread_Sheet2.Cells.Get(0, 16).CellType = multiOptionCellType1;
     this._spread_Sheet2.Cells.Get(0, 17).CellType = numberCellType1;
     this._spread_Sheet2.Cells.Get(0, 18).CellType = percentCellType1;
     this._spread_Sheet2.Cells.Get(0, 19).CellType = progressCellType1;
     regularExpressionCellType1.RegularExpression  = "^\\d*$";
     this._spread_Sheet2.Cells.Get(0, 20).CellType = regularExpressionCellType1;
     this._spread_Sheet2.Cells.Get(0, 21).CellType = richTextCellType1;
     sliderCellType1.TickColor = System.Drawing.Color.Black;
     this._spread_Sheet2.Cells.Get(0, 22).CellType = sliderCellType1;
     this._spread_Sheet2.Cells.Get(0, 23).CellType = textCellType1;
     this._spread_Sheet2.ReferenceStyle            = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1554, 261);
     this.Controls.Add(this._spread);
     this.Name = "MainForm";
     this.Text = "Target";
     ((System.ComponentModel.ISupportInitialize)(this._spread)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._spread_Sheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._spread_Sheet2)).EndInit();
     this.ResumeLayout(false);
 }
Example #15
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.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType2 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType1  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     this.label1        = new System.Windows.Forms.Label();
     this.ButtonOk      = new System.Windows.Forms.Button();
     this.ButtonCancel  = new System.Windows.Forms.Button();
     this.fpSpread2     = new FarPoint.Win.Spread.FpSpread();
     this.SheetView2    = new FarPoint.Win.Spread.SheetView();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.tb_moduleName = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.tb_rootName   = new System.Windows.Forms.TextBox();
     this.bt_preview    = new System.Windows.Forms.Button();
     this.process1      = new System.Diagnostics.Process();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetView2)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "试验模板:";
     //
     // ButtonOk
     //
     this.ButtonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOk.Location = new System.Drawing.Point(507, 547);
     this.ButtonOk.Name     = "ButtonOk";
     this.ButtonOk.Size     = new System.Drawing.Size(75, 23);
     this.ButtonOk.TabIndex = 6;
     this.ButtonOk.Text     = "保存";
     this.ButtonOk.UseVisualStyleBackColor = true;
     this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.Location = new System.Drawing.Point(630, 547);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 7;
     this.ButtonCancel.Text     = "取消";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // fpSpread2
     //
     this.fpSpread2.AccessibleDescription = "fpSpread2, Sheet1, Row 0, Column 0, ";
     this.fpSpread2.BackColor             = System.Drawing.SystemColors.Control;
     this.fpSpread2.ColumnSplitBoxPolicy  = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.Location          = new System.Drawing.Point(3, 17);
     this.fpSpread2.Name              = "fpSpread2";
     this.fpSpread2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.fpSpread2.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.SheetView2
     });
     this.fpSpread2.Size                    = new System.Drawing.Size(713, 413);
     this.fpSpread2.TabIndex                = 10;
     this.fpSpread2.TabStripInsertTab       = false;
     this.fpSpread2.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread2_ButtonClicked);
     //
     // SheetView2
     //
     this.SheetView2.Reset();
     this.SheetView2.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.SheetView2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.SheetView2.ColumnCount    = 3;
     this.SheetView2.RowCount       = 0;
     this.SheetView2.ColumnHeader.Cells.Get(0, 0).Value = "项目描述";
     this.SheetView2.ColumnHeader.Cells.Get(0, 1).Value = "数据";
     this.SheetView2.ColumnHeader.Cells.Get(0, 2).Value = "选择";
     this.SheetView2.Columns.Get(0).CellType            = generalCellType1;
     this.SheetView2.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(0).Label               = "项目描述";
     this.SheetView2.Columns.Get(0).Locked              = true;
     this.SheetView2.Columns.Get(0).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(0).Width               = 272F;
     this.SheetView2.Columns.Get(1).CellType            = generalCellType2;
     this.SheetView2.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(1).Label               = "数据";
     this.SheetView2.Columns.Get(1).VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(1).Width               = 259F;
     buttonCellType1.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType1.Text                                = "设置";
     this.SheetView2.Columns.Get(2).CellType             = buttonCellType1;
     this.SheetView2.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(2).Label                = "选择";
     this.SheetView2.Columns.Get(2).Resizable            = false;
     this.SheetView2.Columns.Get(2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.SheetView2.RowHeader.Columns.Default.Resizable = false;
     this.SheetView2.RowHeader.Visible                   = false;
     this.SheetView2.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpSpread2.SetActiveViewport(0, 1, 0);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.fpSpread2);
     this.groupBox1.Location = new System.Drawing.Point(10, 98);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(719, 433);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "设置上传数据信息";
     //
     // tb_moduleName
     //
     this.tb_moduleName.Location = new System.Drawing.Point(127, 14);
     this.tb_moduleName.Name     = "tb_moduleName";
     this.tb_moduleName.ReadOnly = true;
     this.tb_moduleName.Size     = new System.Drawing.Size(463, 21);
     this.tb_moduleName.TabIndex = 15;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(13, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 0;
     this.label2.Text     = "根节点:";
     //
     // tb_rootName
     //
     this.tb_rootName.Location = new System.Drawing.Point(127, 49);
     this.tb_rootName.Name     = "tb_rootName";
     this.tb_rootName.Size     = new System.Drawing.Size(217, 21);
     this.tb_rootName.TabIndex = 18;
     //
     // bt_preview
     //
     this.bt_preview.Location = new System.Drawing.Point(415, 47);
     this.bt_preview.Name     = "bt_preview";
     this.bt_preview.Size     = new System.Drawing.Size(75, 23);
     this.bt_preview.TabIndex = 19;
     this.bt_preview.Text     = "预览数据";
     this.bt_preview.UseVisualStyleBackColor = true;
     this.bt_preview.Click += new System.EventHandler(this.bt_preview_Click);
     //
     // process1
     //
     this.process1.StartInfo.Domain                 = "";
     this.process1.StartInfo.LoadUserProfile        = false;
     this.process1.StartInfo.Password               = null;
     this.process1.StartInfo.StandardErrorEncoding  = null;
     this.process1.StartInfo.StandardOutputEncoding = null;
     this.process1.StartInfo.UserName               = "";
     this.process1.SynchronizingObject              = this;
     //
     // GGCDocUploadSettingDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(741, 592);
     this.Controls.Add(this.bt_preview);
     this.Controls.Add(this.tb_rootName);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tb_moduleName);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "GGCDocUploadSettingDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "工管中心文档上传设置";
     this.Load           += new System.EventHandler(this.ItemInfoDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetView2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #16
0
 private void PaintGrdView()
 {
     //FarPoint.Win.Spread.Cell aCell;
     GrdView.Reset();
     GrdView.Visible = false;
     GrdView.ActiveSheet.RowCount    = 1;
     GrdView.ActiveSheet.ColumnCount = 12;
     GrdView.Height = this.Height - 150;
     GrdView.Width  = this.Width - 30;
     GrdView.Top    = 85;
     GrdView.Left   = 12;
     GrdView.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     GrdView.VerticalScrollBarPolicy   = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     GrdView.ActiveSheet.SetColumnWidth(liColVouNo, 82);
     GrdView.ActiveSheet.SetColumnWidth(liColGuestName, 180);
     GrdView.ActiveSheet.SetColumnWidth(liColVouDate, 70);
     GrdView.ActiveSheet.SetColumnWidth(liColHotel, 285);
     GrdView.ActiveSheet.SetColumnWidth(liColCounter, 65);
     GrdView.ActiveSheet.SetColumnWidth(liColMac, 45);
     GrdView.ActiveSheet.SetColumnWidth(liColRoom, 45);
     GrdView.ActiveSheet.SetColumnWidth(liColConfirm, 48);
     GrdView.ActiveSheet.SetColumnWidth(liColRoomRate, 70);
     GrdView.ActiveSheet.SetColumnWidth(liColRoomRate1, 74);
     GrdView.ActiveSheet.SetColumnWidth(liColStaffName, 90);
     GrdView.ActiveSheet.SetColumnWidth(liColStatus, 60);
     FarPoint.Win.Spread.Column col;
     FarPoint.Win.Spread.CellType.TextCellType cell = new FarPoint.Win.Spread.CellType.TextCellType();
     col          = GrdView.ActiveSheet.Columns[liColVouNo, liColStatus];
     col.CellType = cell;
     col          = GrdView.ActiveSheet.Columns[liColCounter, liColRoom];
     col.CellType = cell;
     FarPoint.Win.Spread.CellType.NumberCellType cell8 = new FarPoint.Win.Spread.CellType.NumberCellType();
     cell8.Separator = ",";
     col             = GrdView.ActiveSheet.Columns[liColRoomRate, liColRoomRate1];
     col.CellType    = cell8;
     FarPoint.Win.Spread.Column col7;
     FarPoint.Win.Spread.CellType.ButtonCellType cell7 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     col7 = GrdView.ActiveSheet.Columns[liColConfirm];
     //col.Locked = true;
     //col7.Label = "Confirm";
     col7.CellType = cell7;
     //GrdView .ActiveSheet
     FarPoint.Win.Spread.HideRowFilter hideRowFilter = new FarPoint.Win.Spread.HideRowFilter(GrdView.ActiveSheet);
     GrdView.ActiveSheet.Columns[liColVouNo, liColGuestName].AllowAutoFilter = true;
     GrdView.ActiveSheet.Columns[liColHotel, liColCounter].AllowAutoFilter   = true;
     GrdView.ActiveSheet.OperationMode        = FarPoint.Win.Spread.OperationMode.RowMode;
     GrdView.ActiveSheet.Columns[0, 6].Locked = true;
     GrdView.ActiveSheet.SetColumnLabel(0, liColVouNo, "Vou NO");
     GrdView.ActiveSheet.SetColumnLabel(0, liColGuestName, "Guest Name");
     GrdView.ActiveSheet.SetColumnLabel(0, liColVouDate, "Vou Date");
     GrdView.ActiveSheet.SetColumnLabel(0, liColHotel, "Hotel");
     GrdView.ActiveSheet.SetColumnLabel(0, liColCounter, "Counter");
     GrdView.ActiveSheet.SetColumnLabel(0, liColMac, "MAC");
     GrdView.ActiveSheet.SetColumnLabel(0, liColRoom, "ROOM");
     GrdView.ActiveSheet.SetColumnLabel(0, liColConfirm, "Confirm");
     GrdView.ActiveSheet.SetColumnLabel(0, liColRoomRate, "RoomRate");
     GrdView.ActiveSheet.SetColumnLabel(0, liColRoomRate1, "RoomRate++");
     GrdView.ActiveSheet.SetColumnLabel(0, liColStaffName, "Staff Name");
     GrdView.ActiveSheet.SetColumnLabel(0, liColStatus, "Status");
     GrdView.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Off;
     GrdView.BorderStyle          = BorderStyle.None;
     GrdView.AllowColumnMove      = true;
     GrdView.Visible = true;
 }
Example #17
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.ButtonCellType buttonCellType1 = new FarPoint.Win.Spread.CellType.ButtonCellType();
            this.panelTree         = new Neusoft.FrameWork.WinForms.Controls.NeuPanel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.tvDeptTree1       = new Neusoft.HISFC.Components.DrugStore.Base.tvDeptTree(this.components);
            this.panelTree.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.SuspendLayout();
            //
            // panelTree
            //
            this.panelTree.Controls.Add(this.tvDeptTree1);
            this.panelTree.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panelTree.Location = new System.Drawing.Point(0, 0);
            this.panelTree.Name     = "panelTree";
            this.panelTree.Size     = new System.Drawing.Size(187, 381);
            this.panelTree.Style    = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.panelTree.TabIndex = 0;
            this.panelTree.Visible  = false;
            //
            // neuSpread1
            //
            this.neuSpread1.About = "2.5.2007.2005";
            this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1, Row 0, Column 0, ";
            this.neuSpread1.BackColor             = System.Drawing.SystemColors.Control;
            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(187, 0);
            this.neuSpread1.Name     = "neuSpread1";
            this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
                this.neuSpread1_Sheet1
            });
            this.neuSpread1.Size                    = new System.Drawing.Size(474, 381);
            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.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    = 3;
            this.neuSpread1_Sheet1.RowCount       = 3;
            this.neuSpread1_Sheet1.ActiveSkin     = new FarPoint.Win.Spread.SheetSkin("CustomSkin1", System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(247))))), System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.LightGray, FarPoint.Win.Spread.GridLines.Both, System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(247))))), System.Drawing.Color.Empty, System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(217)))), ((int)(((byte)(217))))), System.Drawing.Color.Empty, System.Drawing.Color.Empty, System.Drawing.Color.Empty, false, false, false, true, false);
            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.Columns.Default.Visible = true;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(247)))));
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Font       = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Locked     = false;
            this.neuSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent     = "HeaderDefault";
            this.neuSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height      = 40F;
            this.neuSpread1_Sheet1.Columns.Default.Visible          = true;
            this.neuSpread1_Sheet1.Columns.Get(0).CellType          = buttonCellType1;
            this.neuSpread1_Sheet1.Columns.Get(0).Label             = "摆药台";
            this.neuSpread1_Sheet1.Columns.Get(0).Width             = 183F;
            this.neuSpread1_Sheet1.Columns.Get(1).BackColor         = System.Drawing.SystemColors.ControlLight;
            this.neuSpread1_Sheet1.Columns.Get(1).Label             = "发送类型";
            this.neuSpread1_Sheet1.Columns.Get(1).Width             = 144F;
            this.neuSpread1_Sheet1.Columns.Get(2).BackColor         = System.Drawing.SystemColors.ControlLight;
            this.neuSpread1_Sheet1.Columns.Get(2).Label             = "显示等级";
            this.neuSpread1_Sheet1.Columns.Get(2).Width             = 179F;
            this.neuSpread1_Sheet1.DefaultStyle.Font                = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.neuSpread1_Sheet1.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
            this.neuSpread1_Sheet1.DefaultStyle.Locked              = false;
            this.neuSpread1_Sheet1.DefaultStyle.Parent              = "DataAreaDefault";
            this.neuSpread1_Sheet1.DefaultStyle.VerticalAlignment   = FarPoint.Win.Spread.CellVerticalAlignment.Center;
            this.neuSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.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.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(247)))));
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Locked       = false;
            this.neuSpread1_Sheet1.RowHeader.DefaultStyle.Parent       = "HeaderDefault";
            this.neuSpread1_Sheet1.RowHeader.Visible          = false;
            this.neuSpread1_Sheet1.Rows.Default.Height        = 40F;
            this.neuSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(247)))));
            this.neuSpread1_Sheet1.SheetCornerStyle.Locked    = false;
            this.neuSpread1_Sheet1.SheetCornerStyle.Parent    = "HeaderDefault";
            this.neuSpread1_Sheet1.ReferenceStyle             = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            //
            // tvDeptTree1
            //
            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(187, 381);
            this.tvDeptTree1.Style         = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tvDeptTree1.TabIndex      = 0;
            this.tvDeptTree1.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvDeptTree1_AfterSelect);
            //
            // ucChooseDrugControl
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.neuSpread1);
            this.Controls.Add(this.panelTree);
            this.Name = "ucChooseDrugControl";
            this.Size = new System.Drawing.Size(661, 381);
            this.panelTree.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType1  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType2  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType2 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType3  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType3 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType4  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType5  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.GeneralCellType generalCellType4 = new FarPoint.Win.Spread.CellType.GeneralCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType  buttonCellType6  = new FarPoint.Win.Spread.CellType.ButtonCellType();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.ButtonOk      = new System.Windows.Forms.Button();
     this.ButtonCancel  = new System.Windows.Forms.Button();
     this.fpSpread2     = new FarPoint.Win.Spread.FpSpread();
     this.SheetView2    = new FarPoint.Win.Spread.SheetView();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.fpSpread1     = new FarPoint.Win.Spread.FpSpread();
     this.sheetView1    = new FarPoint.Win.Spread.SheetView();
     this.btn_AddDays   = new System.Windows.Forms.Button();
     this.cb_active     = new System.Windows.Forms.CheckBox();
     this.tb_moduleName = new System.Windows.Forms.TextBox();
     this.rb_ylj        = new System.Windows.Forms.RadioButton();
     this.rb_wnj        = new System.Windows.Forms.RadioButton();
     this.radioButton1  = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetView2)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "选择试验(&M):";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(13, 47);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "试验类别:";
     //
     // ButtonOk
     //
     this.ButtonOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOk.Location = new System.Drawing.Point(564, 587);
     this.ButtonOk.Name     = "ButtonOk";
     this.ButtonOk.Size     = new System.Drawing.Size(75, 23);
     this.ButtonOk.TabIndex = 6;
     this.ButtonOk.Text     = "保存";
     this.ButtonOk.UseVisualStyleBackColor = true;
     this.ButtonOk.Click += new System.EventHandler(this.ButtonOk_Click);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.Location = new System.Drawing.Point(670, 587);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 7;
     this.ButtonCancel.Text     = "取消";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
     //
     // fpSpread2
     //
     this.fpSpread2.AccessibleDescription     = "fpSpread2, Sheet1";
     this.fpSpread2.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpSpread2.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.Location          = new System.Drawing.Point(3, 19);
     this.fpSpread2.Name              = "fpSpread2";
     this.fpSpread2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.fpSpread2.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.SheetView2
     });
     this.fpSpread2.Size                    = new System.Drawing.Size(759, 421);
     this.fpSpread2.TabIndex                = 10;
     this.fpSpread2.TabStripInsertTab       = false;
     this.fpSpread2.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.fpSpread2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread2.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread2_ButtonClicked);
     //
     // SheetView2
     //
     this.SheetView2.Reset();
     this.SheetView2.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.SheetView2.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.SheetView2.ColumnCount    = 8;
     this.SheetView2.RowCount       = 0;
     this.SheetView2.ColumnHeader.Cells.Get(0, 0).Value = "删除";
     this.SheetView2.ColumnHeader.Cells.Get(0, 1).Value = "序号";
     this.SheetView2.ColumnHeader.Cells.Get(0, 2).Value = "屈服力";
     this.SheetView2.ColumnHeader.Cells.Get(0, 3).Value = "选择";
     this.SheetView2.ColumnHeader.Cells.Get(0, 4).Value = "拉断最大力";
     this.SheetView2.ColumnHeader.Cells.Get(0, 5).Value = "选择";
     this.SheetView2.ColumnHeader.Cells.Get(0, 6).Value = "断后标距";
     this.SheetView2.ColumnHeader.Cells.Get(0, 7).Value = "选择";
     buttonCellType1.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType1.Text                                = "删除";
     this.SheetView2.Columns.Get(0).CellType             = buttonCellType1;
     this.SheetView2.Columns.Get(0).Label                = "删除";
     this.SheetView2.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(1).Label                = "序号";
     this.SheetView2.Columns.Get(1).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(2).CellType             = generalCellType1;
     this.SheetView2.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(2).Label                = "屈服力";
     this.SheetView2.Columns.Get(2).Locked               = true;
     this.SheetView2.Columns.Get(2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(2).Width                = 127F;
     buttonCellType2.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType2.Text                                = "设置";
     this.SheetView2.Columns.Get(3).CellType             = buttonCellType2;
     this.SheetView2.Columns.Get(3).Label                = "选择";
     this.SheetView2.Columns.Get(4).CellType             = generalCellType2;
     this.SheetView2.Columns.Get(4).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(4).Label                = "拉断最大力";
     this.SheetView2.Columns.Get(4).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(4).Width                = 121F;
     buttonCellType3.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType3.Text                                = "设置";
     this.SheetView2.Columns.Get(5).CellType             = buttonCellType3;
     this.SheetView2.Columns.Get(5).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(5).Label                = "选择";
     this.SheetView2.Columns.Get(6).CellType             = generalCellType3;
     this.SheetView2.Columns.Get(6).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(6).Label                = "断后标距";
     this.SheetView2.Columns.Get(6).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.Columns.Get(6).Width                = 121F;
     buttonCellType4.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType4.Text                                = "设置";
     this.SheetView2.Columns.Get(7).CellType             = buttonCellType4;
     this.SheetView2.Columns.Get(7).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.SheetView2.Columns.Get(7).Label                = "选择";
     this.SheetView2.Columns.Get(7).Resizable            = false;
     this.SheetView2.Columns.Get(7).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.SheetView2.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.SheetView2.RowHeader.Columns.Default.Resizable = false;
     this.SheetView2.RowHeader.Visible                   = false;
     this.SheetView2.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpSpread2.SetActiveViewport(0, 1, 0);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.fpSpread1);
     this.groupBox1.Controls.Add(this.fpSpread2);
     this.groupBox1.Location = new System.Drawing.Point(10, 120);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(765, 446);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "设置试验数据更新单元格信息";
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription     = "fpSpread1, Sheet1";
     this.fpSpread1.BackColor                 = System.Drawing.SystemColors.Control;
     this.fpSpread1.ColumnSplitBoxPolicy      = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.Location          = new System.Drawing.Point(3, 13);
     this.fpSpread1.Name              = "fpSpread1";
     this.fpSpread1.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.fpSpread1.RowSplitBoxPolicy = FarPoint.Win.Spread.SplitBoxPolicy.Never;
     this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.sheetView1
     });
     this.fpSpread1.Size                    = new System.Drawing.Size(759, 421);
     this.fpSpread1.TabIndex                = 11;
     this.fpSpread1.TabStripInsertTab       = false;
     this.fpSpread1.TabStripPolicy          = FarPoint.Win.Spread.TabStripPolicy.Never;
     this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread2_ButtonClicked);
     //
     // sheetView1
     //
     this.sheetView1.Reset();
     this.sheetView1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.sheetView1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.sheetView1.ColumnCount    = 4;
     this.sheetView1.RowCount       = 0;
     this.sheetView1.ColumnHeader.Cells.Get(0, 0).Value = "删除";
     this.sheetView1.ColumnHeader.Cells.Get(0, 1).Value = "序号";
     this.sheetView1.ColumnHeader.Cells.Get(0, 2).Value = "破坏荷载";
     this.sheetView1.ColumnHeader.Cells.Get(0, 3).Value = "选择";
     buttonCellType5.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType5.Text                                = "删除";
     this.sheetView1.Columns.Get(0).CellType             = buttonCellType5;
     this.sheetView1.Columns.Get(0).Label                = "删除";
     this.sheetView1.Columns.Get(1).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(1).Label                = "序号";
     this.sheetView1.Columns.Get(1).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(2).CellType             = generalCellType4;
     this.sheetView1.Columns.Get(2).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(2).Label                = "破坏荷载";
     this.sheetView1.Columns.Get(2).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.Columns.Get(2).Width                = 162F;
     buttonCellType6.ButtonColor2                        = System.Drawing.SystemColors.ButtonFace;
     buttonCellType6.Text                                = "设置";
     this.sheetView1.Columns.Get(3).CellType             = buttonCellType6;
     this.sheetView1.Columns.Get(3).HorizontalAlignment  = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.sheetView1.Columns.Get(3).Label                = "选择";
     this.sheetView1.Columns.Get(3).Resizable            = false;
     this.sheetView1.Columns.Get(3).VerticalAlignment    = FarPoint.Win.Spread.CellVerticalAlignment.Center;
     this.sheetView1.OperationMode                       = FarPoint.Win.Spread.OperationMode.RowMode;
     this.sheetView1.RowHeader.Columns.Default.Resizable = false;
     this.sheetView1.RowHeader.Visible                   = false;
     this.sheetView1.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpSpread1.SetActiveViewport(0, 1, 0);
     //
     // btn_AddDays
     //
     this.btn_AddDays.Location = new System.Drawing.Point(691, 100);
     this.btn_AddDays.Name     = "btn_AddDays";
     this.btn_AddDays.Size     = new System.Drawing.Size(75, 23);
     this.btn_AddDays.TabIndex = 12;
     this.btn_AddDays.Text     = "添加";
     this.btn_AddDays.UseVisualStyleBackColor = true;
     this.btn_AddDays.Click += new System.EventHandler(this.btn_AddDays_Click);
     //
     // cb_active
     //
     this.cb_active.AutoSize = true;
     this.cb_active.Location = new System.Drawing.Point(622, 16);
     this.cb_active.Name     = "cb_active";
     this.cb_active.Size     = new System.Drawing.Size(48, 16);
     this.cb_active.TabIndex = 20;
     this.cb_active.Text     = "启用";
     this.cb_active.UseVisualStyleBackColor = true;
     //
     // tb_moduleName
     //
     this.tb_moduleName.Location = new System.Drawing.Point(127, 14);
     this.tb_moduleName.Name     = "tb_moduleName";
     this.tb_moduleName.ReadOnly = true;
     this.tb_moduleName.Size     = new System.Drawing.Size(489, 21);
     this.tb_moduleName.TabIndex = 15;
     //
     // rb_ylj
     //
     this.rb_ylj.AutoSize = true;
     this.rb_ylj.Location = new System.Drawing.Point(128, 47);
     this.rb_ylj.Name     = "rb_ylj";
     this.rb_ylj.Size     = new System.Drawing.Size(59, 16);
     this.rb_ylj.TabIndex = 21;
     this.rb_ylj.TabStop  = true;
     this.rb_ylj.Text     = "压力机";
     this.rb_ylj.UseVisualStyleBackColor = true;
     this.rb_ylj.CheckedChanged         += new System.EventHandler(this.rb_ylj_CheckedChanged);
     //
     // rb_wnj
     //
     this.rb_wnj.AutoSize = true;
     this.rb_wnj.Location = new System.Drawing.Point(214, 47);
     this.rb_wnj.Name     = "rb_wnj";
     this.rb_wnj.Size     = new System.Drawing.Size(59, 16);
     this.rb_wnj.TabIndex = 21;
     this.rb_wnj.TabStop  = true;
     this.rb_wnj.Text     = "万能机";
     this.rb_wnj.UseVisualStyleBackColor = true;
     this.rb_wnj.CheckedChanged         += new System.EventHandler(this.rb_ylj_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(296, 47);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(47, 16);
     this.radioButton1.TabIndex = 21;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "其它";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged         += new System.EventHandler(this.rb_ylj_CheckedChanged);
     //
     // CaiJiItemDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(778, 654);
     this.Controls.Add(this.radioButton1);
     this.Controls.Add(this.rb_wnj);
     this.Controls.Add(this.rb_ylj);
     this.Controls.Add(this.btn_AddDays);
     this.Controls.Add(this.cb_active);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tb_moduleName);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CaiJiItemDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "采集设置";
     this.Load           += new System.EventHandler(this.ItemInfoDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SheetView2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sheetView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.CellType.TextCellType      textCellType1   = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.ButtonCellType    buttonCellType1 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     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.ButtonCellType    buttonCellType2 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
     FarPoint.Win.Spread.CellType.NumberCellType    numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(TRN170_TransferEntry));
     this.fpIssueList             = new FarPoint.Win.Spread.FpSpread();
     this.cmsOperation            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shtIssueList            = new FarPoint.Win.Spread.SheetView();
     this.evoLabel2           = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoLabel4           = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblToLoc            = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblFromLoc          = new EVOFramework.Windows.Forms.EVOLabel();
     this.cboFromLoc          = new EVOFramework.Windows.Forms.EVOComboBox();
     this.cboToLoc            = new EVOFramework.Windows.Forms.EVOComboBox();
     this.txtRemark           = new EVOFramework.Windows.Forms.EVOTextBox();
     this.lblSubType          = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblRemark           = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblForCustomer      = new EVOFramework.Windows.Forms.EVOLabel();
     this.cboSubType          = new EVOFramework.Windows.Forms.EVOComboBox();
     this.cboForCustomer      = new EVOFramework.Windows.Forms.EVOComboBox();
     this.txtJobOrderNo       = new EVOFramework.Windows.Forms.EVOTextBox();
     this.txtRefDocNo         = new EVOFramework.Windows.Forms.EVOTextBox();
     this.lblRefDocNo         = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblJobOrderNo       = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoLabel5           = new EVOFramework.Windows.Forms.EVOLabel();
     this.tableLayoutPanel3   = new System.Windows.Forms.TableLayoutPanel();
     this.label2              = new EVOFramework.Windows.Forms.EVOLabel();
     this.evoPanel1           = new EVOFramework.Windows.Forms.EVOPanel();
     this.label7              = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblIssueNo          = new EVOFramework.Windows.Forms.EVOLabel();
     this.lblIssueDate        = new EVOFramework.Windows.Forms.EVOLabel();
     this.txtIssueNo          = new EVOFramework.Windows.Forms.EVOTextBox();
     this.dtIssueDate         = new EVOFramework.Windows.Forms.EVODateTextBoxWithCalendar();
     this.tableLayoutPanel7   = new System.Windows.Forms.TableLayoutPanel();
     this.lblIssueInformation = new EVOFramework.Windows.Forms.EVOLabel();
     this.dmcIssue            = new EVOFramework.Data.UIDataModelController(this.components);
     this.evoPanel5           = new EVOFramework.Windows.Forms.EVOPanel();
     this.tableLayoutPanel2   = new System.Windows.Forms.TableLayoutPanel();
     this.label1              = new EVOFramework.Windows.Forms.EVOLabel();
     this.btnMultiItem        = new System.Windows.Forms.Button();
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpIssueList)).BeginInit();
     this.cmsOperation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.shtIssueList)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.evoPanel1.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.btnMultiItem);
     this.pnlContainer.Controls.Add(this.fpIssueList);
     this.pnlContainer.Controls.Add(this.tableLayoutPanel3);
     this.pnlContainer.Controls.Add(this.tableLayoutPanel7);
     this.pnlContainer.Controls.Add(this.dtIssueDate);
     this.pnlContainer.Controls.Add(this.txtRemark);
     this.pnlContainer.Controls.Add(this.lblRemark);
     this.pnlContainer.Controls.Add(this.lblIssueDate);
     this.pnlContainer.Controls.Add(this.lblIssueNo);
     this.pnlContainer.Controls.Add(this.txtIssueNo);
     this.pnlContainer.Controls.Add(this.cboToLoc);
     this.pnlContainer.Controls.Add(this.lblToLoc);
     this.pnlContainer.Controls.Add(this.evoLabel2);
     this.pnlContainer.Controls.Add(this.evoLabel4);
     this.pnlContainer.Controls.Add(this.lblFromLoc);
     this.pnlContainer.Controls.Add(this.evoPanel1);
     this.pnlContainer.Controls.Add(this.evoLabel5);
     this.pnlContainer.Controls.Add(this.lblSubType);
     this.pnlContainer.Controls.Add(this.cboSubType);
     this.pnlContainer.Controls.Add(this.lblRefDocNo);
     this.pnlContainer.Controls.Add(this.txtJobOrderNo);
     this.pnlContainer.Controls.Add(this.lblJobOrderNo);
     this.pnlContainer.Controls.Add(this.txtRefDocNo);
     this.pnlContainer.Controls.Add(this.lblForCustomer);
     this.pnlContainer.Controls.Add(this.cboForCustomer);
     this.pnlContainer.Controls.Add(this.cboFromLoc);
     this.pnlContainer.Font      = new System.Drawing.Font("Tahoma", 12F);
     this.pnlContainer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.pnlContainer.Size      = new System.Drawing.Size(909, 702);
     //
     // fpIssueList
     //
     this.fpIssueList.About = "2.5.2015.2005";
     this.fpIssueList.AccessibleDescription = "fpIssueList, Sheet1";
     this.fpIssueList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.fpIssueList.BackColor                 = System.Drawing.Color.AliceBlue;
     this.fpIssueList.ContextMenuStrip          = this.cmsOperation;
     this.fpIssueList.EditModeReplace           = true;
     this.fpIssueList.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpIssueList.Location             = new System.Drawing.Point(11, 300);
     this.fpIssueList.Name                 = "fpIssueList";
     this.fpIssueList.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.fpIssueList.ScrollBarTrackPolicy = FarPoint.Win.Spread.ScrollBarTrackPolicy.Both;
     this.fpIssueList.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.shtIssueList
     });
     this.fpIssueList.Size     = new System.Drawing.Size(883, 387);
     this.fpIssueList.TabIndex = 11;
     this.fpIssueList.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpIssueList.EditModeOn    += new System.EventHandler(this.fpIssueList_EditModeOn);
     this.fpIssueList.EditModeOff   += new System.EventHandler(this.fpIssueList_EditModeOff);
     this.fpIssueList.LeaveCell     += new FarPoint.Win.Spread.LeaveCellEventHandler(this.fpIssueList_LeaveCell);
     this.fpIssueList.ButtonClicked += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpIssueList_ButtonClicked);
     this.fpIssueList.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.fpIssueList_KeyDown);
     this.fpIssueList.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.fpIssueList_KeyUp);
     //
     // cmsOperation
     //
     this.cmsOperation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.cmsOperation.Name = "cmsOperation";
     this.cmsOperation.Size = new System.Drawing.Size(106, 48);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.addToolStripMenuItem.Text   = "Add";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // shtIssueList
     //
     this.shtIssueList.Reset();
     this.shtIssueList.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.shtIssueList.ReferenceStyle        = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.shtIssueList.ColumnCount           = 10;
     this.shtIssueList.RowCount              = 0;
     this.shtIssueList.AutoGenerateColumns   = false;
     this.shtIssueList.ColumnHeader.AutoText = FarPoint.Win.Spread.HeaderAutoText.Blank;
     this.shtIssueList.ColumnHeader.Cells.Get(0, 0).Value = "Master No.";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 1).Value = " ";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 2).Value = "Part No.";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 3).Value = "Part Name";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 4).Value = "Lot No.";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 5).Value = " ";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 6).Value = "Transfer Qty";
     this.shtIssueList.ColumnHeader.Cells.Get(0, 7).Value = "On Hand Qty";
     this.shtIssueList.ColumnHeader.Rows.Get(0).Height    = 40F;
     textCellType1.CharacterCasing             = System.Windows.Forms.CharacterCasing.Upper;
     this.shtIssueList.Columns.Get(0).CellType = textCellType1;
     this.shtIssueList.Columns.Get(0).Label    = "Master No.";
     this.shtIssueList.Columns.Get(0).Tag      = "Master No.";
     this.shtIssueList.Columns.Get(0).Width    = 90F;
     buttonCellType1.Text = "...";
     this.shtIssueList.Columns.Get(1).CellType = buttonCellType1;
     this.shtIssueList.Columns.Get(1).Label    = " ";
     this.shtIssueList.Columns.Get(1).Tag      = "ITEM_CD_BTN";
     this.shtIssueList.Columns.Get(1).Width    = 31F;
     this.shtIssueList.Columns.Get(2).Label    = "Part No.";
     this.shtIssueList.Columns.Get(2).Tag      = "Part No.";
     this.shtIssueList.Columns.Get(2).Width    = 120F;
     this.shtIssueList.Columns.Get(3).CellType = textCellType2;
     this.shtIssueList.Columns.Get(3).Label    = "Part Name";
     this.shtIssueList.Columns.Get(3).Tag      = "Part Desc";
     this.shtIssueList.Columns.Get(3).Width    = 120F;
     textCellType3.MaxLength = 30;
     this.shtIssueList.Columns.Get(4).CellType = textCellType3;
     this.shtIssueList.Columns.Get(4).Label    = "Lot No.";
     this.shtIssueList.Columns.Get(4).Tag      = "Lot No.";
     this.shtIssueList.Columns.Get(4).Width    = 139F;
     buttonCellType2.Text = "...";
     this.shtIssueList.Columns.Get(5).CellType = buttonCellType2;
     this.shtIssueList.Columns.Get(5).Label    = " ";
     this.shtIssueList.Columns.Get(5).Tag      = "LOT_BTN";
     this.shtIssueList.Columns.Get(5).Width    = 31F;
     numberCellType1.DecimalPlaces             = 6;
     numberCellType1.FixedPoint                            = false;
     numberCellType1.MinimumValue                          = 0D;
     numberCellType1.ShowSeparator                         = true;
     this.shtIssueList.Columns.Get(6).CellType             = numberCellType1;
     this.shtIssueList.Columns.Get(6).Label                = "Transfer Qty";
     this.shtIssueList.Columns.Get(6).Tag                  = "Transfer Qty";
     this.shtIssueList.Columns.Get(6).Width                = 120F;
     numberCellType2.DecimalPlaces                         = 6;
     numberCellType2.FixedPoint                            = false;
     numberCellType2.ShowSeparator                         = true;
     this.shtIssueList.Columns.Get(7).CellType             = numberCellType2;
     this.shtIssueList.Columns.Get(7).Label                = "On Hand Qty";
     this.shtIssueList.Columns.Get(7).Tag                  = "On Hand Qty";
     this.shtIssueList.Columns.Get(7).Width                = 120F;
     this.shtIssueList.Columns.Get(8).Visible              = false;
     this.shtIssueList.Columns.Get(9).Visible              = false;
     this.shtIssueList.DataAutoCellTypes                   = false;
     this.shtIssueList.DataAutoHeadings                    = false;
     this.shtIssueList.DataAutoSizeColumns                 = false;
     this.shtIssueList.RowHeader.Columns.Default.Resizable = true;
     this.shtIssueList.SelectionPolicy                     = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
     this.shtIssueList.ReferenceStyle                      = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpIssueList.SetActiveViewport(0, 1, 0);
     //
     // evoLabel2
     //
     this.evoLabel2.AppearanceName = "RequireText";
     this.evoLabel2.AutoSize       = true;
     this.evoLabel2.ControlID      = "";
     this.evoLabel2.Location       = new System.Drawing.Point(10, 200);
     this.evoLabel2.Name           = "evoLabel2";
     this.evoLabel2.PathString     = null;
     this.evoLabel2.PathValue      = "*";
     this.evoLabel2.Size           = new System.Drawing.Size(18, 19);
     this.evoLabel2.TabIndex       = 232331;
     this.evoLabel2.Text           = "*";
     this.evoLabel2.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // evoLabel4
     //
     this.evoLabel4.AppearanceName = "RequireText";
     this.evoLabel4.AutoSize       = true;
     this.evoLabel4.ControlID      = "";
     this.evoLabel4.Location       = new System.Drawing.Point(10, 166);
     this.evoLabel4.Name           = "evoLabel4";
     this.evoLabel4.PathString     = null;
     this.evoLabel4.PathValue      = "*";
     this.evoLabel4.Size           = new System.Drawing.Size(18, 19);
     this.evoLabel4.TabIndex       = 232331;
     this.evoLabel4.Text           = "*";
     this.evoLabel4.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblToLoc
     //
     this.lblToLoc.AppearanceName = "";
     this.lblToLoc.ControlID      = "";
     this.lblToLoc.Location       = new System.Drawing.Point(34, 193);
     this.lblToLoc.Name           = "lblToLoc";
     this.lblToLoc.PathString     = null;
     this.lblToLoc.PathValue      = "To Loc";
     this.lblToLoc.Size           = new System.Drawing.Size(75, 33);
     this.lblToLoc.TabIndex       = 8;
     this.lblToLoc.Text           = "To Loc";
     this.lblToLoc.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFromLoc
     //
     this.lblFromLoc.AppearanceName = "";
     this.lblFromLoc.ControlID      = "";
     this.lblFromLoc.Location       = new System.Drawing.Point(34, 159);
     this.lblFromLoc.Name           = "lblFromLoc";
     this.lblFromLoc.PathString     = null;
     this.lblFromLoc.PathValue      = "From Loc";
     this.lblFromLoc.Size           = new System.Drawing.Size(85, 33);
     this.lblFromLoc.TabIndex       = 8;
     this.lblFromLoc.Text           = "From Loc";
     this.lblFromLoc.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboFromLoc
     //
     this.cboFromLoc.AppearanceName         = "";
     this.cboFromLoc.AppearanceReadOnlyName = "";
     this.cboFromLoc.ControlID         = null;
     this.cboFromLoc.DropDownHeight    = 180;
     this.cboFromLoc.FormattingEnabled = true;
     this.cboFromLoc.IntegralHeight    = false;
     this.cboFromLoc.Location          = new System.Drawing.Point(125, 162);
     this.cboFromLoc.Name                  = "cboFromLoc";
     this.cboFromLoc.PathString            = "FROM_LOC_CD.Value";
     this.cboFromLoc.PathValue             = null;
     this.cboFromLoc.Size                  = new System.Drawing.Size(613, 27);
     this.cboFromLoc.TabIndex              = 7;
     this.cboFromLoc.SelectedValueChanged += new System.EventHandler(this.cboFromLoc_SelectedValueChanged);
     //
     // cboToLoc
     //
     this.cboToLoc.AppearanceName         = "";
     this.cboToLoc.AppearanceReadOnlyName = "";
     this.cboToLoc.ControlID         = null;
     this.cboToLoc.DropDownHeight    = 180;
     this.cboToLoc.FormattingEnabled = true;
     this.cboToLoc.IntegralHeight    = false;
     this.cboToLoc.Location          = new System.Drawing.Point(125, 196);
     this.cboToLoc.Name       = "cboToLoc";
     this.cboToLoc.PathString = "TO_LOC_CD.Value";
     this.cboToLoc.PathValue  = null;
     this.cboToLoc.Size       = new System.Drawing.Size(613, 27);
     this.cboToLoc.TabIndex   = 8;
     //
     // txtRemark
     //
     this.txtRemark.AppearanceName         = "";
     this.txtRemark.AppearanceReadOnlyName = "";
     this.txtRemark.ControlID           = "";
     this.txtRemark.DisableRestrictChar = false;
     this.txtRemark.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtRemark.HelpButton = null;
     this.txtRemark.Location   = new System.Drawing.Point(125, 229);
     this.txtRemark.MaxLength  = 255;
     this.txtRemark.Name       = "txtRemark";
     this.txtRemark.PathString = "REMARK.Value";
     this.txtRemark.PathValue  = "";
     this.txtRemark.Size       = new System.Drawing.Size(613, 26);
     this.txtRemark.TabIndex   = 10;
     this.txtRemark.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.txtRemark_KeyPress);
     //
     // lblSubType
     //
     this.lblSubType.AppearanceName = "";
     this.lblSubType.ControlID      = "";
     this.lblSubType.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.lblSubType.Location       = new System.Drawing.Point(34, 125);
     this.lblSubType.Name           = "lblSubType";
     this.lblSubType.PathString     = null;
     this.lblSubType.PathValue      = "Sub Type";
     this.lblSubType.Size           = new System.Drawing.Size(85, 34);
     this.lblSubType.TabIndex       = 50;
     this.lblSubType.Text           = "Sub Type";
     this.lblSubType.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblRemark
     //
     this.lblRemark.AppearanceName = "";
     this.lblRemark.ControlID      = "";
     this.lblRemark.Location       = new System.Drawing.Point(34, 226);
     this.lblRemark.Name           = "lblRemark";
     this.lblRemark.PathString     = null;
     this.lblRemark.PathValue      = "Remark";
     this.lblRemark.Size           = new System.Drawing.Size(85, 31);
     this.lblRemark.TabIndex       = 8;
     this.lblRemark.Text           = "Remark";
     this.lblRemark.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblForCustomer
     //
     this.lblForCustomer.AppearanceName = "";
     this.lblForCustomer.ControlID      = "";
     this.lblForCustomer.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.lblForCustomer.Location       = new System.Drawing.Point(294, 0);
     this.lblForCustomer.Name           = "lblForCustomer";
     this.lblForCustomer.PathString     = null;
     this.lblForCustomer.PathValue      = "For Customer :";
     this.lblForCustomer.Size           = new System.Drawing.Size(117, 34);
     this.lblForCustomer.TabIndex       = 50;
     this.lblForCustomer.Text           = "For Customer :";
     this.lblForCustomer.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblForCustomer.Visible        = false;
     //
     // cboSubType
     //
     this.cboSubType.AppearanceName         = "";
     this.cboSubType.AppearanceReadOnlyName = "";
     this.cboSubType.ControlID             = null;
     this.cboSubType.DropDownHeight        = 180;
     this.cboSubType.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.cboSubType.FormattingEnabled     = true;
     this.cboSubType.IntegralHeight        = false;
     this.cboSubType.Location              = new System.Drawing.Point(125, 128);
     this.cboSubType.Name                  = "cboSubType";
     this.cboSubType.PathString            = "TRAN_SUB_CLS.Value";
     this.cboSubType.PathValue             = null;
     this.cboSubType.Size                  = new System.Drawing.Size(613, 28);
     this.cboSubType.TabIndex              = 2;
     this.cboSubType.SelectedValueChanged += new System.EventHandler(this.cboFromLoc_SelectedValueChanged);
     //
     // cboForCustomer
     //
     this.cboForCustomer.AppearanceName         = "";
     this.cboForCustomer.AppearanceReadOnlyName = "";
     this.cboForCustomer.ControlID         = "";
     this.cboForCustomer.DropDownHeight    = 180;
     this.cboForCustomer.Font              = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.cboForCustomer.FormattingEnabled = true;
     this.cboForCustomer.IntegralHeight    = false;
     this.cboForCustomer.Location          = new System.Drawing.Point(394, 4);
     this.cboForCustomer.Name              = "cboForCustomer";
     this.cboForCustomer.PathString        = "FOR_CUSTOMER.Value";
     this.cboForCustomer.PathValue         = null;
     this.cboForCustomer.Size              = new System.Drawing.Size(46, 28);
     this.cboForCustomer.TabIndex          = 7;
     this.cboForCustomer.Visible           = false;
     //
     // txtJobOrderNo
     //
     this.txtJobOrderNo.AppearanceName         = "";
     this.txtJobOrderNo.AppearanceReadOnlyName = "";
     this.txtJobOrderNo.ControlID           = "";
     this.txtJobOrderNo.DisableRestrictChar = false;
     this.txtJobOrderNo.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtJobOrderNo.HelpButton = null;
     this.txtJobOrderNo.Location   = new System.Drawing.Point(379, 34);
     this.txtJobOrderNo.MaxLength  = 20;
     this.txtJobOrderNo.Name       = "txtJobOrderNo";
     this.txtJobOrderNo.PathString = "REF_SLIP_NO.Value";
     this.txtJobOrderNo.PathValue  = "";
     this.txtJobOrderNo.Size       = new System.Drawing.Size(47, 26);
     this.txtJobOrderNo.TabIndex   = 3;
     this.txtJobOrderNo.Visible    = false;
     //
     // txtRefDocNo
     //
     this.txtRefDocNo.AppearanceName         = "";
     this.txtRefDocNo.AppearanceReadOnlyName = "";
     this.txtRefDocNo.ControlID           = "";
     this.txtRefDocNo.DisableRestrictChar = false;
     this.txtRefDocNo.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.txtRefDocNo.HelpButton = null;
     this.txtRefDocNo.Location   = new System.Drawing.Point(520, 36);
     this.txtRefDocNo.MaxLength  = 20;
     this.txtRefDocNo.Name       = "txtRefDocNo";
     this.txtRefDocNo.PathString = "REF_SLIP_NO2.Value";
     this.txtRefDocNo.PathValue  = "";
     this.txtRefDocNo.Size       = new System.Drawing.Size(23, 26);
     this.txtRefDocNo.TabIndex   = 4;
     this.txtRefDocNo.Visible    = false;
     //
     // lblRefDocNo
     //
     this.lblRefDocNo.AppearanceName = "";
     this.lblRefDocNo.ControlID      = "";
     this.lblRefDocNo.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.lblRefDocNo.Location       = new System.Drawing.Point(294, 31);
     this.lblRefDocNo.Name           = "lblRefDocNo";
     this.lblRefDocNo.PathString     = null;
     this.lblRefDocNo.PathValue      = "Ref Doc No. :";
     this.lblRefDocNo.Size           = new System.Drawing.Size(77, 32);
     this.lblRefDocNo.TabIndex       = 50;
     this.lblRefDocNo.Text           = "Ref Doc No. :";
     this.lblRefDocNo.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblRefDocNo.Visible        = false;
     //
     // lblJobOrderNo
     //
     this.lblJobOrderNo.AppearanceName = "";
     this.lblJobOrderNo.ControlID      = "";
     this.lblJobOrderNo.Font           = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.lblJobOrderNo.Location       = new System.Drawing.Point(432, 36);
     this.lblJobOrderNo.Name           = "lblJobOrderNo";
     this.lblJobOrderNo.PathString     = null;
     this.lblJobOrderNo.PathValue      = "Job Order No. :";
     this.lblJobOrderNo.Size           = new System.Drawing.Size(92, 32);
     this.lblJobOrderNo.TabIndex       = 50;
     this.lblJobOrderNo.Text           = "Job Order No. :";
     this.lblJobOrderNo.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblJobOrderNo.Visible        = false;
     //
     // evoLabel5
     //
     this.evoLabel5.AppearanceName = "RequireText";
     this.evoLabel5.AutoSize       = true;
     this.evoLabel5.ControlID      = "";
     this.evoLabel5.Location       = new System.Drawing.Point(10, 133);
     this.evoLabel5.Name           = "evoLabel5";
     this.evoLabel5.PathString     = null;
     this.evoLabel5.PathValue      = "*";
     this.evoLabel5.Size           = new System.Drawing.Size(18, 19);
     this.evoLabel5.TabIndex       = 232331;
     this.evoLabel5.Text           = "*";
     this.evoLabel5.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel3.BackgroundImage")));
     this.tableLayoutPanel3.ColumnCount     = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(12, 261);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(882, 33);
     this.tableLayoutPanel3.TabIndex = 13;
     //
     // label2
     //
     this.label2.AppearanceName = "Header";
     this.label2.AutoSize       = true;
     this.label2.ControlID      = "";
     this.label2.Font           = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label2.ForeColor      = System.Drawing.Color.Navy;
     this.label2.Location       = new System.Drawing.Point(0, 0);
     this.label2.Margin         = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.label2.Name           = "label2";
     this.label2.PathString     = null;
     this.label2.PathValue      = "Transfer List Information";
     this.label2.Size           = new System.Drawing.Size(208, 24);
     this.label2.TabIndex       = 0;
     this.label2.Text           = "Transfer List Information";
     //
     // evoPanel1
     //
     this.evoPanel1.AppearanceName = "";
     this.evoPanel1.Controls.Add(this.label7);
     this.evoPanel1.Location = new System.Drawing.Point(11, 13);
     this.evoPanel1.Name     = "evoPanel1";
     this.evoPanel1.Size     = new System.Drawing.Size(277, 50);
     this.evoPanel1.TabIndex = 0;
     //
     // label7
     //
     this.label7.AppearanceName = "Title";
     this.label7.AutoSize       = true;
     this.label7.ControlID      = "";
     this.label7.Dock           = System.Windows.Forms.DockStyle.Top;
     this.label7.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.label7.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label7.Location       = new System.Drawing.Point(0, 0);
     this.label7.Name           = "label7";
     this.label7.PathString     = null;
     this.label7.PathValue      = "Transfer Entry";
     this.label7.Size           = new System.Drawing.Size(245, 39);
     this.label7.TabIndex       = 37;
     this.label7.Text           = "Transfer Entry";
     //
     // lblIssueNo
     //
     this.lblIssueNo.AppearanceName = "";
     this.lblIssueNo.ControlID      = "";
     this.lblIssueNo.Location       = new System.Drawing.Point(540, 13);
     this.lblIssueNo.Name           = "lblIssueNo";
     this.lblIssueNo.PathString     = null;
     this.lblIssueNo.PathValue      = "Transfer No.:";
     this.lblIssueNo.Size           = new System.Drawing.Size(100, 32);
     this.lblIssueNo.TabIndex       = 1;
     this.lblIssueNo.Text           = "Transfer No.:";
     this.lblIssueNo.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIssueDate
     //
     this.lblIssueDate.AppearanceName = "";
     this.lblIssueDate.ControlID      = "";
     this.lblIssueDate.Location       = new System.Drawing.Point(540, 48);
     this.lblIssueDate.Name           = "lblIssueDate";
     this.lblIssueDate.PathString     = null;
     this.lblIssueDate.PathValue      = "Transfer Date:";
     this.lblIssueDate.Size           = new System.Drawing.Size(100, 31);
     this.lblIssueDate.TabIndex       = 2;
     this.lblIssueDate.Text           = "Transfer Date:";
     this.lblIssueDate.TextAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtIssueNo
     //
     this.txtIssueNo.AppearanceName         = "";
     this.txtIssueNo.AppearanceReadOnlyName = "";
     this.txtIssueNo.ControlID           = "";
     this.txtIssueNo.DisableRestrictChar = false;
     this.txtIssueNo.HelpButton          = null;
     this.txtIssueNo.Location            = new System.Drawing.Point(640, 13);
     this.txtIssueNo.Name       = "txtIssueNo";
     this.txtIssueNo.PathString = "SLIP_NO.Value";
     this.txtIssueNo.PathValue  = "";
     this.txtIssueNo.Size       = new System.Drawing.Size(257, 27);
     this.txtIssueNo.TabIndex   = 0;
     //
     // dtIssueDate
     //
     this.dtIssueDate.AppearanceName         = "";
     this.dtIssueDate.AppearanceReadOnlyName = "";
     this.dtIssueDate.BackColor   = System.Drawing.Color.Transparent;
     this.dtIssueDate.ControlID   = "";
     this.dtIssueDate.Format      = "dd/MM/yyyy";
     this.dtIssueDate.Location    = new System.Drawing.Point(640, 48);
     this.dtIssueDate.MinimumSize = new System.Drawing.Size(100, 0);
     this.dtIssueDate.Name        = "dtIssueDate";
     this.dtIssueDate.NZValue     = ((EVOFramework.NZDateTime)(resources.GetObject("dtIssueDate.NZValue")));
     this.dtIssueDate.PathString  = "TRANS_DATE.Value";
     this.dtIssueDate.PathValue   = ((object)(resources.GetObject("dtIssueDate.PathValue")));
     this.dtIssueDate.ReadOnly    = false;
     this.dtIssueDate.ShowButton  = true;
     this.dtIssueDate.Size        = new System.Drawing.Size(257, 20);
     this.dtIssueDate.TabIndex    = 1;
     this.dtIssueDate.Value       = null;
     this.dtIssueDate.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.dtIssueDate_KeyPress);
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel7.BackgroundImage")));
     this.tableLayoutPanel7.ColumnCount     = 1;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.Controls.Add(this.lblIssueInformation, 0, 0);
     this.tableLayoutPanel7.Location = new System.Drawing.Point(11, 81);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 1;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(883, 32);
     this.tableLayoutPanel7.TabIndex = 12;
     //
     // lblIssueInformation
     //
     this.lblIssueInformation.AppearanceName = "Header";
     this.lblIssueInformation.AutoSize       = true;
     this.lblIssueInformation.ControlID      = "";
     this.lblIssueInformation.Font           = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.lblIssueInformation.ForeColor      = System.Drawing.Color.Navy;
     this.lblIssueInformation.Location       = new System.Drawing.Point(0, 0);
     this.lblIssueInformation.Margin         = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.lblIssueInformation.Name           = "lblIssueInformation";
     this.lblIssueInformation.PathString     = null;
     this.lblIssueInformation.PathValue      = "Transfer Information";
     this.lblIssueInformation.Size           = new System.Drawing.Size(176, 24);
     this.lblIssueInformation.TabIndex       = 0;
     this.lblIssueInformation.Text           = "Transfer Information";
     //
     // evoPanel5
     //
     this.evoPanel5.AppearanceName = "";
     this.evoPanel5.Location       = new System.Drawing.Point(0, 0);
     this.evoPanel5.Name           = "evoPanel5";
     this.evoPanel5.Size           = new System.Drawing.Size(200, 100);
     this.evoPanel5.TabIndex       = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel2.BackgroundImage")));
     this.tableLayoutPanel2.ColumnCount     = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 100);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // label1
     //
     this.label1.AppearanceName = "";
     this.label1.AutoSize       = true;
     this.label1.ControlID      = "";
     this.label1.Font           = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.label1.ForeColor      = System.Drawing.Color.Navy;
     this.label1.Location       = new System.Drawing.Point(0, 0);
     this.label1.Margin         = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.label1.Name           = "label1";
     this.label1.PathString     = null;
     this.label1.PathValue      = "Issue List Information";
     this.label1.Size           = new System.Drawing.Size(183, 24);
     this.label1.TabIndex       = 0;
     this.label1.Text           = "Issue List Information";
     //
     // btnMultiItem
     //
     this.btnMultiItem.Location = new System.Drawing.Point(744, 228);
     this.btnMultiItem.Name     = "btnMultiItem";
     this.btnMultiItem.Size     = new System.Drawing.Size(150, 26);
     this.btnMultiItem.TabIndex = 232332;
     this.btnMultiItem.Text     = "Add Multi Item";
     this.btnMultiItem.UseVisualStyleBackColor = true;
     this.btnMultiItem.Click += new System.EventHandler(this.button1_Click);
     //
     // TRN170_TransferEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(909, 752);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "TRN170_TransferEntry";
     this.Text        = "Transfer Entry";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.TRN170_Load);
     this.Controls.SetChildIndex(this.pnlContainer, 0);
     this.pnlContainer.ResumeLayout(false);
     this.pnlContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpIssueList)).EndInit();
     this.cmsOperation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.shtIssueList)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.evoPanel1.ResumeLayout(false);
     this.evoPanel1.PerformLayout();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     FarPoint.Win.Spread.TipAppearance             tipAppearance1    = new FarPoint.Win.Spread.TipAppearance();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType1     = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType2     = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType3     = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.TextCellType     textCellType4     = new FarPoint.Win.Spread.CellType.TextCellType();
     FarPoint.Win.Spread.CellType.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);
 }
Example #21
0
        private Boolean fnDataFind(char cStep)
        {
            /****************************************************
            * comment : 검색조건에 맞는 데이터를 검색한다.
            *
            * created by : bee-jae jung(2010-08-10-화요일)
            *
            * modified by : bee-jae jung(2010-08-10-화요일)
            ****************************************************/
            FarPoint.Win.Spread.CellType.ButtonCellType ButtonCellType = new FarPoint.Win.Spread.CellType.ButtonCellType();
            String    QRY = "";
            DataTable DT  = null;

            try
            {
                Cursor.Current = Cursors.WaitCursor;

                LoadingPopUp.LoadIngPopUpShow(this);

                switch (cStep)
                {
                case '1':           // 2010-08-10-정비재 : 입력한 검색조건의 데이터를 조회한다.
                    GridColumnInit(SS);

                    SS.Sheets[0].RowCount = 0;

                    // 2010-08-10-정비재 : 검색조건에 따른 Open의 온도이력을 조회한다.
                    QRY = "SELECT A.RES_ID AS RES_ID \n"
                          + "     , A.OPER AS OPER \n"
                          + "     , TO_CHAR(TO_DATE(A.MIN_TIME, 'YYYYMMDDHH24MISS'), 'YYYY-MM-DD HH24:MI:SS') AS MIN_TIME \n"
                          + "     , TO_CHAR(TO_DATE(A.MAX_TIME, 'YYYYMMDDHH24MISS'), 'YYYY-MM-DD HH24:MI:SS') AS MAX_TIME \n"
                          + "     , A.LOT_ID AS LOT_ID \n"
                          + "     , '↓' \n"
                          + "     , A.MAT_ID AS MAT_ID \n"
                          + "     , A.PATTERN_NO AS PATTERN_NO \n"
                          + "     , A.MIN_TIME AS START_TIME \n"
                          + "  FROM (SELECT RES_ID AS RES_ID \n"
                          + "             , OPER AS OPER \n"
                          + "             , PATTERN_NO AS PATTERN_NO \n"
                          + "             , MIN(TEMP_TIME) AS MIN_TIME \n"
                          + "             , MAX(TEMP_TIME) AS MAX_TIME \n"
                          + "             , LOT_ID AS LOT_ID \n"
                          + "             , MAT_ID AS MAT_ID \n"
                          + "             , ' ' AS FILE_NAME \n"
                          // 2014-04-01-KJY: Change Database Source (MESMGR -> OVNMGR)
                          //+ "          FROM MRASLOTOVN@RPTTOMES \n"
                          + "          FROM OVNMGR.MRASLOTOVN \n"
                          + "         WHERE FACTORY " + cdvFactory.SelectedValueToQueryString + "\n"
                          + "           AND TEMP_TIME >= '" + cdvFromToDate.ExactFromDate + "' \n"
                          + "           AND TEMP_TIME <= '" + cdvFromToDate.ExactToDate + "' \n"
                          + "           AND OPER LIKE '" + (cdvStep.Text == "ALL" ? "%" : cdvStep.Text) + "' || '%' \n"
                          + "           AND RES_ID LIKE '" + (cdvOven.Text == "ALL" ? "%" : cdvOven.Text) + "' || '%' \n"
                          + "           AND MAT_ID LIKE '" + txtProduct.Text + "' || '%' \n"
                          + "           AND LOT_ID LIKE '" + txtLotID.Text + "' || '%' \n"
                          + "         GROUP BY RES_ID, MAT_ID, OPER, LOT_ID, PATTERN_NO) A \n"
                          + " ORDER BY A.RES_ID, A.OPER, A.MIN_TIME, A.LOT_ID";

                    DT = CmnFunction.oComm.GetFuncDataTable("DYNAMIC", QRY);

                    if (DT.Rows.Count <= 0)
                    {
                        DT.Dispose();
                        LoadingPopUp.LoadingPopUpHidden();
                        CmnFunction.ShowMsgBox(RptMessages.GetMessage("STD010", GlobalVariable.gcLanguage));
                        return(false);
                    }
                    SS.DataSource = DT;
                    SS.RPT_AutoFit(false);
                    // 2010-09-16-정비재 : SS의 Columns 항목을 Button으로 변경한다.
                    ButtonCellType.Text = "↓";
                    SS.Sheets[0].Columns[5].CellType = ButtonCellType;
                    break;

                case '2':
                    QRY = "SELECT DEF.OPER \n"
                          + "     , DECODE(DEF.MARK, '', LAG(DEF.MARK) OVER(ORDER BY ROWNUM), DEF.MARK) AS MARK \n"
                          + "     , DECODE(REAL.REAL_DATA, '', DECODE(DEF.MARK, '', LAG(DEF.MARK) OVER(ORDER BY ROWNUM), DEF.MARK), REAL.REAL_DATA) AS REAL_DATA \n"
                          + "  FROM (SELECT OPER \n"
                          + "             , 0 AS MARK \n"
                          + "             , MAX(REAL) AS REAL_DATA \n"
                          + "          FROM (SELECT (TRUNC(MOD((TO_DATE(TEMP_TIME, 'YYYYMMDDHH24MISS') - TO_DATE('" + SS.Sheets[0].Cells[SS_ActiveIndex, 8].Text + "', 'YYYYMMDDHH24MISS')), 1) * 24) * 60) \n"
                          + "                     + (TRUNC(MOD((TO_DATE(TEMP_TIME, 'YYYYMMDDHH24MISS') - TO_DATE('" + SS.Sheets[0].Cells[SS_ActiveIndex, 8].Text + "', 'YYYYMMDDHH24MISS')) * 24, 1) * 60)) AS OPER \n"
                          + "                     , 0 AS MARK \n"
                          + "                     , TEMP AS REAL \n"
                          + "                  FROM OVNMGR.MRASLOTOVN \n"
                          + "                 WHERE FACTORY " + cdvFactory.SelectedValueToQueryString + "\n"
                          + "                   AND LOT_ID = '" + SS.Sheets[0].Cells[SS_ActiveIndex, 4].Text + "' \n"
                          + "                   AND OPER = '" + SS.Sheets[0].Cells[SS_ActiveIndex, 1].Text + "') \n"
                          + "         GROUP BY OPER) REAL \n"
                          + "     , (SELECT OPER \n"
                          + "             , NVL(ROUND(FROM_TEMP + (TO_TEMP - FROM_TEMP) / TIME_GAP * (OPER - FROM_TIME)), TO_TEMP) AS MARK \n"
                          + "             , 0 AS REAL_DATA \n"
                          + "          FROM (SELECT NVL(LAG(TIME) OVER(ORDER BY SEQUENCE), 0) AS FROM_TIME \n"
                          + "                     , TIME AS TO_TIME \n"
                          + "                     , TIME_GAP AS TIME_GAP \n"
                          + "                     , NVL(LAG(TEMP) OVER(ORDER BY SEQUENCE), 25) AS FROM_TEMP \n"
                          + "                     , TEMP AS TO_TEMP \n"
                          + "                  FROM (SELECT SEQUENCE, SUM(TIME) OVER(ORDER BY SEQUENCE ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS TIME \n"
                          + "                             , TIME AS TIME_GAP \n"
                          + "                             , TEMP AS TEMP \n"
                          + "                          FROM MRASOVNDEF@RPTTOMES \n"
                          + "                         WHERE PATTERN_NO = '" + SS.Sheets[0].Cells[SS_ActiveIndex, 7].Text + "')) DEF \n"
                          + "     , (SELECT OPER AS OPER \n"
                          + "          FROM (SELECT 0 AS OPER FROM DUAL \n"
                          + "                UNION ALL \n"
                          + "                SELECT LEVEL AS OPER FROM DUAL \n"
                          + "         WHERE LEVEL >= 0 \n"
                          + "       CONNECT BY LEVEL <= (SELECT MAX(TIME) AS TIME \n"
                          + "                              FROM (SELECT SUM(TIME) OVER(ORDER BY SEQUENCE ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS TIME \n"
                          + "                                      FROM MRASOVNDEF@RPTTOMES \n"
                          + "                                     WHERE PATTERN_NO = '" + SS.Sheets[0].Cells[SS_ActiveIndex, 7].Text + "')))) TIME \n"
                          + "                             WHERE TIME.OPER >= DEF.FROM_TIME(+) \n"
                          + "                               AND TIME.OPER < DEF.TO_TIME(+)) DEF \n"
                          + " WHERE REAL.OPER(+) = DEF.OPER \n"
                          + " ORDER BY DEF.OPER";

                    DT = CmnFunction.oComm.GetFuncDataTable("DYNAMIC", QRY);

                    if (DT != null && DT.Rows.Count > 0)
                    {
                        Form frmChart = new PQC031002_P1(SS.Sheets[0].Cells[SS_ActiveIndex, 4].Text, DT);
                        LoadingPopUp.LoadingPopUpHidden();
                        frmChart.ShowDialog();
                    }
                    break;
                }

                return(true);
            }
            catch (Exception ex)
            {
                LoadingPopUp.LoadingPopUpHidden();
                CmnFunction.ShowMsgBox(ex.Message);
                return(false);
            }
            finally
            {
                LoadingPopUp.LoadingPopUpHidden();
                Cursor.Current = Cursors.Default;
            }
        }
Example #22
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.ButtonCellType buttonCellType1 = new FarPoint.Win.Spread.CellType.ButtonCellType();
     this.tb_note          = new System.Windows.Forms.TextBox();
     this.panel1           = new System.Windows.Forms.Panel();
     this.fpSpread1        = new FarPoint.Win.Spread.FpSpread();
     this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.btnAddImage      = new System.Windows.Forms.Button();
     this.bt_cancel        = new System.Windows.Forms.Button();
     this.bt_save          = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // tb_note
     //
     this.tb_note.Location  = new System.Drawing.Point(26, 27);
     this.tb_note.Multiline = true;
     this.tb_note.Name      = "tb_note";
     this.tb_note.Size      = new System.Drawing.Size(705, 181);
     this.tb_note.TabIndex  = 0;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.fpSpread1);
     this.panel1.Controls.Add(this.btnAddImage);
     this.panel1.Location = new System.Drawing.Point(26, 230);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(705, 125);
     this.panel1.TabIndex = 2;
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription     = "";
     this.fpSpread1.AllowUserZoom             = false;
     this.fpSpread1.AutoClipboard             = false;
     this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.Never;
     this.fpSpread1.Location = new System.Drawing.Point(3, 13);
     this.fpSpread1.Name     = "fpSpread1";
     this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.fpSpread1_Sheet1
     });
     this.fpSpread1.Size     = new System.Drawing.Size(618, 100);
     this.fpSpread1.TabIndex = 3;
     this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.fpSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
     this.fpSpread1.ButtonClicked          += new FarPoint.Win.Spread.EditorNotifyEventHandler(this.fpSpread1_ButtonClicked);
     //
     // fpSpread1_Sheet1
     //
     this.fpSpread1_Sheet1.Reset();
     this.fpSpread1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.fpSpread1_Sheet1.ColumnCount    = 3;
     this.fpSpread1_Sheet1.RowCount       = 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.Columns.Get(0).Label = "图像编号";
     this.fpSpread1_Sheet1.Columns.Get(0).Width = 200F;
     this.fpSpread1_Sheet1.Columns.Get(1).Label = "图像名称";
     this.fpSpread1_Sheet1.Columns.Get(1).Width = 300F;
     buttonCellType1.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
     buttonCellType1.Text         = "删除";
     this.fpSpread1_Sheet1.Columns.Get(2).CellType = buttonCellType1;
     this.fpSpread1_Sheet1.Columns.Get(2).Label    = "删除";
     this.fpSpread1_Sheet1.ReferenceStyle          = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     this.fpSpread1.SetActiveViewport(0, 1, 0);
     //
     // btnAddImage
     //
     this.btnAddImage.Location = new System.Drawing.Point(627, 13);
     this.btnAddImage.Name     = "btnAddImage";
     this.btnAddImage.Size     = new System.Drawing.Size(75, 23);
     this.btnAddImage.TabIndex = 1;
     this.btnAddImage.Text     = "添加";
     this.btnAddImage.UseVisualStyleBackColor = true;
     this.btnAddImage.Click += new System.EventHandler(this.btnAddImage_Click);
     //
     // bt_cancel
     //
     this.bt_cancel.Location = new System.Drawing.Point(396, 361);
     this.bt_cancel.Name     = "bt_cancel";
     this.bt_cancel.Size     = new System.Drawing.Size(75, 23);
     this.bt_cancel.TabIndex = 1;
     this.bt_cancel.Text     = "取消";
     this.bt_cancel.UseVisualStyleBackColor = true;
     this.bt_cancel.Click += new System.EventHandler(this.bt_cancel_Click);
     //
     // bt_save
     //
     this.bt_save.Location = new System.Drawing.Point(300, 361);
     this.bt_save.Name     = "bt_save";
     this.bt_save.Size     = new System.Drawing.Size(75, 23);
     this.bt_save.TabIndex = 1;
     this.bt_save.Text     = "保存";
     this.bt_save.UseVisualStyleBackColor = true;
     this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
     //
     // InvalidReportNote
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(759, 406);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bt_save);
     this.Controls.Add(this.bt_cancel);
     this.Controls.Add(this.tb_note);
     this.Name          = "InvalidReportNote";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "原因分析";
     this.Load         += new System.EventHandler(this.InvalidReportNote_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(ucItemLevelManager));
            FarPoint.Win.Spread.TipAppearance           tipAppearance1  = new FarPoint.Win.Spread.TipAppearance();
            FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType1 = new FarPoint.Win.Spread.CellType.ButtonCellType();
            FarPoint.Win.Spread.CellType.ButtonCellType buttonCellType2 = new FarPoint.Win.Spread.CellType.ButtonCellType();
            this.neuContextMenuStrip1 = new Neusoft.FrameWork.WinForms.Controls.NeuContextMenuStrip();
            this.miUnlock             = new System.Windows.Forms.ToolStripMenuItem();
            this.miRefresh            = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1            = new System.Windows.Forms.Panel();
            this.panel3            = new System.Windows.Forms.Panel();
            this.tvItemLevel1      = new Neusoft.HISFC.Components.Common.Controls.tvItemLevel(this.components);
            this.panel2            = new System.Windows.Forms.Panel();
            this.label1            = new System.Windows.Forms.Label();
            this.cmbItemClass      = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.panel4            = new System.Windows.Forms.Panel();
            this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
            this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
            this.panel6            = new System.Windows.Forms.Panel();
            this.ucInputItem1      = new Neusoft.HISFC.Components.Common.Controls.ucInputItem();
            this.panel5            = new System.Windows.Forms.Panel();
            this.cmbInOutType      = new Neusoft.FrameWork.WinForms.Controls.NeuComboBox(this.components);
            this.splitContainer1   = new System.Windows.Forms.SplitContainer();
            this.neuContextMenuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
            this.panel6.SuspendLayout();
            this.panel5.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            //
            // neuContextMenuStrip1
            //
            this.neuContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miUnlock,
                this.miRefresh
            });
            this.neuContextMenuStrip1.Name  = "neuContextMenuStrip1";
            this.neuContextMenuStrip1.Size  = new System.Drawing.Size(101, 48);
            this.neuContextMenuStrip1.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            //
            // miUnlock
            //
            this.miUnlock.Name = "miUnlock";
            this.miUnlock.Size = new System.Drawing.Size(100, 22);
            this.miUnlock.Text = "解锁";
            //
            // miRefresh
            //
            this.miRefresh.Name = "miRefresh";
            this.miRefresh.Size = new System.Drawing.Size(100, 22);
            this.miRefresh.Text = "刷新";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(191, 535);
            this.panel1.TabIndex = 1;
            //
            // panel3
            //
            this.panel3.Controls.Add(this.tvItemLevel1);
            this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 37);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(191, 498);
            this.panel3.TabIndex = 1;
            //
            // tvItemLevel1
            //
            this.tvItemLevel1.AllowDrop          = true;
            this.tvItemLevel1.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.tvItemLevel1.HideSelection      = false;
            this.tvItemLevel1.ImageIndex         = 0;
            this.tvItemLevel1.InOutType          = 0;
            this.tvItemLevel1.IsEdit             = false;
            this.tvItemLevel1.LevelClass         = ((Neusoft.FrameWork.Models.NeuObject)(resources.GetObject("tvItemLevel1.LevelClass")));
            this.tvItemLevel1.Location           = new System.Drawing.Point(0, 0);
            this.tvItemLevel1.Name               = "tvItemLevel1";
            this.tvItemLevel1.SelectedImageIndex = 0;
            this.tvItemLevel1.Size               = new System.Drawing.Size(191, 498);
            this.tvItemLevel1.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
            this.tvItemLevel1.TabIndex           = 0;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.cmbItemClass);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(191, 37);
            this.panel2.TabIndex = 0;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 12);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 3;
            this.label1.Text     = "分类";
            //
            // cmbItemClass
            //
            this.cmbItemClass.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbItemClass.FormattingEnabled  = true;
            this.cmbItemClass.IsEnter2Tab        = false;
            this.cmbItemClass.IsFlat             = false;
            this.cmbItemClass.IsLike             = true;
            this.cmbItemClass.IsListOnly         = false;
            this.cmbItemClass.IsPopForm          = true;
            this.cmbItemClass.IsShowCustomerList = false;
            this.cmbItemClass.IsShowID           = false;
            this.cmbItemClass.Location           = new System.Drawing.Point(60, 9);
            this.cmbItemClass.Name             = "cmbItemClass";
            this.cmbItemClass.PopForm          = null;
            this.cmbItemClass.ShowCustomerList = false;
            this.cmbItemClass.ShowID           = false;
            this.cmbItemClass.Size             = new System.Drawing.Size(121, 20);
            this.cmbItemClass.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbItemClass.TabIndex         = 2;
            this.cmbItemClass.Tag                   = "";
            this.cmbItemClass.ToolBarUse            = false;
            this.cmbItemClass.SelectedValueChanged += new System.EventHandler(this.cmbItemClass_SelectedValueChanged);
            //
            // panel4
            //
            this.panel4.Controls.Add(this.neuSpread1);
            this.panel4.Controls.Add(this.panel6);
            this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name     = "panel4";
            this.panel4.Size     = new System.Drawing.Size(603, 535);
            this.panel4.TabIndex = 2;
            //
            // 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, 37);
            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(603, 498);
            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.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    = 7;
            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.Columns.Get(1).Label  = "名称";
            this.neuSpread1_Sheet1.Columns.Get(1).Locked = true;
            this.neuSpread1_Sheet1.Columns.Get(1).Width  = 206F;
            this.neuSpread1_Sheet1.Columns.Get(2).Label  = "规格";
            this.neuSpread1_Sheet1.Columns.Get(2).Locked = true;
            this.neuSpread1_Sheet1.Columns.Get(2).Width  = 89F;
            this.neuSpread1_Sheet1.Columns.Get(3).Label  = "价格";
            this.neuSpread1_Sheet1.Columns.Get(3).Locked = true;
            this.neuSpread1_Sheet1.Columns.Get(3).Width  = 52F;
            buttonCellType1.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
            this.neuSpread1_Sheet1.Columns.Get(5).CellType = buttonCellType1;
            this.neuSpread1_Sheet1.Columns.Get(5).Label    = "更新序号";
            this.neuSpread1_Sheet1.Columns.Get(5).Width    = 58F;
            buttonCellType2.ButtonColor2 = System.Drawing.SystemColors.ButtonFace;
            this.neuSpread1_Sheet1.Columns.Get(6).CellType             = buttonCellType2;
            this.neuSpread1_Sheet1.Columns.Get(6).Label                = "删除";
            this.neuSpread1_Sheet1.Columns.Get(6).Width                = 36F;
            this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = true;
            this.neuSpread1_Sheet1.RowHeader.Columns.Get(0).Width      = 22F;
            this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
            this.neuSpread1.SetActiveViewport(0, 1, 0);
            //
            // panel6
            //
            this.panel6.Controls.Add(this.ucInputItem1);
            this.panel6.Controls.Add(this.panel5);
            this.panel6.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name     = "panel6";
            this.panel6.Size     = new System.Drawing.Size(603, 37);
            this.panel6.TabIndex = 4;
            //
            // ucInputItem1
            //
            this.ucInputItem1.AlCatagory              = ((System.Collections.ArrayList)(resources.GetObject("ucInputItem1.AlCatagory")));
            this.ucInputItem1.Dock                    = System.Windows.Forms.DockStyle.Fill;
            this.ucInputItem1.FeeItem                 = ((Neusoft.FrameWork.Models.NeuObject)(resources.GetObject("ucInputItem1.FeeItem")));
            this.ucInputItem1.InputType               = 0;
            this.ucInputItem1.IsIncludeMat            = false;
            this.ucInputItem1.IsListShowAlways        = false;
            this.ucInputItem1.IsShowCategory          = true;
            this.ucInputItem1.IsShowInput             = true;
            this.ucInputItem1.IsShowSelfMark          = true;
            this.ucInputItem1.Location                = new System.Drawing.Point(78, 0);
            this.ucInputItem1.Name                    = "ucInputItem1";
            this.ucInputItem1.Patient                 = null;
            this.ucInputItem1.ShowCategory            = Neusoft.HISFC.Components.Common.Controls.EnumCategoryType.ItemType;
            this.ucInputItem1.ShowItemType            = Neusoft.HISFC.Components.Common.Controls.EnumShowItemType.All;
            this.ucInputItem1.Size                    = new System.Drawing.Size(525, 37);
            this.ucInputItem1.TabIndex                = 5;
            this.ucInputItem1.UndrugApplicabilityarea = Neusoft.HISFC.Components.Common.Controls.EnumUndrugApplicabilityarea.All;
            //
            // panel5
            //
            this.panel5.Controls.Add(this.cmbInOutType);
            this.panel5.Dock     = System.Windows.Forms.DockStyle.Left;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name     = "panel5";
            this.panel5.Size     = new System.Drawing.Size(78, 37);
            this.panel5.TabIndex = 1;
            //
            // cmbInOutType
            //
            this.cmbInOutType.ArrowBackColor     = System.Drawing.Color.Silver;
            this.cmbInOutType.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbInOutType.FormattingEnabled  = true;
            this.cmbInOutType.IsEnter2Tab        = false;
            this.cmbInOutType.IsFlat             = false;
            this.cmbInOutType.IsLike             = true;
            this.cmbInOutType.IsListOnly         = false;
            this.cmbInOutType.IsPopForm          = true;
            this.cmbInOutType.IsShowCustomerList = false;
            this.cmbInOutType.IsShowID           = false;
            this.cmbInOutType.Location           = new System.Drawing.Point(6, 9);
            this.cmbInOutType.Name             = "cmbInOutType";
            this.cmbInOutType.PopForm          = null;
            this.cmbInOutType.ShowCustomerList = false;
            this.cmbInOutType.ShowID           = false;
            this.cmbInOutType.Size             = new System.Drawing.Size(60, 20);
            this.cmbInOutType.Style            = Neusoft.FrameWork.WinForms.Controls.StyleType.Flat;
            this.cmbInOutType.TabIndex         = 3;
            this.cmbInOutType.Tag                   = "";
            this.cmbInOutType.ToolBarUse            = false;
            this.cmbInOutType.SelectedIndexChanged += new System.EventHandler(this.cmbInOutType_SelectedIndexChanged);
            //
            // 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";
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.panel1);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.panel4);
            this.splitContainer1.Size             = new System.Drawing.Size(798, 535);
            this.splitContainer1.SplitterDistance = 191;
            this.splitContainer1.TabIndex         = 3;
            //
            // ucItemLevelManager
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.splitContainer1);
            this.Name = "ucItemLevelManager";
            this.Size = new System.Drawing.Size(798, 535);
            this.neuContextMenuStrip1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
            this.panel6.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);
        }